﻿body 
{
    font-size: 14px;
}
    
#BasemapToggle {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 50;
}

#BasemapToggle .basemapTitle  
{
    width:100%;
}

.esriPopup .titleButton.maximize {display: none;} 

.esriPrint {padding-left:0px;padding-top:5px;}

.agsjsTOCSlider {width:200px;  }

.agsjsTOCRootLayerLabel { padding-left:10px;}

.agsjsTOCIcon {padding-left:5px;padding-right:5px; }
        
.trscroll {overflow:scroll !important;}
    
.centeredImage
{
text-align:center;
margin-top:20px;
display:block;
}
    
#mapDiv 
{
position:absolute;
width:100%;
/*min-height: 95%; 
max-height: 95%; */
}
   
.toolBarLabel > input{ /* HIDE RADIO */
    display :none;
}
        
.toolBarLabel > input + img { /* IMAGE STYLES */
    cursor:pointer;
    border:2px solid transparent;
}
        
.toolBarLabel > input:checked + img { /* (CHECKED) IMAGE STYLES */
    border:5px solid #AEDFE9;
    -moz-border-radius: 30px; 
    border-radius: 30px;
    border-right: solid #AEDFE9 5px;
    }
         
    #accordion {
    position: fixed;
    bottom: 0;
    width: auto;    
}

.panel-default > .panel-heading{
    background: #222;
       border-radius:5px;

}

.panel-heading {
    padding: 0;
   border-radius:5px;
}

.panel-title a {
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    display: block;
    padding: 5px 10px;
    font-size: 16px;
    outline: none;
}

.panel-title a:hover, .panel-title a:focus, .panel-title a:active {
    text-decoration: none;
    outline: none;
}

.navbar-inverse .navbar-nav > li {
    color: #fff;
    background: #222;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}

#footer 
{
    position:fixed;
    width: 100%;
    height:50px;
    border-top: 2px solid #E64A19;
    text-align: center;
    bottom:0;
}

.criteriaSpan 
{  
    border:1px solid White;
    padding:5px;
    margin:5px;
    background-color:#A9A9A9;
    border-radius:5px;
    color:Black;
}

.siteChart {
    float:left;
    width:0%;
    height:200px;
    fill:whitesmoke;
    display:none;
}

.regionChart {
    float:left;
    padding-left:20px;
    width:100%;
    height:200px;
    fill:whitesmoke;
}



/*.rceDataTable * {
        box-sizing: initial;
}


tfoot {
    display: table-header-group;
}*/

