﻿.btn-custom-green {
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    color: white !important;
    /*background-color: #16A085 !important;*/
    background-color: #00a82d !important;
}
    .btn-custom-green a {
        color: white !important;
        text-decoration:none;
    }
    .btn-custom-green a:visited {
            color: white !important;
        }
    .btn-custom-green span {
        color: white !important;
    }
    .btn-custom-green:hover,
    .btn-custom-green:focus,
    .btn-custom-green:active,
    .btn-custom-green.active,
    .open .dropdown-toggle.btn-custom-green {
        color: white !important;
        background-color: #009132 !important;
        text-decoration: none !important;
    }

.btn-custom-green:active,
.btn-custom-green.active,
.open .dropdown-toggle.btn-custom-green {
    background-image: none;
}

.btn-custom-green.disabled,
.btn-custom-green[disabled],
fieldset[disabled] .btn-custom-green,
.btn-custom-green.disabled:hover,
.btn-custom-green[disabled]:hover,
fieldset[disabled] .btn-custom-green:hover,
.btn-custom-green.disabled:focus,
.btn-custom-green[disabled]:focus,
fieldset[disabled] .btn-custom-green:focus,
.btn-custom-green.disabled:active,
.btn-custom-green[disabled]:active,
fieldset[disabled] .btn-custom-green:active,
.btn-custom-green.disabled.active,
.btn-custom-green[disabled].active,
fieldset[disabled] .btn-custom-green.active {
    background-color: #1abe9e !important;
}

.btn-custom-green .badge {
    color: white;
    background-color: #1abe9e;
}

.customGreenText {
    color: #00a82d !important;
   /* color: #16A085 !important;*/
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.customGreenText:hover {
    color: #12826c !important;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

.btn-circle.btn-nav {
    width: 40px;
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    border-radius: 25px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
  
}

.columnWrapper {
    min-width: 300px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/*        .buy-panel {
            border-radius: 15px;
            color: #fff;
            padding: 15px;
            text-align: center;
            margin-bottom: 20px;
        }*/
hr.sep-info {
    /*border: 1px solid #00A82D;*/
    border-color: #00A82D;
}

.buy-panel {
    border: 6px solid #00A82D;
    color: #00A82D;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
}

    .buy-panel > .title {
        line-height: 2;
        font-size: 34px;
        margin-bottom: 10px;
    }

    .buy-panel > .price {
        line-height: 1.2;
        margin-left: -15px;
        margin-right: -15px;
        font-size: 52px;
        min-height: 70px;
        background-color: rgba(0, 0, 0, .1);
        margin-bottom: 20px;
    }

    .buy-panel > .info {
        font-weight: 300;
    }

    .buy-panel > .comingSoon {
        height: 42px;
        vertical-align: middle;
        padding: 6px 12px;
        margin-top: 10px;
    }

.tdVAlignMiddle, .table > tbody > tr > td, .table > tbody > tr > th {
    vertical-align: middle !important;
    text-align: center !important;
}

.buy-panelSilver {
    /*background-color: silver;*/
}

.buy-panelGold {
    /* background-color: goldenrod;*/
}

.borderless td, .borderless th {
    border: none;
}

.top-buffer {
    margin-top: 100px;
}