/* Custom material design */
md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
	background-color: #003d65;
}

.md-toolbar-tools {
	background-color: #003d65;
	
}

.md-button.md-icon-button { padding: 0; }

.md-icon-button:hover { opacity: .5; }

.instructions_text {
    position: absolute;
    top: 9px;
    left: 48px;
    font-size: 12px;
}
.md-button { overflow: visible; }
.logo {
    position: absolute;
    top: 4px;
    right: 12px;
    height: 52px;
    margin-top: -1px;
    padding: 0;
}

.side-menu {
	margin-bottom: 1px;
	color: #fff; 
	padding-left: 0px
}

.side-list {
	color:white;
	padding-left:0px;
	height: 0px; /*Collapses the menu*/
	overflow: hidden;

	/*Animation*/
	-webkit-transition: height .5s ease;
	-moz-transition: height .5s ease;
	-o-transition: height .5s ease;
	-ms-transition: height .5s ease;
	transition: height .5s ease;
}

.side-menu:hover ul {
	height: 230px;
}

.parent-list-item {
	background-color: #e6e6e6;
	cursor:pointer;
}

.parent-list-item:hover {
	background-color: #cccccc;
}

.child-list-item {
	background-color: #d8d8d8;
}

.child-list-item:hover {
	background-color: #c0c0c0;
}

.sidebar-heading {
	cursor:pointer; 
	height: 56px; 
	line-height: 56px; 
	margin-top:1px; 
	margin-bottom:1px; 
	color:#428bca; 
	font-size:1.2em; 
	padding-left:30px; 
	text-transform:uppercase
}

.menu-heading {
	height: 56px; 
	line-height: 56px; 
	margin-top:1px; 
	margin-bottom:1px;
	color:#003d65 !important; 
	font-size:1.1em; 
	padding-left:30px
}

.menu-heading.ng-binding {
	color: #ffffff;
}

.sidebar_logo{
	display: block; 
	width: 95%; 
	margin: 30px auto; 
	padding: 20px 30px
}

.sidebar_logo:hover {
	transform: scale(1.05);
}

.sidebar_copyright:hover {
	opacity: .7;
}

.disclaimer_text { display: block; font-size: 15px; padding: 12px 24px; }
@media (min-width: 768px) {
    .instructions_text { font-size: 14px; }
    .logo { right: 0; left: 0; }
}
@media (min-width: 960px) {
    .logo { top: 2px; height: 63px; }
}
.turnDeviceNotification {
  position:fixed;
  top: 0;
  left:0;
  height:100%;
  width:100%;
  display: none;
  background-image:url;
  background: url('../images/turnDevice2.png') no-repeat center center fixed;
  z-index: 1051;
}

/* @FONT-FACE RULES
==========================================================*/
/*-- Circular typeface for headings --*/
@font-face {
    font-family: 'Circular_TT';
    src: url('fonts/Circular/CircularTT-Black.woff2') format('woff2'),
         url('fonts/Circular/CircularTT-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/*-- National typeface for headings --*/
@font-face {
	font-family: 'National_Regular';
	src: url('fonts/National/National-RegularPL.woff2') format('woff2'),
		 url('fonts/National/National-RegularPL.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'National_Regular_Italic';
	src: url('fonts/National/National-RegularItalicPL.woff2') format('woff2'),
		 url('fonts/National/National-RegularItalicPL.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'National_Bold';
	src: url('fonts/National/National-BoldPL.woff2') format('woff2'),
		 url('fonts/National/National-BoldPL.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'National_Bold_Italic';
	src: url('fonts/National/National-BoldItalicPL.woff2') format('woff2'),
		 url('fonts/National/National-BoldItalicPL.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}


/* MAIN STYLING
==========================================================*/
html, body {
	margin: 0;
	padding: 0;
	font-family: 'National_Regular', sans-serif;
	font-size: 12px;
	color: #ffffff;
	height: 100%;
}
body {
	background: url('../images/bg_tile.png') repeat;
	font-family: "National_Regular", Arial, sans-serif;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { 
	font-family: "Verdana", Geneva, sans-serif; 
	font-weight: bold !important; 
}

.ui-tooltip {
    padding: 5px 10px;
    color: white;
    background: rgba(0,0,0,0.7);
    border-radius: 20px;
    font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
    line-height: 1.5;
  }
/*Map tooltip popup*/
.HeaderBg {
	width: 360px;
	position: relative;
	height: 30px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding: 10px;
	left: 0px;
	top: 0px;
	background-color: #bababa;
}
.HeadingText {
	color: #4c4d59;
	margin-top: 0px;
	font-size: 14px;
	width: 100%;
	height: 130px;
	background-color: #f1f1f1;
	padding: 0;
	position: relative;
	left: -10px;
}
.AddressBox {
	width: 240px;
	position: relative;
	border-bottom-left-radius: 10px;
	padding: 15px 15px 0;
	float: left;
}
.Address {
	width: 180px;
	margin-top: 5px;
	word-wrap: break-word
}
.DistanceBox {
	width: 100px;
	position: relative;
	height: 130px;
	background: #e6e5e3;
	padding: 0px;
	float: left;
	color: #4c4d59;
	font-family: "HurmeGeometricSans1-Bold";
}
.DistanceText {
	position: relative;
	font-size: 16pt;
	left: 20px;
	top: 50px;
	/*font-style: italic;*/
}
.Website {
	background-color: #4c4d59;
	width: 100%;
	float: left;
	padding-left: 20px;
	padding: 5px 0 5px 20px;
}
.Website a{
	color: white;
}
/*End map tooltip popup*/


.bootstrap-dialog-message {
	color:black !important;
}

.logo-md {
	width: 270px;
	padding: 20px;
}

.sidebar-left {
  height: 100%;
  padding: 10px;
  color: #363636;
  float: left;
  text-align: center;
  min-width: 300px;
}

.container {
	margin: 0 auto;
	position: relative !important;
	height: 100%;
	padding: 0;
}
.middle {
  display: inline;
  top: 50%;
  position: relative;
}
#footer {
	background-color: #57a190;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	height:50px;
}
#logo_sm {
	position: relative;
	left: 20px;
}

/* Home Page */
@media screen and (orientation:landscape) {

	#container {
	  -ms-transform: rotate(-90deg); /* IE 9 */
	  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	  transform: rotate(-90deg);
	  width: /* screen width */ ;
	  height: /* screen height */ ;
	  overflow: scroll;
	}

	h2.topbar-title {
		margin-right: 290px;
	}

	.md-toolbar-tools {
		padding-left: 8px;
	}

	}
	
  
@media (min-width: 1281px) {
	.home .logo {
		padding: 20px;
		max-height: 200px;
	}

	h2.topbar-title {
		font-size: 1.2em;
		margin-right: 200px;
	}
}
 
@media (min-width: 1024px) and (max-width: 1280px) {
	.home .logo {
		padding: 20px;
		max-height: 100px;
	}

	h2.topbar-title {
		font-size: 1.05em;
		margin-right: 100px;
	}

	h5.title_bar_ct {
		font-size: 10px;
	}
}

@media (min-width: 568px) and (max-width: 823px) {
	.nav-header {
		margin: 0px 30px;
		padding: 0;
		width: 80%;
		height: 38%;
	}

	h2.topbar-title {
		font-size: 0.8em;
		margin-right: 100px;
	}

	h5.title_bar_ct {
		font-size: 8px;
	}
}

@media (max-width: 568px) {
	.nav-header {
		margin: 0px 30px;
		padding: 0;
		width: 80%;
		height: 40%;
	}	

	.footer_text{
		font-size: 10px;
	}

	h2.topbar-title {
		font-size: 0.8em;
		margin-right: 100px;
	}

	h5.title_bar_ct {
		font-size: 8px;
	}

	.instructions_text {
    position: absolute;
    top: 9px;
    left: 48px;
    font-size: 0.68em;
	}
}

.home .formct {
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 5px;
    background-color: #b8bfbb;
    border: 1px solid #e1e1e8;
    border-radius: 10px;
}

.home .formct label, .home .formct input {
  font-size: 1.6em;
  font-weight: normal;
  font-style: italic;
  color: #404241;
}
.home .formct button {
	font-size: 1.6em;
	font-weight: bold
}
.home .formct button.dd {
	font-size: 1.6em;
	font-weight: normal;
	font-style: italic;
	background-color: white;
}
.home .btn-lg .caret {
  border-width: 10px 10px 0;
  border-bottom-width: 0;
  margin-right: 10px;
}

.home .formct .dd{
	padding: 0px; padding-top: 10px;
}

#footer .copyright {
	font-size: 0.88em;
    font-style: italic;
    padding-right: 5px;
}

.copyright a {
	color:white;
}

.g_map {
	width:100% !important;
}

/* footer */
/* footer */
footer#footer {
	font-family: 'Myriad pro', Verdana;
	line-height: 45px;
	font-size: 16px;
}
footer .row {
	margin: 0;
	padding: 10px 25px;
	width: 100%;
}
footer ol.paging{
	list-style:none;
	padding-left:50px;
}
footer ol.paging li {
	padding-left: 25px;
	background: #57a190;
	margin-left: 0;
	float:left;
}
footer ol.paging li.active {
	background: none;
}
footer ol.paging li a{font-family:inherit;}
footer ol.paging li:first-child {
	padding-left: 0;
}
footer .circle {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	position: relative;
	color: #57a190;
  background: #78aea5;
  border: 5px solid #8abdb2;
	font-size: 16px;
	line-height: 1.5em;
	padding: 2px 0;
	display: inline-block;
	font-weight: bold;
	text-align: center;
}
footer ol.paging {
	/*border-bottom: 5px solid #fff;*/
	float: left;
	height: 17px;
}
footer .active .circle {
	border: 5px solid #fff;
	background: #C3CCD7;
}
footer .pagingTitle {
	text-transform: uppercase;
	float: left;
	margin-right: 25px;
}
footer .pagingBtns, footer .returnBtns {
	float: right;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -4px;
}
footer .pagingBtns button, footer .returnBtns button {
	background: #fff;
	color: #4c4d59;
	height: 42px;
	width: 60px;
	border: none;
	outline: none;
	position: relative;
	font-size: 12px;
	font-family: "HurmeGeometricSans1-Bold";
	text-transform: uppercase;
	top: 5px;
}
footer .pagingBtns button:hover, footer .returnBtns button:hover {
	background: #fff;
	color: #4c4d59;
	height: 42px;
	width: 60px;
	border: none;
	outline: none;
	position: relative;
	font-size: 12px;
	font-family: "HurmeGeometricSans1-Bold";
	text-transform: uppercase;
	top: 5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
footer .pagingBtns .prev, footer .returnBtns  .prev {
	margin-right: 5px;
}
footer .pagingBtns .prev:before, footer .returnBtns .prev:before{
	border-right: 16px solid #fff;
	border-top: 21px solid transparent;
	border-bottom: 21px solid transparent;
	left: -16px;
	position: absolute;
	top: 0;
	content: "";
}
footer .pagingBtns .next,footer .pagingBtns .next:hover{background:#FFC20D;}
footer .pagingBtns .next:after {
	border-left: 16px solid #FFC20D;
	border-top: 21px solid transparent;
	border-bottom: 21px solid transparent;
	right: -16px;
	position: absolute;
	top: 0;
	content: "";
}
footer .pagingBtns button:hover, footer .returnBtns button:hover {
	color: #4c4d59;
}
footer .returnBtns{margin-right:78px;}
footer .help {
	float: right;
}
footer .help.btn {
	display:none;
	float: right;
	background: none;
	border: none;
	outline: none;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;/*font-family: "HurmeGeometricSans1-Bold";*/
}
footer .help.btn span {
	position: relative;
	top: 2px;
	font-family: "HurmeGeometricSans1-Bold";
	font-size: 15px;
	padding-left: 40px;
	background: url('../include/img/helpicon.png') no-repeat left top;
	padding-top: 7px;
	padding-bottom: 10px;
}
footer .help.btn span:hover, footer .help.btn:focus, footer .help.btn:active{color:#fff;opacity:0.5;}
footer .help.btn:hover, footer .help.btn span:hover{opacity:0.5;}
footer .help.btn:focus {
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
footer .help.btn:before {
	padding-right: 10px;
}
.baldavis_buttons .btn.btn-default {
	margin-left: 10px;
}
.baldavis_buttons {
	float: left;

}
footer .contact.btn, .baldavis_buttons .btn.btn-default, footer .btn.addBrochureBtn {
	float: right;
	text-transform: uppercase;
	line-height: 1em;
	font-size: 12px;
	padding-top: 8px;
	font-family: "HurmeGeometricSans1-Bold";
	color: #4c4d59;
	margin-top: 2px;
	margin-right:10px;
}
footer .btn.addBrochureBtn {
    background-color: #98258f;
    color: #fff;
}
footer .contact.btn:hover, .baldavis_buttons .btn.btn-default:hover {
	float: right;
	text-transform: uppercase;
	line-height: 1em;
	font-size: 12px;
	padding-top: 8px;
	font-family: "HurmeGeometricSans1-Bold";
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	color: #4c4d59;
}
footer .contact.btn:focus, .baldavis_buttons .btn.btn-default:focus, footer .contact.btn:active, .baldavis_buttons .btn.btn-default:active {
	outline: 0;
}

/*-- Leaflet Overriding Styling --*/
.leaflet-clickable.Cloverton_panels { cursor: default; }