.d-none {display:none !important;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #316187;
    border: 1px solid #316187;
}
h3.ui-accordion-header {    line-height: 1em;}
@media only screen and (min-width : 768px) {
    /* Make Navigation Toggle on Desktop Hover */
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}
div.menu h2 {font-weight: normal;font-size: 18pt;}
/*.jstree-hovered a, .jstree-open a, .jstree-leaf a {font-size: 15px;line-height: 1.3em;}*/
/* input, textarea, select {margin-bottom: 5px;} */
iframe {
    border: 0px solid #ffffff;
    overflow-x: hidden;
    overflow-y: scroll ;
}
/* USED BY THE ADMIN UI */
.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom:1px;
}
.row {
    margin-left: 0;
    margin-right: 0;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.menu {
    background-color: #316187;
    width: 100%;
    padding: 2px 5px;
    color: white;
}
.menu a {
    color: white;padding-left:10px;
}
.submenu {
    background-color: #f2f2f2;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 1px;
    padding-top: 5px;
    margin-bottom:3px;
    font-size:15px;
    color:white;
}
.submenu div {
    padding: 2px 12px;
    display: inline;
    background-color: #c2bac2; 
    border-top:#e5e5e5 1px solid;
}

.submenu div:hover {
    cursor: pointer;
    text-decoration: underline;
}
.submenu div, div.submenuactive {border-top:#e5e5e5 1px solid;border-left:#e5e5e5 1px solid;border-right:#e5e5e5 2px solid;}
div.submenuactive {background-color: #316187;
                   color: #faf7fa; text-decoration: none;}
div.cogactive {color:lightgray;}

#chartadvdef {
    background: #B0C4DE;
    padding-left: 6px;
    padding-top: 1px;
}
#showdef:hover {cursor:pointer;}
#chartdefinition {
    margin-bottom: 3px;
}

#ChartListDiv {
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 630px;
    max-height: 768px;
    border-bottom: 1px #f0f0f0 solid ;
    font-size:1.1em;
    padding-bottom:10px;
}
.charttitle {
    margin-bottom: 0px;
    margin-top: 0px;
    border-bottom: 1pt dotted gray;
}
#btndelete {
    margin-right: 10px;
}
#errormessage {
/*    background: #c2bac2;*/
    background: orange;
    color:white;
    font-size: 14pt;
    text-align: center;
    margin: 40px;
    padding: 15px;
    position:absolute;
    top:150px;
    min-width:90%;
}
#appinfo {
    font-size: 7pt;
    margin-top: 10px;
    margin-bottom: 5px;
/*     border-top: 1pt dotted gray; */
}
#actiondiv {
    text-align: right;
    width: 100%;
    margin-top: 10px;
}
.smalllink {
    margin-right: 3px;
    font-size:11pt;
    /* border-bottom: 1px dotted; */
    text-decoration: none;
    color: black /* #575757 */;
    padding: 7px;
    background-color: lightgray;
}
.OptionHeader {
    font-weight: bold;
}
/* USED BY THE CHART PAGE */
.borderless td, .borderless th {
    border: none;
}
#timestamp {
    font-size: 8pt;
}
/*#ShowTable, #Embed, #ShowSQL {
    font-size: 8pt;
}*/
#chartsql, #embedcontainer {
    margin-top: 4px;
    padding: 4px;
}
#chartsql {
    border: 1px solid #e6e6e6;
}

#chartsql {
    font-size: 8pt;
    height: 85px;
    overflow: auto;
}
#table_div {
    margin-top: 4px;
    padding: 4px;
    overflow: auto;
    height: 200px;
}
#chartexplanation {
    font-size: 10pt;
	padding: 4px 5px;
    width: 90%;
    margin-left:10px;
    border: 1px solid #dddddda3;
}
/*.active {
    font-weight: bold;
    color: white;
    background-color: gray;
}*/
.alertbox {text-align: center;padding:5px;width:90%;margin: 0 auto;}
       

/* Absolute Center Spinner */
.chartloading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.chartloading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.chartloading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.chartloading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.chartnamelabel {
    padding: 10px;
    font-weight: bold;
}
footer {
    position: fixed;
    min-height: 20px;
    bottom: 0;
    width: 100%;
    background-color:white;
}
