.body-hoverflow-off {
  overflow-x: hidden;
}
.login-title {
  margin: 15px;
}
/*
 *Using !important allows us to override the bootstrap minified css class for the bar
 * */
.progress-bar[completpercent='100'] {
    background-color: #009900;
}
.opendialog{
  cursor: pointer;
}

.na {
  font-style: italic;
}
.filterRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: -15px;
    color: black;
}

.center {
  margin: auto;
  width: 40vw;
  margin-top: 10vh;
  padding: 10px;
}

.footer-inner {
  margin: auto;
  width: 70vw;
  padding: 10px;
}

.italics {
  font-style: italic;
}

.footer-outer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #333333;
   color: white;
   text-align: center;
}

.footer-text {
  margin: 10px;
}

#error-message {
  color: #ff0000;
}

.navbar-icon {
  height: 45px;
  margin: 0px;
  margin-bottom: 4px;
}

.navbar {
  height: 6vh;
}

.container-charts {
  overflow-y: scroll;
  height: 93vh;
}

.login-icon {
  width: 100%;
  margin: 0px;
}

.progress-grid {
  height: 100%;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.grid {
  height: 100%;
}

.grid-cell{
  height: 81vh;
}

.helper-text {
  font-size: small;
}

.filter-reset {
	cursor:pointer;
	vertical-align: sub;
	display: none;
}

.filter-divider {
	visibility: hidden;
}

.auto-refresh-label {
  float: right;
  margin: 10px;
  white-space: nowrap;
}

.reset-layout {
  cursor: pointer;
  text-decoration: underline;
}

.navactive {
  color: #f1f1f1 !important;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
  text-decoration: underline;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.dropdown-menu {
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
    position: absolute!important;
}

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('/static/fonts/google-api-icons.woff2') format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  transition:opacity 0.5s;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  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 */
}

/* Modal Content */
.modal-dialog {
  margin-top: 20vh;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 80%;
}

.dmr-modal-content-container {
  overflow-y: scroll;
  max-height: 80vh;
  overflow-x: hidden;
}

#dmr-modal-content-container>ul>li {
  list-style: none;
}

.warning-modal-content {
  margin: 10px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-body {
  padding: 0px;
}
.top-right-close{
  margin:unset !important;
}
.modal-header {
  padding: 0px;
}

.modal-header-dark, .modal-footer-dark, modal-body-dark {
  background: #303030;
}

.modal-title {
  margin-left: 10px;
}

.modal-input {
  background-color: #4e4e4e;
  padding:15px;
  border-radius:8px;
  color:#fff;
  margin-bottom: 0;
  outline-width: 0;
}

/*
This "before" style for the modal input doesn't work at all.
*/
/*.modal-input:before{*/
/*  content: " ";*/
/*  position: absolute;*/
/*  top: -15px;*/
/*  left: 28px;*/
/*  border: 15px solid transparent;*/
/*  border-bottom-color: #4e4e4e;*/
/*  z-index: 1;*/
/*}*/

.ag-watermark {
  opacity: 0!important;
  background-image: none !important;
}

.modal-message {
  margin: 0;
  margin-bottom: 10px;
  position: relative;
  left: -40px;
  width: 111%;
}

.main-section{
  border: 1px solid #000;
}

.left-sidebar{
  background-color:#3A3A3A;
  padding: 0px;
}

.searchbox{
  width: 100%;
  padding:27px 10px;
  border-bottom:2px solid #000;
}

.search-icon,.search-icon:hover{
  border:1px solid #fff;
  color:#fff;
  box-shadow: none !important;
}

.form-control:focus{
  border:1px solid #fff;
}

.chat-left-img,.chat-left-detail{
  float: left;
}

.left-chat{
  overflow-y:scroll;
}

.left-chat ul{
  overflow: hidden;
  padding: 0px;
}

.left-chat ul li{
  list-style: none;
  width:100%;
  float: left;
  margin:10px 0px 8px 15px;
}

.chat-left-img img{
  width:50px;
  height:50px;
  border-radius: 50%;
  text-align: left;
  float:fixed;
  border:3px solid #6B6F79;
}

.chat-left-detail{
  margin-left: 10px;
}

.chat-left-detail p{
  margin: 0px;
  color:#fff;
  padding:7px 0px 0px;
}

.chat-left-detail span{
  color:#B8BAC3;
}

.chat-left-detail span i{
  color:#86BB71;
  font-size: 10px;
}

.chat-left-detail .orange{
  color:#E38968;
}

.right-sidebar{
  border-left:2px solid #000;
}

.right-header{
  border-bottom:2px solid #000;
  margin:0px;
  padding: 0px;
}

.right-header-img img{
  width:50px;
  height:50px;
  float: left;
  border-radius: 50%;
  border:3px solid #61BC71;
  margin-right: 10px;
}

.right-header{
  padding:20px;
  height:90px;
  background-color:#3A3A3A;
}

.right-header-detail p{
  margin: 0px;
  color:#fff;
  font-weight: bold;
  padding-top:5px;
}

.right-header-detail span{
  color:#9FA5AF;
  font-size: 12px;
}

.rightside-left-chat,.rightside-right-chat{
  float:left;
  width:80%;
  position: relative;
}

.rightside-right-chat{
  float:right;
}

.right-header-contentChat{
  overflow-y: scroll;
  background-color: #FFFFFF;
  position: relative;
  max-height: 40vh;
  overflow-x: hidden;
}

.right-header-contentChat-dark{
  overflow-y: scroll;
  background-color: #303030;
  position: relative;
  max-height: 40vh;
  overflow-x: hidden;
  padding-right: 15px;
  padding-left: 15px;
}

.right-header-contentChat ul li{
  list-style: none;
  margin-top:20px;
}

.right-header-contentChat .rightside-left-chat p,.right-header-contentChat .rightside-right-chat p{
  background-color: #4e4e4e;
  padding:15px;
  border-radius:8px;
  color:#fff;
  margin-bottom: 0;
  outline-width: 0;
}

.right-header-contentChat-dark .rightside-left-chat p,.right-header-contentChat-dark .rightside-right-chat p{
  background-color: #999999;
  border-color: #d5cece;
  padding:15px;
  border-radius:8px;
  color: #e2e2e2;
  margin-bottom: 0;
  outline-width: 0;
}

.right-header-contentChat .rightside-right-chat p{
  background-color: #999999;
}

.right-header-contentChat-dark .rightside-right-chat p{
  background-color: #4e4e4e;
}

.right-chat-textbox{
  padding: 15px;
  width: 100%;
}

.right-chat-textbox input{
  width:100%;
  height:40px;
  color:#9FA5AF;
  border-radius:5px;
  padding: 0px 10px;
  border:1px solid #c1c1c1;
}

.right-chat-textbox a i{
  color:#3A3A3A;
  text-align: center;
  height:40px;
  width:40px;
  background-color:#fff;
  border-radius: 50%;
  padding:12px 0px;
  margin-left:20px;
}

.rightside-left-chat span i,.rightside-right-chat span i{
  color: #86BB71;
  font-size: 12px;
}

.rightside-right-chat span i{
  color:#94C2ED;
}

.rightside-right-chat span{
  float:right;
}

.rightside-right-chat span small,.rightside-left-chat span small{
  color:#BDBDC2;
}

@media only screen and (max-width:320px){
  .main-section{
    display: none;
  }
}

#version {
  font-size: small;
  text-align: right;
  font-family: monospace;
  float: right;
  position: absolute;
  right: 0px;
  top: 4vh;
  color: #999;
  padding-right: 1.5rem;
}

.toolbar{
  width: 100%;
  height: 50px;
}

.filtercontainer {
    float: left;
    margin: 10px;
}

kbd {
    display: inline-block;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    padding: 0.1em 0.5em !important;
    margin: 0 0.2em;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset !important;
    background-color: #ccc !important;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: x-small;
    vertical-align: middle;
}
kbd[onclick] {
  cursor: pointer
}

.filter-hidden {
  display: none;
}

.edited-annotation {
    float: right;
    color: grey;
    line-height: 1;
    font-size: 12px;
    margin-right: 12px;
    height: 12px;
}

.formSelect>select {
  font-size: small;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
.formSelect>label {
  font-size: small;
  margin-top: 1px;
  vertical-align: middle;
  margin: 10px;
}
#noFlights {
  text-align: center;
  color: red;
}


.toast {
  min-width: 15vw;
}

.toastPanel {
  position: absolute;
  right: 0vw;
  z-index: 99;
  top: 50vh;
  margin-right: 3vh;
  width: auto;
  pointer-events: visiblefill;
}

.toastIcon {
  max-width: 48px;
}

#responseHistory>li>p:not(:first-child) {
  margin-left: 2rem;
  line-height: 1rem;
}

#responseHistory {
  list-style: none;
  line-height: 1rem;
}
#responseHistory>li>p:first-child {
  font-weight: bold;
}

.showOffline {
  display: block !important;
  color: red;
  float: left;
}

.hideOnline {
  display: none !important;
}


#offlineLabel {
  display: none;
}

.linkOffline:not(.availableOffline) {
  color: #666;
  display: none;
  /*filter: blur(1px);*/
}

/* Skin for Simple Dialog Box Plugin */
.dialog-box {
  width:300px;
  height:150px;
  background-color:white;
  border:1px solid #ccc;
  -webkit-box-shadow:0 1px 5px rgba(0,0,0,.2);
  -mz-box-shadow:0 1px 5px rgba(0,0,0,.2);
  box-shadow:0 1px 5px rgba(0,0,0,.2);
  position:absolute;
  width:200px;
  height:100px;
  margin-top:-51px;
  margin-left:-101px;
  z-index:9999;
  color:#666;
  visibility:hidden;
  opacity:0;
}
.dialog-box .dialog-title {
  margin:0;
  padding:0;
  font:inherit;
  color:inherit;
  font-weight:bold;
  height:2em;
  line-height:2em;
  overflow:hidden;
  padding:0 .8em;
  background-color:#eee;
  cursor:move;
}
.dialog-box .dialog-content {
  border-top:1px solid #ccc;
  padding:1em;
  position:absolute;
  top:2em;
  right:0;
  bottom:3em;
  left:0;
  overflow:auto;
}
.dialog-box .dialog-content iframe {
  display:block;
  border:none;
  background:none;
  margin:0;
  padding:0;
  overflow:auto;
  width:100%;
  height:100%;
}
.dialog-box .dialog-content::-webkit-scrollbar {
  width:8px;
  height:8px;
  background-color:#f5f5f5;
  border-left:1px solid #ccc;
}
.dialog-box .dialog-content::-webkit-scrollbar-thumb {
  background-color:#666;
  border:none;
}
.dialog-box .dialog-content::-webkit-scrollbar-thumb:hover {background-color:#555}
.dialog-box .dialog-content::-webkit-scrollbar-thumb:active {background-color:#444}
.dialog-box .dialog-action {
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  height:3.5em;
  padding:.5em;
  background-color:#eee;
  border-top:1px solid #ccc;
  text-align:right;
}
.dialog-box .dialog-action .btn {
  text-decoration:none;
  border:none;
  outline:none;
  color:inherit;
  font-weight:bold;
  background-color:white;
  border:1px solid #ccc;
  -webkit-border-radius:.2em;
  -moz-border-radius:.2em;
  border-radius:.2em;
  margin-left:.2em;
  line-height:2em;
  cursor:pointer;
  padding: .1em .75em;
}
.dialog-box .dialog-close,
.dialog-box .dialog-minmax {
  border:none;
  outline:none;
  background:none;
  font:inherit;
  font-family:Arial,Sans-Serif;
  font-style:normal;
  font-weight:bold;
  font-size:150%;
  line-height:1.4em;
  color:#aaa;
  text-decoration:none;
  position:absolute;
  top:0;
  right:.3em;
  text-align:center;
  cursor:pointer;
}
.dialog-box .dialog-minmax {right:1.5em}
.dialog-box .dialog-close:focus,
.dialog-box .dialog-minmax:focus,
.dialog-box .dialog-action .btn:focus {
  border-width:0;
  outline:none;
}
.dialog-box .dialog-close:hover,
.dialog-box .dialog-minmax:hover {color:#777}
.dialog-box .dialog-close:focus,
.dialog-box .dialog-minmax:focus {color:#C90000}
.dialog-box .dialog-close:active,
.dialog-box .dialog-minmax:active {color:#444}
.dialog-box .dialog-action .btn:hover {border-color:#bbb}
.dialog-box .dialog-action .btn:focus {
  border-color:#aaa;
  border-width:1px;
}
.dialog-box .dialog-action .btn:active {
  border-color:#aaa;
  background-color:#f5f5f5;
}
.dialog-box + .dialog-box-overlay {
  background-color:black;
  opacity:.2;
  filter:alpha(opacity=20);
  position:fixed !important;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:9997;
  display:none;
}
.dialog-box.fixed-dialog-box {
  position:fixed !important;
  position:absolute;
}
.dialog-box.minimize {
  width:2em !important;
  height:2em !important;
  overflow:hidden !important;
  margin-top:0 !important;
  margin-left:0 !important;
  top:-1px !important;
  left:1em !important;
}
.dialog-box.minimize .dialog-title {
  color:transparent;
  text-shadow:none;
  text-indent:-9999px;
}
.dialog-box.minimize .dialog-minmax {
  right:0;
  left:0;
}
.dialog-box.minimize .dialog-close,
.dialog-box.minimize .dialog-content,
.dialog-box.minimize .dialog-action {
  display:none;
  visibility:hidden;
}

a#navbarDropdownMenuLink {
    float: right;
    font-size: 15pt;
    margin: -8px;
    color: grey;
    cursor: pointer;
}
/*#inputTimeComparison select:active, #inputTimeComparison select:hover {
  outline: none
}

#inputTimeComparison {
  background-color: #2d3436;
  border: 1px solid #424242;
  border-color: #424242;
  border-radius: 5px;
  min-width: 100%;
}

#inputTimeFilter {
  min-width: 100%;
  margin: 5px;
  background-color: #2d3436;
}
*/
div.dropzone
{
    /* positions to point 0,0 - required for z-index */
    position: fixed; top: 0; left: 0; 
    /* above all elements*/
    z-index: 9999999999;               
    /* takes up 100% of page */
    width: 100%; height: 100%;         
    /* dim the page with 50% black background when visible */
    background-color: rgba(0,0,0,0.5);
    transition: visibility 175ms, opacity 175ms;
}

div.dropZoneMessage {
  background-color: white;
  color: black;
}
div.dropZoneMessage-dark {
  background-color: #333;
  color: white;
}


div.dropZoneMessage, div.dropZoneMessage-dark {
  margin: 10vh 10vw 30vw 10vw;
  opacity: 1;
  padding: 3em;
  filter: drop-shadow(1em 1em 1em black);
  border-radius: 1em;
}
div.dropZoneMessage .badge, div.dropZoneMessage-dark .badge {
    margin-right: 5px;
}

div.dropZoneMessage .filetype, div.dropZoneMessage-dark .filetype {  
    padding-top: 1em;
}

div.dropZoneMessage .controls,div.dropZoneMessage .controls {
    position: relative;
    float: right;
}
div.dropZoneMessage .dropInstructions, div.dropZoneMessage .dropInstructions {
  display: block;
  width: auto;
  margin: auto;
  text-align: center;
  border: 2px dashed red;
}
.scrolling-content {
  height: 93vh;
  overflow-y: scroll;
  padding-bottom: 10vh;
}

#basepath:invalid {
  color: red;
}

#validPathInstructions>span {
  font-family: 'Courier New', Courier, monospace;
}

/*overrides for bstreeview*/
.bstreeview {
      border: unset !important;
}

.bstreeview .list-group-item {
  border: unset !important;
  color: rgba(255, 255, 255, 0.6);
  background-color: unset;
}

.bstreeview .list-group-item:hover {
  color: rgba(255, 255, 255,1);
  background-color: unset;
}

.bstreeview  .list-group-item-selected {
  color: rgba(255, 255, 255,1);
  background-color: unset;
}
/*end bstreeview override*/
