@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');


.text-shadow{text-shadow: 0px 3px 3px rgba(0,0,0,0.23);}
.text-shadow-2{text-shadow: 3px 3px 3px rgba(0,0,0,0.23);}
.text-shadow-3{text-shadow: 2px 2px 0px rgb(248, 247, 247);}
.box-shadow{box-shadow: 3px 3px 3px rgba(0,0,0,0.23);}
h1,h2,h3,h4,h5{font-family: 'Roboto Condensed', sans-serif;}

@media screen and (max-width: 414px){
    #logo{
        width: 150px;
    }
    #logo > img{
        width: 100%
    }
    .mt-xs-1{
        margin-top: .25rem !important;
    }
}
@media screen and (max-width: 360px){
    #logo{
        width: 150px;
    }
    #logo > img{
        width: 100%
    }
}

.lang{
    width: 58px;
    border-radius: 25px;
}

#vehicle-producer {
    height: auto;
}

@media (max-width: 670px) and (min-width: 550px) {
    #vehicle-producer {
        height: 150px;
    }
}

@media (max-width: 549px) {
    #vehicle-producer {
        height: 220px;
    }
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: none;
}

@media (max-width: 767px) {
    .whatVinPl {
    }
}

.autotestoPlBtn {
    color: white;
    margin-top: 10px;
    margin-left: 20%;
    background-color: #0cbf1b;
    border-radius: 10px;
    height: 40px;
    width: 140px;
    margin-bottom: 10px;
}


.viPlOtherReport {
    margin-left: -10px;
    border: #e0e1e1 1px solid;
    border-left: none;
    border-bottom: none;
    border-right: none;
}


.ViPlpUp {
    font-size: 18px !important;
    padding-top: 20px !important;
    margin-bottom: -10px;
}

.titleViPlCard p {
    color: white;
    font-size: 30px;
    text-align: center;
    padding-top: 0;
}

.ViPlpDown {
    padding-top: -50px;
}

.ViPlPriceLicense {
    font-size: 56px;
    text-align: center;
    color: black;
    margin-bottom: -15px;
}

.licenseViPlCard {
    float: left;
}

.pricesViPlCard {
    margin-left: 15px;
    width: 100%;
    background-color: #f4f4f5;
}

.ViPlTaxCard {
    text-align: center;
}

.ViPlBonusCard {
    text-align: center;
    font-size: 24px;
    color: black;
    margin-bottom: 0;
}

.ViPlTermsCard {
    background-color: #f4f4f5;
    margin-left: 15px;
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.ViPlTermsCard > p {
    font-size: 16px;
    color: black;
}

.ViPlTermsCard i {
    color: #044478;
}

.ViPlOrderLicenseCard > button{
    width: 100%;
    background-color: #2774a0;
    color: white;
    font-size: 24px;
    border: none;
    margin-left: 15px;
    height: 60px;
}

.ViPlOrderLicenseCard > button:hover {
    cursor: pointer;
}

#ViPlVehicleInfo {
    margin-top: -20px;
    background-color: #f4f4f5;
    height: 600px;
}

.titleViPlCard {
    background-color: #2774a0;
    width: 100%;
    margin-top: 20px;
    float: left;
    margin-left: 15px;
}

#titleViPlLicense {
    background-color: #f4f4f5;
    font-size: 16px;
    margin-top: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
}

.viPlLicense {
    background-color: #f8f7f7;
}

.viPlLicenseLabel {
    background-color: black;
}

.verticalViLicense {
    border: 1px solid lightgrey;
}

.viPlLicenseInputs {
    border: solid 1px lightgray;
    height: 30px;
}

.viPlInputsLabels {
    font-weight: bolder;
    color: #0B447B;
}

.viPlVerticalLicenses{
    float:left;
    height: 98px;
}

.viPlBigLicensePrice {
    font-size: 40px;
    color: white;
    text-align: center;
}

.licenseGreenColor {
    background-color: #40b76f;
}

.smallViLicenseText {
    font-size: 10px;
    color: white;
    margin-top: -10px;
    margin-bottom: 0;
    text-align: center;
}

.smallCurrency {
    font-size: 18px;
}

.licenseBlueColor {
    background-color: #0B447B;
}

.licenseName {
    font-size: 30px;
}

.viLicenseCheckbox {
    transform: scale(3);
    border: 2px solid grey;
}

.style_checkbox label span{
    display:none;
}
.style_checkbox label.active span{
    display:block;
    color: #48a145 !important;
}
.style_checkbox label{
    background-color: #fff !important;
    font-size: 21px;
    border-radius: 0px;
    border: 2px solid #999 !important;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.borderViPlLicense {
    border: 1px solid lightgray;
    height: 100px;
}

.style_checkbox label i{
    display:none;
}
.style_checkbox label.active i{
    display:block;
}

.viPlButtonLicense {
    height: 50px;
    border: none;
}

button.viPlButtonLicense:hover {
    cursor: pointer;
}

.headerLicense {
    height: 100px;
    color: #2774a0;
}

.viLicenseGreyRow {
    height: 320px;
}

.licenseArrow {
    color: #2774a0;
    transform: scale(4);
    margin: 70px 0 0 70px;
}

.licenseArrowLower {
    color: #2774a0;
    transform: scale(4);
    margin: 70px 0 0 30px;
}

.viLicenseHorizontalBlock {
    height: 120px;
    width: 20px !important;
    background-color: grey;
    float: left;
}

.viLicenseMonitor {
    transform: scale(1.4);
}

.lowerLicense {
    font-size: 14px;
}

.viLicenseLeftArrow {
    transform: scale(2.5);
    margin: 30px 0 0 30px;
}

.viLowestHeaderLicense {
    color: #2774a0;
    font-size: 40px;
    font-weight: bolder;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.rightBottomCaptcha {
    right: 50px;
    bottom: 30px;
}

@media screen and (max-width: 1200px){
    .rightBottomCaptcha {
        right: -20px;
        bottom: 30px;
    }
}


@media screen and (max-width: 991px){
    .borderViPlLicense {
        height: 394px;
    }
    .rightBottomCaptcha {
        right: -160px;
        bottom: 30px;
    }
}

@media screen and (max-width: 770px){
    .rightBottomCaptcha {
        right: 36px;
        bottom: 0px;
    }
}

@media screen and (max-width: 570px){
    .rightBottomCaptcha {
        right: -50px;
        bottom: 0px;
    }
}

div.login-fields {
    text-align:center;
}
div.password-recovery-holder {
    max-width:430px;
    margin: 0 auto;
}
div.password-recovery-holder div.login-img {
    width:100%;
    height:130px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image:url('/img/lock_open.png');
    margin-top:40px;
    margin-bottom:40px;
}
div.password-recovery-holder label {
    display:block;
    margin-bottom:3px;
    color:#555555;
    line-height: 26px;
}
div.password-recovery-holder label[for="UserEmail"] {
    text-align:center;
}
div.password-recovery-holder input {
    border: 1px solid #a9a9a9;
    color:#555555;
    float:left;
    margin-bottom:10px;
    padding:4px 5px;
    text-align:center;
}
div.password-recovery-holder button.btn-cancel {
    margin-right:5px;
}
div.password-recovery-holder button.btn-cancel,
div.password-recovery-holder button.btn-submit {
    margin-top:15px;
}
div.password-recovery-holder .no-arrow span {
    background-image:url("/img/buttons/normal/small/right_no_arrow.png") !important;
    padding-right:10px !important;
}


@media (min-width: 1200px) {
    .terminatedReportDiv {
        height: 500px;
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199px)  {
    .terminatedReportDiv {
        height: 450px;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px)  {
    .terminatedReportDiv {
        height: 450px;
        text-align: center;
    }
}

@media (min-width: 576px) and (max-width: 767px)  {
    .terminatedReportDiv {
        height: 250px;
        text-align: center;
    }
}

@media (max-width: 576px)  {
    .terminatedReportDiv {
        height: 250px;
        text-align: center;
    }
}

.rodoDivClause ul {
    list-style-type: square;
}

.rodoDivClause {
    font-size: 10px;
    color: #8a8a8a;
    text-align: justify;
}
.priceElem {
    font-size: 20px !important;
}
.active {
    opacity: 1;
    background: none !important;
    border: solid 1px #0cbf1b !important;
}