
body {
	padding-top: 0 !important;
	background-attachment: fixed;
	background: #FFF;
	color: #5c5b5b;
}
body, table, td {
	font: .8em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
}

a.btn {text-decoration:none;}
a.btn-primary {color:#666;text-shadow:none;}

body {padding:0;}

#id_doc-head {
	height:65px;
}
#id_doc-head .brand {
	background:none;
	width: 95px;
	height: 90px;
	text-decoration:none;
	position:relative;
	top:10px;
	left:30px;
	padding:0;
	color:#5c5b5b;
	font-size:0px;
	font-family:Arial;
	font-weight:bold;
	z-index: 1000;
}

#id_doc-head .brand .text {
	display:none;
}

#id_doc-head .brand .ad {
	color:#173560;
	text-transform:uppercase;
}
#id_doc-head .brand .motto {
display:block;
text-align:right;
	line-height:20px;
	text-decoration:none;
	color:#173560;
	text-transform:uppercase;
	font-size:20px;
	font-family:Arial;
	font-weight:bold;
	top:0;
}

.org-report {
	margin-top: 45px;
}

#id_doc-head .nav {
margin-right:0;
/*position:absolute;top:4px;right:0;float:none;text-align:right;*/
position: relative;
top: 9px;
right: 0;
float: right;}
#id_doc-head .nav > li {display:inline;float:none;}
#id_doc-head .nav > li > a {
display: inline;
float: none;
color: #009d9d;
text-shadow: none;
font-weight: bold;
}
#id_doc-head .nav > .active > a {background:transparent;}
#id_doc-head .nav--primary {
	float: none;
	position: absolute;
	top: 40px;
	text-align: right;
	margin: 0 50px;
}
#id_doc-head .nav--secondary {
	float: none;
	position: absolute;
	top: 10px;
	text-align: right;
	margin: 0 50px;
}
#id_doc-head .nav.secondary-nav > li {display:block;float:left;}

#id_doc-head .nav--primary > li > a {
	display:inline-block;
	padding:5px 15px 5px 15px;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	margin:5px;
	border:none;
	color:#2c4450 !important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background:#E0E0E0;
	overflow:hidden;
	text-decoration:none;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
	box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
	text-align:center;
}

.navbar {
	margin: 0;
}

.navbar .brand {
	margin: 0;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #989898;
}

h2 {
	color:#009d9d;
	font-size: 20px;
}

/*#id_doc-head .nav.secondary-nav li.subscribe a, #id_doc-head .nav.secondary-nav li.checkout > a {
	background:#626262;
}*/

#id_doc-head a.brand .ad {text-transform:uppercase;}

#id_doc-body {
	margin-bottom:10px;
	background:#F8F8F8;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-style: solid;
	-moz-border-style: solid;
	border-style: solid;
	-webkit-border-width: 1px;
	-moz-border-width: 1px;
	border-width: 1px;
	-webkit-border-color: #E0E0E0;
	-moz-border-color: #E0E0E0;
	border-color: #E0E0E0;
}

.body-alerts .alert {
	margin-bottom: 10px;
}

.search-report-con {
	box-shadow: -5px 0 3px rgba(0, 0, 0, 0.15);
	padding:10px;
	margin:0 0 0 10px;
}

#id_doc-foot {
	background:transparent;
	text-align:right;
}
#id_doc-footer-con {
	overflow:hidden;
	height:150px;
}
#id_doc-footer-con a {color:#2c4450;}
#id_doc-foot ul li:last-child {color:#2c4450;}
.adalytics-logo-txt {color: #2c4450;}

.btn-primary {
color: #666;
text-shadow: none;
}
.btn-primary {
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background:#cccccc;
}

a {
	color: #5c5b5b;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #000000;
    font-weight: bold;
}

.report-visualizations.panels .viz.panel.geomap {
    width:382px;
}
