/* ============ mobile view ============ */
@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;        
    }

    html {
        font-size: 12px;
    }

    body {
        padding-top: 70px;   }

}
/* ============ desk top view ============ */
@media(min-width: 991px) {
    html {
        font-size: 14px;
    }
}

@media print{
    body::before {
        /*position: fixed;*/
        /*top: 50%;
        left: 50%;
        font: 500px;
        color:dimgrey;
        z-index: 1000;
        content: "ALFADUCT";*/
        /*-webkit-transform: rotate(-40deg);*/
        /*color:rgba(0,0,0,0.3);
        -webkit-transform: rotate(-40deg);*/


/*        display: inline;
        position: fixed !important;
        opacity: 0.15;
        font-size: 6em;
        width: 100%;
        text-align: center;
        z-index: 1000;
        top: 300px;
        right: 5px;
        content: "ALFADUCT";
        -webkit-transform: rotate(-40deg);*/
    }
}

.watermark {
    display: inline;
    position: fixed !important;   
    width: 100%;
    text-align: center;   
    top: 200px;
    right: 5px;
    /*height: 95%;
    width: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;*/
    background-repeat: repeat-y;
    z-index: 9999;
    opacity: 0.1;
}



.dot {
    height: 5px;
    width: 5px;
    background-color: blue;
    border-radius: 50%;
    display: inline-block;
    margin:0px;
}

.greyColorTableCell {
    background: #5b5656;
}

/*
@media (max-width: 991px) {
    #ddlTOB_AmpRating {
        order: 1;
    }

    #ddlTOB_SGMake {
        order: 2;
    }
}
*/

    /*==============general======================*/

    html {
        position: relative;
        min-height: 100%;
    }

    body {
        margin-bottom: 60px;
        /*background-color: gold;*/
        /*background-color: #edbb55; */ /* this is the color for yellow background*/
    }

    /* for styling the div container when the main nav is clicked i.e. megamenu design*/
    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
        /* background-color:floralwhite;*/
        background-color: dimgrey;
  /*      background-color: #31a31b;  // for green
        background-color:#fa2406; // for red*/
        /*background-size:cover;
        background-image:linear-gradient(
        rgba(121,30,77,0.8),
        rgba(121,30,77,0.8)
        ),
        url('../Images/BBT1.jpg');*/
    }

    /*for fixing the position of navbar on top*/
    .navbar .has-megamenu {
        position: static; /*!important;*/
    }

    /* works on color change when hover over the main nav bar*/
    .navbar .design1 .design2 > li:hover > a {
        color: darkorange;
        transition: color 0.3s ease;
    }

    /* works on color change when hover over the submenu items*/
    .submenu a:hover {
        color: darkorange;
        transition: color 0.3s ease;
        background-color: transparent;
        /* border-bottom:solid 1px;*/
    }

    /*styling for the logo block*/
    .navbar > .container-fluid > .navbar-brand {
        /*  background-color:black;*/
        color: darkorange;
        font-size: 20px;
        font-style: italic;
    }

    /*for styling the font color of the main nav*/
    .navbar-nav > .nav-item > .nav-link {
        color: white;
    }

.nav-link {
    color: white;
}



    /*for styling dropdown group header*/
    .dropdown-heading {
        color: white;
        font-weight: 500;
        border-bottom: solid 1px;
    }

    /*for styling dropdown menu items, not dropdown group header*/
    .navbar ul li a {
        color: white;
        /* transition: color 0.3s ease;*/
    }

    /* styling for text box*/
    .custom-width-tb {
        height: 30px;
        font-size: 12px;
        outline: none;
        border: none;
        border-bottom: 1px solid rgba(121,30,77,0.8);
        border-radius: 0px;
    }

    .custom-width-tb_small {
        height: 25px;
        width: 150px;
        font-size: 11px;
        /*    outline: none;
    border: none;
    border-bottom: 1px solid rgba(121,30,77,0.8);
    border-radius: 0px;*/
    }

.custom-width-tb_small_morewidth {
    height: 25px;
    /*width: 380px;*/
    font-size: 11px;
    /*    outline: none;
    border: none;
    border-bottom: 1px solid rgba(121,30,77,0.8);
    border-radius: 0px;*/
}





.custom-tob-size {
    height: 25px;
    font-size: 10px;
}

.custom-tob-box-size {
    height: 25px;
    font-size: 10px;
}

    .custom-text-size {
        font-size: 11px;
    }



    /*for footer color and picture*/
    .tofix {
        margin-top: auto;
        /* background-color: ghostwhite;*/
        height: 35px;
        width: 100%;
        background-size: cover;
        background-image: linear-gradient( rgba(121,30,77,0.8), rgba(121,30,77,0.8) ), url('../Images/BBT1.jpg');
    }

    /* for decorating the table*/
    /*.wrapper {
    width: 600px;
    table-layout: fixed;*/
    /*overflow: auto;*/
    /*overflow-y:scroll;
    overflow-x:scroll;
    display: block;
    height: 350px;
    border-collapse: collapse;
    border: 1px solid red
}*/

    /*table.dataTable {
        border-collapse: collapse;
        width: 100%;
    }*/

/*.table-height {
    display: table;
    height: 225px;
    table-layout: fixed;
}*/

.table-height {
    display: table;
    height: 250px;
    width: 800px;
}

    .table-custom {
        border: 1px solid black;
        border-collapse: separate;
         /*border-collapse:collapse;*/
        border-spacing: 0px;
        min-width: max-content;
    }

        .table-custom thead tr {
            position: sticky;
            position: -webkit-sticky;
            top: 0;
            //background-color: rgb(113, 7, 40, 0.80) !important;
            background-color: rgb(113, 7, 40) !important;
            color: white;
            text-align: left;
            font-weight: bold;
        }




/*form gray table border*/
.table-custom-gray {
    border: 1px solid black;
    border-collapse: separate;
    /* border-collapse:collapse;*/
    border-spacing: 0px;
    min-width: max-content;
}

    .table-custom-gray thead tr {
        position: sticky;
        /*background-color: rgb(113, 7, 40, 0.80) !important;*/
        background-color: darkorange !important;
        color: white;
        text-align: left;
        font-weight: bold;
    }





table thead th {
    top: 0px;
    position: sticky;
}

th, td {
    border: 1px solid black;
    padding: 10px;
    font-size: 12px;
    max-width: 100px;
    word-wrap: break-word;
}




    /*gives the navbar a picture with color gradient*/
    .navcss {
        /*  z-index: -1;    */
        background-size: cover;
        background-image: linear-gradient( rgba(121,30,77,0.8), rgba(121,30,77,0.8) ), url('../Images/BBT1.jpg');
    }

    /*gives the body side padding as removed container class from div*/
    .bodycss {
        /*z-index: -1;*/
        /* background-size: cover;
    background-image: linear-gradient( rgb(243, 247, 246, 0.90), rgba(243, 247, 246, 0.90) ), url('../Images/BBT1.jpg');*/
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 60px;
    }

.modal_SalesMIS {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid black;
    /* border-radius:10px;*/
    z-index: 10;
    background-color: white;
    width: 1300px;
    max-width: 95%;
    height: 800px;
    max-height: 85%;
}



.modal_SalesMIS_Update {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid black;
    /* border-radius:10px;*/
    z-index: 10;
    background-color: white;
    width: 1300px;
    max-width: 95%;
    height: 1300px;
    max-height: 85%;
}

.modal {
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid black;
    /* border-radius:10px;*/
    z-index: 10;
    background-color: white;
    width: 1300px;
    max-width: 90%;
    /*        height: 1200px;
        max-height: 80%;*/
    height: 600px;
    max-height: 60%;
}

.modal_GADrawingPrint {
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid black;
    z-index: 10;
    background-color: white;
    width: 1300px;
    max-width: 90%;
    height: 750px;
    max-height: 60%;
}
/*.modal_GADrawingPrint_AdaptorBox {
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid black;
    z-index: 10;
    background-color: white;
    width: 1300px;
    max-width: 90%;
    height: 750px;
    max-height: 80%;
}*/







.modalAttendance {
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid black;
    /* border-radius:10px;*/
    z-index: 10;
    background-color: white;
    width: 400px;
    max-width: 90%;
    /*        height: 1200px;
        max-height: 80%;*/
    height: 200px;
    max-height: 60%;
}




.overlayForSpinner {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    display: none;
    background-color: #5b5656;
    /*    opacity:0.5;*/
    opacity: 1;
    z-index: 3;
}

    .overlay {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        height: 100vh;
        pointer-events: none;
        display: none;
        background-color: #5b5656;
        /*    opacity:0.5;*/
        opacity: 1;
        z-index:2;
    }

        .overlay.active {
            /*    opacity:1;*/
            pointer-events: none;
        }


    .overlayone {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        height: 100vh;
        pointer-events: none;
        display: none;
        background-color: #5b5656;
        /*    opacity:0.5;*/
        opacity: 1;
    }

        .overlayone.active {
            /*    opacity:1;*/
            pointer-events: none;
        }

.overlayPleaseWait {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    display: none;
    background-color: #eae0e0;
    /*    opacity:0.5;*/
    opacity: 1;
}


    .modal-header .title {
        font-size: 1.25rem;
        font-weight: bold;
    }

.modal-header .title1 {
    font-size: 1.25rem;
    font-weight: bold;
}

    .modal-header .close-button {
        cursor: pointer;
        border: none;
        outline: none;
        background: none;
        font-size: 1.25rem;
        font-weight: bold;
    }

    .myDiv {
        background-color: #c6c8c8;
    }

    .myDiv1 {
        background-color: #eaeced;
    }

.myDiv23 {
    background-color:darkorange;
}

.colorClass {
    color: white;
}



    .form-group {
        display: inline-block;
        /*  margin-right: 10px;*/
        float: left;
    }

        .form-group label {
            display: block;
        }

    .myDiv2 {
        background-color: rgba(121,30,77,0.8);
        /* background-color:rgb(113, 7, 40, 0.80);*/
    }

    .ggr {
        background-color: blue;
    }

    .white {
        color: black;
        font-size: 12px;
        font-weight: bold;
    }


    .bgcolor {
        /*background-color: rgba(121,30,77,0.8);*/
        background-color: transparent;
    }

    .white1 {
        color: white;
        /*    border-style:solid;
    border-color:rgb(113, 7, 40, 0.80);
    border-width:3px;*/
        background-color: white;
        /*    background-color:#8d7285;
    border:none;*/
        /*   border-color:rgb(113, 7, 40, 0.80) ;*/
        border-color: rgb(113, 7, 40, 0.80);
        border-style: solid;
        border-width: 3px;
    }



    .hide-me {
        display: none;
        /* visibility:hidden;*/
    }

    /* using below styles in prepareoffer dtquotedetails datatable*/
    .custom-width0 {
        width: 70px !important;
    }

    .custom-width1 {
        width: 10px !important;
    }

    .custom-width2 {
        width: 500px !important;
    }

    .custom-width3 {
        width: 40px !important;
    }

    .custom-width4 {
        width: 5px !important;
    }

.custom-width11 {
    width: 10px !important;
}
.custom-width12 {
    width: 15px !important;
}





 .tableUpdates thead th {
        position: sticky;
        margin-top: -10px;
        top: 0;
        background: rgb(113, 7, 40);        
    }

/*form gray table header bg color*/
.tableUpdates_gray thead th {
    position: sticky;
    margin-top: -10px;
    top: 0;
    background: rgb(185 178 178);
    color:black;
}


/*used in print offer view*/
@media print {
    .no-print, .no-print * {
        display: none !important;          
    }
    body {
        /*align-content: flex-start;*/
        padding-top: 0px;
    }



}

/*for coloring the table while printing offer*/
@media print {
    tr:nth-child(even) td {
        /* background-color: rgb(226, 218, 218); fff3b0*/
        background-color: #fef7d2;
        -webkit-print-color-adjust: exact;
    }
}

.webgrid-table thead {
    display: table-header-group;
}

.webgrid-table tfoot {
    display: table-row-group;
}

.webgrid-table tr {
    page-break-inside: avoid;
}

.printDetails > div {
    display: inline-block;
}

.border22 {
    border-left: 1px solid red;
/*    display: flex;
    height: 100%;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
    overflow: hidden;*/
    box-sizing: border-box;
}

/*.techselectioncustom > div {
    height: 30px;
}*/


/*used in print offer view to stop strip in notes table*/
.borderless td, .borderless th {
    border: none;
    background-color: white !important;
}

#table-view {
    width: 800px;
}

.borderclass {
    border-top: rgba(245,100,6,1) !important;
    border: 3px;
}


/*form loading gif used input prepare offer*/
.plWait {
    position: fixed;
    height: 100px;
    top: 50%;
    left: 0%;
    width: 90%;
    z-index: 999999;
    margin-left:5%;
}

/*form loading indicator used in rerun input prepare offer*/

.center-div {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
}

/*.spinner {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}*/

/*.loader {
    margin: auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #15a0ec;
    border-bottom: 16px solid #15a0ec;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}*/

.inner-div {
    background-color: white;
    border-radius: 15px;
    margin: auto;
    padding: 2%;
    width: 150px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.flexrow{
    display:-webkit-box;
    display:-webkit-flex;
    display:flex!important;
}

.flexrow >div{
    -webkit-box-flex:1;
    -webkit-flex:1;
    flex:1;
}

.zoom {
    transition: transform .2s; /* Animation */
    margin: 0 auto;
}

.zoom2 {
    transition: transform .2s; /* Animation */
    margin: 0 auto;
}

.center_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

p.event_desc {    
    text-align: top;
}

    .zoom:hover {
        transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

.zoom2:hover {
    transform: scale(2.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/*    for loading spinner*/
/*.overlay_Spinner {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: 10000;
    background: rgba(255,255,255,0.8) url(~/Images/CPRI_LOGO.jpg) no-repeat center center;*/
    /*src: url("FlatElbow.png");
    center: no-repeat;*/

/*}

body.loading {
    overflow: hidden;
}

body.loading.overlay{
    display:block;
}*/

.loader {
    border: 8px solid white;
    border-top: 8px solid rgb(113, 7, 40);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    /*margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;    */   
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bspinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 93;
}




.whiteFont {
    color: white;
    font-size: 14px;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.tdbreak {
    /*word-wrap:break-word;*/
    word-break: break-all;
}

/*
.hidden-checkbox:checked + .toggle-content {
    display: block;
}

.toggle-content {
    display: none;
    z-index: 2;
    position: absolute;
    background-color: dimgrey;
    color: white;
    border: black;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    padding: 3px;
}

.label-toggle {
    cursor: pointer;
}

.hidden-checkbox:checked + .toggle-content {
    display: block;
}

li:hover {
    background-color: darkgrey;
}*/

/*ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    max-height: 100px;
    padding-right: 10px
}

li {
    padding-top: calc(var(--bs-gutter-y)* -1);
    padding-right: calc(var(--bs-gutter-x)* -.5);
    padding-left: calc(var(--bs-gutter-x)* -.5);
    font-size: small;
}*/



/*.tbl-no-data {
    &:before{content: "0"}  
}
*/

/*.multiselect {
    width: 200px;
}*/

.selectBox {
    position: relative;
}

    .selectBox select {
        width: 100%;
        /*font-weight: bold;*/
    }

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
}

    #checkboxes label {
        display: block;
    }

        #checkboxes label:hover {
            background-color: #1e90ff;
        }

/*.cont img {*/
    /*object-fit: contain;*/
    /*object-fit: scale-down;*/
    /* or
  object-fit: cover; */
/*}*/

.cont {
    /*object-fit: scale-down;*/
    /*object-fit: fill;*/
    /*object-fit: contain;*/
    /*object-fit: cover;*/
}

.img-container .img-responsive {
    flex: 1;
    height: 100%;
}

.img-container {
    border: 2px solid red;
    justify-content: center;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.cellGreen {
    background-color: #FFFF00;
}

/*.highlight {
    background-color: #FFFF00;
}
*/












