/* for base code style udates




*/



.signupformd-title {

    text-align: center;
    background: #418BBF;
    margin: -22px -22px 20px -22px;
    padding: 22px;
    font-size: 22px;
    color: white;
}
.signupformd-title.step1 {
    margin-bottom: 0;
}
ul.nav.nav-wizard.token-pricing {
    width: 100%;
    margin-bottom: 20px;
}

.nav-wizard li {
    width: 20%;

}
.nav-wizard li:nth-child(4) {
    width: 31%;
}
.nav-wizard li:nth-child(2) {
    width: 26%;
}
.nav-wizard li:nth-child(3) {
    width: 23%;
}
.nav-wizard.buy-tkns  li {
    width: 30%;

}

ul.nav.nav-wizard.token-pricing span, ul.nav.nav-wizard.buy-tkns span {
    border: 1px solid white;
        border-radius: 12px;
    padding: 4px 8px;
    text-align: center;
    background: white;
    font-weight: 900;
}

 ul.nav.nav-wizard.token-pricing .active span, ul.nav.nav-wizard.buy-tkns .active span{
    color: #418BBF;
}

.box-buy-tokens-old .boxdisplay {
    min-height: 140px;
}
.col-md-12.t-buy {
    margin: 0 -10px 20px -10px;
    background: #f7f7f7;
    padding: 10px 0;
    width: 106%;
}
.btn-calc {
    background: green !important;
    border: none !important;
    padding: 10px 22px 13px;
    box-shadow: 0 0 1px 1px #b7b7b7;
    font-weight: 600;
    margin-top: 30px;
}

.btn-calc i.icon-calculator {
    font-size: 20px;
    position: relative;
    top: 3px;
    right: 8px;
}
.modal-heading h4 {
     color: white;
     font-weight: 600;
}

.modal-heading {
    background: #418BBF;
   
}
input#cost {
    width: 90%;
    display: inline-block;
}
/* The container */
.containr {
    display: inline;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containr input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px !important;
    background-color: #d2e1ec;
}

/* On mouse-over, add a grey background color */
.containr:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containr input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containr input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containr .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #607D8B;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.buy-dir {
    padding: 60px 70px 5px;
    font-size: 20px;
}
input#priceee {
    width: 100px;
}
.currency-tag {
    float: left;
    margin: 9px 0 0 60px;
    position: absolute;
    color: #418bbf;
}
.t2 .signupformd-title {
    margin-bottom: 0;
}
.big-or {
    font-weight: 900;
    font-size: 20px;
    padding: 13px 10px;
    border: 1px solid #418bbf;
    border-radius: 40px;
    background: #418bbf;
    color: white;
    margin: 20px auto;
    width: 57px;
    text-align: center;
}
.hovered-card-box:after {
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: '\e080';
    /* margin: 0px auto -30px; */
    color: #418bbf;
    font-size: 280%;
    position: relative;
top: -14px;
    right: 49%;
}
.con-title {
    text-align: center;
}
.col-md-6.confirmation_float {
    float: none;
    margin: auto;
}
.user-icon {
        border-right: solid 1px #80808036;
    padding: 17px 11px 17px 0;
    margin-right: 10px;
    height: 100%;
    display: inline;
}
.user-icon.dash-con {
    border: none;
}
input#bonus_friendly {
    width: 42px;
    display: inline;
}

input#total_with_bonus {
    width: 150px;
    display: inline;
    /*margin-left:20px;*/
}
.price-callout {
    border: solid 1px #0e3c65;
        padding: 5px;
            display: inline-block;
    width: 50%;
}

span.text-center.price-dash-special {
    float: none;
    padding: 8px;
    background: #0e3c65;
    color: white;
    margin: 0 7px;
}
span.text-center.price-dash-special:first-child {
    margin-left: -5px;
}
 .first-bottom-left .col-md-12.pd-10.f-20, .under992left .col-md-12.pd-10.f-20  {
        font-size: 15px;
 }
tr.odd, .first-bottom-left .col-md-12.pd-10.f-20:nth-child(even) {
    background: #f1f1f1;
}
@media screen and (max-width: 1200px){
    .price-callout {

        width: 100%;
    }
}
@media (max-width: 828px) {

	.nav-wizard li {
	    width: 50% !important;

	}

.nav-wizard li a{
	   height: 84px;

	}
}

@media (max-width: 828px) {
	.buy-dir {
	    display: none;
	}
}
@media screen and (min-width: 768px){
	.first-bottom-left {
    padding: 0 0px 0 40px;
}
}