body {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font-style: normal;
    height: 100%;
    color: #666;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    background-color: #f3f3f3;
}
.public{
    position: fixed;

}
.outer_wrapper {
    margin: 0;
    padding: 0 0 40px 0;
    width: 100%;
    min-width: 1128px;
}

.outer_general{
    min-height: 100%;
    position: relative;
}
.outer_wrapper section.overview,
.outer_wrapper section.list {
    position: absolute;
    z-index: 2;
}

.outer_wrapper #map_canvas {
    left: 0px;
}
.outer_wrapper .hasPlaceholder {
  color: #999999;
}

.outer_wrapper .footer small{
  padding-left: 20px;
}

.outer_wrapper div.copyright {
  clear: both;
  margin-top: 12px;
  height: 38px;
  background: #3c3c3c; /* Old browsers */
  background: -moz-linear-gradient(top,  #3c3c3c 0%, #020202 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c3c3c), color-stop(100%,#020202)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #3c3c3c 0%,#020202 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #3c3c3c 0%,#020202 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #3c3c3c 0%,#020202 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #3c3c3c 0%,#020202 100%); /* W3C */
}
.outer_wrapper div.copyright ul {
  color: #686868;
  margin-top: 10px;
  margin-left: 20px;
}

.outer_wrapper div.copyright ul li a {
  color: #686868;
  display: block;
  font-size: 0.9em;
  padding-top: 1px;
}
.outer_wrapper div.copyright ul li a:hover {
  color: #FFFFFF;
}
.outer_wrapper div.copyright ul li:first-child {
  color: #4CDA25;
  font-size: 1em;
}

/*.public section.list {
  width: 320px;
}
*/.public input {
  padding: 0;
  border: 1px solid #cccccc;
  width: auto;
  color: #666;
}
.public input:hover {
  border: 1px solid #22c01f;
  color: #333333;
}
.public input:focus {
  border: 1px solid #22c01f;
  color: #333333;
  outline: none;
}
.admin section.list {
  /*width: 570px;*/
  width:100%;
}
.admin .section.overview {
  width: 410px;
}

#messageErrors {
  color: #FF0000;
  font-size:14px;
  font-weight: bold;
}

.error_input {
  border-color: #FF0000 !important;
  background: #FFEEEE;
  color: #FF0000 !important;
}

.error_input:focus {
  border-color: #FF0000 !important;
}

.help-block {
  color: #FF0000;
  display: block;
}
.status_filter .show-dev-high{
    padding: 0;
    height: 32px;
    background: #28c621;
    background: -moz-linear-gradient(top, #28c621 0%, #149f0d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#28c621), color-stop(100%,#149f0d));
    background: -webkit-linear-gradient(top, #28c621 0%,#149f0d 100%);
    background: -o-linear-gradient(top, #28c621 0%,#149f0d 100%);
    background: -ms-linear-gradient(top, #28c621 0%,#149f0d 100%);
    background: linear-gradient(to bottom, #28c621 0%,#149f0d 100%);
    line-height: 32px;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;

}
.status_filter .show-dev-high ul{
    margin: 0;
    padding: 0;

}
.status_filter .show-dev-high ul li:first-child{
    margin-right: 0px;
    
    padding-right: 0px;
    padding-left: 0px;
    border-left: 0;
}
.status_filter .show-dev-high ul li:last-child{
    border-right: 0px;
    
}
.status_filter .show-dev-high ul li{
    float: left;

    margin-right: 0px;
    border-right: 1px solid rgba(255,255,255,0.3);
    padding-right: 8px;
    border-left: 1px solid rgba(2,102,1,0.3);
    padding-left: 8px;
}
.status_filter .show-dev-high ul li h6{
    margin: 0;
    font-size: 1em;
    font-weight: normal;
    padding: 0 8px 0 8px;
    background: #079b05;
    background: -moz-linear-gradient(top, #079b05 0%, #026601 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#079b05), color-stop(100%,#026601));
    background: -webkit-linear-gradient(top, #079b05 0%,#026601 100%);
    background: -o-linear-gradient(top, #079b05 0%,#026601 100%);
    background: -ms-linear-gradient(top, #079b05 0%,#026601 100%);
    background: linear-gradient(to bottom, #079b05 0%,#026601 100%);
}
.status_filter .show-dev-high ul li input{
    margin: 0 0 0 5px;
    
}
.status_filter .show-dev-high ul li:first-child:hover{
    color: #fff;
    text-shadow: none;
}
.status_filter .show-dev-high ul li:hover{
    color: #4cdc25;
    text-shadow: 1px 1px 2px rgba(0, 89, 0, 1);
}

.search-list .center {
    max-width: 1128px;
    margin: 0 auto;
    width: 90%;
}
