/* line 10, scss/sass/main.scss */
#AutoCreditContent {
    width: 940px;
    margin: 0px auto;
    min-height: 350px;
}

.wrapper{
    width: 940px;
    margin: 0px auto;
}

#MobileCreditContent {
    width: 100%;
    margin: 0px auto;
}

/* line 16, scss/sass/main.scss */
#AutoCredit .green {
    color: #5c9d32;
}
/* line 18, scss/sass/main.scss */
#AutoCredit .green a {
    color: #5c9d32;
    text-decoration: underline;
    outline: none;
}
/* line 21, scss/sass/main.scss */
#AutoCredit .green a:hover {
    text-decoration: none;
}
/* line 26, scss/sass/main.scss */
#AutoCredit .fs16 {
    font-size: 16px;
}
/* line 29, scss/sass/main.scss */
.float-left {
    float: left!important;
}
/* line 32, scss/sass/main.scss */
.float-right {
    float: right!important;
}
/* line 35, scss/sass/main.scss */
#AutoCredit .otpPasswordKodView {
    display: none;
}
/* line 38, scss/sass/main.scss */
#AutoCredit label button, #AutoCredit label .button-link {
    color: #5c9d32;
    text-decoration: underline;
    border: none;
    background: no-repeat;
    outline: none;
}
/* line 44, scss/sass/main.scss */
#AutoCredit label button a:hover {
    text-decoration: none;
}
/* line 49, scss/sass/main.scss */
#AutoCredit .selectboxit-btn {
    background: white;
    box-shadow: 0px 0px 0px 0;
}
/* line 53, scss/sass/main.scss */
#AutoCredit.gradient_grey,  #AutoCredit .gradient_grey{
    -moz-box-shadow: #cdcdcd 0 1px 2px;
    -webkit-box-shadow: #cdcdcd 0 1px 2px;
    -o-box-shadow: #cdcdcd 0 1px 2px;
    box-shadow: #cdcdcd 0 1px 2px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    color: #333333;
    background: #fafafa;
    border-left: 1px solid #f1f1f1;
    border-top: 1px solid #f6f6f6;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 0px;
}

#MobileCreditContent .gradient_grey{
    background: #f5f5f5;
}

/* line 64, scss/sass/main.scss */
#AutoCredit .gradient_green {
    background: #5b9a2f;
    background-image: -webkit-gradient(radial, circle farthest-corner, 0, circle farthest-corner, 100, color-stop(0%, #5b9a2f), color-stop(100%, #4a8728));
    background-image: -webkit-radial-gradient(circle farthest-corner, #5b9a2f, #4a8728);
    background-image: -moz-radial-gradient(circle farthest-corner, #5b9a2f, #4a8728);
    background-image: -o-radial-gradient(circle farthest-corner, #5b9a2f, #4a8728);
    background-image: -ms-radial-gradient(circle farthest-corner, #5b9a2f, #4a8728);
    background-image: radial-gradient(circle farthest-corner, #5b9a2f, #4a8728);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
/* line 68, scss/sass/main.scss */
#AutoCredit .gradient_green h1, #AutoCredit .gradient_green h2 {
    color: white;
    text-align: center;
    margin-bottom: 40px;
}
/* line 73, scss/sass/main.scss */
#AutoCredit .gradient_green h1 {
    font-size: 38px;
    padding-top: 30px;
    line-height: 40px;
}
/* line 78, scss/sass/main.scss */
#AutoCredit .link-position {
    position: absolute;
    left: 20px;
    top: 18px;
}
/* line 83, scss/sass/main.scss */
#AutoCredit h2 {
    color: #5c9d32;
    font-size: 26px;
    margin: 0px;
}
/* line 88, scss/sass/main.scss */
#AutoCredit h5.green {
    color: #5c9d32;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 15px;
}
/* line 94, scss/sass/main.scss */
#AutoCredit h5.black {
    color: #333333;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 15px;
}
/* line 100, scss/sass/main.scss */
#AutoCredit .small_grey {
    color: #999999;
    font-size: 13px;
}
/* line 104, scss/sass/main.scss */
#AutoCredit .left-650 {
    width: 650px;
}

#AutoCredit .left-720 {
    width: 720px;
}
/* line 107, scss/sass/main.scss */
#AutoCredit .input-append {
    margin-bottom: 0;
}
/* line 109, scss/sass/main.scss */
#AutoCredit .input-append input {
    border-right: none;
    width: 90px;
}
/* line 113, scss/sass/main.scss */
#AutoCredit .input-append .add-on {
    border-left: none;
    background: white;
}
/* line 118, scss/sass/main.scss */
#AutoCredit textarea, #AutoCredit input {
    margin-bottom: 0px;
}
/* line 121, scss/sass/main.scss */
#AutoCredit .border-bottom {
    border-bottom: 1px solid #e1e1e1;
    -moz-box-shadow: white 0 1px 0px;
    -webkit-box-shadow: white 0 1px 0px;
    -o-box-shadow: white 0 1px 0px;
    box-shadow: white 0 1px 0px;
}

/* line 125, scss/sass/main.scss */
.padding-20 {
    padding: 20px;
}

#AutoCredit .padding-t-0{
    padding-top: 0px!important;
}
/* line 128, scss/sass/main.scss */
#AutoCredit .btn {
    -moz-box-shadow: #acacac 0 2px 2px;
    -webkit-box-shadow: #acacac 0 2px 2px;
    -o-box-shadow: #acacac 0 2px 2px;
    box-shadow: #acacac 0 2px 2px;
    padding: 9px 20px 7px;
}
/* line 131, scss/sass/main.scss */
#AutoCredit .btn.btn-primary {
    color: #363636;
    text-decoration: none;
    border: none;
    border-bottom: 1px dashed #363636;
    background: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    margin: 4px 8px 4px;
}
/* line 142, scss/sass/main.scss */
#AutoCredit .btn.btn-primary.active {
    background: #DFDFDF;
    border-bottom: none;
    border: 1px solid #DFDFDF;
    border-top: 1px solid #ACACAC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    margin: 0px;
    padding: 3px 7px 4px;
}
/* line 152, scss/sass/main.scss */
#AutoCredit .btn.btn-prb, #overlay .btn.btn-prb{
    color: white;
    background-color: #64a433;
    *background-color: #4a8f30;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #64a433), color-stop(100%, #4a8f30));
    background-image: -webkit-linear-gradient(top, #64a433, #4a8f30);
    background-image: -moz-linear-gradient(top, #64a433, #4a8f30);
    background-image: -o-linear-gradient(top, #64a433, #4a8f30);
    background-image: -ms-linear-gradient(top, #64a433, #4a8f30);
    background-image: linear-gradient(top, #64a433, #4a8f30);
    border: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64a433 ', endColorstr='#4a8f30', GradientType=0);
}
/* line 164, scss/sass/main.scss */
#AutoCredit .btn.btn-prb:hover, #AutoCredit .btn.btn-prb:focus, #AutoCredit .btn.btn-prb:active, #AutoCredit .btn.btn-prb.active, #AutoCredit .btn.btn-prb.disabled, #AutoCredit .btn.btn-prb[disabled], #overlay .btn.btn-prb:hover{
    background-position: 0 0px;
}
/* line 168, scss/sass/main.scss */
#AutoCredit .btn.btn-grey {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #b2b2b2));
    background-image: -webkit-linear-gradient(top, #f4f4f4, #b2b2b2);
    background-image: -moz-linear-gradient(top, #f4f4f4, #b2b2b2);
    background-image: -o-linear-gradient(top, #f4f4f4, #b2b2b2);
    background-image: -ms-linear-gradient(top, #f4f4f4, #b2b2b2);
    background-image: linear-gradient(top, #f4f4f4, #b2b2b2);
    border-color: #b2b2b2 #b2b2b2 #a2a2a2;
    color: #000000 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.42);
    -webkit-font-smoothing: antialiased;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4", endColorstr="#b2b2b2");
}
/* line 180, scss/sass/main.scss */
#AutoCredit .btn.btn-grey:hover, #AutoCredit .btn.btn-grey:focus, #AutoCredit .btn.btn-grey:active, #AutoCredit .btn.btn-grey.active, #AutoCredit .btn.btn-grey.disabled, #AutoCredit .btn.btn-grey[disabled] {
    background-position: 0 0px;
}

/* line 168, scss/sass/main.scss */
#AutoCredit .btn.btn-red {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f80909), color-stop(100%, #b91616));
    background-image: -webkit-linear-gradient(top, #f80909, #b91616);
    background-image: -moz-linear-gradient(top, #f80909, #b91616);
    background-image: -o-linear-gradient(top, #f80909, #b91616);
    background-image: -ms-linear-gradient(top, #f80909, #b91616);
    background-image: linear-gradient(top, #f80909, #b91616);
    border-color: #b91616 #b91616 #b91616;
    color: #fff;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.42);
    -webkit-font-smoothing: antialiased;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f80909", endColorstr="#b2b2b2");
}
/* line 180, scss/sass/main.scss */
#AutoCredit .btn.btn-red:hover, #AutoCredit .btn.btn-red:focus, #AutoCredit .btn.btn-red:active, #AutoCredit .btn.btn-red.active, #AutoCredit .btn.btn-red.disabled, #AutoCredit .btn.btn-red[disabled] {
    background-position: 0 0px;
}

/* line 185, scss/sass/main.scss */
#AutoCredit .slider-title {
    width: 150px;
    font-size: 14px;
    float: left;
    margin-right: 10px;
    font-weight: bold;
    margin-top: 8px;
}
/* line 193, scss/sass/main.scss */
#AutoCredit .slider-content {
    float: left;
    width: 446px;
    margin-right: 20px;
    margin-top: 5px;
}
/* line 198, scss/sass/main.scss */
#AutoCredit .slider-content .btn-group {
    margin-bottom: 0px;
}
/* line 200, scss/sass/main.scss */
#AutoCredit .slider-content .btn-group img {
    cursor: pointer;
}
/* line 204, scss/sass/main.scss */
#AutoCredit .slider-content .slider {
    width: 450px!important;
}
/* line 208, scss/sass/main.scss */
#AutoCredit .slider-content ul li {
    text-align: center;
    margin-left: 0px;
    margin-right: 40px;
}
/* line 212, scss/sass/main.scss */
#AutoCredit .slider-content ul li.last {
    margin-right: 0px;
}
/* line 215, scss/sass/main.scss */
#AutoCredit .slider-content ul li > div {
    margin-bottom: 10px;
}
/* line 221, scss/sass/main.scss */
#AutoCredit .slider-value {
    float: left;
    width: 70px;
    padding: 5px 10px;
    background: #fdfdfd;
}
/* line 227, scss/sass/main.scss */
#AutoCredit .slider-left {
    float: left;
    width: 730px;
}
/* line 230, scss/sass/main.scss */
#AutoCredit .slider-left > div {
    margin-bottom: 20px;
}
/* line 232, scss/sass/main.scss */
#AutoCredit .slider-left > div:last-child {
    margin-bottom: 0px;
}
/* line 238, scss/sass/main.scss */
#AutoCredit .planet-auto .slider-left {
    width: 900px;
}
/* line 241, scss/sass/main.scss */
#AutoCredit .planet-auto .slider-content {
    width: 625px;
}
/* line 243, scss/sass/main.scss */
#AutoCredit .planet-auto .slider-content .slider {
    width: 620px!important;
}
/* line 248, scss/sass/main.scss */
#AutoCredit .slider-right {
    float: right;
    width: 150px;
    padding-top: 40px;
}
/* line 253, scss/sass/main.scss */
#AutoCredit .table-head {
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    background-color: #64a433;
    *background-color: #4a8f30;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #64a433), color-stop(100%, #4a8f30));
    background-image: -webkit-linear-gradient(top, #64a433, #4a8f30);
    background-image: -moz-linear-gradient(top, #64a433, #4a8f30);
    background-image: -o-linear-gradient(top, #64a433, #4a8f30);
    background-image: -ms-linear-gradient(top, #64a433, #4a8f30);
    background-image: linear-gradient(top, #64a433, #4a8f30);
    border: 1px solid #64a433;
    border-bottom: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64a433 ', endColorstr='#4a8f30', GradientType=0);
}
/* line 261, scss/sass/main.scss */
#AutoCredit .table-head th {
    text-align: center;
    color: white;
    border: none;
    font-weight: bold;
    width: 25%;
    padding: 5px 15px;
    line-height: 16px;
    border-left: 1px solid #639341;
}
/* line 270, scss/sass/main.scss */
#AutoCredit .table-head th:first-child {
    border-left: none;
}
/* line 274, scss/sass/main.scss */
#AutoCredit .table-head a {
    color: white;
    text-decoration: underline;
}
/* line 277, scss/sass/main.scss */
#AutoCredit .table-head a:hover {
    text-decoration: none;
}
/* line 283, scss/sass/main.scss */
#AutoCredit .table-content {
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
    -khtml-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #e1e1e1;
}
/* line 286, scss/sass/main.scss */
#AutoCredit .table-content tr {
    border-top: 1px solid #e1e1e1;
}
/* line 288, scss/sass/main.scss */
#AutoCredit .table-content tr:first-child {
    border-top: none;
}
/* line 291, scss/sass/main.scss */
#AutoCredit .table-content tr:nth-child(even) {
    background: #f4f4f4;
}
/* line 295, scss/sass/main.scss */
#AutoCredit .table-content td {
    width: 25%;
    text-align: center;
    border-left: 1px solid #e1e1e1;
    padding: 0px 10px;
    height: 50px;
}
/* line 301, scss/sass/main.scss */
#AutoCredit .table-content td:first-child {
    border-left: none;
}
/* line 304, scss/sass/main.scss */
#AutoCredit .table-content td .prezent {
    color: red;
    font-weight: bold;
}
/* line 308, scss/sass/main.scss */
#AutoCredit .table-content td .btn.btn-prb {
    width: 60%;
}
/* line 312, scss/sass/main.scss */
#AutoCredit .table-content .NEW_FROM_BANK td:nth-child(2), #AutoCredit .table-content .NEW_FROM_SHOP td:nth-child(2), #AutoCredit .table-content .OLD_FROM_BANK td:nth-child(3) {
    background: #e6ffe9;
}
/* line 316, scss/sass/main.scss */
#AutoCredit .table-content .NEW_FROM_BANK tr:nth-child(even) td:nth-child(2), #AutoCredit .table-content .NEW_FROM_SHOP tr:nth-child(even) td:nth-child(2), #AutoCredit .table-content .OLD_FROM_BANK tr:nth-child(even) td:nth-child(3) {
    background: #c2f8c9;
}
/* line 320, scss/sass/main.scss */
#AutoCredit .table-content .NEW_FROM_BANK tr:last-child td:nth-child(2), #AutoCredit .table-content .NEW_FROM_SHOP tr:last-child td:nth-child(2), #AutoCredit .table-content .OLD_FROM_BANK tr:last-child td:nth-child(3) {
    background: none;
}
/* line 324, scss/sass/main.scss */
#AutoCredit .otpPasswordView-center {
    /*width: 45%;
    margin: 0 auto 20px;*/
    margin-bottom: 20px;
}
/* line 328, scss/sass/main.scss */
#AutoCredit .otpPasswordView-center input[type="text"] {
    height: 26px;
}
/* line 333, scss/sass/main.scss */
#AutoCredit .otpPasswordView input[type="text"] {
    width: 300px;
}
/* line 336, scss/sass/main.scss */
#AutoCredit .otpPasswordView .small {
    font-size: 12px;
}
/* line 341, scss/sass/main.scss */
#AutoCredit .otpPasswordKodView input[type="text"] {
    width: 130px;
}
/* line 344, scss/sass/main.scss */
#AutoCredit .otpPasswordKodView .current_phone {
    font-size: 18px;
    margin: 10px 0px;
    text-align: center;
}
/* line 350, scss/sass/main.scss */
#AutoCredit .customer-form-view {
    margin-bottom: 0px;
}
/* line 353, scss/sass/main.scss */
#AutoCredit .customer-form-view .border-bottom > div {
    margin-bottom: 5px;
}
/* line 357, scss/sass/main.scss */
#AutoCredit .customer-form-view label {
    float: left;
    width: 350px;
    text-align: right;
    margin-right: 10px;
    line-height: 34px;
    cursor: default;
}
/* line 365, scss/sass/main.scss */
#AutoCredit .customer-form-view .float-left {
    text-align: left;
}
/* line 367, scss/sass/main.scss */
#AutoCredit .customer-form-view .float-left .editCreditOrder {
    line-height: 41px;
}
/* line 371, scss/sass/main.scss */
#AutoCredit .customer-form-view .showCreditDecision {
    width: auto;
    margin-left: 20px;
}
/* line 375, scss/sass/main.scss */
#AutoCredit .customer-form-view input[type="text"] {
    height: 26px;
    width: 220px;
}
/* line 379, scss/sass/main.scss */
#AutoCredit .customer-form-view .selectboxit-btn {
    width: 235px!important;
}
/* line 382, scss/sass/main.scss */
#AutoCredit .customer-form-view .btn-group.inline {
    margin-top: 3px;
}
/* line 385, scss/sass/main.scss */
#AutoCredit .customer-form-view .selectboxit-text {
    max-width: 220px!important;
}
/* line 389, scss/sass/main.scss */
#AutoCredit .selectboxit-arrow-container {
    border-left: 1px solid #ccc;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
}
/* line 395, scss/sass/main.scss */
#AutoCredit .selectboxit-option-icon-container {
    display: none;
}
/* line 399, scss/sass/main.scss */
#AutoCredit .validate b {
    display: none;
}
/* line 402, scss/sass/main.scss */
#AutoCredit .validate.control-group {
    position: relative;
}
/* line 404, scss/sass/main.scss */
#AutoCredit .validate.control-group b {
    background: url("../img/value-free-1.png") no-repeat 0 center;
    padding-left: 22px;
    min-height: 36px;
    width: 180px;
    display: block;
    float: left;
    margin-left: 15px;
}
/* line 415, scss/sass/main.scss */
#AutoCredit .validate.error b {
    background: url("../img/value-free-err.png") no-repeat 0 center;
    padding-left: 30px;
    line-height: 16px;
    font-size: 12px;
    color: #999999;
    font-weight: normal;
}
/* line 423, scss/sass/main.scss */
#AutoCredit .validate.error .selectboxit-btn {
    border: 1px solid #953b39;
}
/* line 427, scss/sass/main.scss */
#AutoCredit .validate strong {
    line-height: 32px;
    margin-left: 5px;
}
/* line 431, scss/sass/main.scss */
#AutoCredit .validate input, #AutoCredit .validate .selectboxit-container, #AutoCredit .validate strong {
    float: left;
}
/* line 435, scss/sass/main.scss */
#AutoCredit .center {
    position: relative;
    with: 100%;
}
/* line 438, scss/sass/main.scss */
#AutoCredit .center .center_left {
    float: right;
    position: relative;
    right: 50%;
}
/* line 443, scss/sass/main.scss */
#AutoCredit .center .center_right {
    position: relative;
    right: -50%;
}

/* line 450, scss/sass/main.scss */
#AutoCredit-tab {
    margin-top: 20px;
    margin-bottom: 15px;
}
/* line 453, scss/sass/main.scss */
#AutoCredit-tab .btn.btn-primary {
    background: #DFDFDF;
    border-bottom: none;
    border: 1px solid #DFDFDF;
    border-top: 1px solid #ACACAC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    margin: 0px;
    padding: 1px 7px 2px;
    color: #363636;
    font-weight: bold;
    float: left;
    margin-right: 0px;
    cursor: default;
}
/* line 468, scss/sass/main.scss */
#AutoCredit-tab table td {
    line-height: 14px;
    vertical-align: middle;
}

/* line 476, scss/sass/main.scss */
#overlay .overlay_shodow, #overlay1 .overlay_shodow, .overlay .overlay_shodow {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.50;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
/* line 486, scss/sass/main.scss */
/*#overlay img {
  margin-left: -64px;
  margin-top: -64px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 101;
}*/

#overlay .pop_up, #overlay1 .pop_up, .overlay .pop_up{
    display: block;
    z-index: 100;
}

#overlay .pop_up .pop_up_text, #overlay1 .pop_up .pop_up_text, .overlay .pop_up .pop_up_text{
    margin-top: 5px;
}

/* line 496, scss/sass/main.scss */
#AutoCredit-title {
    color: #559731;
    font-size: 26px;
    line-height: 26px;
    margin: 0 0 15px;
}

.pop_up{
    position: fixed;
    text-align: center;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    display: none;
    padding: 40px 20px 20px!important;
    -moz-box-shadow: #cdcdcd 0 1px 2px;
    -webkit-box-shadow: #cdcdcd 0 1px 2px;
    -o-box-shadow: #cdcdcd 0 1px 2px;
    box-shadow: #cdcdcd 0 1px 2px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
    border-left: 1px solid #f1f1f1;
    border-top: 1px solid #f6f6f6;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #c8c8c8;
    z-index: 50;
}
.pop_up >div {
    margin-bottom: 13px;
}

#AutoCredit.gradient_grey.testing, #AutoCredit.gradient_grey .testing{
    background-image: url("../img/testing.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}

#AutoCredit.gradient_grey.c-form{
    background-image: url("../img/testing.png");
    background-position: right center;
    background-repeat: no-repeat;
}

#AutoCredit .customer-form-view label.link-btn{
    width: auto!important;
}

#overlay.loader_none img, .overlay.loader_none img{
    display: none;
}

#AutoCredit .block_params_items{    
    min-width: 110px; 
    float: left; 
    margin-top: 20px;
    margin-right: 10px;
}

#AutoCredit .block_params{
    border: 1px solid #7f7f7f; 
    background: #ffffff; 
    height: 98px; 
    text-align: center; 
    margin-bottom:  10px;
    margin-left: 0px;
}

#AutoCredit .big_ge .block_params{
    margin: 20px 15px 10px 0px;
}

#AutoCredit .block_params .block_params_text{
    color: #000000; 
    font-size: 40px; 
    height: 60px; 
    line-height: 60px; 
    padding: 0 10px;
}

#AutoCredit .block_params.block_params_avance .block_params_text {
    font-size: 12px;
    line-height: 10px;
}

#AutoCredit .block_params.block_params_avance .block_params_text .block_params_text_big {
    font-size: 30px;
    line-height: 30px;
    padding-top: 10px;
    display: block;
}

#AutoCredit .block_params.block_params_blue .block_params_text{ 
    font-size: 12px;
    line-height: 19px;
}

#AutoCredit .block_params.block_params_blue .block_params_text span{ 
    font-size: 30px;
    line-height: 30px;
    padding-top: 10px;
    display: block;
}

#AutoCredit .block_params .block_params_curent{
    font-size: 13px; 
    font-weight: bold;
}

#AutoCredit .block_params .block_params_descr{
    color: #ffffff;  
    font-size: 13px; 
    font-weight: bold; 
    line-height: 14px; 
    padding: 0 5px;
    height: 32px; 
    padding-top: 6px;
    background-color: #82b70f;
    *background-color: #58b833;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #82b70f), color-stop(100%, #58b833));
    background-image: -webkit-linear-gradient(top, #82b70f, #58b833);
    background-image: -moz-linear-gradient(top, #82b70f, #58b833);
    background-image: -o-linear-gradient(top, #82b70f, #58b833);
    background-image: -ms-linear-gradient(top, #82b70f, #58b833);
    background-image: linear-gradient(top, #82b70f, #58b833);
    border: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82b70f ', endColorstr='#4a8f30', GradientType=0);
}

#AutoCredit .block_params.block_params_blue .block_params_descr{ 
    background-color: #1976cd;
    *background-color: #1976cd;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1976cd), color-stop(100%, #1976cd));
    background-image: -webkit-linear-gradient(top, #1976cd, #1976cd);
    background-image: -moz-linear-gradient(top, #1976cd, #1976cd);
    background-image: -o-linear-gradient(top, #1976cd, #1976cd);
    background-image: -ms-linear-gradient(top, #1976cd, #1976cd);
    background-image: linear-gradient(top, #1976cd, #1976cd);
    border: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1976cd ', endColorstr='#1976cd', GradientType=0);
}

#AutoCredit .block_params .advance_info_hide{
    text-align: left;
    padding: 5px;
    position: absolute;
    right: -264px;
    top: -3px;
    background: #ffffff;
    z-index: 100;
    width: 250px;
    border-radius: 5px;
    border: 1px solid #7f7f7f;
    display: none;
    line-height: 16px;
}

#Advance_info:hover .advance_info_hide{
    display: block;
}

#scompanySelectBoxIt{
    width: 478px!important;
}

#AutoCredit .calculatePayment{
    padding-top: 20px;
}

#AutoCredit .month_rezult{
    text-align: center;
}

.docload .button {
    overflow: hidden;
    position: relative;
    display: inline-block;
    color: #0b00f3;
    text-align: center;
    line-height: 18px;
    padding-top: 5px;
    width: 250px;
}

.docload .button input {
    cursor: pointer;
    direction: ltr;
    font-size: 200px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}    

.docload .form_document{
    margin-top: 10px;
}

.docload .form_document td{
    vertical-align: top;
}

.docload .form_document td.name_doc{
    line-height: 12px;
    vertical-align: top;
    padding-right: 15px;
    padding-top: 7px;
    max-width: 250px;
}

.docload .name_doc{
    padding-right: 15px;
    padding-top: 7px;
    max-width: 250px;
    line-height: 22px;
    float: left;
}

.uploadFileLv.docload .button{
    width: auto;
    line-height: 26px;
}

.docload .form_document td.name_info{
    color: #0b00f3;
    width: auto;
    text-align: left;
    line-height: 26px;
}

.docload .error{
    color: red;
}

.agent_info{
    font-size: 14px;
    margin-top: 10px;
}

table.listObj {
    margin-bottom: 19px;
    width: 100%;
    position: relative;
    vertical-align: top;
    line-height: 160%;
    border: 1px solid #E6E5E1;
}

table.listObj table td em {
    color: #666666;
    display: block;
    font-size: 11px;
    line-height: 16px;
}

.listObj a.img em {
    background: url('http://www.planetavto.com.ua/img/new/bg-id.png') no-repeat;
    color: #4c4c4c;
    display: block;
    font-style: normal;
    height: 19px;
    left: -5px;
    line-height: 15px !important;
    margin: 0 !important;
    padding: 0 4px;
    position: absolute;
    top: 7px;
}

.listObj a.img s {
    display: block;
    height: 135px;
    overflow: hidden;
    text-decoration: none;
}

.listObj a.img img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 240px;
}

.listObj a.img {
    display: block;
    height: 135px;
    position: relative;
    text-align: center;
    text-decoration: none;
    margin: 10px 0px;
    width: 200px;
    overflow: hidden;
}

.listObj strong {
    color: #828f99;
    font-size: 13px;
}

.listObj strong {
    color: #4c4c4c;
    font-size: 13px;
}

table.listObj td {
    padding: 0px 0;
    margin: 0px;
}

table.listObj p {
    list-style: none;
    margin: 0;
    padding: 0;
}

table.listObj td.price{
    color: #828f99;
    font-weight: normal;
    line-height: normal;
    padding-right: 10px;
    padding-top: 20px;
    text-align: left;
    width: 160px;
    vertical-align: top;
    font-size: 13px;
}

table.listObj td.price strong{
    font-size: 18px;
}

table.listObj th a {
    color: #666666;
    text-decoration: underline;
}

table.listObj th a:hover {
    text-decoration: none;
}

table.listObj .float-left{
    width: 150px;
}

.listObj .aCredit {
    display: inline-block;
    font-size: 11px;
}

.aCredit a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 11px;
}

.aCredit, .aCredit a {
    color: #737373;
}

.aCredit strong {
    border-bottom: 1px dotted #38a632;
    color: #38a632;
    font-size: 11px;
}

table.listObj td em {
    color: #666666;
    display: block;
    font-size: 11px;
    line-height: 16px;
    margin: 10px 0;
}

.listObj strike, #MobileCreditContent strike {
    float: left;
    height: 13px;
    line-height: 1px;
    margin: 1px 5px 0 0;
    position: relative;
    width: 39px;
    background: url('../img/star-mask-grey.png') repeat-x;
}

.listObj strike b, #MobileCreditContent strike b {
    background: url('../img/star-mask.png') repeat-x;
    display: block;
    height: 13px;
}

.listObj strike.rate1 b, #MobileCreditContent strike.rate1 b { width: 13px; }
.listObj strike.rate2 b, #MobileCreditContent strike.rate2 b { width: 26px; }
.listObj strike.rate3 b, #MobileCreditContent strike.rate3 b { width: 39px; }

.options{
    border: 1px solid #E6E5E1;
    width: 100%;
}

.options td{
    padding: 5px 10px;
    vertical-align: top;
}

.options input{
    margin-top: -2px;
}

.listObj h1 > span > b, .listObj h3 > b {
    color: #0070bf;
    float: left;
    font-size: 34px;
    line-height: 26px;
    line-height: 24px;
    text-align: center;
    width: 35px;
}

.listObj h1 {
    color: #000000;
    font-size: 24px;
    line-height: 24px;
}

.listObj p.breadcrumbs {
    color: #8d9ba6;
    font-size: 16px;
    font-weight: normal;
    width: auto;
    margin-left: 35px;
}

.listObj p.breadcrumbs a{
    color: #8d9ba6;
}

.listObj p.breadcrumbs b {
    color: #0070bf;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    width: 20px;
}

.listObj .buyInfo {
    float: right;
    width: 200px;
    margin-right: 20px;
    padding: 10px;
    background: #ffffff;
    text-align: center;
    border: 1px solid #E6E5E1;
}

.listObj .aAllInfo {
    padding-left: 100px;
    margin-left: 10px;
    width: 481px;
    background: #ffffff;
    border: 1px solid #E6E5E1;
    margin-bottom: 20px;
}

.listObj a.photo {
    cursor: pointer;
    display: block;
    height: 360px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 4810x;
}

.listObj ul {
    height: 360px;
    left: -98px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 95px;
}

.listObj ul li {
    display: block;
    height: 71px;
    margin: 0 0 1px;
    position: relative;
    overflow: hidden;
}

.listObj ul li.with_video {
    height: 59px;
}

.listObj ul li.cur_video {
    background: url("../img/play_video.jpeg") no-repeat;
    background-size: 49px;
    background-position: 25px;
    cursor: pointer;
}

.listObj ul li.cur a, .listObj ul li.cur a img {
    opacity: 1;
}

.listObj ul li a b {
    background-color: #0070bf;
    display: none;
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 95px;
}

.listObj .property {
    padding-bottom: 28px;
}

.listObj .aGallery {
    padding-bottom: 0px;
    position: relative;
    width: 480px;
}

.listObj #video_container {
    height: 360px;
    position: absolute;
    width: 480px;
    z-index: 2;
}

#AutoCredit .listObj .property h2, #AutoCredit .listObj #description h2 {
    border-bottom: 1px solid #e6edf2;
    color: #3d3e40;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}

.listObj .property h2 b, .listObj div.advicemodels b, .listObj #description h2 b {
    color: #0070bf;
    display: inline-block;
    font-size: 24px;
    padding-right: 5px;
    width: 10px;
}

.listObj .property table td {
    color: #626c73;
    padding: 7px 0 7px 15px;
    width: 180px;
}

.listObj .property table td b{
    color: #0070bf;
    display: none;
    float: left;
    font-size: 14px;
    margin-left: -10px;
    width: 10px;
}

.complect table td.yes {
    color: #3d3e40;
}

.listObj .property table td.yes b{
    display: block;
}

.aPrice.objBuy span.green{
    color: #38a632;
}

.aPrice.objBuy strong{
    font-size: 24px;
}

.aPrice.objBuy > span {
    color: #8d9ba6;
    font-style: italic;
}

.hideBigInfo{
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

#overlay.waitLoader .pop_up{
    margin-top: 0px;
    top: 100px;
    font-size: 34px;
    line-height: 40px;
    min-height: 280px;
    width: 700px;
    margin-left: -350px;
}

#overlay.waitLoader #timingBlock{
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 30px;
    margin-top: 30px;    
}

#overlay.waitLoader .tezis_text {
    font-size: 18px;
    line-height: 18px;
    text-align: left;
}

#overlay.waitLoader .wait_error{
    margin-top: 80px;
}

.red {
    color: red;
}

#vrezkaAutoPopap.pop_up{
    height: 520px;
    width: 540px;
    margin-left: -270px;
    margin-top: 0px;
    top: 0;
    padding: 5px!important;
    z-index: 110;
}

#vrezkaAutoPopap .close, .pop_up .close{
    background: url("../img/close.png") no-repeat 0 0;
    position: absolute;
    top: 5px;
    right: 5px;
    height: 16px;
    width: 16px;
}

.link{
    display: inline-block;
    color: #08c;
    cursor: pointer;
}

.options .link{
    font-size: 12px;
    margin-left: 10px;
}

.radio_block{
    display: inline-block;
}

.radio_block input{
    display: none;
}

.radio_block input[type="radio"] + label{
    color: #363636;
    text-decoration: none;
    border: none;
    border-bottom: 1px dashed #363636;
    background: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    margin: 4px 8px 4px;
    display: inline-block;
}

.radio_block input[type="radio"]:checked + label{
    background: #DFDFDF;
    border-bottom: none;
    border: 1px solid #DFDFDF;
    border-top: 1px solid #ACACAC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    margin: 0px;
    padding: 3px 7px 4px;
}

.options .grey_small{
    color: #BCBCBC;
    font-size: 12px;
    margin-left: 10px;
    line-height: 18px;
}

#sliderPay{
    width: 80%;
    display: inline-block;
}

#AutoCredit #sliderPay .slider-content{
    width: 50%;
    float: none;
    display: inline-block;
    margin-top: 0px!important;
    margin-left: 5px;
    padding-right: 10px;
    margin-right: 0px!important;
}

.big_grey{
    font-size: 13px;
    color: #828f99;
}

.big_price{
    font-size: 18px;
}

#AutoCredit .customer-form-view label.form_leght{
    text-align: left; 
    line-height: 20px;
    cursor: pointer;
}

#OrderDelivery .pop_up{
    width: 400px;
    left: 50%;
    margin-left: -200px;    
    top: 150px;
}

#OrderDelivery .pop_up #address{
    width: 100%;
    margin-bottom: 0px;
}

#OrderDelivery .address_label{
    line-height: 30px; 
    float: left; 
    margin-right: 20px;
}

#OrderDelivery .address_select{
    float: left; 
    width: 300px;
    margin-bottom: 10px;
}

#OrderDelivery b.error{
    font-weight: normal;
    color: red;
}

#OrderDelivery .delivery_big{
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
}

#OrderDelivery .delivery_big div{
    margin-bottom: 5px;
}

#MobileCreditContent {
    font-size: 100%;
    min-width: 300px;
    max-width: 920px;
    background: #fff;
}

#MobileCreditContent h1{
    color: #0070bf;
    font-size: 18px;
    text-align: center;
    margin: 0px 0 15px;
    line-height: 18px;
}

.input_block{
    width: 100%;
    margin-bottom: 15px;
    color: #aaaaaa;
    position: relative;
}

#MobileCreditContent .input_block input{
    padding: 0;
    line-height: 40px!important;
    height: 40px!important;
    display: inline-block;
    border: none;
    width: 100%!important;
    font-size: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    border-radius: 5px;
    border: 1px solid #c5c5c5;
    background: #fff;
    padding: 5px 5px 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
    float: none;
}

#MobileCreditContent .input_block input.right_padding_115{
    padding-right: 115px;
}

#MobileCreditContent .input_block input.right_padding_60{
    padding-right: 60px;
}

#MobileCreditContent .input_block input.right_padding_40{
    padding-right: 40px;
}

#MobileCreditContent .input_block .input_block_right{
    position: absolute;
    right: 10px;
    top: 0px;
    line-height: 40px;
    height: 40px;
}

#MobileCreditContent select{
    width: 100%;
    height: 40px;
    font-size: 100%;
    margin-bottom: 15px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
}

#MobileCreditContent .validate.error select{
    margin-bottom: 0px;
}

.input_block.disabled{
    background: #fafafa;
}

#MobileCreditContent select:disabled{
    background: #fafafa;
}

strong.green{
    color: #75af26;
}

.calculate_items .calculate_item{
    margin-bottom: 10px;
}

#MobileCreditContent #phone{
    line-height: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #c5c5c5;
    width: auto;
    min-width: 240px;
    max-width: 350px;
    padding: 0 10px;
    font-size: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background: none;
    color: #0070bf;
    border-radius: 5px;
    text-align: left;
    margin-bottom: 20px;
}

#MobileCreditContent #phone::-webkit-input-placeholder {
    color: #333;
}

#MobileCreditContent #phone::-moz-placeholder {
    color: #333;
}

#MobileCreditContent #phone:-moz-placeholder {
    color: #333;
}

#MobileCreditContent #phone:-ms-input-placeholder {
    color: #333;
}

#MobileCreditContent .gradient_grey{
    margin-bottom: 30px;
}

#MobileCreditContent  .otpPasswordView{
    text-align: center;
}

#MobileCreditContent .otpPasswordKodView{
    text-align: center;
}

#MobileCreditContent .otpPasswordKodView > div{
    margin-bottom: 20px;
}

#MobileCreditContent .btn-prb{
    line-height: 40px;
    font-size: 100%;
    min-width: 150px;
}

#MobileCreditContent .btn-prb + .btn-prb{
    margin-left: 10px;
}

#MobileCreditContent #AutoCredit .validate.error{
    color: #aaaaaa;
    margin-bottom: 0px;
}

#MobileCreditContent #AutoCredit .validate b{
    display: none;
}

#MobileCreditContent #AutoCredit .validate.error b{
    width: 100%;
    font-size: 100%;
    background: none;
    color: red;
    line-height: 25px;
    margin-top: 10px;
    display: block;
    margin-left: 0px;
    padding-left: 0px;
}

#MobileCreditContent .error{
    width: 100%;
    font-size: 100%;
    background: none;
    color: red;
    line-height: 25px;
    margin-top: 10px;
    font-weight: normal;
}

#MobileCreditContent .customeform{
    text-align: center;
}

#MobileCreditContent .customeform .btn-prb{
    display: inline-block;
}

#MobileCreditContent .blue{
    color: #0070bf;
}

#MobileCreditContent .green{
    color: #75af26;
}

.fsize_18{
    font-size: 18px;
}

.border_bottom{
    margin-top: 25px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #cccccc;
}

.docload_mobile{
    text-align: center;
}

#MobileCreditContent #AutoCredit .docload_mobile #emailSchedule{
    float: none;
    margin-bottom: 20px;
    margin-right: 0px!important;
    color: #0070bf;
    line-height: 40px;
    height: 40px;
    font-size: 100%;
    padding: 0 10px;
}

#MobileCreditContent #AutoCredit .otpPasswordKodView input[type="text"]{
    color: #0070bf;
    line-height: 40px;
    height: 40px;
    font-size: 100%;
    padding: 0 10px;
}

#MobileCreditContent #AutoCredit .btn.btn-prb.showCreditDecision, #MobileCreditContent #AutoCredit .btn.btn-prb#sendAdvance,
#MobileCreditContent #AutoCredit .btn.btn-prb.confirmPay{
    background: #0070bf;
}

#MobileCreditContent .car_img{
    max-width: 240px;
    width: 40%;
    float: left;
    overflow: hidden;
    margin-bottom: 5px;
}

#MobileCreditContent .car_img img{
    width: 100%;
}

#MobileCreditContent .car_info {
    padding: 20px 20px 10px;
}

#MobileCreditContent .car_info_right{
    width: 55%;
    float: left;
    margin-left: 4%;
}

#MobileCreditContent .car_info_right .car_model{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}

#MobileCreditContent .car_info_right .car_model .grey{
    color: #ababab;
}

#MobileCreditContent .car_info_right .car_info_right_items{
    float: left;
    width: 49%;
}

#MobileCreditContent  .car_details{
    border-top: 1px solid #b6b6b6;
    font-size: 11px;
    line-height: 16px;
    margin-top: 5px;
    padding-top: 5px;
}

#MobileCreditContent .car_details .car_price{
    font-size: 18px;
    line-height: 38px;
    float: right;
    width: 50%;
    text-align: center;
}

#MobileCreditContent .car_details_left{
    margin-right: 50%;
    border-right: 1px solid #b6b6b6;
}

.line{
    background: #b6b6b6;
    height: 1px;
    margin: 15px 0;
}

#MobileCreditContent .credit_info{
    margin-bottom: 5px;
    line-height: 28px;
}

#MobileCreditContent .radio_block input[type="radio"] + label{
    border: 1px solid #75af26;
    color: #75af26;
    background: none;
    border-radius: 5px;
    font-weight: bold;
    padding: 2px 4px 2px;
    margin: 4px 0px 4px;
    width: auto;
    text-align: center;
    font-size: 80%;
}

#MobileCreditContent .radio_block input[type="radio"]:checked + label{
    background: #75af26;
    border: 1px solid #75af26;
    color: #fff;
}

.MobileHeader{
    width: 100%;
    margin: 0 -10px 15px;
    padding: 0px 10px;
    background: #f5f5f5;
    font-size: 150%;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.MobileHeader > div {
    padding: 10px 0;
    text-align: center;
}

.MobileHeader a {
    color: #0070BF;  
    background-color: #ffffff;
    border: 1px solid #cccccc;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.MobileHeader .col-xs-2 {
    width: 16%;
    float: left;
    position: relative;
    min-height: 1px;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.MobileHeader .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.MobileHeader .glyphicon-chevron-left:after {
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.MobileHeader .glyphicon-chevron-left:before {
    content: "\e079";
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.MobileHeader .col-xs-10{
    padding-top: 17px;
    font-size: 12pt;
    font-weight: bold;
    color: #0070BF;
}

#MobileCreditContent .control-group{
    margin-bottom: 0px;
}

#MobileCreditContent .validate.error.margin-b15 select{
    margin-bottom: 15px;
}

.docload .table_width{
    width: 80%;
}

.ldap_block input{
    margin-top: 10px!important;
    width: 165px;
}

.ldap_block button{
    width: 165px;
    width: 180px;
    margin-bottom: 10px;
}

.ldap_block .error, #confirmPrintAndSigned .error{
    color: red;
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.ldap_block  .sendEmail{
    color: #5c9d32;
}

.print_document a{
    margin-bottom: 10px;
}

.margin_t10{
    margin-top: 10px;
}

#confirmPrintAndSignedInput{
    margin-top: -3px;
}

.checkbox_left_padding{
    padding-left: 18px;
}

.print_document .btn{
    margin-right: 10px!important;
}

#confirmPrintAndSigned label{
    display: inline-block;
}

.border_block{    
    moz-box-shadow: #cdcdcd 0 1px 2px;
    -webkit-box-shadow: #cdcdcd 0 1px 2px;
    -o-box-shadow: #cdcdcd 0 1px 2px;
    box-shadow: #cdcdcd 0 1px 2px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background: #fafafa;
    border-left: 1px solid #f1f1f1;
    border-top: 1px solid #f6f6f6;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 15px;
}

.block_yellow{
    background: #fbf8e5;
}

.without_sms{
    margin-top: 5px;
    margin-left: 50px;
}

.without_sms input{
    float: left;
    margin-right: 5px;
}

.font12{
    font-size: 12px;
}

#overlay.big_overlay .pop_up{
    width: 80%;
    margin-left: -40%;
    height: 430px;
    margin-top: -215px;
    background-color: rgba(255, 255, 255, 0.6); 
    padding: 0px!important;
}

#overlay.big_overlay .pop_up .signatre_title{
    background-color: #ffffcc;
    border-radius: 10px 10px 0px 0px;
    text-align: left;
    padding: 20px;
}

#overlay.big_overlay .pop_up .signatre_bottom{
    background-color: #E9F4C9;
    border-radius: 0 0 10px 10px;
    text-align: left;
    padding: 20px;
}

#overlay.big_overlay .pop_up .pop_up_text, #overlay1.big_overlay .pop_up .pop_up_text, .overlay .pop_up .pop_up_text{
    margin-top: 0px;
}

#overlay.big_overlay .signate_block{
    position: relative;
}

#overlay.big_overlay .signate_bg{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    line-height: 300px;
    text-align: center;
    font-size: 30px;
    opacity: 0.5;
}

#overlay.big_overlay #simple_sketch{
    position: relative;
}

.signature_top_buttom {
    background-color: rgba(0,0,0, 0.5); 
}

#selectPrint {
    float: right;
    margin-left: 15px;
    margin-top: 3px;
}

#selectPrint .selectboxit-list{
    font-size: 10px!important;
}

#selectPrint .selectboxit-container * {
    font-size: 10px!important;
}

#saveAkt {
    margin-left: 10px;
}

@media (max-width: 640px) {
    .pop_up {
        left: 20px;
        right: 20px;
        width: auto;
        margin-left: 0px;
    }
}

@media (max-width: 720px) {
    #MobileCreditContent #overlay.waitLoader .pop_up{
        position: fixed;
        border-radius: 0px;
        margin-top: 0px;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        font-size: 28px;
        line-height: 32px;
        height: auto;
        width: auto;
        margin-left: 0px;
        background: #ffffff;
        margin-bottom: 0px;
    }

    #MobileCreditContent #overlay.waitLoader .tezis_text {
        font-size: 18px;
        line-height: 20px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    #MobileCreditContent .car_info_right .car_model{
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 5px;
    }

    #MobileCreditContent .car_info_right .car_price{
        font-size: 22px;
        line-height: 22px;
    }
    .docload .table_width{
        width: 100%;
    }

    #MobileCreditContent .docload .button{
        width: auto;
    }
}

@media (min-width: 481px) and (max-width: 640px) {
    #MobileCreditContent .car_info_right .car_model{
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    #MobileCreditContent .car_info_right .car_price{
        font-size: 24px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    body {
        padding-right: 10px;
        padding-left: 10px;
    }
}