html {
    font-size: 12pt;
    cursor: default;
}

@media (min-width: 768px) {
    html {
        font-size: 12pt;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #010101;
    color: #FEFEFE;
    font-family: Arial;
}

hr {
    border-color: #EFEFEF;
    margin: 0;
    padding: 0;
}
a{
    cursor:pointer;
}
header {
    clear: both;
    margin-bottom: 10px;
    border-bottom: solid 1px #6c757d;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #6c757d !important;
    font-size: 0.8em;
}
.clr {
    clear: both;
}

a, a:visited {
    color: #61B5EA;
}

.alnRight {
    text-align: right;
}

label {
    font: normal;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
input[type="text"], input[type="number"], input[type="date"], input[type="time"], select, textarea {
    color: #FFFFFF;
    font-size: 1em;
    background-color: #010101;
    border: solid 1px #FFFFFF;
}

input[type="text"]:disabled, input[type="number"]:disabled, input[type="date"]:disabled, input[type="time"]:disabled, select:disabled, textarea:disabled,
input[type="text"]:read-only, input[type="number"]:read-only, input[type="date"]:read-only, input[type="time"]:read-only {
    color: #FFFFFF;
    font-size: 1em;
    background-color: #202021;
    border: solid 1px #FFFFFF;
}

.valError {
    border-color:#FF0000 !important;
    outline:1px dashed #FF0000;
}

textarea {
    /*resize: none;*/
    width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator, input[type="time"]::-webkit-calendar-picker-indicator {
    background-color: white;
}
input[type="time"] {
    margin-left: -5px;
}

input[type="checkbox"] {
    -webkit-appearance:checkbox !important;
    display: none;
}

    /*input[type="checkbox"] + span, input[type="checkbox"] + label {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }*/

    input[type="checkbox"] + span, input[type="checkbox"] + label {
        display: inline-block;
        min-width: 1.1em;
        text-align: center;
        vertical-align: middle;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAtSURBVDhPY/wPBAzUBNQ0EGQWE5RNNTBqIOVg1EDKwaiBlINRAykHVK4CGBgAh4AQFY8rd6kAAAAASUVORK5CYII=');
        /*content: "&#9744;";*/
        background-repeat: no-repeat;
        overflow: hidden;
        padding-right:6px;
        padding-bottom:5px;
    }

    input[type="checkbox"]:checked + span, input[type="checkbox"] + label {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEDSURBVDhPrZVLCsJAEAWjaw/g/a8ieAURLyHoPr6avI5pMhMykIKnbX9qYUBPoxiOBKH4KDfl4vZuuPEtjjGED793Sdn1DRRHCK9Kl5Qd7wK3OCahF3ZLmXkHisz9vxAYKJtSep7BLAMaSQgsKFUptXuQZEBzJQQWlSR1mjJgUBUCB0pI7w5UZcCwKQQOlSc7hroqAxbOrlt8lfdUFqjptcHqMqH28jt7OZAe1BKGVSEHSnoATnpQXp9hsBKyqFSfJrV7sJLSTEIWlKosoOcZJCmNWchA2ZQFzLwDs5QP5UXslgXseBeKlCKEXbKAXd9AcYSQH8cuWcCNb8sP7MF/AcPwA7dMquuoicuXAAAAAElFTkSuQmCC');
        /*content: "&#9745;";*/
    }


button, input[type="button"], .lnkBtn {
    border: none;
    outline: 2px solid #EFEFEF;
    color: #EFEFEF;
    background-color: #101010;
    font-weight: bold;
    padding: 5px;
    min-width: 100px;
    cursor: pointer;
}

    button:hover, input[type="button"]:hover, .lnkBtn:hover,
    button:focus, input[type="button"]:focus, .lnkBtn:focus {
        color: #101010;
        background-color: #EFEFEF;
    }

    button:active, input[type="button"]:active, .lnkBtn:active {
        outline: 1px solid #666666;
        color: #666666;
    }

.smlBtn, .lnkBtn {
    min-width: 40px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    text-decoration: none;
}

.lnkBtn {
    outline: none;
    min-width: 1px;
    background-color: transparent;
}

.pnl {
    font-size: 0.8em;
    padding: 5px;
    margin-bottom: 15px;
    margin-right: 15px;
    float: left;
    clear: both;
    outline: 1px dotted #222222;
    background-color: #101010;
}

    .pnl:hover {
        outline: 1px dotted #EFEFEF;
    }

.pnlTitle {
    margin-bottom: 8px;
    border-bottom: 1px dotted #FFFFFF;
}

.pnlBtnBox {
    text-align: right;
    margin: 5px 0 0 0;
    padding: 0 3px 3px 3px;
}

.alertSleeve, .popSleeve, .loading {
    position: fixed;
    top: 30%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: none;
    text-align: center;
    z-index: 999;
}

.loading img {
    position: absolute;
    margin-left: -50px;
}
#logoPart2 { animation: logoPart2Animation 1.5s linear infinite; }
#logoPart3 { animation: logoPart3Animation 12s linear infinite; }

@keyframes logoPart2Animation {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes logoPart3Animation {
	0% { transform: rotate(0deg); }
	6.25% { transform: rotate(0deg); }  7.25% { transform: rotate(45deg);}
	18.75% { transform: rotate(45deg); } 19.75% { transform: rotate(90deg);}
	31.25% { transform: rotate(90deg); } 32.25% { transform: rotate(135deg);}
	43.75% { transform: rotate(135deg); } 44.75% { transform: rotate(180deg);}
	56.25% { transform: rotate(180deg); } 57.25% { transform: rotate(225deg);}
	68.75% { transform: rotate(225deg); } 69.75% { transform: rotate(270deg);}
	81.25% { transform: rotate(270deg); } 82.25% { transform: rotate(315deg);}
	93.75% { transform: rotate(315deg); } 94.75% { transform: rotate(360deg);}
	100% { transform: rotate(360deg); }
}

.popSleeve {
    z-index: 899;
}

.alertBox, .popBox {
    min-width: 200px;
    padding: 0 3px 3px 3px;
    outline: 1px solid #EFEFEF;
    background-color: #101010;
    margin: auto;
    display: none;
}

.alertBox {
    max-width: 550px;
}

.alertTitle, .popTitle {
    border-bottom: 1px dotted #EFEFEF;
    text-align: center;
}

.popTitle {
    margin-bottom: 5px;
}

.alertBody, .popBody {
    text-align: left;
    padding: 10px;
    margin-bottom: 5px;
}

.popBody {
    margin: 0;
}

.popbtnBox {
    text-align: right;
    margin: 5px 0 0 0;
    padding: 0 3px 3px 3px;
}

.alertOverlay, .popOverlay, .loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0.6;
    background-color: #000000;
    display: none;
    z-index: 900;
}
.popOverlay {
    z-index: 800;
}

.loadingOverlay {
    z-index: 1000;
}
.scroller::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #EFEFEF;
    border-radius: 10px;
    background-color: #EFEFEF;
}

.scroller::-webkit-scrollbar {
    width: 12px;
    background-color: #EFEFEF;
}

.scroller::-webkit-scrollbar-thumb {
    /* border-radius: 10px;*/
    -webkit-box-shadow: inset 0 0 6px #EFEFEF;
    background-color: #101010;
}
.scroller table tbody th {
    position: sticky;
    top: 0;
    background-color: #101010;
}


.closedPopups {
    display: none;
}

.hide {
    display: none;
}
.row {
    clear: both;
    margin-bottom: 5px;
}
form .row {
    margin-bottom: 3px;
}
.col10, .col15, .col20, .col25, .col30, .col33, .col35, .col40, .col50, .col60, .col70, .col75, .col80, .col90, .col100 {
    display: inline-block;
    width: 10%;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.col15 {
    width: 15%;
}

.col20 {
    width: 20%;
}

.col25 {
    width: 25%;
}

.col30 {
    width: 30%;
}

.col33 {
    width: 33.33%;
}

.col35 {
    width: 35%;
}

.col40 {
    width: 40%;
}

.col50 {
    width: 50%;
}

.col60 {
    width: 60%;
}

.col70 {
    width: 70%;
}

.col75 {
    width: 75%;
}

.col80 {
    width: 80%;
}

.col90 {
    width: 90%;
}

.col100 {
    width: 100%;
    display: block;
}

/* Data Table */
.tableParent {
    clear: both;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}

.tabInfo {
    /*table-layout: fixed;
    width: 100%;
    font-size: 8pt;*/
    text-align:center;
}

.info0 {
    width: 200px;
    min-height: 20px;
    text-align: left;
    vertical-align: bottom;
    padding-bottom: 2px;
}

.info1 {
    width: 200px;
    text-align: left;
    vertical-align: bottom;
    padding-bottom: 2px;
}

#selRwsPg {
    font-size: 8pt;
    border-color: transparent;
    background-color: transparent;
    min-width: 30px;
    font-family: Arial;
}

.info2 {
    font-weight: bold;
    font-size: 12pt;
    vertical-align: bottom;
    padding-bottom: 2px;
}

.info3 {
    width: 400px;
    text-align: right;
    vertical-align: bottom;
}

.tblSrch { /*width:100%;*/
    float: right;
}

.scH {
    text-align: center;
    font-weight: bold;
    border-bottom: solid 1px #5F9EA0; /*cadetblue*/
}

.sc1 {
    text-align: right;
    font-weight: bold;
}

.sc2 {
    text-align: left;
}
/*.info3 { width:200px; }
      .info4 { width:200px; }*/
.dataTable {
    /* table-layout: fixed;*/
    width: 100%;
    border: solid 1px #5F9EA0; /*cadetblue*/
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

    .dataTable, .dataTable th, .dataTable td,
    #environmentStatusTable, #environmentStatusTable th, #environmentStatusTable td {
        border: 1px solid #FFFFFF;
        border-collapse: collapse;
        padding: 5px;
    }
#environmentStatusTable 
{
    font-size: 0.7em;
    width:100%;
}
.passCol {
    background-color: #20cc0c;
    font-weight:bold;
}
.warnCol {
    background-color:#dcde19;
    font-weight:bold;
}
.failCol {
    background-color: #d13939;
    font-weight: bold;
}

tr.tableRow:nth-child(even) {
    background-color: #5b646c;
}

/* Apply background color to odd rows */
tr.tableRow:nth-child(odd) {
    background-color: #7d868e;
}

tr th {
    background-color: #000000;
}

tr.tableRow:hover {
    background-color: #4169e1;
    cursor: pointer;
}

.tabMes {
    vertical-align: middle;
    text-align: center;
    font-size: 2em;
}

.tabFoot {
    background-color: #000000;
    font-size: 1pt;
}

.cC {
    text-align: center;
}

.cL {
    text-align: left;
    padding-left: 3px;
}

.cR {
    text-align: right;
    padding-right: 3px;
}

.delBtn {
    font-size: 1.5em;
    float: right;
    margin-top: -10px;
    cursor: pointer;    
}
.row.has(+ .delBtn) {
    overflow:visible; 
    
}

.tabHeader {
    clear: both;
    display:flex;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.tab, .selectedTab, .disabledTab {
    border: 1px solid #FFFFFF;
    background-color:#666666;
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: top;
    min-width:200px;
    cursor: pointer;
    text-align:center;
    padding:5px;
}
.disabledTab {
    color: #7f7d7d;
    cursor:default;
}
.selectedTab {
    border-bottom: none;
    background-color: transparent;
}

.tabspc {
    display: inline-block;
    min-width: 0px;
    width: 5px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #FFFFFF;
}

.tabfill {
    flex: 1;
    width: 10px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #FFFFFF;
}



.tabBody {
    padding-left: 10px;
    padding-right: 10px;
}

.dwnLoadLink {
    float:left;
    font-size:2em;
    cursor:pointer;
}