/* CSS Document */
body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    /*background: #fff;
    font-family: calibri;*/
    font-family: Calibri !important;
    letter-spacing: 0px;
    font-size: 0.9em;
    color: #3C3C3C;
    line-height: 20px;
    text-align: center; /* background-image: url(../images/backg.png);     background-repeat: no-repeat;     background-position: right bottom;*/
}

#Imagrd {
    position: fixed;
    bottom: 0px;
    right: 5px;
    z-index: -1;
}

#Imagld {
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 1;
}

#Imaglu {
    position: fixed;
    top: 5px;
    left: 5px;
    z-index: 1; /* -webkit-transition: margin-left 0ms linear;     -moz-transition: margin-left 0ms linear;     -o-transition: margin-left 0ms linear;     -ms-transition: margin-left 0ms linear;     transition: margin-left 0ms linear;*/
}

#Imagmm {
    text-align: center;
    vertical-align: bottom;
    bottom: 5px;
    z-index: 1;
}

.text {
    vertical-align: baseline;
    padding-top: 10px;
}
/*span
{
    color: #000000;
    font-size: 20px;
    vertical-align: middle;
    padding-left: 20px;
    padding-top: 10px;
}
*/
h1, h2, h3, h4, h5, h6, h7, h8 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h1 {
    font-size: 15px;
    color: #254399;
    text-decoration: none;
}

h2 {
    font-size: 13px;
    color: #3C3C3C;
    text-decoration: none;
}

h3 {
    font-size: 18px;
    color: #3C3C3C;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}

h4 {
    font-size: 18px;
    color: #712B13;
    font-style: normal;
    text-decoration: none;
    font-family: "calibri";
    font-weight: normal;
    text-transform: uppercase;
    /*-ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;*/
}

h5 {
    font-size: 14px;
    color: #f26722;
    padding: 5px;
    font-style: normal;
    text-decoration: none;
    font-family: "calibri";
    font-weight: bold;
    border-bottom: 1px dotted #CCCCCC;
}

h6 {
    font-size: 18px;
    color: #3C3C3C;
    text-decoration: none;
}

h7 {
    font-size: 19px;
    color: #FFF;
    line-height: 25px;
    letter-spacing: 0px;
    word-spacing: 1px;
    padding-top: 4px;
    font-family: calibri;
}

h8 {
    font-size: 15px;
    color: #1f87da;
    line-height: 25px;
    letter-spacing: 0px;
    word-spacing: 1px;
    padding-top: 4px;
    font-weight: bold;
    font-family: calibri;
}

h9 {
    font-size: 20px;
    color: #f26722;
    padding: 0px;
    font-style: italic;
    text-decoration: none;
    font-family: "Myriad Pro", "Trebuchet MS", "sans-serif";
    font-weight: bold;
}

.lblmsg {
    font-size: 13px;
    color: #CC2102;
    display: block;
    text-decoration: none;
    text-shadow: 0 0 15px #CC2102; /* -moz-box-shadow: 0 0 15px #CC2102;     -webkit-box-shadow: 0 0 15px #CC2102;     box-shadow: 0 0 15px #CC2102;*/
    font-weight: bold;
}


.head-main-login {
    font-size: 15px;
    color: #fff;
    font-style: normal;
}

.text-main-login {
    font-size: 13px;
    color: #000;
    font-style: normal;
    font-family: calibri;
}

.othertable-login {
    background: rgba(0, 0, 0, 0);
    width: 60%;
    margin: 3% auto 0;
    padding: 25px;
    height: 310px;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
}

.txtSearch {
    font-family: calibri;
    font-size: 13px;
    color: #000;
    width: 250px;
    background: #FFFFFF url(../Icons/search.png) no-repeat 18px;
    background-position: right;
    padding: 4px 4px 4px 0px;
    height: 18px;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

.txtuser {
    font-family: calibri;
    font-size: 16px;
    color: #B4B4B4;
    width: 100%;
    background-color: #fff;
    height: 30px;
    border: 1px solid #0c4188;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    background: #fff url(../icons/adm.png)no-repeat 290px 6px;
}

    .txtuser:hover {
        background-color: #f1f3f4;
    }

.txtpwd {
    font-family: calibri;
    font-size: 16px;
    color: #B4B4B4;
    width: 100%;
    background-color: #FFFFFF;
    height: 30px;
    border: 1px solid #0c4188;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    background: #fff url(../icons/key.png)no-repeat 290px 6px;
}

    .txtpwd:hover {
        background-color: #f1f3f4;
    }

.txt {
    padding: 0px 4px;
    font-family: calibri;
    font-size: 13px;
    color: #3C3C3C;
    width: 80%;
    background-color: #fff;
    height: 35px;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    border-radius: 7px;
}

    .txt:hover {
        font-family: calibri;
        font-size: 13px;
        width: 80%;
        color: #000;
        background-color: #f1f3f4;
        height: 35px;
        border: 1px solid #CCCCCC;
        -moz-border-radius: 2px 2px 2px 2px;
        -webkit-border-radius: 2px 2px 2px 2px;
        /*border-radius: 2px 2px 2px 2px;*/
        border-radius: 7px;
    }

.datepicker {
    font-family: calibri;
    font-size: 13px;
    color: #3C3C3C;
    width: 80%;
    background-color: #fff;
    height: 35px;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

    .datepicker:hover {
        font-family: calibri;
        font-size: 13px;
        width: 80%;
        color: #000;
        background-color: #f1f3f4;
        height: 35px;
        border: 1px solid #CCCCCC;
        -moz-border-radius: 2px 2px 2px 2px;
        -webkit-border-radius: 2px 2px 2px 2px;
        border-radius: 2px 2px 2px 2px;
    }

.txtvalue {
    font-family: calibri;
    font-size: 13px;
    color: #3C3C3C;
    text-align: right;
    width: 80%;
    background-color: #fff;
    height: 20px;
    border: 1px solid rgb(204, 204, 204);
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

    .txtvalue:hover {
        font-family: calibri;
        font-size: 13px;
        width: 80%;
        color: #000;
        text-align: right;
        background-color: #f1f3f4;
        height: 20px;
        border: 1px solid #CCCCCC;
        -moz-border-radius: 2px 2px 2px 2px;
        -webkit-border-radius: 2px 2px 2px 2px;
        border-radius: 2px 2px 2px 2px;
    }

.txt_multi {
    font-family: calibri;
    font-size: 13px;
    color: #3C3C3C;
    width: 80%;
    background-color: #fff;
    height: 54px;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

    .txt_multi:hover {
        font-family: calibri;
        font-size: 13px;
        width: 80%;
        color: #000;
        background-color: #f1f3f4;
        height: 54px;
        border: 1px solid #CCCCCC;
        -moz-border-radius: 2px 2px 2px 2px;
        -webkit-border-radius: 2px 2px 2px 2px;
        border-radius: 2px 2px 2px 2px;
    }

.ddl {
    font-family: calibri;
    float: left;
    font-size: 13px;
    color: #3C3C3C;
    width: 80%;
    background-color: #fff;
    height: 35px;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    border-radius: 4px;
}

    .ddl:hover {
        font-family: calibri;
        float: left;
        font-size: 13px;
        width: 80%;
        color: #000;
        background-color: #f1f3f4;
        height: 35px;
        border: 1px solid #CCCCCC;
        -moz-border-radius: 2px 2px 2px 2px;
        -webkit-border-radius: 2px 2px 2px 2px;
        border-radius: 2px 2px 2px 2px;
        border-radius: 4px;
    }

.DataGridFixedHeader {
    position: relative;
    top: -expression(this.offsetParent.scrollTop);
    font-bold: True;
    forecolor: White;
    bordercolor: #009015;
    backcolor: #009015;
    horizontalalign: Center;
}

.ScrollBar {
    scrollbar-face-color: #009015;
    scrollbar-arrow-color: #009015;
    scrollbar-track-color: #009015;
    scrollbar-dark-shadow-color: #009015;
    scrollbar-highlight-color: #009015;
    scrollbar-shadow-color: #009015;
}
/*Submodule wise Screen links List*/
.mGrid {
    /*border-top: 1px solid #c6d0da;
    background: #fff;*/
    border-radius: 12px;
    margin-top: 0px;
   
}

table.mGrid {
    border: 1px solid #f5f5f5;
    border-collapse: collapse;
}
    table.mGrid td {
        border: 1px solid #f5f5f5;
    }

fieldset table.mGrid td {
    border: none !important;
}

fieldset table.mGrid {
    border: none !important;
}

    .mGrid td {
        border: 1px solid #fcfcfc;
        margin: 1px 1px 5px 1px;
        padding: 1px 1px 5px 1px;
    }

.mGrid th {
    /*  border: 1px solid #254399;*/
    border: none;
    background: #ffd7b5;
    color: #fff;
    font-weight: bold;
    text-align: center;
    height: 20px;
    font-family: calibri;
    font-size: 17px;
    -moz-border-radius: 12px 12px 0px 0px;
    -webkit-border-radius: 12px 12px 0px 0px;
    -khtml-border-radius: 12px 12px 0px 0px;
    border-radius: 12px 12px 0px 0px;
}


.pagelink {
    font-size: 16px;
    color: #7FB3DD; /*3DAE38*/
    text-decoration: none;
    font-weight: 400;
    width: 280px;
    line-height: 20px;
    margin-top: 12px;
}

    .pagelink:hover {
        color: #FAC775;
        cursor: pointer;
    }

.leftlink {
    font-size: 15px;
    color: Red; /*3DAE38*/
    font-weight: 400;
    padding: 5px;
    font-weight: 600;
}

    .leftlink:hover {
        color: Red;
        cursor: pointer;
    }

.headlink {
    font-family: calibri;
    font-size: 16px;
    color: #712B13; /*3DAE38*/
    /*background-color: #00D080;
    text-decoration: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #fff;*/
    display: inline-block;
    /*width: 110px;*/
    text-align: center;
}

    .headlink:hover {
        cursor: pointer;
        color:#fff !important;
        /*color: #000;
        background-color: #28A0E6;*/
    }

/*drop down Menu*/
#menu {
    list-style: none;
    /*width: auto;*/
    margin: 0 auto;
    padding: 0px 0px 0px 1px; /* Background color and gradients */
    background-color: none;
    position: relative;
    z-index: 1000;
    float: left;
    top: 0px;
    left: 0px;
    height: 55px;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    -ms-transition: opacity .6s;
    transition: opacity .6s;
}

    #menu li {
        float: left;
        display: block;
        position: relative;
        height: 100%;
        width: 100%;
        margin: 0 auto;
        display: block;
        outline: 0;
        /*text-align: center;*/
        text-decoration: none;
        cursor: pointer;
    }

ul #menu li {
    z-index: 1000;
}

#menu li:hover {
    color: #F5C4B3;
    display: block;
    outline: 0;
    /*text-align: center;*/
    text-decoration: none;
    float: left;
}

    #menu li:hover .dropdown_1column {
        display: block;
    }

.dropdown_1column {
    margin-top: 7px !important;
    display: none;
    margin: 0px auto;
    float: right;
    /*right: -9999em; /* Hides the drop down */
    text-align: left;
    vertical-align: top;
    /*padding: 1px;*/
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    cursor: pointer;
    width: 160px;
    border-right: 1px solid #ffd7b5;
    border-left: 1px solid #ffd7b5;
    border-bottom: 1px solid #ffd7b5;
    -moz-box-shadow: 0 0 -15px #ffd7b5;
    -webkit-box-shadow: 0 0 -15px #ffd7b5;
    box-shadow: 0 0 -15px #ffd7b5;
    background: #ffd7b5;
    /*background-image: url(images/ibg.png);*/
}

    .dropdown_1column:after {
        content: '';
        display: block;
        border-left: 2px solid #EC1C24;
        /*margin-left: 12px;*/
        max-width: 100px;
    }

#menu li:hover .dropdown_1column {
    top: 45px;
    right: 0px;
}

.dropdown_1column ul li {
    padding: 5px;
    text-align: left;
}

.dropdown_2column {
    margin-left: 173px;
    float: right;
    left: -9999em; /* Hides the drop down */
    text-align: left;
    padding-left: 173px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    cursor: pointer;
    width: 1148px;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -moz-box-shadow: 0 0 -15px #c6d0da;
    -webkit-box-shadow: 0 0 -15px #c6d0da;
    box-shadow: 0 0 -15px #c6d0da;
    background: #F7F7F7;
}

li:hover .dropdown_2column {
    left: 171px;
    top: 50px;
}

.col_1, .col_3 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    _margin-left: 0px;
    _margin-right: 0px;
    font-weight: 400;
}


/*end drop down menu*/

.txtarea {
    float: left;
    font-size: 16px;
    font-family: calibri;
    color: #000;
    width: 70%;
    background-color: #fff;
    height: 18px;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    width: 80%;
    height: 80px;
}


.txtarea_extra {
    float: left;
    font-size: 16px;
    font-family: calibri;
    color: #000;
    width: 70%;
    background-color: #fff;
    height: 18px;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    height: 180px;
}
/* All Modules Buttons*/
.buttonchange {
    background: #D85A30;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #F5C4B3;
    display: inline-block;
    color: #FAECE7;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    height: 35px;
    width: 100px; /*text-shadow:2px -1px 0px #fff;*/
    font-family: calibri;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    -webkit-animation: pulsate 1.2s linear infinite;
    animation: pulsate 1.2s linear infinite;
    margin: 5px;
    border-radius: 15px;
}

    .buttonchange:hover {
        background: #F0997B;
        cursor: pointer;
        border-radius: 15px;
    }

.buttonplus {
    background: url("../icons/plus.jpg");
    border: 1px solid #FFF;
      display: inline-block;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    height: 25px;
    width: 25px; /*text-shadow:2px -1px 0px #fff;*/
    font-family: calibri;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.buttonminus {
    background: url("../icons/minus.jpg");
    border: 1px solid #FFF;
      display: inline-block;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    height: 25px;
    width: 25px; /*text-shadow:2px -1px 0px #fff;*/
    font-family: calibri;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.fieldset {
    border: 1px solid rgb(253 249 248/var(--tw-bg-opacity,1));
    margin: .0em;
    padding: 0.6em;
    background-color: rgb(253 249 248/var(--tw-bg-opacity,1));
    margin-left: 10px;
    margin-right: 10px;
}

.legend {
    font-size: 14px;
    color: #3C3C3C;
    font-style: normal;
    font-family: calibri;
    font-weight: bold;
    text-align: left;
}

#calendar {
    width: 99%;
    margin: 0px auto;
    position: absolute;
    display: none;
}

.ui-jqgrid .ui-userdata {
    height: auto;
    border: 0px solid #3C3C3C;
    background: #eeeeee url(Equipments/Styles/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% 50% repeat-x;
    color: #3C3C3C;
}

    .ui-jqgrid .ui-userdata div {
        margin: .1em .5em .2em;
    }

        .ui-jqgrid .ui-userdata div > * {
            vertical-align: middle;
        }

.Load_dialog {
    display: none;
    position: fixed;
    top: 44%;
    left: 44%;
    background: inherit;
    border: 0px solid #CCCCCC;
    padding: 0px;
    z-index: 102;
    font-family: "Myriad Pro", "Trebuchet MS", "sans-serif";
    font-size: 13pt;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    -khtml-border-radius: 12px 12px 12px 12px;
    border-radius: 5px 5px 5px 5px;
}

.rainbow {
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
    background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 40px;
    vertical-align: super;
}


vr {
    display: block;
    width: 1px;
    height: 350px;
    background-color: #b9b2b2;
}

fieldset.scheduler-border {
    border-radius: 15px;
    padding: 1.4em !important;
    margin: 5em 10em;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    margin: 80px 10px 10px 10px;
    border: 1px solid #0c4188 !important;
    border: none;
}

.style1 {
    display: block;
    width: auto;
    padding: 0px 10px 0px 10px;
    font-size: 21px;
    font-weight: 200;
    font-style: normal;
    line-height: inherit;
    color: darkblue;
    border: 0;
    text-align: left;
}
#divtbl {
    height: auto !important;
    /*min-height: 450px !important;*/
    padding: 0px 10px;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    background-color: #fff;
  
}

/*#divLoading img[src=""], #divLoading img:not([src]) {
    display: none;
}*/
#divLoading img {
    width: 100px !important;
    height: 100px !important;
}
#IScreen {
    /* width: 100vw;*/
    /*height: calc(100vh - 70px);*/ /* adjust 70px to your header height */
    border: none;
    overflow: auto;
    min-height: calc(100vh - 70px);
}

/* New Calander CSS */

/* Main popup */
.ui-datepicker {
    width: 300px !important;
    padding: 0px !important;
    border: none !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 10px 30px rgba(0,0,0,.15) !important;
    font-family: 'Segoe UI', sans-serif !important;
    border: 1px solid #0066cc !important;
    height: 286px !important;
}

/* Header */
.ui-datepicker-header {
    background: transparent !important;
    border: none !important;
    padding-bottom: 10px !important;
}

/* Month and Year dropdowns */
.ui-datepicker select {
    height: 30px !important;
    border: none !important;
    border-radius: 5px !important;
    background: #f3f3f3 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 0 5px !important;
}

/* Day names */
.ui-datepicker th {
    font-size: 12px !important;
    font-weight: bold !important;
    color: #444 !important;
    padding: 5px 0 !important;
}

    /* Sunday */
    .ui-datepicker th:first-child {
        color: #f5a623 !important;
    }

/* Dates */
.ui-datepicker td a {
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
    text-align: center !important;
    border-radius: 27% !important;
    border: none !important;
    background: transparent !important;
    color: #333 !important;
    font-weight: 600 !important;
}

    /* Hover */
    .ui-datepicker td a:hover {
        background: #fff3dc !important;
        color: #f5a623 !important;
    }

/* Selected date */
.ui-datepicker .ui-state-active {
    background: #f5a623 !important;
    color: white !important;
}

/* Today's date */
.ui-datepicker .ui-state-highlight {
    border: 2px solid #f5a623 !important;
    background: white !important;
    color: #f5a623 !important;
    margin-left: auto;
    margin-right: auto;
    height: 20px !important;
    line-height: 20px !important;
    border-radius: 27% !important;
}

.ui-state-default {
   /* background: #FFF !important;*/
    /*border-radius: 4px;*/
    min-width: 32px;
}

.paging_full_numbers .ui-state-default {
     background: #FFF !important;
    border-radius: 4px;
    min-width: 32px;
}

