html {
    min-height: 100%;
}
body{
    background: #e9e9e9;
    /**background: radial-gradient(farthest-corner at 30vw 20vh,#6d8a96 20%,#131415 100%);  linear-gradient(-45deg, #1c31ca82, #4078dc82, #1b76968a, #1e7d188f)**/
    font-family: "HelveticaNeue-Light", "Hsearch-itemelvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 400;
    font-size: .82em !important;
    color: #fff;
    background-size: 300% 150%;
}
html { 
    font-size: 100%;
}
@media screen and (max-device-width: 780px) {
    html { 
        font-size: 90%;
    }
    .text-large{
        font-size: 110%;
    }
    #content{    
        width: 100%;
        max-width: none;
    }  
    #userscreen{    
        margin-top: 20px;
        max-width: none;
        width: 100%;
    } 
    .switch {
        height: 24px;
        position: relative;
        margin-left: 0px;
    }
}
.hideoverflow{
    overflow: hidden;
}
.fa-angle-down ,.fa-angle-up {
    float: right;    
    font-size: 1em;
    line-height: 19px;
}
.open  > .rotate-icon{
  transform: rotate(180deg);
}
input{
    font-family: "HelveticaNeue-Light", "Hsearch-itemelvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 400;
    color: #1e6975;
}
.form-control::placeholder{
    font-family: "HelveticaNeue-Light", "Hsearch-itemelvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 400;
    color: #1e6975;
}
.marginbot-zero{
    margin-bottom: 0;
}
.fixed-height{
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 1px;
    padding-bottom: 2px;
    line-height: 34px;
    border-bottom: 1px solid #fff;
}
.half-height{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 18px;
    height: 24px;
}

.half-height td{
    height: 24px;
}
.variable-height{
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 18px;
    height: 42px;
}
.fa-sort-up{
    height: 24px;
}

.fa-sort-down{
    height: 24px;
}
.fa-sort-down:before {
    position: relative;
    top: -12px;
    height: 24px;
}
.placeholder{
    position: absolute;
    z-index: +1;
    font-size: 95%;
    opacity: .95;
    top: 0;
    right: 19%;
    background: transparent;
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}
.placeholder.left{
    right: 80%;
}
.placeholder.EXPOSE{
    right: 7%;
}
#content{    
    position: relative; 
    /**background-color: #e2e2e2;**/
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 40px;
    min-height: calc(100vh);
    max-width: 1500px;
    color: #343a40;
}
.spinner-grow{
    filter: drop-shadow(4px 4px 0px black);
    opacity: 100%;
}
#inactivity_screen,
#wizard_screen{    
    position: fixed; 
    background-color: rgba(0,0,0,.85);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999;
}
.darkbackground{    
    background-color: rgba(0,0,0,.1);
}
.italic{
    font-style: italic;
}
.wizard_screen{    
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 40px;
    min-height: 270px;
    max-width: 600px;
    margin-top: 15px;
    height: max-content;
    border-radius: 10px;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:active {
    text-decoration: underline;
}
.fa {    
}
.fa-info-circle{
    cursor: help;
}
.popup:hover {
    cursor: help;
    position: relative
}
.popup.popupright:hover span {    
    right: 0px;
}
.popup span {
    display: none
}
.popup:hover span {
    border: rgb(30, 105, 117) 1px dotted;
    padding: 8px;
    display: block;
    z-index: 100;
    font-weight: 400;
    background-color: white;
    margin: 10px;
    position: absolute;
    top: 15px;
    line-height: 140%;
    width: 280px;
    font-family: "HelveticaNeue-Light", "Hsearch-itemelvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.bordertop{
    border-top: 1px solid #1e6975;    
}
.borderbottom{
    border-bottom: 1px solid #1e6975;    
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle,
.btn-info {
    border-color: #ffffff;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    background-color: #17a2b8;
}
.form-control {
    height: 100%;
    border-radius: 0;
    min-height: 29px;
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1e717e;
    border-color: white;
}
.btn-dark {
    color: #fff;
    background-color: #1e717e;
    border-color: white;
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
    border: 1px solid #ced4da;
}
.boxshadow{ 
    box-shadow: 8px 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.btn-dark,
.btn-info,
.btn-success,
.boxshadow-small{ 
    box-shadow: 4px 2px 4px 0 rgba(0, 0, 0, 0.4), 4px 2px 8px 0 rgba(0, 0, 0, 0.19);
    border-color: #ffffff;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 10000;
    justify-content: center;
    display: none;
    align-items: center;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: 10px;
}
.screen2{    
    margin-top: 10px;
    position: relative; 
    padding: 10px;
    border: 3px solid #5a5a5a;
}
.screen{    
    margin-top: 10px;
    position: relative; 
    padding: 10px;
    border: 3px solid #5a5a5a;
        min-height: 800px;
}
label {
    display: inline-block;
    margin-bottom: 0px;
}
.backgroundwhite{    
    background: #e6f2ff;
}
.form-control{
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: inherit;
}
.form-control,
.btn-light{    
    background-color: white;
    color: #1e6975;
    border-radius: 0;
    vertical-align: middle;
}
.form-control option{
    height: 22px;
    line-height: 22px;
}
.none {
    display: none;
}
div.DISABLED{
    opacity: 50%;
}
.cursor-help{
    cursor: help;
}
.cursor-pointer{
    cursor: pointer;
}
.text-shadow {
    text-shadow: 2px 2px 4px black;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-bold{
    font-weight: bold;
    font-family: Franklin Gothic, Arial Bold;
    font-size: 115%;
    
}
.text-blue{
    color: #17a2b8;
}
.text-large{
    font-size: 140%;
}
.text-middle{
    vertical-align: sub;
}
.text-orange{
    color: orange;
}
.text-yellow{
    color: yellow;
}
.text-red{
    color: red;
}
.text-black{
    color: black;
}
.text-white{
    color: white;
}
.no-pad {
    margin-right:0;
    margin-left:0;
    padding-right:0;
    padding-left:0;
}
.small-pad {
    margin-right:0;
    margin-left:0;
    padding-right:5px;
    padding-left:5px;
}
.small-margin{
    margin: 5px;
}
.thick-pad{
    padding: 10px;
}
.thin-pad{
    margin-right:0;
    margin-left:0;
    padding: 2px;
}
.roundedborders{
    border-radius: 10px;
}
.thick-border{
    border: 3px solid #17a2b8;
}
.popout{
    position: fixed;
    background: white;
    padding: 10px;
    top: 10px;
    left: 20px;
    max-width: 500px;
    display: none;
    border-radius: 10px;
}
.marginbot{
    margin-bottom: 8px;
}
dl, ol, ul {
    margin-top: 0;
}
.spacer{
    height: 6px;   
    width: 100%;
}
.largespacer{
    height: 25px;   
    width: 100%;
}
.rightmarginfix{
    margin-right: 0;
}
.glass{
    position: relative;
    display: inline-block;
    background-color: #2b638f;
    background-image: linear-gradient(#2b638f,#2b638f);     
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 1px 4px -2px #333;
    text-shadow: 0px -1px #333;
}.glass:after{
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: 50%;
    background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.2));
}
.glass:hover{
    background: linear-gradient(#89c3f1,rgb(56, 146, 214));
}
.green{
    background-color: #2b8f33;
    background-image: linear-gradient(#28a745,#1e7e34);
}
.green:hover{
    background: linear-gradient(#94f189,rgb(56 214 112));
}
.btn-block{
    cursor: pointer;
    margin-top: 1px;
    overflow: hidden;
    border-radius: 0;
}
.indent{
    margin-left: 2%;
}
.background-lightblue{    
    background-color: #d5ecff;
}
.background-lightgrey{    
    background-color: #dee2e6;
}
.buttons {
	margin-top: 160px;
}.buttons a {
	margin-right: 30px;
	width: 64px;
	height: 64px;
	display: inline-block;
	position: relative;
	line-height: 64px;
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);
	background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea); 
	background-image: -ms-linear-gradient(top, #f6f6f6, #eaeaea); 
	background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea);
	background-image: linear-gradient(top, #f6f6f6, #eaeaea);
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
}.buttons a:active {
	top: 1px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#f6f6f6));
	background-image: -webkit-linear-gradient(top, #eaeaea, #f6f6f6);
	background-image: -moz-linear-gradient(top, #eaeaea, #f6f6f6); 
	background-image: -ms-linear-gradient(top, #eaeaea, #f6f6f6); 
	background-image: -o-linear-gradient(top, #eaeaea, #f6f6f6);
	background-image: linear-gradient(top, #eaeaea, #f6f6f6);
}.buttons a::before{
	content: '';
	position: absolute;
	z-index: -1;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	background-color: #eaeaea;
	-moz-border-radius: 140px;
	-webkit-border-radius: 140px;
	border-radius: 140px;
	opacity: 0.5;		
}.buttons a:active::before {
	top: -9px;
}
 
.buttons a:hover::before {
	opacity: 1;
}

.borderglow {
    -webkit-animation: borderglow 3s ease-in-out infinite alternate;
    -moz-animation: borderglow 3s ease-in-out infinite alternate;
    animation: borderglow 3s ease-in-out infinite alternate;  
}
.textglow{ 
    text-shadow: 0px 0px 2px rgba(85, 145, 190, 0.5), 0px 0px 3px rgba(85, 145, 190, 0.35), 0px 0px 4px rgba(85, 145, 190, 0.2);
}
.no-border{
    border: none;
}
.small-height{    
    line-height: 20px;
    width: 85%;
    height: 24px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.narrow-height{    
    line-height: 12px;
}
.filter-option-inner-inner{
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    color: #1e6975;
    cursor: pointer;
}
.dropdown-menu.show{
    width: auto;    
    color: #1e6975;
    cursor: pointer;
    font-size: 1em !important;    
    left: -20px !important;
}
.btn{    
    font-size: 1em;
}
.popover-header,
.actions-btn{
    font-size: .82em !important;
}
.dropdown-item{   
    color: #1e6975;
    font-size: .82em; 
    display: flex;
}
.dropdown-item:focus, .dropdown-item:hover {
    text-decoration: none;
    background-color: #f8f9fa;
    color: #1e6975; 
}
.largeleft-padding{
    padding-left: 30px;
}
.largeright-padding{
    padding-right: 30px;
}
.noleft-padding{
    padding-left: 0px;
}
.red{
    color: red;
}
.switch input {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.switch.Disabled{
  opacity: .75;
}
.switch {
  height: 20px;
  position: relative;
  margin-top: 6px;
}
.float-left{
   float: left;
   margin-top: 3px;
}
.float-right{
   float: right;
   margin-top: 3px;
}
.clear{
    clear: both;
}
.switch label {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: #1F2736; /*#121823*/
  background: linear-gradient(#121823, #161d2b);
  border-radius: 20px;
  box-shadow: inset 0 3px 8px 1px rgba(0,0,0,0.5),  inset 0 1px 0 rgba(0,0,0,0.5),  0 1px 0 rgba(255,255,255,0.2);
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.switch input ~ label i {
  display: block;
  height: 18px;
  width: 24px;
  position: absolute;
  left: 2px;
  top: 1px;
  z-index: 2;
  border-radius: inherit;
  background: #283446; /* Fallback */
  background: linear-gradient(#36455b, #283446);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),  0 0 8px rgba(0,0,0,0.3),  0 12px 12px rgba(0,0,0,0.4);
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.switchfalse,
.switch label + span {
  content: "";
  display: none;
  position: absolute;
  right: 4px;
  top: 7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #283446;
  background: gradient-gradient(#36455b, #283446);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.2),  0 1px 0 rgba(255,255,255,0.1),  0 0 10px rgba(185,231,253,0),  inset 0 0 8px rgba(0,0,0,0.9),  inset 0 -2px 5px rgba(0,0,0,0.3),  inset 0 -5px 5px rgba(0,0,0,0.5);
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  z-index: 2;
}
/* Toggle */
.switchtrue,
.switch input:checked ~ label + span {
  top: 7px;
  content: "";
  display: none;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  z-index: 2;
  background: #8aff8e;
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.1), 0 1px 0 rgba(255,255,255,0.1), 0 0 10px #56ff5c, inset 0 0 8px #00ff09, inset 0 -2px 5px rgba(185,231,253,0.3), inset 0 -3px 8px rgba(185,231,253,0.5)
}
.switchtrue,
.switchfalse{
  right: inherit;
  display: inline-block;
  margin-left: -122%;
}
.no-margin{
  margin-left: -6px !important;
}
.switch input:checked ~ label i {
  left: auto;
  right: 2%;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),  0 0 8px rgba(0,0,0,0.3),  0 8px 8px rgba(0,0,0,0.3),  inset -1px 0 1px #b9f3fe;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}
.text-box-small{
    height: 75px;
    overflow-y: scroll;  
    border: 2px inset lightgrey;
}
.text-box-medium{
    height: 150px;
    overflow-y: scroll;  
    border: 2px inset lightgrey;
}
.text-box-large{
    height: 300px;
    overflow-y: scroll;  
    border: 2px inset lightgrey;
}
.line-image{
    height: 36px;
}
@-webkit-keyframes textglow {
    from {
        text-shadow: 0 0 1px #FFF, 0 0 2px #FFF, 0 0 3px #FFF, 0 0 4px #538fbe;
    }
    to {
        text-shadow: 0 0 3px #FFF, 0 0 6px #FFF, 0 0 9px #FFF, 0 0 12px #538fbe;
    }
}
@-webkit-keyframes borderglow {
    from {
        -webkit-box-shadow: 0px 0px 6px 3px rgba(255,255,255,0.73);
        -moz-box-shadow: 0px 0px 6px 3px rgba(255,255,255,0.73);
        box-shadow: 0px 0px 6px 3px rgba(23 ,162 ,184,0.73);
    }
    to {
        -webkit-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.73);
        -moz-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.73);
        box-shadow: 0px 0px 10px 5px rgba(23,162 ,184,0.73);
    }
}
.pagination {
    float: right;
    box-shadow: 3px 3px 3px #888888;
}
li.active {
    color: black;
    background-color: #e3e3e3;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #fff;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.bordertop{
    border-top: 1px solid #1e6975;    
}
.borderbottom{
    border-bottom: 1px solid #1e6975;    
}
.bordernone{    
    border-top:none; 
    border-bottom:none; 
    border-right:none; 
    border-left:none; 
}
.margin{
    margin: 8px;
}
.margintop{
    margin-top: 20px;
}
.smallmargintop{
    margin-top: 6px;
}
.smallmarginbot{
    margin-bottom: 6px;
}