section {
    text-align: center;
    min-height: 70vh;
    padding: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    width: 95%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.options-cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 30%;
    margin: 0 auto;
    align-items: center;
}

button, #page-back, #page-forward {
    cursor: pointer;
}

.arrow {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    margin-top: 15px;
}

.yearselect {
    padding: 10px 15px;
    border-radius: 3px;
    color: rgb(53, 53, 53);
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    font-size: 1.3rem;
    width: 200px;
    margin: 0 20px;
}

.mileageselect {
    padding: 5px;
    border-radius: 3px;
    color: rgb(53, 53, 53);
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    font-size: 1.3rem;
    margin: 0 20px;
}

.mmy-cont div {
    width: 250px;
}

#status-plus-iframe {
    width: 100vw;
    height: 100vh;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin-top: 20px;
    margin-bottom: 20px;
}

.hasDatePicker {
    height: 30px;
    border-radius: 5px;
    border: 1px solid grey;
    width: 120px;
}

#time-dropdown, #select-advisor {
    height: 30px;
    border-radius: 5px;
    border: 1px solid grey;
    width: 120px;
}

.searchbtn, .add-cust-info-btn {
    color: #fff;
    background-color: #428bca;
    border: 1px solid #357ebd;
    border-radius: 3px;
    padding: 12px;
    font-size: 1.3rem;
}

.mmbtn {
    color: rgb(53, 53, 53);
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    padding: 10px 15px;
    margin-bottom: 20px;
    font-size: 1.3rem;
    width: 200px;
}

.addbtn {
    color: #fff;
    background-color: #59af5d;
    border: 1px solid #3d9b49;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 5px 10px;
    font-size: 2rem;
    height: 72px;
    width: 50px;
}

.removebtn {
    color: #fff;
    background-color: #d9534f;
    border:1px solid #d43f3a;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 5px 10px;
    font-size: 2rem;
    height: 72px;
    width: 50px;
}

.wrongInfo {
    line-height: 22px;
    font-size: 1.1rem;
    color: rgb(175, 45, 45);
    margin: 50px auto 0 auto;
    width: 70%;
}

.ncbtn {
    color: #551A8B;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 1.1rem;
    margin: 0px 0px 10px;
    cursor: pointer;
    text-decoration: underline;
}

.ridebtn {
    color: #fff;
    background-color: #428bca;
    border: 1px solid #357ebd;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 1.3rem;
    margin-top: 20px;
}

.ridebtnactive {
    color: #428bca;
    border: 1px solid #357ebd;
    background: white !important;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 1.3rem;
    margin-top: 20px;
}

.section-title {
    font-size: 2.5rem;
    margin: 0px auto;
}

.SearchInput {
    border: 1px solid #a7a7a7;
    border-radius: 3px;
    padding: 5px 10px;
    height: 50px;
    font-size: 1rem;
    width: 35%;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.service-cont {
    overflow: auto;
    height: 400px;
    width: auto;
    margin: 0 auto;
    border: 2px solid grey;
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.personalVehicles {
    margin: 10px auto;
    border: 2px solid #3877af;
    background-color: #428bca;
    padding: 5px;
    font-size: 1.3rem;
    border-radius: 5px;
    color: white;
    width: 85%;
    height: 65px !important;
}

.addservices {
    padding: 5px;
    border-radius: 3px;
    color: rgb(53, 53, 53);
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    font-size: 0.8rem !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin: 0;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
    overflow: auto;
}

.priceservices {
    padding: 5px;
    border-radius: 3px;
    color: rgb(53, 53, 53);
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    font-size: 0.8rem !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin: 0;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
    overflow: auto;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.addedservices {
    padding-left: 5px;
    border-radius: 3px;
    color: rgb(53, 53, 53);
    background-color: #ffffff;
    border: 1px solid #3d9b49;
    font-size: 1rem !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: auto;
}

.recom-cont {
    width: 50%;
}

.declinedservices {
    padding: 0 5px;
    border-radius: 3px;
    color: rgb(53, 53, 53);
    background-color: #ffffff;
    border: 1px solid #993131;
    font-size: 1rem;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin: 0 0px 0 10px;
    height: 70px;
    flex-direction: column;
    display: flex;
    border-right: none !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: auto;
}

.yourveh {
    width: 65%;
    margin: 0 auto;
    border: 2px solid rgb(194, 194, 194);
    border-radius: 5px;
    background-color: white;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    height: 250px;
    overflow: auto;
}

.info-row {
    display: flex;
    flex-direction: row;
}

.status-logo {
    width: auto;
    max-height: 150px;
}

.drop-logo {
    width: 100%;
}

.searchbarrecom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
}

.info-cont {
    width: 500px;
    margin: 0 auto;
    border: 2px solid rgb(194, 194, 194);
    border-radius: 5px;
    background-color: white;
    margin-top: 10px;
    padding: 5px;
    overflow: auto;
    height: auto;
}

.noteTitle {
    margin-top: 0px !important;
}

.fsm-text-cont {
    display: flex;
    flex-direction: column;
    width: 45%;
}

.fsm-top-cont {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.mmy-cont {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.Factorybtn {
    width:85%;
    margin:0 auto;
    padding:10px 15px;
    margin-bottom:20px;
    color: #fff;
    background-color: #428bca;
    border: 1px solid #357ebd;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 1.3rem;
}

#find-existing-cust-name, #find-existing-cust-cell, #find-existing-cust-email {
    margin-bottom: 10px;
}

.service-title {
    border: none;
    background-color: #f5f5f5;
    font-size: 1.3rem !important;
    font-weight: 600;
    overflow: hidden;
}

.edit-cell {
    color: #428bca;
}

.done-edit-cell {
    color: #59af5d;
}

.done-edit-cell, .edit-cell {
    cursor: pointer;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: auto;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media only screen and (max-width: 950px) {
    .options-cont {
        flex-direction: column;
        width: 80%;
    }
}

@media screen and (max-width: 800px) {
    .gtgcont {
        flex-direction: column !important;
    }
    .personalVehicles {
        font-size: 1rem !important;
        line-height: 30px;
        display: flex;
        align-items: center;
        min-height: 70px !important;
    }
    #ui-datepicker-div {
        left: 20px !important;
    }
    .ncbtn {
        margin-top: 0px;
        margin-top: 10px;
    }

    .vinsearchcont {
        align-items: center;
    }

    .noteTitle {
        /*font-size: ;  didn't define font size*/
    }

    .addedservices {
        padding-left: 5px;
        border-radius: 3px;
        color: rgb(53, 53, 53);
        background-color: #ffffff;
        border: 1px solid #3d9b49;
        font-size: 1rem;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        margin: 0 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        overflow: auto;
    }

    .ridebtn {
        color: #fff;
        background-color: #428bca;
        border: 1px solid #357ebd;
        border-radius: 3px;
        padding: 5px 10px;
        font-size: 1rem;
        margin-top: 10px;
    }

    .ridebtnactive {
        color: #428bca;
        border: 1px solid #357ebd;
        background: white !important;
        border-radius: 3px;
        padding: 5px 10px;
        font-size: 1rem;
        margin-top: 10px;
    }

    .arrow {
        display: inline-block;
        width: 15px;
        height: 15px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        margin: 10px;
    }

    .addservices {
        font-size: .7rem !important;
        width: 75%;
    }

    .priceservices {
        font-size: .7rem !important;
        width: 25%;
    }

    .searchbarrecom {
        margin-top: 15px;
    }

    .mmbtn {
        margin-bottom: 5px;
        font-size: 1rem;
        padding: 0 5px;
        width: 100%;
    }

    .section-title {
        font-size: 1.2rem;
        margin: 0px auto;
    }

    .status-logo {
        width: auto;
        height: 75px;
    }

    .yourveh {
        width: 100%;
    }

    .fsm-text-cont {
        width: 100%;
    }

    .searchbtn {
        margin: 5px auto;
        font-size: 1rem;
    }

    .Info-sect {
        margin: 0px auto !important;
    }

    .fsm-text-cont p:first-child {
        font-size: 1rem !important;
        margin: 5px auto !important;
    }

    #vehicle-notes {
        height: 75px !important;
    }

    .mmy-cont div h3 {
        margin: 0 auto !important;
    }

    .vinsearchcont {
        margin-top: 0px !important;
    }

    .fsm-top-cont {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .info-cont {
        width: 95%;
        height: auto;
        font-size: .9rem;
        margin-top: 3px !important;
    }

    .info-cont div:first-child {
        font-size: 1.2rem !important;
        margin-top: 0px !important;
    }

    .info-row {
        display: flex;
        flex-direction: column;
    }

    section {
        width: 96%;
        padding: 5px !important;
    }

    .header-title {
        font-size: 1.5rem !important;
    }

    .SearchInput {
        width: 100%;
    }

    #Container {
        padding-bottom: 90vh;
    }

    .declinedservices {
        font-size: .7rem;
    }

    .mmy-cont {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .wrongInfo {
        width: 100%;
        font-size: 1rem;
        margin: 20px auto 0px auto;
    }

    .service-cont {
        max-height: 250px;
    }

    .recom-cont {
        margin: 15px auto;
        width: 100%;
    }

    .searchbtn {
        width: 96% !important;
    }

}
