﻿
@font-face {
    font-weight: normal;
    font-family: Open Sans;
    font-size: large;
}

html, body {
    background: #003134;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.header {
    width: 100%;
    height: 60px;
    padding-top: 0px;
    padding-left: 5px;
    display: flex;
}

.disabled {
    cursor: not-allowed;
    text-decoration: none;
}

    .disabled:hover {
        cursor: not-allowed;
    }

.headerImg {
    max-height: 60px;
}

div.scrollable {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.logoImg {
   
    width: auto;
    float: left;
}

.headerLogo {
    max-height:60px;
}

.headerLbl {
    font-size: x-large;
    color: white;
    font-weight: 200;
    padding-top: 15px;
    font-style: italic;
}

.flexright {
    align-self: center;
    text-align: right;
    padding-right: 6px;
    flex-grow: 2;
}

.pLB {
    font-size: x-large;
    color: white;
}

.pLBl {
    font-size: large;
    color: black;
}

.pLB2 {
    font-size: x-large;
    color: white;
    font-weight: 400;
    padding-top: 9px;
    font-style: italic;
}

.pLB3 {
    color: white;
    display: block;
    text-align: left;
    padding-left: 1em;
    padding-right: 1em;
}

.headerLogoText {
    font-size: x-large;
    color: white;
    font-weight: 400;
    padding-bottom: 70px;
    font-style: italic;
    padding-left: 10px;
}

.mainContent {
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
    background: white;
    overflow-x: hidden;
    overflow-y: auto;
}

.loginImg {

    width: 300px
}
.logoText {
    font-weight: bolder;
    color: white;
    font-size: xx-large;
}

.LogoContainer {
    float: left;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding-right: 20px;
}


.sectionUsername {
    line-height: 30px;
    color: #1A1A1A;
    float: right;
    padding-left: 10px;
}


.contentArea {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.contentAreaLogin {
    width: 500px;
    box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: auto;
    margin-top: 40px;
    padding: 40px;
    background: #007173;
    border-radius: 15px;
}

.loginText {
    color: #08ffd1;
    font-size: 17px;
    font-weight: bold;
}

.loginTextLink {
    color: white;
    font-size: 17px;
    font-weight: bold;
}

.loginTextLink:hover {
    color: white;
}

.contentAreaError {
    margin: 5% auto;
    background: #FFFFFF;
    width: 90%;
    box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.1);
    text-align: left;
    padding-left: 50px;
}

.errorImg {
    max-width: 30%;
    height: auto;
}



.loginDiv {
    display: inline-block;
}

.privacyDiv {
    display: inline-block;
    background: white;
}

.loginTable td {
    padding-right: 10px;
    vertical-align: top;
}


#navigation {
    margin: 10px 0;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sectionBackground {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.footerSection {
    margin: auto;
}

p, label {
    align-items: center;
    color: #1A1A1A;
    margin-bottom: 0px;
    margin-top: 5px;
    -ms-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
}

.btn {
    -ms-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
}

.btnRefresh {
    -ms-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    width:50px;
    float:left;
}

button.disabled {
    pointer-events: none;
}

.ModalPopupBG {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.NewCasePopup {
    position: fixed;
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    max-width: 90%;
    min-width: 50%;
    border: 1px solid #888;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    box-shadow: 0 8px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.6s;
    animation-name: animatetop;
    animation-duration: 0.6s
}

.textError {
    color: pink;
}

.tblModal {
    border-spacing: 10px;
    border-collapse: separate;
    font-weight: bold;
}

.errorMsg {
    color: red;
    font-weight: bold;
    font-size: large;
}

.tblHead {
 
    font-weight: bold;
    color: white;
    background-color: #007173;
    text-align: center;
}

    .tblHead a:link {
        color: white;
        text-decoration: none;
    }

    .tblHead a:visited {
        color: white;
        text-decoration: none;
    }

    .tblHead a:hover {
        color: white;
        text-decoration: underline;
    }

    .tblHead a:active {
        color: white;
        text-decoration: underline;
    }

.tblPager {
    color: white;
    background-color: #007173;
    font-weight: bold;
    font-size:large;
}

    .tblPager a:link {
        color: white;
        text-decoration: none;
    }

    .tblPager a:visited {
        color: white;
        text-decoration: none;
    }

    .tblPager a:hover {
        color: white;
        text-decoration: underline;
    }

    .tblPager a:active {
        color: white;
        text-decoration: underline;
    }

.HeaderRowStyle {
    height: 10px;
    background-color: #007173;
    color: white !important;
    padding: 10px;
}

.RowStyle {
    height: 10px;
    background-color: white;
    padding-right: 5px;
    padding-left: 5px;
}

.AlternateRowStyle {
    height: 10px;
    background-color: white;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -200px;
        opacity: 0
    }

    to {
        top: 100px;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -200px;
        opacity: 0
    }

    to {
        top: 100px;
        opacity: 1
    }
}


.PopupBody {
    padding: 2px 16px;
}

.PopupHeader {
    padding: 2px 18px;
    background-color: #5cb85c;
    color: white;
    font-weight: bold;
    font-size: large;
}

.header3 {
    background: #007173;
    display: flex;
    height: 50px;
    padding: 9px;
    padding-left:20px;
}

.col-10 {
   
    display: flex;
    flex-direction: column;
    background: white;
    height: 100%;
    width: 100%;
}

.divContent {
    padding-left: 40px;
    padding: 20px;
}

.divGrids {
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 100px;
}

.grdHeader {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 5px;
    background: white;
    padding-left: 20px;
    padding-right: 10px;
}

.grdDivHeaderText {
    font-size: 18px;
    padding-left: 0px;
    font-weight: bold;
}


[data-slots] {
    font-family: monospace
}

.lstBox {
    background-color: GhostWhite;
    height: 70%;
    width: 90%;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.grdView {
    color: black;
    background-color: White;
    width: 90%;
    padding-left: 2em;
    margin: 10px;
    padding-left: 5px;
    padding: 5px;
    padding-right: 5px;
    column-gap: 10px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

    .grdView td, th {
        padding-left: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 5px;
    }

lblError {
    color: red;
    font-weight: bold;
}

@media only screen and (max-height: 720px) {
    .tblDiv {
        overflow-y: auto;
        height: 200px;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    }
}

.grdDiv {
 
    padding-left: 10px;
}

.grdDiv2 {
    height: 30%;
    overflow-y: scroll;
    background-color: white;
    box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.1);
    padding-left: 5px;
}

.tblFiles {
    width: 100%;
}

    .tblFiles td {
        vertical-align: middle;
        padding-left: 5px;
        padding-right: 5px;
    }

.tblFilesUpload {
    width: 100%;
}

    .tblFilesUpload td {
        vertical-align: top;
    }



.divFiles {
    margin: 30px 2px 2px 2px;
    width: 100%;
    max-height: 30vh;
    overflow-y: auto;
}

.footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
    background: #003134;
    color: white;
    padding-left: 15px;
}

.logoImgFooter {
    max-height: 50px;
    width: auto;
    float: right;
}

.overflowyhidden {
    overflow-y: hidden;
}

.overflowyauto {
    overflow-y: auto;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.padding10px {
    padding: 10px;
}

.bkgrdwhite {
    background: white;
}

.mt17px {
    margin-top: 17px;
}

.grdDivHeaderText {
    font-size: 18px;
    padding-left: 0px;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.boldlarge {
    font-weight: bold;
    font-size: large;
}

.boldlarger {
    font-weight: bold;
    font-size: larger;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.pt20px {
    padding-top: 20px;
}

.Width0 {
    width: 0%;
}

.Width5 {
    width: 5%;
}

.Width10 {
    width: 10%;
}

.Width15 {
    width: 15%;
}

.Width20 {
    width: 20%;
}

.Width25 {
    width: 25%;
}

.Width30 {
    width: 30%;
}

.Width35 {
    width: 35%;
}

.Width35a {
    width: 35%;
    color: darkslategrey !important;
    text-decoration-style: none;
}
.break-anywhere {
    overflow-wrap: anywhere;
}

.Width400px {
    width: 400px;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.pLeft {
    display: block;
    text-align: left;
    padding-left: 1em;
    padding-right: 1em;
}

.imgChildInd {
    display: block;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.expandButton {
    width: 2.2em;
    text-align: center;
    font-weight:bold;
    font-size:small;
    background-color:slategrey;
    color:white;
    margin-top:5px;
    
}

.expandButton:hover {
    background-color: darkslategrey;
    color: white;
}

.childRow {
    background-color: lightgoldenrodyellow;
}

.parentRow {
    background-color: goldenrod;
}

#imgQrCode {
    height: 160px;
    padding-left: 1em;
}

#txtCode {
    width: 6em;
}

#div_MFA_Validate {
    text-align: left;
    padding-left: 1em;
}

.btn-border {
    background: #003134;
}

.template-download {
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
}

.template-upload {
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
}

#lblTimer {
    background-color: white;
    display:inline-block;
    width:50px;
}

.btn-width-fixed {
    width:5em;
}