﻿body 
{
    font-size: 14px;
    margin-top:50px;
}
    
#BasemapToggle {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 50;
}

/*#LocateButton {

    position: absolute;
    top: 97px;
    right: 20px;
    z-index: 50;
    width:32px;
    height:32px;
    background-color:white;
	background-image:url("../Images/home_locate.png");
	background-position:-30px;
	background-repeat:no-repeat;

}*/

#LocateButton {
    width: 32px;
    height: 32px;
    top: 90px;
    right: 15px;
    z-index: 50;
    position: absolute;
    border: 1px solid #57585A;
    background-color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}


#LocateButton .zoomLocateButton {
	background-color:white;
	background-color:rgba(255,255,255,0.80);
	background-image:url("../Images/home_locate.png");
	background-position:-30px;
	background-repeat:no-repeat;
}

#HomeButton {
    position: absolute;
    top: 105px;
    right: 15px;
    z-index: 50;
    width:32px;
    height:32px;
    border: 1px solid #57585A;
    background-color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}

#HomeButton .home {
	background-color:white;
	background-color:rgba(255,255,255,0.80);
	background-image:url("../Images/home_locate.png");
	background-position:0px;
	background-repeat:no-repeat;
}

#CameraButton {
    position: absolute;
    top: 180px;
    right: 15px;
    z-index: 50;
    width:32px;
    height:32px;
    border: 1px solid #57585A;
    background-color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}

#CameraButton .home {
	background-color:white;
	background-color:rgba(255,255,255,0.80);
	background-image:url("../Images/Camera.png");
	background-position:0px;
	background-repeat:no-repeat;
}

#HeadLoginView_HeadLoginStatus {
    display:inline-block;
}
#HeadLoginView_ChangePassword_Hyperlink {
    display:inline-block;
}

#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%;
}


/*Preloader*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 99999;
}
.preloader .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader .preloader-inner div {
  margin: 10px auto;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-background: linear-gradient(#388e3c -50%, rgba(76, 175, 80, 0.1) 60%);
  -moz-background: linear-gradient(#388e3c -50%, rgba(76, 175, 80, 0.1) 60%);
  -ms-background: linear-gradient(#388e3c -50%, rgba(76, 175, 80, 0.1) 60%);
  background: linear-gradient(#388e3c -50%, rgba(76, 175, 80, 0.1) 60%);
  animation: roll-r 6s linear infinite;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader .preloader-inner div > div {
  padding: 5px;
  animation: roll-l 2s linear infinite;
}
.preloader .preloader-inner div > div:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
}
@keyframes roll-r {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes roll-l {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.fp-meta {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  text-transform: uppercase;
}

.fp-unit {
  font-size: .85em;
  text-transform: uppercase;
}
   
.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 .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-nav .open .dropdown-menu 
{
       color: #fff;
    background-color:Orange;
    
    }

.navbar .navbar-nav li {
       color: #fff;
    background-color:slateGray;
}

.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;
}
/*Following Media block used to collapse the nav bar before it overwrites the TransView word*/
@media (max-width: 1150px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}