/*input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}*/


#currentPageLayer{
    font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
    color : #333333;
    font-size:12px;
    margin-top:20px;
}
#currentPageLayer table{
    font-size: 12px;
}

.size16{
    font-size:16px;
}
.line32{
    line-height:32px;}



.widget-box {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.widget-header {
    box-sizing: content-box;
    position: relative;
    min-height: 40px;
}

.widget-header::after {
    clear: right;
}
.widget-header::before, .widget-header::after {
    content: '';
    display: table;
    line-height: 0;
}

.widget-header h4 {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

.widget-body{padding:15px 0}

#currentPageLayer .inputPrice{
    float: left;
    width: 89%;
}
#currentPageLayer .inputPenny{
    float: right;
    width: 30px;
}
#currentPageLayer .inputPrice input,#currentPageLayer .inputPenny input{
    font-weight: bold;
}

#currentPageLayer .form-control{
    padding : 6px;
    border-radius : 3px;
    font-size:12px;
}
#currentPageLayer .space-top{
    margin-top : 20px;
}

#currentPageLayer label{font-weight: normal;}
#currentPageLayer .flip-container{margin : 0}

.boxwithborder {border:1px solid #ccc;padding:15px;}

.upper-case{
    text-transform: uppercase;
}
#currentPageLayer .btn{
    border-radius:3px;
}

#currentPageLayer .btn-pay{
    color : #000;
    text-transform: uppercase;
    background : #ff8f00;
    font-size:20px;
}

.thick input[type=radio],.thick input[type=checkbox]{opacity:0;position:absolute;z-index:12;width:18px;height:18px;}
.thick input[type=radio]:checked,input[type=radio]:focus,.thick input[type=checkbox]:checked,input[type=checkbox]:focus{outline:none !important;}
.thick input[type=radio]+.lbl,.thick input[type=checkbox]+.lbl{position:relative;z-index:11;display:inline-block;margin:0;line-height:20px;min-height:14px;min-width:14px;font-weight:normal;}

.thick input[type=radio]+.lbl::before,.thick input[type=checkbox]+.lbl::before{font-family:fontAwesome;font-weight:normal;font-size:14px;color:green;content:"\a0";background-color:#FAFAFA;border:1px solid #CCC;box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);border-radius:0;display:inline-block;text-align:center;height:16px;line-height:16px;min-width:16px;margin-right:1px; margin-top: 5px;}
.thick input[type=radio]:checked+.lbl::before,.thick input[type=checkbox]:checked+.lbl::before{display:inline-block;content:'\f00c';background-color:#F5F8FC;border-color:#adb8c0;box-shadow:0 1px 2px rgba(0, 0, 0, 0.05),inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),inset 15px 10px -12px rgba(255, 255, 255, 0.1);}
.thick input[type=radio]:hover+.lbl::before,input[type=radio]+.lbl:hover::before,.thick input[type=checkbox]:hover+.lbl::before,input[type=checkbox]+.lbl:hover::before{border-color:#1c7aad;}
.thick input[type=radio]:active+.lbl::before,input[type=radio]:checked:active+.lbl::before,.thick input[type=checkbox]:active+.lbl::before,input[type=checkbox]:checked:active+.lbl::before{box-shadow:0 1px 2px rgba(0, 0, 0, 0.05),inset 0px 1px 3px rgba(0, 0, 0, 0.1);}
.thick input[type=radio]:disabled+.lbl::before,.thick input[type=checkbox]:disabled+.lbl::before,input[type=radio][disabled]+.lbl::before,input[type=checkbox].disabled+.lbl::before,input[type=radio].disabled+.lbl::before,input[type=checkbox].disabled+.lbl::before{background-color:#DDD !important;border-color:#CCC !important;box-shadow:none !important;color:#BBB;}


.installmentChooceTable tr.selected td{background-color: #cdffcb;}
.installmentChooceTable td, .installmentChooceTable th{text-align: center;}
.installmentChooceTable>tbody>tr.selected:nth-child(odd)>td{background-color: #cdffcb;}
.installmentChooceTable>tbody>tr>td,.installmentChooceTable>thead>tr>th{vertical-align: middle;}

.onlymobile{display:none}

.cvcinfo{
    background: url(img/info_1.png) right 5px center no-repeat;
}

#currentPageLayer input[type=text], #currentPageLayer textarea, #currentPageLayer select, #currentPageLayer input[type=password]{
    border-color : #ccc;
}

#currentPageLayer .btn-default:hover,#currentPageLayer .btn-default:focus,#currentPageLayer .btn-default:active{
    background: #fff;
}

.current-page-overlay{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
    top:0;
    left:0;
    z-index: 11;
}
.current-page-content{
    z-index:12;
    position: relative;
    background: #fff;
}

.credit-campaign-completed-wrap{
    background: #fff;
    z-index: 12;
    position: fixed;
    border-radius: 4px;
    width:600px;
    top:50px;
    left:50%;
    margin-left: -300px;
}

@media (max-width:768px){
    .nomobile{display:none;}
    table td.order, table th.order{
        width:20%;
    }
    table td.installment, table th.installment{
        width:40%;
    }
    table td.commission, table th.commission{
        width:40%;
    }
    
    table td.nomobile, table th.nomobile{display:none}
    /*.table-responsive .table{
        width:auto;
        max-width: none;
    }*/
    
    #currentPageLayer .inputPrice{
        width: 88%;
    }
    .onlymobile{display:block}
    
    .credit-campaign-completed-wrap{
        width:300px;
        margin-left: -150px;
        top:10px;
    }
    
}







