
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 640px)  {
    body{

        background-size: 100% 50%;
        font-family: Verdana;
        height:50%;
        width: 100%;
        align-items: center;
        overflow-y: hidden; 
        overflow-x: hidden;
    }
/* Works on Firefox */
    * {
        scrollbar-width: thin;
        scrollbar-color: #004378 #004378;
    }

    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 12px;
    }

    *::-webkit-scrollbar-track {
        background: #004378;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #004378;
        border-radius: 12px;
        border: 3px solid #004378;
    }
    .bodyLogin{
        background: url('../Jsp/Images/OLGNewLoginImage.jpg') no-repeat top left;
        background-size: 100% 100%;
        font-family: Verdana;
        height:100%;
        width: 100%;
        align-items: center;
        overflow-y: hidden; 
        overflow-x: hidden;

    }
    .login-wrapper {  
        height: 100vh;
        width: 100vw;
        display: inline-block;
        overflow-y: hidden; 
        overflow-x: hidden;


    }
    .form {
        position: relative;
        width: 50%;
        height:auto;
        background: #FFFFFF;
        border-radius: 20px;
        color: #004378;
        box-shadow: 0 15px 25px rgba(0,0,0,0.5);
        top: 20%;
        padding: 10px 50px 80px;
        bottom: 0;
        right:0%;
        overflow-y: hidden; 
        overflow-x: hidden;

    }
    .form::before {
        content:'';
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background: rgba(255,255,255, 0.08);
        transform: skewX(-26deg);
        transform-origin: bottom left;
        border-radius: 10px;
        pointer-events: none;
    }
    .form img {
        position: absolute;
        top: 10px;
        left: calc(15% - 15px);
        width: 20px;
        background: rgba(255,255,255, 0.8);
        border-radius: 20%;
    }

    .form h2 {
        text-align: center;
        letter-spacing: 1px;
        margin-bottom: 2rem;
        color: #004378;
        font-size: 20px;
        font-style: normal;
        font-family: verdana;
        font-weight: bolder;
    }

    .form .submit-group {
        position: relative;

    }
    .form .Info-group {
        position: relative;
        vertical-align: middle;
    }
    .form .input-group {
        position: relative;

    }

    .form .input-group input {

         font-size: 12px;
        font-style: normal;
        font-weight: bolder;
        border-bottom: 1px solid #004378;
        outline: none;
        background-color: transparent;
        color: inherit;
        padding: 10px 10px 10px 10px;
        border-width: 1px;
        border-color: #004378;
        background-color: #FFFFFF;
        border-style: solid;
        border-radius: 15px;
        WIDTH:  100%;
        font-family: Verdana ;
        letter-spacing: 1px;
        margin-bottom: 30px;


    }
    .form .input-group label {
        position: absolute;
        top: -20;
        left: 10;
        padding: 10px 0;
        font-size: 12px;
        font-style: normal;
        font-family: verdana;
        font-weight: bolder;
        pointer-events: none;
        transition: .3s ease-out;
    }
    .font9{
        font-size: 9px;
        font-style: normal;
        font-family: verdana;
        font-weight: bolder;
    }
    .font8{
        font-size: 8px;
        font-style: normal;
        font-family: verdana;
        font-weight: bolder;
    }
    .font10{
        font-size: 10px;
        font-style: normal;
        font-family: verdana;
        font-weight: bolder;
    }
    .form .input-group input:focus + label,
    .form .input-group input:valid + label {
        transform: translateY(-30px);
        color: #004378;
        font-size: 12px;
        font-style: normal;
        font-family: verdana;
        font-weight: bolder;
    }
    .form .input-group select {
         position:relative;

        float:left;     
        padding: 10px 8px;
        width: 100%;
        border: none;
        font-size: 13px;
        ComboBoxMediumNew-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        font-family: Verdana ;
        background-color: transparent;
        color: inherit;
        border: 1px solid #004378;
        background-image:
            linear-gradient(45deg, transparent 50%, blue 50%),
            linear-gradient(135deg, blue 50%, transparent 50%),
            linear-gradient(to right, skyblue, skyblue);
        background-size:
            5px 5px,
            5px 5px,
            0em 0em;
        background-repeat: no-repeat;
        -webkit-border-radius: 20px 20px 20px;
        -moz-border-radius: 20px 20px 20px;
        border-radius: 15px;
        letter-spacing: 1px;
        margin-bottom: 35px;
        background-position: calc(100% - 20px) calc(1em + 2px),    calc(100% - 15px) calc(1em + 2px),   calc(100% - .5em) .5em;

    }
    .form .input-group select option {
        margin: 40px;
        background: #004378;
        color: #FFFFFF;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    }
    .form .input-group select::-ms-expand {
        display: none;
    }
    /* .form .input-group select.classic {
    background-image:
      linear-gradient(45deg, transparent 50%, blue 50%),
      linear-gradient(135deg, blue 50%, transparent 50%),
      linear-gradient(to right, skyblue, skyblue);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      100% 0;
    background-size:
      15px 15px,
      15px 15px,
      0em 0em;
    background-repeat: no-repeat;
  }
  
  .form .input-group select.classic:focus {
    background-image:
      linear-gradient(45deg, #FFFFFF 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, #FFFFFF 50%),
      linear-gradient(to right, gray, gray);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      100% 0;
    background-size:
      15px 15px,
      15px 15px,
      0em 0em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
  }
    */


    .form .input-group select:focus+label  , form .input-group select:not([value=""]):valid+label {
        transform: translateY(-30px);
        color: #004378;
        font-size: 12px;
        font-style: normal;
        font-family: verdana;
        font-weight: bolder;
    }
    .form .input-group select:focus ~ .bar:before, .form .input-group select:focus ~ .bar:after {
        width:100%;
    }

    label {
        color:#999; 
        font-size:14px;
        font-style: normal;
        line-height: 55px;
        font-family: verdana;
        font-weight: bolder;
        position:absolute;
        pointer-events:none;
        left:5px;
        top:5px;

    }
    .submit-btn {
        display: block;
        margin-left: auto;
        border: none;
        outline: none;
        background: #004378;
        font-size: 1rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-radius: 5px;
        cursor: pointer;
        padding: 10px 10px 10px 15px;
        width: 100%;
        color: #E7E5E5 !important;
        font-size: 12px;
        font-style: normal;
        font-family: verdana;
        font-weight: bolder;
        display: inline-block;
        border-radius: 20px 20px 20px;
        -webkit-border-radius: 20px 20px 20px;
        -moz-border-radius: 20px 20px 20px;
        text-shadow: 2px 2px 3px #000000;
        border-radius: 20px;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }
    .forgot-pw {
        font-weight: bolder;
        font-family: verdana;
        font-style: normal;
        font-size: 8px;
        color:#ffffff;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }

    .ComboBoxMedium1{
        background-color: #004378;
        color: #FFFFFF;
        padding: 10px;
        width: 140px;
        border: none;
        font-size: 13px;
        ComboBoxMedium2New-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        font-family: Verdana ;
        background-image:
            linear-gradient(45deg, transparent 50%, #FFFFFF 50%),
            linear-gradient(135deg, #FFFFFF 50%, transparent 50%),
            linear-gradient(to right, skyblue, skyblue);

        background-size:
            5px 5px,
            5px 5px,
            0em 0em;
        background-repeat: no-repeat;
        border-radius: 20px 20px 20px;
        -webkit-border-radius: 20px 20px 20px;
        -moz-border-radius: 20px 20px 20px;
        background-position: calc(100% -20px) calc(1em +2px),    calc(100% -15px) calc(1em +2px),   calc(100%-.5em) .5em;
    }
    #forgot-pw {
        position: absolute;
        display: inline-block;
        top: 0;
        left: 0;
        right: 10;
        height: 0;
        z-index: 1;
        background: #FFFFFF;
        background: url('../Jsp/Images/OLGNewLoginImage.jpg') no-repeat top left;
        background-size: 100% 100%;
        background-color: #FFFFFF;
        height:100%;
        width: 100%;
        align-items: center;
        overflow-y: hidden; 
        overflow-x: hidden;
    }
    #forgot-pw:target {
        height: 100%;
        opacity: 1;
    }
    .captImage{
        background: url('../Jsp/Images/bgCaptcha.jpg') no-repeat top center;
        WIDTH:  94%;
        height: 60px;
 letter-spacing: 1px;
        margin-bottom: 35px;
    }
    .captrefresh{
        position: absolute;
        right: 1.5rem;
        top: 14rem;
        font-size: 2rem;
        font-weight: 900;
        text-decoration: none;
        color: inherit;
    }
    .close {
        position: absolute;
        right: 1.5rem;
        top: 0.5rem;
        font-size: 2rem;
        font-weight: 900;
        text-decoration: none;
        color: black;
    }

    .HomepageImage{
        width: 100%;
         background-color: #004378;
        background-size:  100% 100%;
        font-family: Verdana;
        height:100px;
        width: 100vw;
        align-items: center;
        font-weight: bolder;
        font-family: verdana;
        font-style: normal;
        font-size: 10px;
    }
    .bottomright {
        position:relative;
        top:45%;
        bottom:5%;
        right: 16px;
        font-size: 10px;
        font-weight: bolder;
        font-family: verdana;
        font-style: normal;
    }
    .dashboard-wrapper{
        position: relative;
        background-size: 100% 100%;
        width: 100%;
        height:100%;
        font-family: Verdana;
        top:-10px;
        left:-20px;
        overflow: auto; 
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;
    }
    .dashboard-wrapper::-webkit-scrollbar { 
        display: none;  
    }
    .dashboard-wrapper::-webkit-scrollbar { 
        width: 0 ;
    }
    .dashboardform{
        position: relative;
        width:100%;
        height: 100%;   
        /*padding: 30px 30px 30px ;*/
        /* background: url('../Jsp/Images/Plain-Light-dashboar-backgrounds.jpg') no-repeat center center;*/
        background-size: 100% 100%;
        /* background-color:#FFFFFF  ;*/
        border-radius: 10px;
        color: #004378;
        /*   box-shadow: 0 155px 300px rgba(0,0,0,0.5);*/
        margin-top: 0rem;
        left: calc(15% -15px);   
        text-align: center;   
        padding: 5px;
    }

    /* Dashboard Menu */
    ul.container {
        list-style: none;
        padding-start: 0px;
        margin-before: 0px;
        margin-after: 0px;
    }
    ul.container {
        box-shadow: 0 0 5px black;
    }
    ul.container > li {
        text-align: center;
    }


    ul.inline {
        word-spacing: 0.3em;
    }
    ul.inline.even > li {
        display: inline-block;
        width: 90%;        
        hight: auto;        
    }
    .centered > ul.inline > li {
        display: inline;
        margin-left: 1em;
        margin-right: 1em;        
    }
    ul.inline li {
        padding:0;
        margin:0;
        margin-left: 1em;
        margin-right: 1em;
        list-style:none;
        float:left; 
        width:90%;
        hight: auto;  
        display:inline-block;
    }


    ul.inline h2{
        position: relative;
        text-decoration: none;
        display: inline-block;

        font-size: 12px;
        color:#FFFFFF;
        padding: 10px 0px;
        font-size:8px;
        font-style: normal;
        font-family: verdana;
        font-weight: bolder;
        pointer-events: none;
        transition: .3s ease-out;
    }
    .srcimage{
        width:100%;
        height:100%;   
        background-repeat: no-repeat;
        border-radius: 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px;
    }
    .srcimage:hover {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }
    .DashBoardDisplay {
        font-weight: bolder;
        font-family: verdana;
        font-style: normal;
        font-size: 12px;
        color:#ffffff;

    }
    #DashBoardInnerDisplay{
        position: fixed;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        text-align: center;
        vertical-align: middle;
        overflow-y: auto; 
        overflow-x: auto; 
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;
    }



    #DashBoardInnerDisplay::-webkit-scrollbar { 
        display: none;  
    }
    #DashBoardInnerDisplay::-webkit-scrollbar { 
        width: 0 ;
    }


    #DashBoardInnerDisplay:target {
        height: 100%;
        opacity: 1;
    }


    #DashBoardDisplay {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        text-align: center;
        vertical-align: middle;
        overflow-y: auto; 
        overflow-x: auto; 
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;

    }

    #DashBoardDisplay::-webkit-scrollbar { 
        display: none;  
    }
    #DashBoardDisplay::-webkit-scrollbar { 
        width: 0 ;
    }
    #DashBoardDisplay:target {
        height: 100%;
        opacity: 1;
    }


    .Dashboardclose{
        position: absolute;
        content: '';
        font-weight: 900px;
        text-decoration: none;
        color: black;
        right: 0;
        top: 0;
        transition: all .3s ease-in;
    }
    .TableTopBar	{
        background-position: center center; 
        background-color:#004378  no-repeat center center;
        width:auto;
        border-style: solid;
        border-color: #C0C0C0; 
        border-width:0px;       
        color: #800000; 
        font-weight: bolder;
        font-family: verdana;
        font-style: normal;
        font-size: 12px;
        color: #E7E5E5;
        text-decoration: none;  
        background-size:  100% 100%;
        width: 100vw;

    }

    #menu-bar {
        width: 100%;    
        max-width: 100%;    
        padding: 0px 2px 1px 2px;
        height: 35px;
        line-height: 50%;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        box-shadow: 2px 2px 3px #666666;
        -webkit-box-shadow: 2px 2px 3px #666666;
        -moz-box-shadow: 2px 2px 3px #666666;
        background: #004378 no-repeat center center;
        border: solid 1px #6D6D6D;
        position:relative;
        z-index:999;

        /* overflow-y: hidden; 
         overflow-x: hidden;
         scrollbar-width: none; 
         -ms-overflow-style: none; */


    }


    /*#menu-bar::-webkit-scrollbar { 
        display: none;  
    }
    #menu-bar::-webkit-scrollbar { 
        width: 0 ;
    }*/
    #menu-bar li {
        margin-left:auto; 
        margin-right:auto;
        padding: 0px 6px 0px 6px;
        float: left;
        position: relative;
        list-style: none;
    }
    #menu-bar a {
        font-weight: bolder;
        font-family: verdana;
        font-style: normal;
        font-size: 12px;
        color: #E7E5E5;
        text-decoration: none;
        display: block;
        padding: 10px 1.5px 10px 1.5px;
        margin: 0;
        margin-bottom: 6px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        text-shadow: 2px 2px 3px #000000;
    }

    #menu-bar li ul li a {
        margin: 0;
    }
    #menu-bar .active a, #menu-bar li:hover > a {
        background: #0399D4;
        color:#FFFFFF; /* #444444;*/
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
        text-shadow: 0px 0px 0px #FFFFFF;
    }
    #menu-bar ul li:hover a, #menu-bar li:hover li a {
        background: none;
        border: none;
        color: #666;
        -box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
    #menu-bar ul a:hover {
        background: #0399D4 !important;
        background: linear-gradient(top,  #04ACEC,  #0186BA) !important;
        background: -ms-linear-gradient(top,  #04ACEC,  #0186BA) !important;
        background: -webkit-gradient(linear, left top, left bottom, from(#04ACEC), to(#0186BA)) !important;
        background: -moz-linear-gradient(top,  #04ACEC,  #0186BA) !important;
        color: #FFFFFF !important;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        text-shadow: 2px 2px 3px #FFFFFF;
    }
    #menu-bar li:hover > ul {
        display: block;
    }

    #menu-bar ul {
        background: #424DDD;
        display: none;
        margin: 0;
        padding: 0;
        width: 100%;
        position: absolute;
        top: 30px;
        left: 0;
        border: solid 1px #B4B4B4;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-box-shadow: 2px 2px 3px #222222;
        -moz-box-shadow: 2px 2px 3px #222222;
        box-shadow: 2px 2px 3px #222222;

    }
    #menu-bar ul li {
        padding:0; margin:0; list-style:none; float:left; height:30px; display:inline;
    }
    #menu-bar ul a {
        padding:10px 0px 10px 15px;
        color:#424242 !important;
        font-size:12px;
        font-style:normal;
        font-family:verdana;
        font-weight: bolder;
        text-shadow: 2px 2px 3px #FFFFFF;
        display:block;
    }
    #menu-bar ul li:first-child > a {
        border-top-left-radius: 10px;
        -webkit-border-top-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        border-top-right-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topright: 10px;
    }
    #menu-bar ul li:last-child > a {
        border-bottom-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-bottomright: 10px;
    }
    #menu-bar:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }
    #menu-bar {
        height:auto;
        white-space:nowrap; display: flex;
        flex-wrap: wrap;
        overflow-x: none;


    }
    html[xmlns] #menu-bar {
        display: block;
    }
    * html #menu-bar {
        height: 1%;
    }
    .divcontainer {

        position: relative;
        display: block;
        background-size: 100% 100%;
        align-items: center;
        text-align: center;

    }

    .divcontainer fieldset {      
        font-size:12px;
        line-height:1.8;

    }
    .DashbordTablebody{
        width:100%;
        display: block;
        white-space:nowrap; 
        flex-wrap: nowrap;
        border-collapse: collapse;
    }
    section {
        background-size: 100% 100%;
        font-family: Verdana;
        height:100%;
        width: 100%;
        align-items: center;
        text-align: center;
        overflow-x: auto; 
        overflow-y: auto; 
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;
    }



    section::-webkit-scrollbar { 
        display: none;  
    }
    section::-webkit-scrollbar { 
        width: 0 ;
    }


    .left-half {
        background-color: #004378;
        color: #FFFFFF;
        width:50%;
        float: left;
        text-align: left;
        font-weight: bolder;
        font-family: verdana;
        font-style: normal;
        font-size: 14px;

    }
    .left-half .logosize{ 
        margin: 0;   top:0px;
        margin-top:0px;
        margin-bottom: -5px;
        margin-right: auto;
        margin-left: auto;
        width: 60px;
        height: 100%;

    }

    .right-half {
        color: #FFFFFF;
        width: auto;
        max-width: 45%;
        float: right;
        text-align: right;
        font-weight: bolder;
        font-family: verdana;
        font-style: normal;
        font-size: 11px;
    }
    .right-half a{
        color: #FFFFFF;
        text-align: right;
        font-weight: bolder;
        font-family: verdana;
        font-style: normal;
        font-size: 11px;
    }

    .right-half a:link, .right-half a:visited {
        background-color: #004378;
        color: #FFFFFF;
        padding: 5px 5px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        border-radius: 10;
        margin: 0;   top:10px;
        margin-top:10px;
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;
    }
    .right-half a:hover,.right-half a:active {

        background: #0399D4;
        color: #444444;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
        text-shadow: 0px 0px 0px #FFFFFF;
    }
    .right-half .imagesize{     
        width: 20px;
        position: absolute;
    }
    table.ReportTable { 
        width:100%;
        display: inline-block;
        white-space:nowrap; 
        flex-wrap: nowrap;
        border-collapse: collapse;

    }

    table.ReportTable  th,
    table.ReportTable  td {
        border: 1px solid #c6c7cc;
        padding: 10px 15px;
        font-family: verdana;
        font-style: normal;
        font-size: 12px;
        text-align: left;
    }
    table.ReportTable  th {
        font-weight: bold;
        font-family: verdana;
        font-style: normal;
        font-size: 12px;
        background: #040C0E; 
        color: #FFFFFF; 
        text-align: left;
    }

    table.ReportTable tr:nth-child(even) td  { 
        background-color: #EBF2EA;
    }
    table.ReportTable tr:nth-child(odd) td  { 
        background-color: #B5C1B4; 
    }
    /*table.ReportTable tr td:nth-child(1)  { 
        background-color: buttonshadow; 
    }*/
   /* table.ReportTable tr:last-child td {
        background:  #525B56;
        color: #FFFFFF; 
    }*/
.reportbgcolor td{
       background-color:  #525B56;
        color: #FFFFFF; 
   }
    .userdetailbox {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        font-family: verdana;
        font-style: normal;
        font-size: 12px;
        background-color: #efefef;
        color: #000;
    }
    .leftDiv
    {
        color: #000;
        width:50%;
        float: left;
    }
    .rightDiv
    {
        color: #000;
        width:50%;
        float: right;
    }
    .userdetailbox>* {
        flex: 1 1 100%;
    }
    .dashboardloader {
        position: fixed;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background:  url("../Jsp/Images/LoadingTime.gif") 50% 50% no-repeat rgb(249,249,249);
        text-align: center;
        vertical-align: middle;
    }
    .mid h2 {
        font-weight: 900;
        color: 003a9d;
        text-transform: uppercase;
        margin: 0;
        position: absolute;
        top: 60%;
        left: 50%;
        font-size: 8px;
        font-family: verdana;
        font-style: normal;
        font-size: 12px;
        transform: translate(-50%, -50%);
    }
}



