body{
	padding-top:45px;padding-bottom:40px;
}
.sweepBtn img{
	width:14px
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
}

.navbar-inverse a.brand{color:#fff}
.navright{min-width:510px;}
.shortBrand{display:none}
.modal-body{max-height:500px}
.filtered{display:none}
@media (max-width: 1202px) {
	body{background:none}
}
@media (max-width: 1081px) {
.shortBrand{display:inline}
.fullBrand{display:none}
}
@media (max-width: 1023px) {
	.bldInfo{display:none}
	.modal-body{max-height:350px}
	.table th,.table td{padding:4px}
}
@media (max-width: 979px) {
	body {padding:0}
  #loginForm input[type=text], #loginForm input[type=password]{width:90%}
}

@media (max-width: 639px) {
	.modal{
	width:300px;
	margin-left: 0px;
	}
  #UpdateTime, #refreshBtn, .btntxt{display:none;}
  .navright{min-width:200px;}

}

.nav input{margin-bottom:5px}

/* correct offset for scrollspy */
#accountSelection,#filters,#summary,#detail,#map{
padding-top:45px;margin-top:-45px
}

div.tableContainer{min-height:200px;height:300px;overflow:auto;}
tr.selectedRow td { background-color: #49AFCD !important;}

.ccdfilterselecthidden {
    display:none;
}
.ccdfilterselect {
    position: absolute;
    top: 10;
    left: 10;
    z-index: 100;
}
.ccdfiltervalue {
    position: relative;
}
.ccdfiltersetting {
    cursor: pointer;
    text-decoration: underline;
    color: #3366CC;
}
.ccdfiltervalue:hover {
    color: #ff6600;
}
legend{
	font-size:1em;font-weight:bold;
	margin:10px 0
}


#gmap img{max-width: inherit;}
#gmap {
  width: 100%;
  height: 600px;
}
#controls {
  margin: 0;
  list-style: none;
}
#controls li {
  display: inline;
  margin-left: 42px;
  font-family: Sans-Serif;
  font-size: 10pt;
}
#fusion-hm-li {
  visibility: hidden;
  margin-left: 8px;
}
.mapcontrols div{float:left}
.mapcontrols label{width:150px}

#accountTable{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

fieldset:nth-child(odd) {background: #f9f9f9}
tfoot td{background: #d9edf7; color:#3a87ad}
.select2flag{width:95%}