#container{
  min-height: 100%;
}
#relative_container{
  height: 100%;
  position: relative;
}

#main{
  padding: 50px;
}
.page-header{
  background-color: #80ccff !important;
  max-width: 100%;
  height: 120px;
}

.roles{
  border: 2px solid #80ccff;
}

html,
body {
  padding-top: 0;
  margin: 0;
  height: 100%;
  background-color: #91B5CD;
  font-size: large;
}
body{
  padding-top: 50px;
}
/*
#map{
  min-height:800px;
  height:100%;
  width:100%;
}
*/

.error{
color: red !important;
}
.green{
	color: green !important;
}
.regulartable {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
    border-collapse: collapse;
}

.regulartable td, .regulartable th {
    font-size: 1em;
    border: 1px solid #98bf21;
    padding: 3px 7px 2px 7px;
}

.regulartable th {
    font-size: 1.1em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #A7C942;
    color: #ffffff;
}

.regulartable tr.tablealt td {
    color: #000000;
    background-color: #EAF2D3;
}
.water-form{
	margin-left:auto;
	margin-right:auto;
  font-size: 24px !important;
	max-width: 500px;
	background: #F8F8F8;
	padding: 30px 30px 20px 30px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	border: 2px solid #1B79BD;
}
.nice-form {
	margin-left:auto;
	margin-right:auto;
  font-size: 24px !important;
	max-width: 500px;
	background: #F8F8F8;
	padding: 30px 30px 20px 30px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	border: 2px solid #1B79BD;
	border-radius: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.water-form h1 {
	font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 20px 0px 20px 40px;
	display: block;
	margin: -30px -30px 10px -30px;
	color: #FFF;
	background: #1B79BD;
	border-bottom:1px solid #FFF;
}
.nice-form h1 {
	font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 20px 0px 20px 40px;
	display: block;
	margin: -30px -30px 10px -30px;
	color: #FFF;
	background: #1B79BD;
	/*text-shadow: 1px 1px 1px #949494;*/
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-bottom:1px solid #FFF;
}
.water-form h1>span, .nice-form h1>span {
	display: block;
	color: #FFF;
}

.nice-form label, .nice-form label {
	font-size:125%;
	display:block;
	margin: 5px 0px 0px;
}
.nice-form label>span, .nice-form label>span {
	float: left;
	margin-top: 10px;
	color: #5E5E5E;
}
.nice-form input[type="text"], .nice-form input[type="email"], .nice-form select {
	color: #555;
	height: 30px;
	line-height:15px;
	width: 66%;
	padding: 0px 0px 0px 10px;
	margin-top: 2px;
	border: 1px solid #E5E5E5;
	/*background: #FBFBFB;*/
	outline: 0;
	-webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
	box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
	font: normal 14px/14px Arial, Helvetica, sans-serif;
	/*background-color: #E7F2D5;*/
}
.water-form textarea, .nice-form textarea{
	color: #555;
	line-height:15px;
	width: 66%;
	padding: 0px 0px 0px 10px;
	margin-top: 2px;
	border: 2px solid #1B79BD;
	background: #eaf9fc;
	outline: 0;
	-webkit-box-shadow: inset 1px 1px 2     px rgba(238, 238, 238, 0.2);
	box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
	font: normal 14px/14px Arial, Helvetica, sans-serif;
}
.water-form input[type="text"], .nice-form input[type="text"]{
  border: 2px solid #1B79BD;
  background: #eaf9fc;
}
.water-form select, .nice-form select {
	appearance:none;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	width:auto;
	height:30px;
}
.water-form .button, .nice-form .button, .water-form .btn {
	background-color: #1B79BD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-border-radius: 5px;
	border: none;
	padding: 10px 25px 10px 25px;
	color: #FFF;
	text-shadow: 1px 1px 1px #949494;
}
.water-form .button:hover, .nice-form .button:hover {
	background-color:#F28A22;
}

#main {
	width: 100%;
	margin: auto;
	height: 100%;
	min-height: 100%;
	margin: 20px 0px;
	/*background-color: red;*/
	}

.center-image {
    display: block;
    margin-left: auto;
    margin-right: auto; }

div.google-map {
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
}

#loading{
	padding: 3px;
	display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    background:  #EAF2D3
                url('http://i.stack.imgur.com/FhHRx.gif')
                50% 50%
                no-repeat;
    border: 5px solid #A7C942;
}​
#searchform, #hideform, .hiding {
	display: none;
}
div.items{
    border-radius: 1px;
    max-width: 25%;
    margin-left: auto;
    margin-right: auto;
   /* border: 1px solid black*/
 		}
div.items div {
	padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
	}
div.items div a {
	color: #000;
	}
 .cat0 {
	background-color: #e6e6e6;
	}
.cat0container {
	background: #8A8B8C;
	}
.catb	{
	background-color: #F4F4F4;
	}
.cat1 {
	background-color: #D1BDB8;
	}
.cat2 {
	background-color: #B0D9F5;
	}
.cat3 {
background-color: #F0CEDF;
}
.cat4 {
background-color: #FCFCC7;
}
.cat5 {
	background-color: #CDADED;
	}
.cat6 {
background-color: #D1B57B;
}
.cat7 {
background-color: #D1E8CA;
}
.cat8 {
background-color: #A4E0E0;
}
.cat1container {
  background: #BAA8A3;
  }
.cat2container {
  background: #90B5CE;
  }
.cat3container {
 background: #CCADBC;
 }
.cat4container {
 background: #D3D3A2;
 }
.cat5container {
    background: #AE93C9;
    }
.cat6container {
 background: #AD9566;
 }
.cat7container {
 background: #AAC4A2;
 }
.cat8container {
 background: #75BABA;
    }
.navbar-header{
  height:50px;
}
.navbar-nav{
  margin-top: 0px;
  margin-bottom: 0px;
}

.navbar, .navbar-default, .dropdown-menu{
background-color: #1B79BD; /*#4BA327;*/
padding: 0px;
border: none !important;
border-radius: 0px !important;
line-height: 1.5em !important;
min-height: 0px !important;
margin-bottom:0px !important;
}
.menu-highlight{
background-color: #F28A22 !important;
}
.navbar-nav li a, .dropdown-menu li a{
line-height: 1em !important;
color: white !important;
padding-top: 5px !important;
padding-bottom: 5px !important;
}

.navbar-nav li:hover, .dropdown-menu li a:hover, .open a, .navbar-nav li:a{
background-color: #80CCFF;
}
 .navbar-nav li.lightGreen{
   background: #80CCFF; /* For browsers that do not support gradients */
   }
.open a:only-child{
background-color: #1B79BD; /*#4BA327 !important;*/
}

.navbar-toggle{
	background-color: #80CCFF;
}
.navbar-toggle{
	margin: 4px 5px;
	padding: 5px 5px 7px 5px;
	border: 1px solid #DCEBD8;
}
.navbar-toggle:hover{
	border: 1px solid #fff;
}

/*This is for jquery autocomplete */
.ui-menu .ui-menu-item{
    background:#1B79BD;
		list-style-image:none !important;
    color: white;
}
.ui-menu .ui-menu-item:hover{
    background:#80CCFF !important;
}
.icon-bar{
	margin-top: 3px !important;
	width: 4px;
	background-color: #DCEBD8 !important;
}
.navbar, .btn, .sans_one{
     font-family: 'Julius Sans One', sans-serif;
 }
.alert{
  max-width: 85%;
}
.panel{
  width: 85%;
}
.panel-heading{
  font-size: 130%;
}
#map_menu {
  width: 400px;
  max-width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  height: 100%;
  background-color: white;
  text-overflow: ellipsis;
  overflow-y:auto;
}
#map_menu_show{
  background:#f28a22 !important;
color: white;
  z-index: 98;
  position: absolute;
  top: 0px;
  left: 0px;
}
#map_menu_hide{
  background:#f28a22 !important;
  color: white;
  position: fixed;
  top: 35px;
  left: 0px;
}
#map_menu_fullsize{
  background:#1B79BD !important;
  color: white;
  position: absolute;
  top: 0px;
  right: 0px;
}
#view-mode{
  z-index: 98;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 100;
}
#alert_container{
  width:100%;
  background-color: #99ccff;
  padding-top: 8px;
  padding-bottom: 8px;
}
.alert_alert{
  border: 1px solid white;
  opacity: 1.0 !important;
}
.alert_button{
  margin-right:0px;
}
.warning_font, ::placeholder{
  color: #ff9933;
}
/*Have an upside down photo on production. See if this fixes it */
img {
    image-orientation: from-image;
}
#fixed_header{
  z-index: 1001;
  position: fixed;
  display: block;
  height: 500px;
  top: 0;
  left: 0;
  right: 0;
}
#fixed_header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
}

#fixed_header li {
    float: left;
}

#fixed_header li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}
li{
  text-align: center !important;
  vertical-align: middle;
}
.fullscreen{
height: 100% !important;
position: fixed !important;
z-index: 1002; /* Sit on top */
left: 0 !important;
top: 0 !important;
overflow-x: hidden !important; /* Disable horizontal scroll */
transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

#map-reveal{
  border: white solid 2px;
}

#map-canvas {
        width: 90%;
        height: 600px;
        padding: 10px;
        display: none;
        z-index:100;
      }
.infowindow{
        background: #DEDEC3 !important;
        padding: 5px;
      }
.blue-border{
  border: 2px solid #91B5CD;
}
.padding5{
  padding: 5px;
}

.triangle-container{
  width: 60px;
  margin: auto;
  text-align:center;
  border: 2px solid white;
  background-color: #337ab7;
}

  .triangle{
    fill: #b1d243;
    stroke: white;
    stroke-width: 2;
    transition: all 0.8s ease-in-out;
}
  @keyframes mymove {
    0%   {opacity:0}
    50%  {opacity:1}
    100% {opacity:0}
  }

    transform-origin: 25px 25px;
  }
}

@media (max-width: 767px) {
  .modal.fade.in {
    top: 5%;
  }
}

#listtab{
  display:none;
  height:100%;
  width:100%;
  background: #91B5CD !important;
}
.twothirds{
  font-size: 0.6em !important;
}
.dropdown-menu li a:hover{
  background-color: #f29c46;
}
.dark-blue{
  background-color: #1B79BD;
}
.white-font{
  color: #FFF;
}

.uploading-outer {
    position:relative;
    width:250px;
}

.uploading-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.7;
    top: 0;
}
.uploading-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
    color:#FFF;
    font-size:14px;
    font-weight:bold;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.coords{
  font-weight: bold;
  color: #0099cc;
}
