@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Duru+Sans);
 @import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700);
 @import url(https://fonts.googleapis.com/css?family=Satisfy);
@font-face {
	font-family: "Neo Sans Intel";
	src: url("/sites/all/themes/fieldmanagement/fonts/NeoSansIntel.TTF") format("truetype");
}
@font-face {
	font-family: "Myriad Pro";
	src: url("/sites/all/themes/fieldmanagement/fonts/MyriadPro-Regular.otf") format("opentype");
}
@font-face {
	font-family: "Myriad Pro SemiCond";
	src: url("/sites/all/themes/fieldmanagement/fonts/MyriadPro-SemiCn.otf") format("opentype");
}
@font-face {
	font-family: "Myriad Pro Cond";
	src: url("/sites/all/themes/fieldmanagement/fonts/MyriadPro-Cond.otf") format("opentype");
}
@font-face {
	font-family: "Myriad Pro Light Cond";
	src: url("/sites/all/themes/fieldmanagement/fonts/MyriadPro-SemiboldCond.otf") format("opentype");
}
body {
	font-family: 'Roboto', sans-serif;
}
#header {
	height: 100px;
}
#nav.affix {
	position: fixed;
	top: 0;
	width: 100%;
}
#nav.affix + #mainContent {
	padding-top: 75px;
}
.hdrRow .btn-group {
	background-color: green;
}

.content {overflow:hidden;}

.region-logo .content { overflow:visible; }

#top-header-bg {
	min-height: 141px;
}
#logo {
	padding-top: 0px;
	z-index: 22;
}
#logo img {
	max-height: 126px;
}
#logo img#safetylms-logo {
	max-width: 130px;
	padding-top: 50px;
}
#sigin p {
	display: inline;
}
#sigin {
	text-align: right;
	padding-top: 20px;
}
.top-search-btn {
	margin-top: -10px;
	padding-top: 0 !important;
	margin-bottom: 10px;
	background: url(../images/search-btn.jpg) no-repeat;
}
.top-search-btn:hover {
	background: url(../images/search-btn.jpg) no-repeat;
}
.top-search {
	width: 100% !important;
}
#sigin {
	text-align: right;
	padding-top: 50px;
}
select {
	background:url("data:image/svg+xml;utf8,<svg xmlns='https://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
	background-color:#f7f7f7;
	background-repeat:no-repeat;
	background-position: right 10px top 10px;
	background-size: 16px 16px;
	color:white;
	padding:12px;
	padding-right:35px;
	width:auto;
	font-family:arial,tahoma;
	font-size:12px;
	font-weight:bold;
	color:#444;
	text-align:center;
	border-radius:0px;
	-webkit-border-radius:0px;
	-webkit-appearance: none;
	border:0;
	outline:0;
	box-shadow: 2px 5px 10px -10px #444;
	
	-moz-appearance:none;
	        
	-webkit-transition: all 1s ease-in-out;
	   -moz-transition: all 1s ease-in-out;
	     -o-transition: all 1s ease-in-out;
	        transition: all 1s ease-in-out;
}

input[type=radio], input[type=checkbox] {
	transform: scale(2);
	margin: 10px;
	height: 30px;
	width: 30px;
	border-radius: 50%;
}
input:checked {
	/* background: red; */
}
input[type=radio]:checked + label {
	background-image:none;
	background-color:blue;
	color:white;
}
input:focus {
	outline: none;
	border:none;
}
form {
  /* padding-right: 20px !important; */
}
form input[type=button],
form input[type=text],
form input[type=password],
form input[type=submit] {
	font-family: 'Roboto' sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	background:#444;
	color:white;
	border:none;
	padding: 15px 25px;
}
form input[type=text]#edit-field-certification-info-und-0-field-crew-member-name2-und-0-value {
	text-transform: none;
}
form input[type=submit]:hover {
	color:#444;
	background-color: #cccccc;
	
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
.form-managed-file .form-file, .form-managed-file .form-submit {
	margin: 10px 0 0 10px;
}
.form-type-select {
	padding-bottom: 10px;
}
.country.form-select {
	display: none;
}
input#edit-submit {
	margin-right: 10px;
}
.canvas-outer-wrapper {
	margin: 10px 0 0 0;
}
.canvas-outer-wrapper .tools-wrapper {
	-webkit-border-border-radius: none;
	border-radius: 0;
	display: none;
}
form input[type=text],
form input[type=password] {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding-left: 15px;
  /* background: #EBF4FA; */
  background: whitesmoke;
  /* border-bottom: 1px solid #56A5EC; */
  /* box-shadow: 2px 5px 10px -10px #444; */
  border-bottom:2px solid #BBB;
  color: #5d5d5d;
  outline: none;
}
.field-name-field-reporting-images img {
	max-width: 50%;
	max-height: 50%;
}

#main-container ul {
	display: block;
	float: left;
	width: 100%;
	margin-left: 0px !important;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.nav-right > li a {
	font-family: 'Roboto Condensed', sans-serif;
}

@media all and (max-width: 320px) {
.navbar-default .navbar-nav > li > a {
	border-right: 0 !important;
	text-transform: uppercase;
	color: #FFF;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.navbar-default .navbar-nav > li:last-child > a {
	border-right: 0px dotted #5c696f;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #c3f935;
}
#cook-pic {
	margin-top: 0px !important;
}
#footer-logo a {
	margin-right: 0 !important;
}
#social-icon {
	text-align: center !important;
	padding-top: 20px;
}
.social-logo {
	
}
#top-search-area h1 {
	font-size: 35px !important;
	line-height: 45px !important;
}
#top-search-area {
	right: 10%;
}
#footer-menu ul li {
	width: 100%;
	margin-bottom: 10px;
}
#open-shop {
	float: left !important;
	border: none !important;
	box-shadow: none !important;
}
}
.top-mid-title {
	padding-top: 50px;
	color: #5d5d5d;
	font-size: 18px;
	font-family: "Neo Sans Intel", Arial, Verdana;
}
@media all and (max-width:1199px) and (min-width:1025px){
	.top-mid-title { font-size:16px; }
}
@media all and (max-width:1024px) and (min-width:992px){
	.top-mid-title { font-size:14px; }
}
.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #FFF;
	padding-top: 20px;
	font-size: 14px;
	padding-bottom: 20px;
	        
	-webkit-transition: all 800ms ease-in-out;
	   -moz-transition: all 800ms ease-in-out;
	     -o-transition: all 800ms ease-in-out;
	        transition: all 800ms ease-in-out;
}
@media all and (max-width:991px) and (min-width:768px){
	.navbar-default .navbar-nav > li > a {
		font-size: 18px;
	}
}
.navbar-default .navbar-nav > li:last-child > a {
	background: none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #444;
	/* background: url(../images/nav-hover.gif) repeat-x; */
	/* background-position: top right; */
	background: whitesmoke;
	        
	-webkit-transition: all 600ms ease-in-out;
	   -moz-transition: all 600ms ease-in-out;
	     -o-transition: all 600ms ease-in-out;
	        transition: all 600ms ease-in-out;
}
#open-shop {
	padding-top: 3px;
	color: #CCC;
}
#open-shop a {
	color: #808080;
	text-transform: uppercase;
	font-size: 18px;
	background: url(../images/open-shop-icon.png) no-repeat;
	background-position: right;
	padding-right: 30px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#open-shop a:hover {
	color: #FFF;
	text-decoration: none;
	background: url(../images/open-shop-icon-hover.png) no-repeat;
	background-position: right;
}
#sigin a {
	color: #5c696f;
	margin-left: 10px;
	/*background: url(../images/sign-in-icon.png) no-repeat;*/
	background-position: left;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 6px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#sigin a:hover {
	text-decoration: none;
	color: #0098db;
	background: url(../images/sign-in-icon-hover.png) no-repeat;
}
#top-call {
	font-size: 20px;
	color: #5d5d5d;
	margin-bottom: 20px;
}
#top-call img{
	padding-right:10px;
}
.top-login-button {
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #4D4D4D), color-stop(1, #0A0A0A) );
	background-image: -o-linear-gradient(bottom, #4D4D4D 0%, #0A0A0A 100%);
	background-image: -moz-linear-gradient(bottom, #4D4D4D 0%, #0A0A0A 100%);
	background-image: -webkit-linear-gradient(bottom, #4D4D4D 0%, #0A0A0A 100%);
	background-image: -ms-linear-gradient(bottom, #4D4D4D 0%, #0A0A0A 100%);
	background-image: linear-gradient(to bottom, #4D4D4D 0%, #0A0A0A 100%);
	border: 1px solid #5e5a5a;
	border-radius: 0px;
	padding: 5px;
	color: #ffffff;
	text-shadow: none !important;
	font-size: 12px;
	margin-right: 5px;
}
.top-login-button:hover {
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #4D4D4D), color-stop(1, #0A0A0A) );
	background-image: -o-linear-gradient(top, #4D4D4D 0%, #0A0A0A 100%);
	background-image: -moz-linear-gradient(top, #4D4D4D 0%, #0A0A0A 100%);
	background-image: -webkit-linear-gradient(top, #4D4D4D 0%, #0A0A0A 100%);
	background-image: -ms-linear-gradient(top, #4D4D4D 0%, #0A0A0A 100%);
	background-image: linear-gradient(to top, #4D4D4D 0%, #0A0A0A 100%);
}
.top-search {
	padding: 5px!important;
	font-size: 13px;
	color: #5c696f;
	border-radius: 0px;
	width: 80%;
	color: #868686;
	height: 25px;
}
.top-search-btn {
	width: 24px;
	height: 24px;
	background: url(../images/search-btn.jpg) no-repeat;
	border: none;
}

.navbar-default {
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #4D4D4D), color-stop(1, #0A0A0A) );
	background-image: -o-linear-gradient(bottom, #4D4D4D 0%, #0A0A0A 100%);
	background-image: -moz-linear-gradient(bottom, #4D4D4D 0%, #0A0A0A 100%);
	background-image: -webkit-linear-gradient(bottom, #4D4D4D 0%, #0A0A0A 100%);
	background-image: -ms-linear-gradient(bottom, #4D4D4D 0%, #0A0A0A 100%);
	background-image: linear-gradient(to bottom, #4D4D4D 0%, #0A0A0A 100%);
	border: none;
	box-shadow: none;
	border-radius: 0px;
	margin-bottom: 0px;
	z-index: 11;
	margin-top: -15px;
}
html.js fieldset.collapsible .fieldset-legend {
	background: none;
	padding: 15px 0;
}
dl {
	padding: 10px;
	background: #EEEEEE;	
}
dt {
	text-transform: uppercase;
}
dd {
	border-bottom: 1px solid #BBB;
}
div.vertical-tabs { margin:30px 0 0; }

fieldset.collapsible {
	padding: 20px 0;
	text-transform: uppercase;
}
legend > span.fieldset-legend {
	background: #f7f7f7;
	padding-left: 10px;
	background: none;
	padding: 15px 0;
}
legend, .region-rightcolumn h2, .region-content block-weather-ip h2 {
	margin-bottom: 0;
	background: #f7f7f7;
	padding:10px;
	box-shadow: 2px 5px 10px -10px #444;
	text-align: center;
	border:none;
	border-bottom: 2px solid #BBB;
}
label {
	padding:10px 15px 10px 15px;
}
.form-type-dragndrop-upload label {
	display: none;
}

.droppable-standard-upload span { display: none; }

a.droppable-browse-button.button { 
	padding: 5px 10px; 
	background: whitesmoke;
	color:#444;
	border: 1px solid #444;
}
a.droppable-browse-button.button:hover {
	background: #444;
	color: white;
	text-decoration: none;
}
.field-widget-canvas-widget .description {
	display: none;
}
.field-widget-dragndrop-upload-image .description {
	text-align: center;
}
.field-multiple-drag,.tabledrag-handle { display:none; }
.droppable, div.image-widget-data {
	float:none;
	border:none;
}
tr.dragable td input[type=submit] {
	float:none;
	display:block;
	margin: 0 auto;
}
textarea {
	border:none;
	background: whitesmoke;
	border-bottom: 2px solid #BBB;
}
.grippie { 
	display: none;
}
table#field-reporting-images-values {
	background: whitesmoke;
}
.field-items ul li {
	list-style-type: none;
}
.field-items ul li a {
	padding: 15px 25px;
	background: #ccc;
	display: block;
	margin: 5px 0;
}
.field-items ul li a:hover {
	text-decoration: none;
	background: #444;
	color: white;
}
#block-weather-ip .content {
	text-align: center;
	background: #EEEEEE;
	padding: 10px;
}
#node-33 h1 {
	margin-bottom: 0;
	background: #f7f7f7;
	padding:10px;
	box-shadow: 2px 5px 10px -10px #444;
	text-align: center;
	border:none;
	border-bottom: 2px solid #BBB;
	
}
.showMenu {
	display: none;
}
.navbar-toggle {
	border-radius: 0px;
}
iframe {
	margin-top: 0;
}
.fieldset-wrapper {
	padding: 10px;
	background: #EEEEEE;
}
.region-rightcolumn iframe .field-type-text {
	border-bottom: 1px solid #BBB;
}
#tabs > ul { border:none;}

input#edit-preview{margin: 5px;}

#top-search-area {i
	margin-right: 55px;
}
#main-ani {
	background: url(../images/ani-bg.gif) repeat-x;
	height: 407px;
}
#main-ani .slides ul li {
	height: 400px;
}
#main-container {
	margin-top: -6px;
	/* background: url(../images/col-container-bg.gif) no-repeat; */
	background-position: center top;
}
#main-container.contentPage {
	margin-top: 0px;
}
#main-container h1 {
	font-size: 30px;
	font-weight: 700;
	margin: 20px 0 18px;
	color: #444;
	text-transform: uppercase;
}
#main-container h1 span {
	color: #767676;
}
#main-container .col-md-8 h2 {
	font-size: 20px;
	margin-bottom: 0;
	background: #f7f7f7;
	padding:10px;
	box-shadow: 2px 5px 10px -10px #444;
	text-align: center;
	border:none;
	border-bottom: 2px solid #BBB;
	text-transform: uppercase;
	line-height: 33px;
}
#main-container .col-md-4 h2 {
	font-size: 20px;
	margin-bottom: 0;
	background: #f7f7f7;
	padding:10px;
	box-shadow: 2px 5px 10px -10px #444;
	text-align: center;
	border:none;
	border-bottom: 2px solid #BBB;
	text-transform: uppercase;
	line-height: 33px;
}
#main-container ul.checks {
	float: left;
	width: 100%;
	margin-left: 30px;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
	list-style-type:none !important;
}

#main-container ul.checks li, ul.flex-direction-nav li {
	list-style-type:none !important;
}
div.contextual-links-wrapper ul.contextual-links {
	border: none
}
#main-container ul.checks li {
	background: url(../images/bullet.gif) no-repeat;
	background-position: left top;
	margin-bottom: 8px;
	padding-left: 25px;
}
#main-container ul.tabs li, #main-container ul.contextual-links li {
	float: right;
	background: none;
	margin-bottom: 0px;
	padding-left: 0px;
}
#main-container ul.tabs li { float: left; }

#news-events {
}
#news-events ul {
	display: block;
	float: left;
	width: 100%;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
#news-events ul li {
	display: block;
	float: left;
	width: 90%;
	background: url(../images/news-icon.png) no-repeat;
	background-position: left top;
	margin-bottom: 15px;
	padding-left: 20px;
}
#news-events ul li p {
	margin-bottom: 5px;
	color: #002e83;
}
#main-sub {
	background: url(/sites/all/themes/fieldmanagement/images/main-sub.gif) repeat-x scroll left top #000;
	height: 223px;
}
#main-in-sub {
	background: url(/sites/all/themes/fieldmanagement/images/main-in.png) repeat-x scroll left top rgba(0, 0, 0, 0);
	height: 223px;
	max-width: 1140px;
}
#subscribe {
	text-align: center;
}
#subscribe img {
	margin-bottom: 20px !important;
}
#subscribe a {
	opacity: 1;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#subscribe a:hover {
	opacity: 0.7;
}
#main-container h4 {
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	font-style: italic;
}
#side-logo {
}
#side-logo a {
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	opacity: 1;
}
#side-logo a:hover {
	opacity: 0.7;
}
#footer {
	margin-top: 20px;
	background-color: #bcbcbc;
	border-top: 5px solid #999999;
	padding: 25px 25px 30px 25px;
	font-size: 13px;
}
#footer a {
	color: #000000;
	margin: 0px 10px;
}
#footer a:hover {
	color: #0024A9;
	text-decoration: none;
}
#footer a img {
	opacity: 1;
	margin-top: 8px;
	margin-right: -13px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#footer a img:hover {
	opacity: 0.7;
}
.item {
	text-align: center;
	height: 401px !important;
}
.carousel {
	margin-top: -20px;
}
.bs-example {
	border-left: 10px solid rgba(0, 0, 0, 0.4);
	border-right: 10px solid rgba(0, 0, 0, 0.4);
}
.testimonial {
	border: 1px solid #e6e6e6;
	margin: 20px auto;
	padding: 0;
	text-align: left;
	width: 90%;
}
.testimonial .inner {
	background: linear-gradient(to bottom, #fbfbfb 0%, #ededed 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	margin: 0;
	padding: 20px;
}
.testimonial h3 {
	background: url(/sites/all/themes/fieldmanagement/images/quotes.png) no-repeat scroll left center transparent;
	color: #5e5e5e;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 10px;
	padding: 5px 0 5px 40px;
	text-align: left;
}
.testimonial .content {
	color: #666666;
	font-style: italic;
	padding-top: 0;
}
.testimonial .client {
	color: #666666;
	margin-top: 10px;
	text-align: right;
}
.testimonial .client .name {
	font-weight: bold;
}
.testimonial .client {
	color: #666666;
	text-align: right;
}
.testimonial .company a {
	color: #004fc6;
}
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices,.stButton .stButton_gradient{height:23px !important}

.floatRight{float:right}
.floatLeft{float:left}

.views-table td, .views-table th{
	padding: 7px}

tbody {
    border-top: none
}
.translate {
	padding: 5px 5px 10px 5px;
}

body.rightColumnIframe #admin-menu, body.rightColumnIframe .print-link, body.rightColumnIframe ul.links, body.rightColumnIframe .contextual-links-wrapper, body.page-node-add fieldset.group-submitter-geo-info, body.page-node-edit .group-submitter-geo-info, #field-time-add-more-wrapper legend, form#taxonomy-manager-form .form-type-select, .hosp_lat, .hosp_lng, #block-views-clos-block .view-filters, #block-views-closest-police-department-block .view-filters, #block-views-closest-fire-department-block .view-filters, .rightColumnIframe .group-submitter-information, .rightColumnIframe .group-submitter-geo-info {
display:none !important;
}
.view-closest-hospital .view-filters, .view-closest-fire-dept .view-filters, .view-closest-police-dept .view-filters {
	display:none;
}
.view-closest-fire-dept table.views-table, .view-closest-hospital table.views-table, .view-closest-police-dept table.views-table, .view-emergency-responders-report table.views-table {
	width:100%;
}
#block-views-closest-police-dept-block h2, #block-views-closest-fire-dept-block h2, #block-views-closest-hospital-block h2 {
	text-transform: uppercase;
	font-size: 16px;
}
.print-link {
	padding-bottom: 10px;
}
.footer-links {
	font-size: 8px;
	text-align: center;
}
.views-table td {
	width: 33% !important;
}
#main-container ul.pager{float:none}

#mapRegion, #mapRegion2, #mapRegion3 {
	/* display: none; */
}

#mapRegion #map, #mapRegion2 #mapHospital, #mapRegion3 #mapFire {
	width: 310px;
}

.overlay {
    display:none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0.5;
    z-index: 100;
    background: black;
}

div.field.field-name-field-site-location.field-type-geofield.field-label-above {
	display: none;
}

#edit-field-canvas-field .description {
	display: none;
}
.image-widget-data input[value="Show Upload"] {
	display:none;
}
.form-item .description {
}
.form-item .green {
	color:green;
	font-weight: 700;
}

.canvas-inner-wrapper {
	height: 100px;
}

label[for="edit-field-inspect-tower-paint-for-ai-und"]:nth-of-type(1),label[for="edit-field-inspect-antennas-that-are-und"]:nth-of-
type(1),label[for="edit-field-inspect-transmission-lines-und"]:nth-of-type(1) {
	color: red;
	font-weight: 700;
}
label[for="edit-field-inspect-compound-for-weeds-und"]:nth-of-type(1), label[for="edit-field-inspect-first-100-feet-of-und"]:nth-of-type(1) {
	color:green;
}

input[type=radio].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=radio].css-checkbox + label.css-label {
	padding-left:55px;
	height:50px; 
	display:inline-block;
	line-height:50px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:50px;
	vertical-align:middle;
	cursor:pointer;
}

input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -50px;
}

label.css-label {
	background-image:url(https://csscheckbox.com/checkboxes/u/csscheckbox_b7cbb496d72400d4fe9b79cc10fca3f1.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#autocomplete {
	margin-top: 0;
	outline: none;
	border: none;
}
#autocomplete ul {
	padding: 0;
	margin: 0;
}
.reference-autocomplete {
	border:none;
	outline: none;
	padding:15px 10px;
	margin-top: 0;
}

@media all and (min-width: 1025px) {
	#subnav {
		display: block;
	}
}

@media all and (min-width: 768px) and (max-width: 1025px){

	.top-mid-title {
	    padding-top: 50px;
	    font-size: 12px;
    }

}
@media all and (max-width: 767px) {

	#top-header-bg {
		min-height: 105px;
	}
	#logo img {
		max-height: 90px;
	}
	#logo img#safetylms-logo {
		max-width: 90px;
		padding-top: 35px;
	}
	.top-mid-title {
		display: none;
        padding: 20px 15px 0px 0px;
	    margin-left: 15px;
	    font-size: 10px;
    }
    #top-call {
	    font-size: 8px;
	    padding-top: 35px;
    }
    #sigin {
	    padding-top:0px;
    }
    #sigin a {
	    padding-left:0;
	    margin-left: 0;
    }
    #sigin a img {
	    max-width: 15px;
	    padding-right: 5px;
    }
    #main-container h1 {
	    font-size: 18px;
    }
}

/* Popover Layer */

.main-content {
    height: 800px;
    width: 1000px;
    margin: 0 auto;
}
 
.overlay-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
    cursor: pointer;
    z-index: 1000; /* high z-index */
    background: #000; /* fallback */
    background: rgba(0,0,0,0.75);
}
.overlay-content {
    display: none;
    background: #fff;
    padding: 1%;
    width: 40%;
    position: absolute;
    top: 15%;
    left: 50%;
    margin: 0 0 0 -20%; /* add negative left margin for half the width to center the div */
    cursor: default;
    z-index: 10001;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.9);
}

.close-btn {
    position: absolute;
    right:25px;
    top:25px;
    padding: 10px 15px;
    background: white;
    color:#444;
    box-shadow: 0 0 4px;
    z-index: 900;
}
.close-btn:hover {
    background: whitesmoke;
    text-decoration: none;
}


.floating-panel {
	position: absolute;
	top: 25px;
	left:45%;
	z-index: 5;
	background-color: #fff;
	padding: 0px;
	text-align: center;
	line-height: 25px;
}
.floating-panel {
	margin-right: -100px;
}
.floating-panel input {
	border: none;
	background: white;
	box-shadow: 0px 1px 8px -1px;
	font-size: 12px;
	border-radius: 2px;
}
.floating-panel input:hover {
	background:whitesmoke;
}
.floating-panel input:focus {
	border: none;
	outline: none;
}
form.node-emergency_responder-form .form-actions input:focus {
	outline: none;
	border:none;
}
 
/* Overlay -> media query for most mobile devices */
@media only screen and (min-width: 0px) and (max-width: 480px){
 
    .overlay-content {
        width: 96%;
        margin: 0 2%;
        left: 0;
    }
    .floating-panel {
		top: 15px;
		left:40%;
	}
	.close-btn {
	    right:15px;
	    top:15px;
	}
}

.view-filters .views-exposed-form .views-exposed-widget .form-submit { top-margin: 0px }

#block-views-budget-summary-block table { width:100%; }

#block-views-budget-summary-block table thead tr:first-child { background: #efefef; }

#block-views-budget-summary-block table thead tr { background: lawngreen; color: #444; }

select.form-select:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #444 transparent;
}
