body {
    font-family: 'Noto Sans',sans-serif;
    background-color: #fff;
    background-image: url('../Images/Weknow_Maint.png');
    background-size: cover;
    background-position: 0px 140px;
    text-align: center;
    padding-bottom: 30px;
}

a#pgheader:hover {
    text-decoration: none;
}

#pgheader {
    display: none !important;
    background: #4385B7 radial-gradient(#606980, #1B2D3C);
    border-radius: 2px;
    display: block;
    padding: 1px 0 5px;
    background-color: #91C0E4;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF162A39', endColorstr='#FF041321');
    background-image: -webkit-gradient(radial, 50%, 0, 50%, 80, color-stop(0%, #A8BDD8), color-stop(80%, #3A4F65));
    background-image: -webkit-radial-gradient(center, ellipse cover, #A8BDD 80%, #3A4F65 80%);
    background-image: -moz-radial-gradient(center, ellipse cover,#A8BDD 80%, #3A4F65 80%);
    background-image: -o-radial-gradient(center, ellipse cover,#A8BDD 80%, #3A4F65 80%);
    background-image: radial-gradient(center, ellipse cover, #A8BDD8 0%, #3A4F65 80%);
    color: white;
    font-family: "Copperplate Gothic Light",sans-serif;
    -moz-transition: ease all 1s;
    -o-transition: ease all 1s;
    -webkit-transition: ease all 1s;
    transition: ease all 1s;
}

    #pgheader > img {
        margin-bottom: -5px;
        margin-top: -15px;
        padding: 10px 0 10px;
    }

/*<Imported from previous styles>*/
/*#MenuApp { border-width:1px;border-style:Groove; }*/
#MenuApp img.icon {
    border-style: none;
    vertical-align: middle;
}

#MenuApp img.separator {
    border-style: none;
    display: block;
}

#MenuApp img.horizontal-separator {
    border-style: none;
    vertical-align: middle;
}

#MenuApp ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
}

    #MenuApp ul.static {
        padding: 1px 4px 0 4px;
    }

    #MenuApp ul.dynamic {
        z-index: 1;
    }

#MenuApp a {
      font-size: 18px;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    font-size: 16px;
    /*text-decoration: none;
    white-space: nowrap;
    display: block;
    border-radius: 3px;
    border-style: groove;
    width: max-content;*/
}

    #MenuApp a.static {
        background-color: #9faab1 !important;
        display: inherit !important;
        vertical-align: middle !important;
        text-align: center;
        font-size: 16px;
        color: #ECEEEF;
        text-shadow: #C3D5D9 0 0 1px;
        cursor: pointer;
        padding: 10px 100px 10px 10px;
        margin-left: 20px;
        margin-top: -20px;
    }

    #MenuApp a.popout::after {
        content: "▶";
        float: right;
        padding-left: 15px;
    }

div.menu { /*text-align :center ;*/ /*margin-left :20px;
    padding: 4px 0px 4px 8px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 2px 2px 2px 2px #90ABF5;
    box-shadow: 2px 2px 2px 2px #90ABF5;*/
    resize: both;
}

    div.menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #73828f !important;
            border: 1px #7485a0 solid;
            color: #dde4ec;
            display: block;
            line-height: 0.6em;
            padding: 5px 20px 12px;
            text-decoration: none;
            white-space: nowrap;
            border-radius: 3px !important;
            margin-left: 3px;
            margin-top: 8px;
            transition: 0.3s;
            transform-style: flat;
        }

            div.menu ul li a:hover {
                background-color: #4CAF50;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #4CAF50;
                color: #cfdbe6;
                text-decoration: none;
            }

.HideGridCol {
    display: none;
}
/*</Imported from previous styles>*/

#logindt, #divMainMenu {
    /*    position: absolute !important;
    top: 6px !important;
    color: white !important;*/
    position: absolute !important;
    top: 0.7rem;
    padding-top: 6px;
    color: white !important;
}

#divMainMenu {
    /*  margin: -10px 0;
    padding-top: 30px !important;
    text-align: left !important;
    margin-left: -10px;*/

    margin: -10px 0;
    /* padding-top: 30px !important; */
    text-align: left !important;
    margin-left: -10px;
    margin-top: 1rem;
}




#logindt {
    padding-top: 30px !important;
    right: 0.5% !important;
    text-align: right !important;
    position: absolute;
    display: inherit;
    margin-top: -42px;
    /*background-color: #9fa9b1;*/
    max-height: 70px !important;
}

    #logindt td {
        padding: 20px 3px !important;
    }


input, .btn, .btns > * {
    font-size: 16px;
    padding: 3px 5px;
    border: 1px solid #71b4cb;
    opacity: 0.8;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    text-align: left;
}
    /*for UAS reset*/ input:focus {
        border: 1px solid #71b4cb;
    }

    input[type="submit"]:focus, input[type="submit"]:hover,
    input:focus, input:hover, .btn:focus, .btn:hover,
    .btns > *:focus, .btns > *:hover {
        opacity: 1;
        border-radius: 3px;
  
   
    }

    input[type="submit"], .btn, .btns > * {
        background-color: #3a6890;
        color: white;
        cursor: pointer;
        border: 2px groove #71b4cb;
        border-radius: 3px;
    }

div.pop, div.pop > div {
    display: inline-block;
}

div.pop {
    padding: 10px;
    margin: 10px;
    color: white;
    border: solid 1px #004080;
    color: rgba(255,255,255,1);
    -o-text-overflow: clip;
    -ms-text-overflow: clip;
    text-overflow: clip;
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 0, rgba(159,168,177,0.2) 40%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%), rgb(159,168,177);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0, rgba(159,168,177,0.2) 40%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%), rgba(159,168,177,1);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0, rgba(159,168,177,0.2) 40%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%), rgba(159,168,177,1);
    background-position: auto auto;
    -webkit-background-origin: padding-box;
    -moz-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    -moz-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: 270px auto;
    background-size: 270px auto;
    border: 1px solid #B4B9DE !important;
    border-radius: 6px !important;
    font-size: 11pt;
}

    div.pop > * {
        border: 1px solid #71b4cb;
    }

    div.pop > div {
        padding: 30px;
    }

        div.pop > div > * {
            display: block;
        }

        div.pop > div > h2 {
            margin: 5px 0px 10px 0px;
        }

    div.pop a {
        color: #dee4e6;
        text-decoration: none;
        border-bottom: 1px dotted #71b4cb;
        letter-spacing: 1px;
        word-spacing: 4px;
    }

.reqField:before {
    content: "* ";
    color: red;
    font-weight: bold;
}

._St_Mstr_Reqst_Div { /*background: #4B6C9E;*/
    /* background: #4B6C9E; */
    margin-top: 1px;
    color: white;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: #b6c5d582;
    border-color: #b6c5d54f;
    border-style: groove;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(255,255,255,1);
    -o-text-overflow: clip;
    -ms-text-overflow: clip;
    text-overflow: clip;
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 0, rgba(172,176,229,0.2) 37%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%), rgba(137, 158, 178,1);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0, rgba(172,176,229,0.2) 37%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%), rgba(137, 158, 178,1);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0, rgba(171, 175, 224, 0.2) 37%, rgba(0,0,0,0) 100%, #ccced0);
    background-position: auto auto;
    -webkit-background-origin: padding-box;
    -moz-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    -moz-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: 270px auto;
    background-size: 270px auto;

}


    ._St_Mstr_Reqst_Div > * {
        display: inline-block;
        vertical-align: middle;
        padding: 40px 1px,40px, 1px;
    }

    ._St_Mstr_Reqst_Div tr > * {
        padding: 1px 5px;
        border: 2px solid #525b61;
        border-radius: 3px;
    }



.RttdTable tbody {
    display: block;
}

.RttdTable tr {
    display: inline-block;
}

    .RttdTable tr > * {
        display: block;
    }

.RttdTable tbody * {
    padding: 5px;
    font-size: 12px;
}

@keyframes rotateR {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

hr {
    height: 1px;
    margin: 3px 0 5px 0;
    background: linear-gradient(to left, transparent 0%, #71b4cb 40%, #71b4cb 60%, transparent 100%);
}

#Pwrd a img {
    height: 17px;
    position: relative;
    top: 2px;
    -moz-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
    -webkit-transition: height 1s;
}

    #Pwrd a img:hover {
        height: 30px;
    }

#Pwrd a {
    color: #800000;
    font-family: Calibri;
    font-size: 16px;
    text-align: right;
    text-decoration: none;
}

#Pwrd {
    position: fixed !important;
    bottom: 0.8px !important; /*right: 0.1% !important;*/
    background: rgba(255, 255, 255, 0.3) !important;
    padding: 0.3px 6px !important;
    border-radius: 6px !important;
    opacity: 0.2 !important;
}

.gradient-pattern {
    background: #4385B7 background: radial-gradient(#606980, #1B2D3C);
    border-radius: 2px; /* height: 120px; */
}

.gradient_body {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; /*width: 320px;
  height: 320px;*/
    border: none;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(255,255,255,1);
    -o-text-overflow: clip;
    -ms-text-overflow: clip;
    text-overflow: clip;
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 0, rgba(172,176,229,0.2) 37%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%), rgba(164, 179, 193,1);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0, rgba(172,176,229,0.2) 37%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%), rgba(164, 179, 193,1);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0, rgba(172,176,229,0.2) 37%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%), rgba(164, 179, 193,1);
    background-position: auto auto;
    -webkit-background-origin: padding-box;
    -moz-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    -moz-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: 270px auto;
    background-size: 270px auto;
}

.Gradient_bdy1 {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; /*width: 320px;
  height: 320px;*/
    border: none; /*font: normal 90%/normal Arial, Helvetica, sans-serif;*/
    /*color: rgba(255,255,255,1);*/
    -o-text-overflow: clip;
    -ms-text-overflow: clip;
    text-overflow: clip;
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 0, rgba(172,176,229,0.2) 37%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%), rgba(164, 179, 193,1);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0, rgba(172,176,229,0.2) 37%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%), rgba(244,245,247,1);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0, rgba(244,245,247,0.2) 37%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%),rgba(244,245,247,1);
    background-position: auto auto;
    -webkit-background-origin: padding-box;
    -moz-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    -moz-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: 270px auto;
    background-size: 270px auto;
}

.stmstr {
    background: url('/Images/slide-cyberknife1.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#drawChart1 {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; /*width: 320px;
  height: 320px;*/
    border: none; /*font: normal 90%/normal Arial, Helvetica, sans-serif;*/
    color: rgba(255,255,255,1);
    -o-text-overflow: clip;
    -ms-text-overflow: clip;
    text-overflow: clip;
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 0, rgba(172,176,229,0.2) 37%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%), rgba(103, 126, 148,1);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0, rgba(172,176,229,0.2) 37%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%), rgba(103, 126, 148,1);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0, rgba(172,176,229,0.2) 37%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%), rgba(103, 126, 148,1);
    background-position: auto auto;
    -webkit-background-origin: padding-box;
    -moz-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    -moz-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: 270px auto;
    background-size: 270px auto;
    border: 1px solid #B4B9DE !important;
    border-radius: 6px !important;
}


.pnlBackGround {
   /* position: fixed !important;*/
   /* top: 10% !important;
    left: 10px !important;*/
    width: 300px !important;
    text-align: center !important;
    background-color: #8F9AA9 !important;
    border: solid 1px #32477c !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    color:white !important;
    padding : 8px !important;
}


.cal_Theme1 .ajax__calendar_container {
    background-color: #32477c;
    border: solid 2px #cccccc;
    z-index: -1;
}

.cal_Theme1 .ajax__calendar_header {
    background-color: #ffffff;
    margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev {
    color: #004080;
    padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body {
    background-color: #677E94;
    border: solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
}

.cal_Theme1 .ajax__calendar_day {
    text-align: center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active {
    color: #004080;
    font-weight: bold;
    background-color: #ffffff;
    -ms-zoom: 120%;
    zoom: 120%;
}

.cal_Theme1 .ajax__calendar_today {
    font-weight: bold;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}

#tt {
    width: 65px;
    height: 63px;
    background: white;
    border-radius: 50%;
    position: fixed;
    bottom: 2.3%;
    right: 2.3%;
    font-size: 63px;
    text-align: center;
    padding-top: 2px;
    cursor: pointer;
    color: #004080;
    box-shadow: 3px 3px 13px 3px rgba(0,0,0,.3);
    overflow: hidden;
    display: none;
    z-index: 999;
}

.ddlPPriority {
    font-size: 12pt;
    border-radius: 4px;
    border-color: #bfcbd6;
}

.w_parm_exprt_excl {
    vertical-align: top;
    margin-left: 15px;
    border-radius: 5px;
    border-color: #252F3C;
    border-style: groove;
    border-spacing: 5px;
    border-width: 1px;
}

.grd_clmn {
    padding: 0 4px 0 4px;
    text-align: left;
}

.blink_elmnt { /*animation-duration: 1s;
          animation-name: blink; 
          animation-iteration-count: infinite;
           animation-direction: alternate; 
           animation-timing-function: ease-in-out;*/
    -moz-animation: blink 1s ease-in-out 2s infinite alternate;
    -o-animation: blink 1s ease-in-out 2s infinite alternate;
    -webkit-animation: blink 1s ease-in-out 2s infinite alternate;
    animation: blink 1s ease-in-out 2s infinite alternate;
}

@-moz-keyframes blink {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes blink {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/*AutoComplete flyout */
.completionList {
    border: solid 1px #444444;
    margin: 0px;
    padding: 3px;
    max-height: 200px;
    overflow: auto;
    background-color: #A4B3C1;
    border: solid 2px #32477c;
    font-size: 14px;
    border-radius: 4px;
    z-index: 999;
}

.listItem {
    color: #1C1C1C;
    padding: 3px;
}

.itemHighlighted {
    background-color: #ffc0c0;
    padding: 3px;
    background-color: #606980;
}

input[type="submit"] {
    border-radius: 5px;
}

.grd_hdr_pdng {
    padding: 0 10px 0 10px;
}


.bckrnd_bdy2 {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: none; /* font: normal 90%/normal Arial, Helvetica, sans-serif; */
    color: rgba(255,255,255,1);
    -o-text-overflow: clip;
    -ms-text-overflow: clip;
    text-overflow: clip;
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 0, rgba(98, 102, 142, 0.2) 37%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%), rgb(239, 240, 243);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0, rgba(172,176,229,0.2) 37%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%), rgba(164, 179, 193,1);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0, rgba(239, 240, 245, 0.2) 37%, rgba(234, 232, 232, 0) 100%, rgba(0,0,0,0) 100%),rgb(149, 161, 173);
    background-position: auto auto;
    -webkit-background-origin: padding-box;
    -moz-background-origin: padding-box;
    background-origin: padding-box; /* background-origin: padding-box; */ /* -webkit-background-clip: border-box; */
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
    background-clip: border-box; /* -webkit-background-size: 270px auto; */ /* background-size: 270px auto; */
}

td {
    padding-left: 5px !important;
    padding-right: 4px !important;
    margin-left: 120px;
}

table img {
  /*  max-width: none;
    height: 36px;
    width: 127px;*/
}

#LblMarq {
    font-size: 10pt !important;
    color: #d2d2d2 !important;
    /*border-radius: 4px !important;
    border-color: #f8fafb !important;*/
    /*border-style: groove;*/
    /* border-left-color: transparent; */
    padding: 0, 10px, 0 10px, 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    opacity: 1 !important;
}



.Marqstyle {
    /*height: 42px !important;*/
    overflow: hidden !important;
    position: relative !important;
    margin-top: 50px !important;
}

    .Marqstyle h4 {
        position: absolute !important;
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        line-height: 20px !important;
        text-align: left !important;
        ;
        /* Apply animation to this element */
        -moz-animation: Marqstyle 10s linear infinite alternate !important;
        -webkit-animation: Marqstyle 10s linear infinite alternate !important;
        animation: Marqstyle 10s linear infinite alternate !important;
    }
/* Move it (define the animation) */
@-moz-keyframes Marqstyle {
    0% {
        -moz-transform: translateX(70%) !important;
    }

    100% {
        -moz-transform: translateX(0%) !important;
    }
}

@-webkit-keyframes Marqstyle {
    0% {
        -webkit-transform: translateX(70%) !important;
    }

    100% {
        -webkit-transform: translateX(0%) !important;
    }
}

@keyframes Marqstyle {
    0% {
        -moz-transform: translateX(70%) !important; /* Firefox bug fix */
        -webkit-transform: translateX(70%) !important; /* Firefox bug fix */
        transform: translateX(70%);
    }

    100% {
        -moz-transform: translateX(0%) !important; /* Firefox bug fix */
        -webkit-transform: translateX(0%) !important; /* Firefox bug fix */
        transform: translateX(0%) !important;
    }
}