body{
    font-family: "Mulish", "Helvetica", "Arial", sans-serif !important;
}
h1 {
   font-family: "Mulish", "Helvetica", "Arial", sans-serif !important;
}

h2 {
   font-family: "Mulish", "Helvetica", "Arial", sans-serif !important;
}

h3 {
   font-family: "Mulish", "Helvetica", "Arial", sans-serif !important;
}

h4 {
   font-family: "Mulish", "Helvetica", "Arial", sans-serif !important;
}

h5 {
   font-family: "Mulish", "Helvetica", "Arial", sans-serif !important;
}

h6 {
   font-family: "Mulish", "Helvetica", "Arial", sans-serif !important;
}

p {
   font-family: "Mulish", "Helvetica", "Arial", sans-serif !important;
}

.js-plotly-plot{
    font-family: "Mulish", "Helvetica", "Arial", sans-serif !important;
}

.mdl-layout__title{
    font-family: "Mulish", "Helvetica", "Arial", sans-serif !important;
}

.App {
    text-align: center;
    background-color: #ffffff;
    color: black;
    width: calc(100%);
    height: calc(100vh - 200px) !important;
}

.App-full {
    height: calc(100vh - 300px) !important;
        /* width: calc(100% - 8px); */
    width: calc(100%);
    position: relative;
    top: 0;
    left: 0;
}

.App-login {
    width: calc(300px);
    text-align: center;
    /* margin: 0 0 0 -30px !important; */
    padding: 0 25px !important;
    font-size: 17px;
    border: 1px solid;
    border-color: #aaaaaa;
    border-radius: 20px;
    background-color: #ebf5ff;
    color: #4f4f4f;
}

.App-login-text {
    font-size: 19px;
    /* background-color: #ECF0F1; */
}

/* MDL over rides */

 a, a:visited {
     font-variant: small-caps;
     text-decoration: none;
     color: rgb(66,66,66);
     font-size: 15px;
     display: block;
 }

.mdl-layout__header-row .mdl-navigation__link {
    color: rgb(66,66,66);
    background-color: rgb(230,242,255);
    padding: 0 8px;
}

.mdl-layout__header-row {
    color: rgb(66,66,66);
    margin: 0 0 0 -10px;
    background-color: rgb(88, 88, 88);
}

.mdl-navigation__link {
    font-variant: small-caps;
    font-size: 15px;
    background: linear-gradient(0deg, rgba(0, 76, 116, 1) 20%, rgba(0, 76, 116, 0.8) 80%);
    color: #ffffff;
    cursor: pointer;
    border-color: #447b99;
    border-radius: 5px;
}

.mdl-navigation__link:focus{
    border-color: black;
}

.material-icons {
    color: rgb(25,25,25);
    cursor: pointer;
}

.mdl-layout__drawer {
    color: rgb(25,25,25);
}

.hide{
    display: none !important;
}

.material-icons span{
    font-family: "Mulish", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    margin-left: 7px;
    vertical-align: super;
}

.mdl-checkbox.is-checked.is-light .mdl-checkbox__box-outline{
    border: 2px solid white;
}

.mdl-checkbox.is-light .mdl-checkbox__box-outline{
    border: 2px solid white;
}

.mdl-checkbox.is-checked.is-light .mdl-checkbox__tick-outline{
    background: rgb(255,255,255) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");
}

.mdl-mini-footer {
    padding: 4px 12px;
    color: rgb(36,36,36);
}

.mdl-button {
    font-variant: small-caps;
    font-size: 16px;
    text-align: left;
    color: white;
    border-radius: 5px;
 }

.mdl-js-button {
    font-family: Mulish, Helvetica, Arial, sans-serif;
    font-variant: small-caps;
    font-size: 16px;
    text-align: left;
 }

.page-content{
    overflow-y: auto;
    overflow-x: auto;
    width: calc(100%);
    height: 100%;
    background-color: rgb(230, 230, 230);
}

.mdl-tabs__tab{
    background-color: #c0c0c0;
}
.mdl-tabs__tab.is-active{
    border: 1px solid #0081c7;
    background-color: #cbdfe8;
}

.mdl-cell--3-col{
    padding: 8px 24px 6px 24px;
}
.mdl-cell--2-col{
    padding: 8px 24px 6px 24px;
}


.circle20red {
    /* background-color: #aaa; */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
    background-image: radial-gradient( rgb(255, 51, 0) 52%, black);
	/* width and height can be anything, as long as they're equal */}

.circle20green {
    /* background-color: #aaa; */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
    background-image: radial-gradient( rgb(0, 204, 0) 52%, black);
	/* width and height can be anything, as long as they're equal */}

.square20red{
    background-image: radial-gradient( rgb(255, 51, 0) 52%, black);
    width: 20px;
    height: 20px;}

.triangle20grey{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid grey;}

.triangle20yellow{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #d6b600;
}

.mdl-data-table th {
    background-color: rgb(88, 88, 88);}

.mdl-data-table tr:nth-child(first){
    background-color:white;}

.mdl-data-table tr:nth-child(odd){
    background-color:white;}

.mdl-data-table tr:nth-child(even){
    /* background-color:rgb(209, 209, 209);} */
    background-color: #cbdfe8 ;}

.mdl-data-table td, .mdl-data-table th {
    padding: 0 8px 6px 8px;
    height: 36px;
    width: 100px;
    text-align: left;}

/* --------------------
mdl modification classes
 --------------------- */

/* Alerts Page Special Classes */

.Maintenance.mdl-card {
    width: 300px;
    height: 150px;
    min-height: 100px;
    background: #d6b600;
    color: black;
}
.Alert.mdl-card {
    width: 300px;
    height: 150px;
    min-height: 100px;
    background: #da024d;
    color: white;
}
.System.mdl-card{
    width: 300px;
    height: 150px;
    min-height: 100px;
    color: white;
    background: #FFB36F;
}
.Unknown.mdl-card{
    width: 300px;
    height: 150px;
    min-height: 100px;
    color: white;
    background: #8a02c4;
}
.left-card{
    height:100%;
    width:25%;
    display:inline-block;
    vertical-align:top;
    border-right:dashed 1px white;
    float:left;
    background-color:white;
}
.right-card{
    height:100%;
    width:75%;
    display:inline-block;
    font-size:12px;
    padding: 0 0 5px 5px;
    overflow-y:auto;
}

@keyframes timer{
    0% {color: black;}
    100% {color: white;}
}
@keyframes timer-crit{
    0% {color: black;}
    100% {color: white;}
}
.duration-blink-crit{
    animation-name: timer-crit;
    animation-duration: .4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.duration-blink{
    animation-name: timer;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.duration{
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    color: rgb(0,0,0);
    color: rgba(0,0,0,.87)
}

/* General Wizard Classes */

.wiz-div{
    display: inline-block;
    margin-left: 50px;
}
.wiz-input-div{
    width: 350px
}
.wiz-input-divX2{
    width: 650px
}
.mdl-mod-fieldset{
    width: 350px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 10px 0 10px 10px;
    background-color: white;
    max-height: calc(100vh - 225px);
    overflow: auto;
    box-shadow: 0 1px 6px 0 #424242;
}
.mdl-mod-fieldsetX2{
    width: 650px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 10px;
    background-color: white;
    max-height: calc(100vh - 225px);
    overflow: auto;
    box-shadow: 0 1px 6px 0 #424242;
}
.mdl-mod-fieldset-inherit{
    width: inherit;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 10px;
    background-color: white;
    max-height: calc(100vh - 225px);
    overflow: auto;
    box-shadow: 0 1px 6px 0 #424242;
}
.mdl-mod-legend{
    font-size: 16px;
    margin-left: 10px;
    padding: 0 5px;
}
.mdl-mod-breadcrumb{
    font-variant:small-caps;
    text-decoration:none;
    font-size:15px;
}
.breadcrumb-link{
    display: inline;
}
.expandBtn60{
    cursor: pointer;
    height: 40px;
    margin-right: 2.5%;
    margin-left: 2.5%;
    width: 60%;
    margin-top: 5px;
}
.expandBtn30{
    cursor: pointer;
    height: 40px;
    margin-right: 2.5%;
    width: 30%;
    margin-top: 5px;
}
.mdl-datefield__label{
    top:4px;
    visibility: visible;
    color: #0081c7;
    font-size: 12px;
}
.fakebtn{
    background: #e6e6e6;
    border: outset 1.5px;
    display: inline-block;
    width: 120px;
    text-align: center;
    padding: 0;
}
.fakebtn:active{
    border: inset 1px;
}
.abtn{
    color: black;
    text-decoration:none;
    display: inline-block;
    padding: 10px;
    width: 115px;
}

/* Edit Page CSS */

.edit-main-input-div{
    float: left;
    margin-right: 10px
}
.picker1{
    min-width: 250px;
    width: auto;
    margin-bottom: 10px;
}
.picker2{
    min-width: 250px;
    width: auto;
    margin-bottom: 10px;
}
.picker1Div{
    margin-left: 0;
    margin-right: 20px;
    max-height: 500px;
    display: inline-block;
    vertical-align: top;
}
.innerPicker1Div{
    margin-left: 10px;
    max-height: 500px;
    overflow-y: auto;
}
.innerPicker1{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style: none;
    padding: 5px;
}
.innerPicker2{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style: none;
    padding: 5px;
}
.pickerListTxt{
    font-size: 14px !important;
}
#picker-table{
    border-collapse: collapse;
    margin-left: 20px;
}
#picker-input{
    width: 80%;
    min-width: 300px;
    font-size: 16px;
}
.picker-table-div{
    position: relative;
    vertical-align: top;
    min-width: 150px;
    max-width: 1000px;
    overflow-y: auto;
}
.picker-table-div2{
    position: relative;
    vertical-align: top;
    min-width: 250px;
    max-width: 600px;
    overflow-y: auto;
    max-height: 600px;
}
.picker-tbody{
    display: block;
    max-height: 500px;
    overflow-y: auto;
}

/* Edit Page left 1x - right 2x stack design Special CSS  */

.picker1DivX2{
    margin-left: 20px;
    max-height: 575px;
    display: inline-block;
    vertical-align: top;
}
.innerPickerX2Div{
    margin-left: 10px;
    max-height: 221px;
    overflow-y: auto;
}


/* Wizard Special Navigation Classes */

.tab-page{
    width: 130px;
    height: 35px;
    margin-right: 2px;
    margin-bottom: 10px;
    font-size: 15px;
}
.tab-page-on{
    background: #cbdfe8 !important;
    background: linear-gradient(0deg, rgba(255, 151, 46, 1) 30%, rgba(255, 179, 111, 1.0) 70%) !important;
    /* font-weight: bold !important; */
    color: rgb(0, 0, 0) !important;
    color: rgba(0, 0, 0, .87) !important;
}

/* Wizard Menu Special Classes */

.mega-menu{
    width: 200px;
    height: 40px;
    text-align: center;
    display: inline-block;
    margin: 5px 0 0 5px;
    padding: 5px;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 76, 116, 1) 20%, rgba(0, 76, 116, 0.8) 80%);
    color: white !important;
}
.mega-menu.disabled{
    background: rgb(218, 2, 77);
    background: rgba(218, 2, 77, .7);
    cursor: default;
}
.mdl-navigation__link.disabled{
    background: rgb(218, 2, 77);
    background: rgba(218, 2, 77, .7);
    cursor: default;
}
.mega-header{
    width:150px;
    height:40px;
}
.mega-header-text{
    margin:0 0 10px 0;
    font-size:15px;
    background: linear-gradient(rgba(88,88,88,0.8) 30%, rgba(88,88,88,1) 70%);
    height: 42px;
    padding: 8px;
    width: 205px;
    position: relative;
    left: 3px;
    color: white;
}
.mega-menu-list{
    list-style: none;
    width: 215px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}

/* Config Wizard Special Classes */

.input-setup-div{
    width: 90%;
    max-width: 870px;
    margin-left: 50px;
}
.setup-inner-div{
    display: inline-block;
    float: right;
    margin-top: 8px;
}
.port-def-div{
    float: left;
    width: 300px;
    position: relative;
    top: 10px;
}
.port-def-txt-div{
    width: 125px;
    height: 40px;
    border: 1px dotted;
    display: none;
    margin-left: 10px;
    text-align: center;
}
.port-def-txt{
    margin-top: 10px;
    border: none;
    width: 100px;
    text-align: center;
}
.ok{
    color: #2ca02c;
}
.warn{
    color: #FF972E;
}
.error{
    color: #FF0000;
}
.config-true{
    color: #2ca02c;
    display:inline-block;
    margin-right: 5px;
}
.config-false{
    color: rgb(218, 2, 77);
    display:inline-block;
    margin-right: 5px;
}
.enable-fieldset{
    padding: 5px;
    border: 1px solid black;
    width: 215px;
    margin-bottom: 20px;
    display: inherit;
    vertical-align: top;
    height: 137px;
}
.enable-fieldset-empty{
    padding: 5px;
    border: 1px solid black;
    width: 215px;
    margin-bottom: 20px;
    display: inherit;
    vertical-align: top;
    height: auto;
}
.enable-fieldset-div{
    display: inline-block;
    margin-right: 30px;
}
.enable-legend{
    font-size: 14px;
}

/* Checklist Wizard Special Classes */

.checklist-head{
    text-align: center !important;
    font-size: 15px;
    font-weight: bold;
}
.checklist-head-tr{
    background-color: #cbdfe8 !important;
}
.checklist-section{
    border-bottom: 2px solid grey;
    background-color: white !important;
}
.standard-section{
    background-color: white !important;
}

/* Series Wizards Special Classes */

.dot-one{
    animation: showHideDot1 1.5s ease-in infinite;
    display: inline;
    font-size: 26px;
}
.dot-two{
    animation: showHideDot2 1.5s ease-in infinite;
    display: inline;
    font-size: 26px;
}
.dot-three{
    animation: showHideDot3 1.5s ease-in infinite;
    display: inline;
    font-size: 26px;
}
@keyframes showHideDot1{
  0% { opacity: 0; }
  25% { opacity: .5; }
  50% { opacity: 1; }
  75% { opacity: 1; }
  100% { opacity: 1; }
}
@keyframes showHideDot2{
  0% { opacity: 0; }
  25% { opacity: 0; }
  50% { opacity: .5; }
  75% { opacity: 1; }
  100% { opacity: 1; }
}
@keyframes showHideDot3{
  0% { opacity: 0; }
  25% { opacity: 0; }
  50% { opacity: 0; }
  75% { opacity: .5; }
  100% { opacity: 1; }
}
.series-display{
    margin-top: 10px;
    width: 250px;
    border: none;
}
.series-display-div{
    width: 300px;
    height: 40px;
    border: 1px solid;
    padding-left: 20px;
}
.series-display-txt{
    margin-bottom: 0;
    margin-top: 5px;
}
.series-field-div{
    display: inline-block;
    vertical-align: top;
    margin-right: 10px
}

/* General DB Table Classes */

.readonly{
    background: none;
    border-style: none;
}
.readonly:focus-visible{
    outline: none;
}

#tbl-check-td{
    width: auto;
    height:inherit;
}
#tbl-check-th{
    width:56px;
    line-height: 0;
}
.tbl-check-icon{
    padding: 0;
    position: relative;
    top: 3px;
    background: none;
    border: none;
    cursor: pointer;
}
.tbl-check-icon.setup{
    margin-left: 10px;
}
.tbl-head-sort{
    background: none;
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin: 0;
    height: 20px;
    color: white
}
.tbl-head{
    background: none;
    height: 20px;
    border: none;
    text-align: center;
    margin: 0;
    font-weight: bold;
    color: white;
}
.success-msg{
    margin-top: 0;
    margin-bottom: 0;
    color: green;
}
.fail-msg{
    margin-top: 0;
    margin-bottom: 0;
    color: red;
}
.modal-box{
    width: 400px;
}
.rpt-prev-txt{
    margin: 0;
    display: inline;
}
.rpt-prev-val{
    width: 125px;
    background: none;
    border: none;
}
.tool-help{
    padding-right: 10px;
}

/* Search Box Special Styles */

.better-search{
    padding: 4px !important;
    background-color: #e6f4ff !important;
    border: 2px solid grey;
    border-radius: 5px;
}
.better-search-box{
    background-color: rgb(88, 88, 88);
    padding: 3px 5px !important;
    border-radius: 5px;
}

/* Snackbar override styles */

.snackbar-standard{
    background-color: #004c6f;
}
.snackbar-warning{
    background-color: #d6b600;
}
.snackbar-error{
    background-color: #da024d;
}

.snackbar-text-color{
    color: black;
    color: rgba(0, 0, 0, .87);
}
.snackbar-text-color.dark{
    color: white;
}

.mdl-snackbar-mod{
left: unset;
right: 0;
bottom: 52px;
}

.mdl-button--raised.mdl-button--colored {
    background: #0081c7;
    color: #fff;
}

.mdl-button:hover{
    opacity: 85%;
}

.mdl-radio__inner-circle {
    background: #0081c7;
}
.mdl-radio.is-checked .mdl-radio__outer-circle {
    border: 2px solid #0081c7;
}
.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    color: #0081c7;
    font-size: 12px;
    top: 4px;
    visibility: visible;
}

.mdl-data-table {
    border: 0 solid rgba(0,0,0,.0);
}

.wiz-form-head{
    background: rgb(88,88,88);
    height:42px;
    box-shadow: 0 1px 6px 0 #424242;
}
.wiz-form-head-text{
    color:white;
    margin:0;
    padding:10px
}
.sub-header{
    background-color: rgb(192,192,192);
    height:35px;
    margin-bottom: 10px;
    padding: 3px 0 2px 0;
    border-bottom: solid 1px #adadad;
}
.sub-head-left{
    display: inline-block;
    left: 0;
    padding-left: 16px
}
.sub-head-right{
    display: inline-block;
    float: right;
    right: 0;
    padding-right:16px
}
.sub-text{
    margin:0;
    color: rgb(66,66,66);
    padding-top: 3px;
    padding-bottom: 3px;
    display: inline-block;
}
.wiz-btn-cluster{
    margin-bottom: 10px;
    text-align: center;
}

.material-icons.light-icon{
    color: rgba(255, 255, 255, 1);
}

.material-icons.green-icon{
    color: #2ca02c;
}

.material-icons.sort-icon{
    vertical-align: middle;
}
.wiz-div.X1{
    width: 350px;
    margin-bottom: 10px;
}
.wiz-div.X2{
    width: 650px;
}
.wiz-div.X3{
    width: 720px;
}
.tbl-btn-r{
    display: inline-block;
    float: right;
    margin: 0 10px 0 0;
}
.tbl-btn-l{
    display: inline-block;
    margin: 0 0 5px 10px;
}
.tbl-static{
    display: block;
    overflow-x: auto;
    overflow-x: overlay;
    padding-bottom: 20px;
}
.db-tbl-body{
    max-height: calc(100vh - 310px);
    display: inline-block;
    overflow-y: auto;
    overflow-y: overlay;
}
.db-tbl-div{
    width: fit-content;
    position: absolute;
    min-width: 550px;
    max-width: 100%;
    max-width: -webkit-fill-available;
}
.tbl-div-tbl{
    max-height: calc(100vh - 230px);
}
.mdl-navigation__link.setup{
    width: 150px;
    height: 50px;
}
.mdl-navigation__link.grey{
    background: linear-gradient(0deg, rgba(204, 204, 204, 1) 30%, rgba(224, 224, 224, 1.0) 70%);
    color: rgba(0,0,0,.87);
}
.mdl-data-table__cell--non-numeric.bordering{
    border-right: 1px solid rgb(204, 204, 204);
    padding-bottom: 3px;
    padding-top: 3px;
}
.tbl-input-style{
    border: none;
    height: 40px;
    background: none;
}
.mdl-button .mdl-badge[data-badge]:after {
    top: -8px;
    right: -22px;
    background-color: rgb(218, 2, 77);
}
.pagination{
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
}
.pagination.on{
    background: rgb(0, 76, 116);
    background: linear-gradient(0deg, rgba(0, 76, 116, 1) 20%, rgba(0, 76, 116, 0.8) 80%);
    color: white;
}
.pagDiv{
    text-align: center;
    margin: 5px 0;
    position: relative;
    padding-top: 5px;
}
.switchDiv{
    display: inline-block;
    width: 300px;
    height: auto;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}
.switchDiv.setup{
    width: 340px;
    margin-right: 40px;
    margin-left: 40px;
}
.switchLabel{
    display: inline-block;
    margin: 16px 16px 16px 0;
}
.switchLabel.compressed{
    margin-top: 12px;
    margin-bottom: 12px;
}
.mdl-switch__track{
    /*background: rgb(192, 192, 192);*/
    background: rgb(88, 88, 88);
}
.mdl-switch__thumb{
    /*background: rgb(88, 88, 88);*/
    background: rgb(192, 192, 192);
}
.mdl-switch.is-checked .mdl-switch__track{
    /*background: rgb(192, 192, 192);*/
    background: rgb(88, 88, 88);
}
.mdl-switch.is-checked .mdl-switch__thumb{
    background: #2ca02c;
}
.mdl-switch{
    width: 50px;
}
.uTbl{
    width: 400px;
}
.uSearch{
    width:250px;
    font-size:16px;
}
.circleIndicator {
    /* background-color: #aaa; */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: inline-block;
	top: 4px;
	position: relative;
}
@keyframes flashCtrl{
    0% {opacity: 1}
    100% {opacity: 0}
}
.ltFlash{
    animation-name: flashCtrl;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.ltDisplay{
    height: 35px;
}
.ltDisplayTxt{
    margin: 0;
    width: 110px;
    display: inline-block;
}
.mdl-switch.setup{
    margin-left: 10px;
}
.user-wiz-div{
    max-height: calc(100vh - 275px);
    overflow-y: auto;
    overflow-y: overlay;
}
.noc-dash-cnt-div{
    background: white;
    width: 11.5%;
    display: inline-block;
    text-align: center;
    min-width: 138px;
    margin-left: .2%;
    margin-right: .2%;
    vertical-align: top;
    height: 100%
}
.noc-dash-cnt-title{
    margin: 10px 0 0 0;
    font-size: 17px;
}
.noc-dash-cnt-count{
    font-weight: bold;
}
.dash-frame{
    margin-bottom: 15px;
    width: 100%;
}
.dash-split{
    width: 49%;
    height: 100%;
    display: inline-block;
}
.dash-split.lt{
    margin-right: 1%;
    float: left;
}
.dash-split.rt{
    margin-left: 1%;
    vertical-align: top;
}
.fileView{
     margin-left: calc(10vw);
     margin-right: calc(10vw);
     background: white; padding: 25px 50px;
     max-height: calc(100vh - 170px);
     overflow-y: auto;
}
.wifi{
    padding-top: 6px;
    animation-name: wifiOn;
    animation-duration: 1.8s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.wifiOff{
    color: #ff3300;
    padding-top: 6px;
}
@keyframes wifiOn{
    0% {color: #0081c7;}
    100% {color: #5bb0de;}
}
.dynamicDropdown{
    border: 1px solid #ddd;
    margin-right: 10px;
}
.dynamicDropdown.search{
    border: 1px solid #888;
    width: 94%;
    padding: 10px;
    margin: 10px;
}
.dynamicDropdown.list{
    list-style: none;
    padding: 0;
    width: 95%;
    margin: 2.5%;
    max-height: 250px;
    overflow: auto;
}
.dynamicDropdown.listItem{
    padding: 5px 0 5px 10px;
    margin-right: 0;
    width: 100%;
}
.dynamicDropdown.listItem:hover{
    border-color: #404040;
    cursor: pointer;
}
.datainrow{
    display: inline-block;
    margin-bottom:5px;
}
.datainrow.name{
    width: 275px;
    margin-top:0;
}
.datainrow.name.w175{
    width: 175px;
}
.datainrow.value{
    font-family: Mulish, "system-ui";
    overflow-wrap: break-word;
    font-weight: bold;
}

#tooltip-window{
    background-color: #cfdbe5;
}

.mdl-tooltip{
    white-space: normal;
}

#tooltip{
    background-color: #fffe00;
    border-radius: 60%;
    border: 1px solid black;
    font-size: 26px;
    cursor: pointer;
    vertical-align: bottom;
    margin-right: 15px;
    margin-bottom: 1px;
}
#tooltip:hover{
    color: #da024d;
    border-color: #da024d;
}
#tooltip:active{
    color: white;
    border-color: white;
}

.mdl-button.close.tooltip{
    background-color: white;
    color: rgba(0,0,0,.87);
    width:95%;
    text-align: center;
}

.material-icons.backArrow{
    cursor: pointer;
    font-size: 24px;
    color: white;
    vertical-align: top;
}

.mdl-navigation__link.backArrow{
    width: 50px;
    margin-right: 10px;
    height: 26px;
    padding: 0;
    margin-top: 1px;
    vertical-align: top;
}

.mdl-navigation__link:hover{
    opacity: 1;
}
.mdl-navigation__link:active{
    opacity: 1;
}

.material-icons.default:hover{
    color: #0081c7;
}

.material-icons.default:active{
    opacity: .5;
    color: #0081c7;
}

.material-icons.remove{
    cursor: pointer;
    font-size: 26px;
    color: #da024d;
}

.material-icons.remove:hover{
    color: #0081c7;
}

.material-icons.remove:active{
    opacity: .5;
    color: #0081c7;
}

.material-icons.tool-help{
    background-color: #fffe00;
    border-radius: 60%;
    border: 1px solid black;
    width: 27px;
    font-size: 26px;
    cursor: pointer;
    vertical-align: bottom;
}

.ldMode {
    color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
    .mdl-layout__header {
     display: inherit; }}

@media screen and (max-width: 900px) {
    .mdl-layout__header {
        display: none;
    }
    .content_margin {
        margin: 25px 0 0 0;
    }
    .sub-header{
        margin-top: 56px;
    }
    .ldMode {
        color: #191919;
    }
    .noc-dash-cnt-title{
        font-size: 14px;
    }
    .noc-dash-cnt-count{
        font-weight: unset;
    }
}


@media screen and (max-width: 1450px) {

    .noc-dash-cnt-count{
        margin: 0;
    }
    .noc-dash-cnt-div{
        min-width: unset;
    }

}

@media screen and (max-width: 1200px) {
    .fileView{
        margin-left: calc(2vw);
        margin-right: calc(2vw);
     }
}

@media screen and (max-width: 700px) {
    .picker1Div{
        margin-right: 0;
     }
}