﻿.boxed-btn:disabled {
    background: #f98752;
    border: 1px solid transparent;
    color: white !important;
}

.genric-btn.primary:disabled {
    background: #f98752;
    border: 1px solid transparent;
    color: white !important;
}

.custom-select {
    border: 1px solid #e5e6e9;
    border-radius: 0px;
    height: 48px;
}

    .custom-select:focus {
        outline: 0;
        box-shadow: none;
        border-color: #e5e6e9;
    }

/*.progress-table .table-head .refid, .progress-table .table-head .partno, .progress-table .table-head .partdesc, .progress-table .table-head .quantity, .progress-table .table-head .upimage {
    color: #415094;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500;
}*/

.progress-table .refid {
    width: 8%;
    padding-left: 30px;
}

.progress-table .partno {
    width: 20%;
}

.progress-table .partdesc {
    width: 41%;
}

.progress-table .quantity {
    width: 13%;
}

.progress-table .upimage {
    width: 10%;
}

.progress-table .delete {
    width: 5%;
}

.progress-table .requestid {
    width: 41%;
}

.progress-table .requestidsup {
    width: 30%;
}

.progress-table .supplier {
    width: 20%;
}

.progress-table .fees {
    width: 12%;
}

.progress-table .days {
    width: 14%;
}

.progress-table .date {
    width: 15%;
}

.progress-table .fileid {
    width: 12%;
}

.progress-table .quoted {
    width: 13%;
}

.progress-table .regno {
    width: 18%;
}

.progress-table .carmake {
    width: 18%;
}

.progress-table .yearmake {
    width: 12%;
}

.tableGrid {
    width: auto;
    padding: 15px;
    border: solid 2px darkgrey;
}

.progress-table .subrow {
    width: 98%;
}

.sub-header {
    font-size: 23px;
}

.myProgress {
    width: 100%;
    background-color: grey;
}

.myBar {
    width: 1%;
    height: 15px;
    background-color: orangered;
}

.messageBoxButton {
    margin: 5px;
}

.primary-radio input + label {
    border: 1px solid #cccccc;
}

.primary-radio input:disabled + label {
    background: lightgrey;
}

.primary-checkbox input + label {
    border: 1px solid #cccccc;
}

.primary-switch input + label:before {
    background: #0000004a;
}

.ptb200 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.bg-img-height {
    height: 550px !important;
}

.bg-img-1 {
    background-image: url(../../../img/mainslider/mainslider-1.jpg);
}

.bg-img-2 {
    background-image: url(../../../img/mainslider/mainslider-2.jpg);
}

.bg-img-3 {
    background-image: url(../../../img/mainslider/mainslider-3.jpg);
}

.sb-enhanced {
    height: 100%;
}

.services-icon-img {
    width: 60px;
    height: 60px;
}

.services-text {
    padding-top: 10px;
}

.col-list {
    max-width: 14.285714%;
}

.trBorderWhite {
    border-bottom: solid white;
    border-right: solid white;
    border-top: solid white;
}

.myPopupDim {
    background: rgba(0, 0, 0, 0.5);
    /*opacity: 0.5;*/
    position: fixed; /* important to use fixed, not absolute */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}

    .myPopupDim .myPopup {
        /*        width: 400px;*/
        /*        height: 700px;*/
        position: absolute;
        top: 50%;
        left: 50%;
        /*margin: -300px 0 0 -200px;*/ /*[-(height/2)px 0 0 -(width/2)px];*/
        /*display: none;*/
        background: rgba(2, 16, 38, 0.6); /*darkgrey;*/
        border-radius: 3px;
        /*opacity: 0.9;*/
        /*overflow-y: scroll;*/
    }

a, h1, h2, h3, h4, h5 {
    font-family: KaiTi;
}

.heading {
    font-family: KaiTi !important;
}

.myPopup {
    /*        width: 400px;*/
    /*        height: 700px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    /*margin: -300px 0 0 -200px;*/ /*[-(height/2)px 0 0 -(width/2)px];*/
    /*display: none;*/
    background: rgba(2, 16, 38, 0.6); /*darkgrey;*/
    border-radius: 3px;
    /*opacity: 0.9;*/
    /*overflow-y: scroll;*/
}
