body, html {
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
}

hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #62bdd7; /* old IE */
    background-color: #62bdd7; /* Modern Browsers */
    margin-top: 5px;
}


a{
    /*text-decoration: underline !important;*/
}
a:link {
  color: #007bff;
}

/* visited link */
a:visited {
  color: #007bff;
}

/* mouse over link */
a:hover {
  color: #007bff;
}

/* selected link */
a:active {
  color: #007bff;
}

#chart_wrapper .legend{
    font-size: 11px;

}

#chart_wrapper .legend i {
  margin: 0 0 0 10px;
}

.floating_header{
    position: absolute;
    bottom: 15px;
    left:15px;
    font-family: "Arial";
    z-index: 3;

}
/* navigation*/
.ml-auto .dropdown-menu {
      left: auto !important;
      right: 0px;
    }
.dropdown-menu{
    background-color:rgba(255,255,255,1);
    border-radius: 0px;
    border:0;
    padding: 0 0;
    border-bottom: 1px solid #eee;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.nav-item>a{
 text-decoration: none !important;
 }

.navbar{
border-bottom: 1px solid #eee;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .8);
    background-color: rgba(255, 255, 255, .5);

}
.navbar-toggler{
    background-color:rgba(255,255,255,.5);
     position: fixed;
     top: 10px;
     right: 5px;
    z-index: 1031;
}
li.active > a {
    color: rgba(0,0,0,1);
    /*padding-top: 0px;*/
    box-shadow: 0 2px 0 black;
}
.navbar-logo{
    display:none;
}
.navbar-collapse{

}

.sticky_nav {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color:rgba(255,255,255,1);
}

.footer_menu{
    display:inline;

}

.footer_menu a{
    color: rgba(255,255,255,1);
    text-decoration: underline;
}
.footer_menu a + a:before {
content: "|"; padding: 0 .5em; }


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

   .navbar-light .navbar-nav .nav-link {
       color: rgba(0,0,0,.7);
       background-color:rgba(255,255,255,1);
       padding: 5px;
    }
    body{
        /*background-color: #62bdd7;*/
    }
    .parallax {
        background-attachment: scroll !important;
    }


}
.logo{
    width:392px;
    height:250px;
    background-repeat: no-repeat;
}

.logo_wrapper{
    padding-bottom: 3px;

}

.logo_text{
    font-size: 2rem;
    color: rgba(0,0,0,1);
    font-weight: bold;
    background-color: rgba(255,255,255,.5);
    display: inline-block;
    padding: 3px 5px 0px 5px;

}

.slogan_text{
    font-size: 1rem;
    color: rgba(0,0,0,1);
    background-color: rgba(255,255,255,.5);
    display: inline-block;
    padding: 3px 5px 0px 5px;
    letter-spacing: 0.35px;
}



.marker-cluster-small {
background-color: rgba(31, 188, 241, 0.6);
}
.marker-cluster-small div {
background-color: rgba(31, 188, 241, 0.6);
}
.marker-cluster-medium {
background-color: rgba(31, 188, 241, 0.6);
}
.marker-cluster-medium div {
background-color: rgba(31, 188, 241, 0.6);
}

.marker-cluster-large {
background-color: rgba(31, 188, 241, 0.6);
}
.marker-cluster-large div {
background-color: rgba(31, 188, 241, 0.6);
}


#date_selection{
    padding-top: 10px;
}



.fstMultipleMode, .fstQueryInput, .fstChoiceItem,.fstResultItem {
    font-size: .75rem;

}
.fstMultipleMode .fstControls {
    max-height: 120px;
    overflow-y: scroll;
}

#node_menu_container .fstChoiceItem{
    padding: .33333em .33333em .33333em .33333em;
    cursor: pointer;

}
#node_menu_container{
     padding: .33333em .33333em .33333em .33333em;
    max-height: 200px;
}

.fstMultipleMode.fstActive .fstResults {
    z-index: 10000;
}


.fstMultipleMode .fstQueryInput {
    font-size: 1rem;
}
.form-group{
    float: left;
}


 #chart svg {
     width: 100%;
     height: 400px;

 }

#chart{
    background-color: #fff;

}
#chart_wrapper{
    display: none;
    height: 400px;
    overflow:hidden;
}
.nvd3 g.nv-groups path.nv-line {
  stroke-width: 1.5px;
}
/* disable interactivity
.nvd3 .nv-legend .nv-series {
    cursor: default !important;
}*/
.nv-series.disabled circle {
    fill-opacity: 0;
}
.slider-container {
    margin-top: 5px;
}
/*.nv-point {*/
    /*stroke-opacity: 1!important;*/
    /*stroke-width: .25px!important;*/
    /*fill-opacity: 1!important;*/
/*}*/

#alert_box{
    display: none;
}

.tool_tip{
    text-align: center;
}

#download_links{
    display: none;
    padding-top: 5px;
}

#footer_wrapper{
     background-color: #5badc4;
}
.footer {

  width: 100%;
  height: 80px;
  line-height: 70px;

    color: #fff;
    font-size: 13px;
}

.footer_img{
    height: 70px;
}
.elm_padding{
    padding: 10px;
}
.ui-datepicker{ z-index: 9999 !important;}



.map_marker{
      width: 16px;
      height: 16px;
      display: inline-block;
      position: relative;
      border-radius: 16px 16px 0;
      transform: rotate(45deg);
      border: 1px solid #FFFFFF

}


.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    display: none;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.data_loader{
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    margin: 5px 5px 5px 5px;
    display: none;


}
.data_loader_wrapper{

    margin: 5px 5px 5px 5px;

}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
textarea {
    display: block;
}
#message_containter{
    display: none;
}

.scale ins{
    display: none;
}

#variable_combinations .fstElement, #variable_combinations .fstControls{
    width: 425px;
}
#date_range_container{
    display: inline-block;
}
#date_range_label{
     display: inline-block;
}
.color_range{
    text-align:center;

}
#color_range_colors{
     width: 50%;
     margin: 0 auto;
}
.legend_title{
   font-size: .9rem;
    font-weight: bold;
}
.legend_scale{
   font-size: .8rem;
}
table#report_table_container , th#report_table_container, td#report_table_container {
  border: 1px solid #cccccc;
    padding: 5px;

}
.circle {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  border: #ffffff;
}
.legend{
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px;
}
/* marquee */
rect.selection {
    stroke          : gray;
    stroke-dasharray: 4px;
    stroke-opacity  : 0.5;
    fill            : transparent;
}

g.state circle {
    stroke  : gray;
    cursor  : pointer;
}

g.state circle.inner {
    fill    : white;
}

g.state circle.outer {
    display         : none;
    stroke-dasharray: 4px;
    stroke-opacity  : 0.5;
    fill            : transparent;
}

g.state.selected circle.outer {
    display         : inline;
}

g.state text {
    font                : 12px sans-serif;
    font-weight         : bold;
    pointer-events      : none;
}

    /* disable text selection */
svg *::selection {
    background : transparent;
}

svg *::-moz-selection {
    background:transparent;
}

.tooltip{
    z-index: 1000000!important;
}

#play_head{
    width:2px;
    height:10px;
    background: #cc0000;
    cursor: pointer;

}
.red_color{
   background-image: url("../jquery/images/ui-icons_cc0000_256x240.png");
}


#time_display_value{
   font-size: 14px;
    text-align: center;
     padding-top:7px;

}
.hour_display_value_string{
    font-size: 18px;
}
.bolded{
    font-weight: bold;
}
.leaflet-center {
    left: 50%;
    transform: translate(-50%, 0%);

}
#play_head_control{
     cursor: pointer;
    zoom: 125%;
    -moz-transform: scale(1.25);
    -webkit-zoom: 1.25;
    -ms-zoom: 1.25;
}

.disable_map{
    border: 3px solid #f00;
}

#sun_display_container {

     width:60px;
     height:60px;

}
.map_control{
     background-color: rgba(250,250,250,0.7);

     border-top-right-radius: 5px;
     border-top-left-radius: 5px;
     border-bottom-right-radius: 5px;
     border-bottom-left-radius: 5px;
}

.leaflet-control-zoom a {
color:#000000
}

#sun_icon{
    background-image:url("../images/sun_icon.svg");
    width:40px;
    height:40px;
    margin: 0 auto;
}
#sun_display_sky{
     border-bottom: 2px solid black;
     width:50px;
     height:50px;

    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 0px;
}
.popover {
    position:absolute;
    display:none;
    background:#fff;
    border: 1px solid #999;
    padding:10px;
    width:auto;
    box-shadow:0 0 10px rgba(0, 0, 0, .5);
    padding:5px;
}
.popover:after, .popover:before {
    right: 100%;
    border: solid transparent;
    content:" ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.popover:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 10px;
    top: 50%;
    margin-top: -10px;
}
.popover:before {
    border-color: rgba(201, 201, 201, 0);
    border-right-color: #c9c9c9;
    border-width: 11px;
    top: 50%;
    margin-top: -11px;
}

.map_popup_scroll{
    width: 100%;
    height:80px;
   overflow: scroll;
   background-color: #cccccc;
}
.invalid_input{
    background-color : #dc3545;
    color: #fff;
}
/* page content*/


#page{
  position: relative;
    width: 100%;


}
.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
}

#page_content{
    overflow: auto;
    height:400px;
    background-color: #fff;
}
.page_content_full{
    height:auto!important;
    display: inline!important;
}

.table_line, .table_line th, .table_line td {
    border-collapse: collapse;
    border: 1px solid grey;
}

.scroll_overflow{
overflow-x: auto;
}
.home_page{
display:none;
}

/*endless rotation*/
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
#approval_loader div{
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;

}
.inline{
    display: inline;
}
.hidden{ display: none; }
#approval_refresh{
cursor: pointer;
}
.popover{
z-index: 10600000 !important;
}