﻿/*Car Registration Text box Styling*/


.car-registration-input-ui {
    background: linear-gradient(to bottom, #f8d038 0%,#f5ca2e 100%);
    padding: .25em 1em .25em 1.75em;
    font-weight: bold;
    font-size: 2.70em;
    border-radius: 5px;
    border: 1px solid #000;
    box-shadow: 1px 1px 1px #ddd;
    position: relative;
    font-family: helvetica, ariel, sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.CarReg-unit:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 5px;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    border: 1px dashed #f8d038;
}

.cls_JustifyContentCentre {
    display: flex;
    justify-content: center;
    align-items: center;
}

.car-registration-input-box {
    position: relative;
}

#newCarRegistrationNum, #InvoicePopup_CarRegistrationNum, #SMSPopup_CarRegistrationNum, #BookingsPopup_CarRegistrationNum, #newCarRegistrationNum {
    display: block;
    border: 1px solid #d7d6d6;
    padding: 2px 0px 0px 20px;
    width: 210px;
    color: black !important;
}

    #newCarRegistrationNum::placeholder, #InvoicePopup_CarRegistrationNum::placeholder, #SMSPopup_CarRegistrationNum::placeholder, #BookingsPopup_CarRegistrationNum::placeholder, newCarRegistrationNum::placeholder {
        font-size: 1.5rem;
        text-align: center;
    }

.CarReg-unit {
    content: 'GB';
    font-family: helvetica, ariel, sans-serif;
    font-weight: bold;
    display: block;
    width: 30px;
    height: 100%;
    font-size: 1em;
    background: #063298;
    position: absolute;
    top: 0;
    border-radius: 5px 0 0 5px;
    color: #f8d038;
    line-height: 85px;
    padding-left: 5px;
}

/* Input Styling */

    #newCarRegistrationNum:focus, #InvoicePopup_CarRegistrationNum:focus {
    border: 2px solid black;
}

    /* Input Styling */

    #newCarRegistrationNum:-webkit-autofill,
    #newCarRegistrationNum:-webkit-autofill:hover,
    #newCarRegistrationNum:-webkit-autofill:focus,
    #newCarRegistrationNum:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px #f8d038 inset !important;
    }

@media only screen and (min-width: 1300px) {
    btn-CustomerPopup-Proceed {
        margin-left: 7rem;
    }
}

/* Add Customer By Registration Number Styling */

#AddCustomerByRegNumber, #btnShowCarDetails, #div_CarDetails {
    display: none;
}

#Heading {
  /*  height: 60px;*/
    border-radius: 15px;
    /*line-height: 6.5rem;*/
    text-align: center;
}

#regNoEmpty {
    display: none;
}

#AddCustomerError {
    display: none;
}

#submitBtns {
    margin-left: 5px;
}

#Addbtn {
    height: 33px;
    width: 180px;
}

#Updatebtn {
    height: 33px;
    width: 180px;
    display: none;
}

.div_Validation {
    display: none;
}

.labels {
    margin-top: 15px;
}

.requiredMark {
    color: red;
}

/* Add Customer By Registration Number Styling */

/* API Detail Table Styling */

#AddDVLAtbl {
    table-layout: fixed;
    /*display: none;*/
}
/* API Detail Table Styling */
#Heading{
    color: white;
}

.cls_ShowCarDetails, .cls_SaveCustomerDetails {
    margin-top: 5px;
}

.cls_ShowCarDetails{
    width:100%;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #newCarRegistrationNum {
        width: 100% !important;
    }
    .input-box-center{
        margin-left: 15%;
    }
    .buttons-on-center {
        justify-content: center !important;
    }
}

#AddCustomertbl input[type=text], #AddCustomertbl input[type=email], #AddCustomertbl input[type=tel] {
    height: 35px;
    border-radius: 10px;
}

#AddCustomertbl textarea {
    border-radius: 10px;
    height: 70px;
}
#CustomerExistDivFrontend h3{
    margin-bottom:0;
}

/*Scheduler*/
.div_scheduler .car-registration-input-ui {
    background: linear-gradient(to bottom, #f8d038 0%,#f5ca2e 100%);
    padding: .25em 1em .25em 1.75em;
    font-weight: bold;
    font-size: 1em;
    border-radius: 5px;
    border: 1px solid #000;
    box-shadow: 1px 1px 1px #ddd;
    position: relative;
    font-family: helvetica, ariel, sans-serif;
    text-transform: uppercase;
    text-align: center;
    cursor:pointer;
}

.div_scheduler #SchedulerEvent_CarRegistrationNum {
    display: block;
    border: 1px solid #d7d6d6;
    padding: 2px 7px 2px 30px;
    width: 102px;
    color: black !important;
}

.div_scheduler .CarReg-unit {
    content: 'GB';
    font-family: helvetica, ariel, sans-serif;
    font-weight: bold;
    display: block;
    width: 30px;
    height: 100%;
    font-size: 0.8em;
    background: #063298;
    position: absolute;
    top: 0;
    border-radius: 5px 0 0 5px;
    color: #f8d038;
    line-height: 39px;
    padding-left: 7px;
}

.div_scheduler .CarReg-unit:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 30px;
    border: 1px dashed #f8d038;
}