﻿
/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}


blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FFAE00; color:#fff; text-shadow: none; }
::selection { background:#FFAE00; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FFAE00; }

button {  width: auto; overflow: visible; outline:none;}
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

.btn:focus, .btn:active:focus, .btn.active:focus {
outline: none;

}

/*
    // ========================================== \\
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/

html {
	overflow-y: auto;
    height: 100%;
}

body {
     height: 100%;
}

body section {
	font-family: Helvetica, Arial, sans-serif;
	color: #01131a;
}

body section h1 {
	margin: 10px 0 0 15px;
}

body section h1 a#branding {
	width: 260px;
	height: 91px;
	display: block;
	text-indent: -9999px;
	background: transparent url("images/branding.png") no-repeat scroll center;
}

iframe{
	overflow: hidden !important;
}

 

section#search-or-pin {
	position: relative;
	float: left;
	width: 280px;
	height: auto;
	padding: 0 0 10px 0;
	margin: 10px 0 16px 10px;
	background-color: #ffb000;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb000), to(#ff8300));
	background-image: -moz-linear-gradient(0% 100% 90deg, #ff8300, #ffb000);
	border: 1px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
}

section#map-layers {
	padding: 0px;
}

section#map-layers div{
	margin: 0px;
}

section#search-or-pin header {
	margin: 10px 5px 10px 10px;
}

section#search-or-pin header h2, section#map-layers h2 a {
	font-size: 14px;
	color:#fff;
}

section#map-layers h2 a:hover {
	text-decoration: none;

}


section#search-or-pin div#search-home {
	margin: 0 0 0 10px;
	width: 225px;
	border-right: 1px solid #ffce64;
	float: left;
	position: relative;
}

section#search-or-pin div#search-home input#searchString {
	font-size: 12px;
	padding: 0 6px;
	width: 183px;
	height: 26px;
    margin-left: 8px;
	border: 1px solid #4d93af;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

section#search-or-pin div#search-home input#executeFind, 
section#search-or-pin div#drop-pin input#StartPin {
	text-indent: -9999px;
	width: 28px;
	height: 28px;
	margin: 0;
	border: 1px solid #4d93af;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: url("images/icon-search.png") no-repeat scroll 4px 6px #c9e4ef;
}

section#search-or-pin div#search-home input#executeFind {
	position: relative;
	right: 5px;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

section#search-or-pin div#search-home input#executeFind:hover, 
section#search-or-pin div#drop-pin input#StartPin:hover {
	border-color: #143745;
}

section#search-or-pin div#drop-pin {
	width: auto;
	float: left;
	position: relative;
	margin-left: 7px;
}

section#search-or-pin div#drop-pin input#StartPin {
	background: url("images/icon-drop-pin.png") no-repeat scroll center top #c9e4ef;
}

section#search-or-pin div#drop-pin input#StartPin.active {
	background: url("images/icon-drop-pin.png") no-repeat scroll center bottom #009ddb;
	border-color: #000;
}

section#search-or-pin div#drop-pin div#pin-message {
	display: none;
	vertical-align: middle;
	margin: 0 7px 0 0;
	width: 228px;
	height: 28px;
	border-right: 1px solid #ffce64;
	background-color: #ffaf00;
	float: left;
	position: relative;
}

section#search-or-pin div#drop-pin div#pin-message p {
	font-size: 12px;
	text-align: right;
	margin: 7px 5px 0 0;
}

section#search-or-pin aside#map-options {
	position: absolute;
	top: 0;
	right: 0;
	overflow: visible;
}

section#search-or-pin aside#map-options a#map-options-button {
	background: url("images/icon-map-options.png") no-repeat scroll 6px 0 #009ddb;
	display: block;
	position: relative;
	text-indent: -9999px;
	width: 36px;
	height: 24px;
	-webkit-border-radius: 0 0 0 8px;
	-moz-border-radius: 0 0 0 8px;
	-o-border-radius: 0 0 0 8px;
	border-radius: 0 8px 0 8px;
	z-index: 10;
}

section#search-or-pin aside#map-options:hover a#map-options-button {
	background: url("images/icon-map-options.png") no-repeat scroll 6px -43px #009ddb;
}

section#search-or-pin aside#map-options div#map-options-flyout {	
	
	position: absolute;
	top: 0px;
	left: 31px;
	width: 205px;
	height: auto;
	background-color: #009ddb;
	background-image: -webkit-gradient(linear, 0% 100%, 100% 100%, from(#009ddb), to(#008cc6));
	background-image: -moz-linear-gradient(0% 100% 0deg, #009ddb, #008cc6);
	-webkit-border-radius: 0 8px 8px 8px;
	-moz-border-radius: 0 8px 8px 8px;
	-o-border-radius: 0 8px 8px 8px;
	border-radius: 0 8px 8px 8px;
	box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.55);
	z-index: 9;
}

section#search-or-pin aside#map-options div#map-options-flyout section {
	font-size: 11px;
	margin: 10px;
}

section#search-or-pin aside#map-options div#map-options-flyout section input#clear {
	color: #01131a;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 0 3px;
	width: 100%;
	border: 1px solid #e1f0f5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius:5px;
	border-radius: 5px;
	background-color: #c9e4ef;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c9e4ef), to(#c5e3ef));
	background-image: -moz-linear-gradient(0% 100% 90deg, #c5e3ef, #c9e4ef);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.65);
}

section#search-or-pin aside#map-options div#map-options-flyout section input#clear:hover {
	border-color: #01131a;
}

section#search-or-pin aside#map-options div#map-options-flyout section header {
	border-top: 1px solid #002F43;
	padding-top: 5px;
	margin: 0;
}

section#search-or-pin aside#map-options div#map-options-flyout section header h3 {
	text-transform: uppercase;
}

section#search-or-pin aside#map-options div#map-options-flyout ul, 
section#search-or-pin aside#map-options div#map-options-flyout ul li {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

section#search-or-pin aside#map-options div#map-options-flyout ul li {
	margin-top: 6px;
	border-bottom: 1px solid #04A3DD;
	padding-bottom: 3px;
}

section#search-or-pin aside#map-options div#map-options-flyout ul li label {
	line-height: 1;
	font-size: 12px;
}

section#search-or-pin aside#map-options div#map-options-flyout ul li ul.legend, 
section#search-or-pin aside#map-options div#map-options-flyout ul li ul.legend li {
	list-style: circle;
	list-style-type: circle;
	list-style-position: outside;
}
section#search-or-pin aside#map-options div#map-options-flyout ul li ul.legend {
	margin-top: 2px;
}
section#search-or-pin aside#map-options div#map-options-flyout ul li ul.legend li {
	margin-left: 17px;
	margin-top: 1px;
	border: none;
	color: #01131A
}
section#search-or-pin aside#map-options div#map-options-flyout ul li ul.legend li#orange em {
	background-color: #FF9430;
	padding: 2px 3px 1px 3px;
}
section#search-or-pin aside#map-options div#map-options-flyout ul li ul.legend li#pink em {
	background-color: #F7A6E2;
	padding: 2px 3px 1px 3px;
}
section#search-or-pin aside#map-options div#map-options-flyout ul li ul.legend li#green em {
	background-color: #94EA68;
	padding: 2px 3px 1px 3px;
}

li#hollow em {
	background-color: #EDEDED;
	padding: 2px 3px 1px 3px;
}
li#orange em {
	background-color: #FF9430;
	padding: 2px 3px 1px 3px;
}
li#pink em {
	background-color: #F7A6E2;
	padding: 2px 3px 1px 3px;
}
li#green em {
	background-color: #94EA68;
	padding: 2px 3px 1px 3px;
}

/*
section#search-or-pin aside#map-options:hover div#map-options-flyout {
	display: block;
}*/

section#location-selected {
	display: none;
	float: left;
	width: 280px;
	margin: 0 0 0 10px;
    margin-bottom: 10px;
}

/*
section#location-selected header {
	margin-bottom: 10px;
}*/

section#location-selected div#childs-home div, 
section#location-selected div#school-zone div {
	color: #fff;
	font-size: 12px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	padding: 9px 10px 8px 10px;
	background-color: #009ddb;
	background-image: -webkit-gradient(linear, 0% 100%, 100% 100%, from(#009ddb), to(#008cc6));
	background-image: -moz-linear-gradient(0% 100% 0deg, #009ddb, #008cc6);
	-webkit-border-radius:8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
}

section#location-selected div#school-zone div {
	background-color: #ffb000;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb000), to(#ff8300));
	background-image: -moz-linear-gradient(0% 100% 90deg, #ff8300, #ffb000);
}

section#location-selected div#childs-home, 
section#location-selected div#school-zone, 
section#location-selected div#directions {
	margin: 0 10px 15px;
}

section#location-selected div#childs-home header h2, 
section#location-selected div#school-zone h3, 
section#location-selected div#directions h3 {
	color: #143745;
	font-size: 13px;
	margin: 0 0 3px 0;
}

section#location-selected div#childs-home header h2 {
	background: transparent url("images/icon-home_sm.png") no-repeat scroll 0 0;
	padding: 6px 0 6px 28px;
}

section#location-selected div#school-zone h3 {
	background: transparent url("images/icon-school_sm.png") no-repeat scroll 0 0;
	padding: 6px 0 6px 28px;
}

section#location-selected div#directions h3 {
	margin-bottom: 5px;
}

section#location-selected div#childs-home p, 
section#location-selected div#school-zone p {
	font-size: 11px;
	margin-top: 4px;
}

section#location-selected div#school-zone select {
	width: 100%;
}

section#location-selected div#directions #table {
	padding: 0;
	margin: 0;
}

section#location-selected div#directions #table div div {
	overflow-x: hidden !important;
	overflow-y: auto !important;
	max-height: 350px;
}

section#location-selected div#directions #table table.google-visualization-table-table {
	width: 100% !important;
	border-collapse: collapse;
	border-left: 1px solid transparent;
	background-color: transparent;
	max-height: 100px;
}

section#location-selected div#directions #table table.google-visualization-table-table tr.google-visualization-table-tr-head, 
section#location-selected div#directions #table table.google-visualization-table-table td.google-visualization-table-th {
	font-size: 12px;
	font-weight: normal;
	background: none;
	/*border: none;*/
	background-color: transparent;
}

section#location-selected div#directions #table table.google-visualization-table-table tr.google-visualization-table-tr-head {
	height: 1px !important;
	display: none !important;
}

section#location-selected div#directions #table table.google-visualization-table-table td.google-visualization-table-th {
	border-bottom: 1px solid #f6a900;
	padding: 0 0 1px 0;
}

section#location-selected div#directions #table table.google-visualization-table-table td.google-visualization-table-td {
	font-size: 11px;
	border: 1px solid #f6a900;
	padding: 5px;
}

section#location-selected div#directions #table table.google-visualization-table-table tr.google-visualization-table-tr-even td {
	background-color: #f2e4c5;
}

section#location-selected div#directions #table table.google-visualization-table-table tr.google-visualization-table-tr-odd td {
	background-color: #faeed3;
}

section#location-selected div#directions #table table.google-visualization-table-table tr.google-visualization-table-tr-over td {
	background-color: #ffce66;
}

section#location-selected div#directions #table table.google-visualization-table-table tr.google-visualization-table-tr-sel td {
	background-color: #ffaf00;
}

section#location-selected div#directions #table table.google-visualization-table-table td.google-visualization-table-td.google-visualization-table-seq {
	color: #333;
}

div#start-gps a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .7px;
	text-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
	padding: 6px 10px 5px 10px;
	text-align: center;
	text-decoration: none;
	width: 100px;
	float: right;
	margin-right: 10px;
	margin-top: 4px;
	background-color: #ffb000;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb000), to(#ff8300));
	background-image: -moz-linear-gradient(0% 100% 90deg, #ff8300, #ffb000);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.45);
}

div#start-gps a:hover {
	background-color: #ffb000;
	background-image: none;
}

div#print-map a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .7px;
	text-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
	padding: 6px 10px 5px 10px;
	text-align: center;
	text-decoration: none;
	width: 100px;
	float: right;
	margin-right: 10px;
	margin-top: 4px;
	background-color: #ffb000;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb000), to(#ff8300));
	background-image: -moz-linear-gradient(0% 100% 90deg, #ff8300, #ffb000);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.45);
}

div#print-map a:hover {
	background-color: #ffb000;
	background-image: none;
}


div#gmap {
	/*left: 302px !important;*/
    position:fixed !important;
}

#feedbackPanel{
    width:100%;
    height:400px;
}

#onsiteFeedBackPanel{
    width:100%;
    height:770px;
}

#contactPanel{
    width:100%;
    height:370px;
}

#leftMenu{
    /*overflow-y: auto;*/
    padding-bottom:20px;
    height:100%;
    overflow-y:auto;
    overflow-x:hidden;
}

#showMenuButton{
    position:absolute;
    z-index:999;
    display:none;
    margin-left: 25px;
    margin-top: 25px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

#showPanel{
	text-align: center;
	margin-bottom: 15px;
}
#hideMenuButton{    
    border-radius: 0px 0px 10px 10px;
    padding: 4px 46px;
    background-color: #FFA300;
border-color: #fff;
border-top: 0px;
}

#stopGPS{
    position:absolute;
    z-index:999;
    display:none;
    margin-left: 75px;
    margin-top: 68px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

#alertForImage{
    display:none;
}

#successForImage{
    display:none;
}

#submitUploadImage{
    display:none;
    margin-top: 5px;
}

#failedForImage{
    display:none;
}

#alertForVideo{
    display:none;
}

#successForVideo{
    display:none;
}

#submitUploadVideo{
    display:none;
    margin-top: 5px;
}

#failedForVideo{
    display:none;
}

#iwcontent{
width:auto;
height:100%;
align-content:center;
}

#map-canvas{
    height: 100%;
}

#leftPanel, #rightPanel{
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

#table table tbody tr:first-child{
    font-weight: bolder;
}

div.cardContent {
width: 250px;
height: 230px;
padding: 1px 1px 1px 0px;
border-top: 1px solid #CACACA;
overflow: auto;
display: none;
}

/*style for feedback*/
#feedbackheader
{
    background-color: #ffb000;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb000), to(#ff8300));
}

/*style for contact*/
#contactheader
{
    background-color: #ffb000;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb000), to(#ff8300));
}

.survey
{
    margin-left:0px;
    margin-bottom:10px;
}

.fullwidth
{
    width:100%;
}

ul.survey > li 
{
list-style: none;
}

#dvFeedBack p
{
    margin-bottom:5px;
}

.img-thumbNail
{
    width: 250px;
    height:230px;
}

#bodyContent
{
    width:310px;
}

section #Feedback, 
section #map-layers, 
section #Disclaimer,
section #secDivider
{
    float: left;
    width: 280px;
    margin: 0 0 0 10px;
}

section #secDivider{
	border-bottom: 2px solid #848B8E;
	margin-bottom: 15px;
}

#btnContact{
	margin-top:10px;
}

section #Feedback .btn-lg, 
section #map-layers .btn-lg,
section #Disclaimer .btn-lg{
	font-size: 14px;
	text-align: left;
	padding-left: 70px;
	padding-top: 5px;
	padding-bottom:5px;
}

section #Disclaimer{
	margin-top: 10px;
}

section #map-layers button{
	background-color: #FFA300;
	border: 1px solid white;
	margin-top: 10px;
	padding-left: 11px !important;
	font-weight: bold;	
}

section #map-layers button#clear{
	background-color: #C9E4EF;
	border: 1px solid #007FB2;	
	padding-left: 11px !important;
	font-weight: bold;
	color:#007FB2;
	padding:5px;
	margin-bottom: 10px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: center;
}

section #map-layers button:active,section #map-layers button:hover,
section #map-layers button:active,
section #map-layers button#clear:active,section #map-layers button#clear:hover
,section #map-layers button#clear:focus{
	border: 1px solid #fff;
	border-color:#fff;

}

#map-options-flyout{
	background-color: #f2e4c5;
	padding: 5px;
	border: 1px solid #fff;
	border-top: 0px;
}

#map-options-flyout ul{
	list-style-type: none;
	margin-left: 1.2em;
	font-size: 14px
}

#map-options-flyout ul ul{
	list-style-type: circle;
	margin-left: 2.3em;
}

#map-options-flyout li{
	margin-top: 5px;
	text-align: left;
}

section #map-layers button:hover {
	background-color: #f0ad4e;	
}


.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

#leftMenu{
        height:100%;
        width:310px ;
        width: 310px; 
        z-index: 99; 
        position: absolute; 
        background: #EDEDED; 
        box-shadow: 1px 0 8px rgba(0, 0, 0, 0.65);
    }

@media screen and (min-height: 830px) {
    #leftMenu{
        height:100%;
		width:310px;
		background: rgba(247, 247, 247, 0.6);
    }
}
@media screen and (max-width: 400px) {
    #showMenuButton{
        margin-top:98px;
        margin-left:0px;
    }

    #feedbackPanel{
        width:100%;
        height:500px;
    }

    #onsiteFeedBackPanel{
        width:100%;
        height:500px;
    }


    /* For Mobile */
    section #leftMenu{
        height: 100%;
        width: 240px; 
    }

}


/*new style*/
div#toKML a, div#reset-page a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .7px;
	text-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
	padding: 6px 10px 5px 10px;
	text-align: center;
	text-decoration: none;
	/*width: 100px;*/
	float: right;
	margin-right: 10px;
	margin-top: 4px;
	background-color: #ffb000;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb000), to(#ff8300));
	background-image: -moz-linear-gradient(0% 100% 90deg, #ff8300, #ffb000);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.45);
}

#myModal .modal-body {
position: relative;
padding: 0px;
}

#firstLoadingPanel .modal-header {
padding: 5px 5px 0px 0px;
 border-bottom: 0px solid #e5e5e5; 

}

#iwcontent p{
	margin-top: 10px;
}

.extendPanel{
	border-top: 0px !important;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.extendButton{
	border-bottom: 0px !important;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.gm-style-iw {
min-width: 200px; 
}


@media screen and (max-width: 400px) {

/* For Mobile */
    #leftMenu{
        height: 100%;
        width: 100%; 
        text-align: center;
        background: rgba(247, 247, 247, 0.6);
    }

    #hideMenuButton{
    	padding: 3px 35px;
    }

    .btn{
    	font-size:13px;
    }
    
    section #search-or-pin header h2, section#map-layers h2 a{
   	    font-size: 13px;
   	    text-align: left;
    }
  
    section #search-or-pin{
    	width: 91%;
    	margin-left:14px;
    }

    section #map-layers{
    	width:100%;
    	margin-left:15px;
    	padding-right:30px;
    }

    section#search-or-pin div#search-home{
    	margin-left:0px;
    }
    
    
    section #secDivider{
    	width: 94%
    }

    #btnContact, section #Feedback .btn-lg, section #Disclaimer .btn-lg{
    	width: 100%;
    	margin-left:5px;
    }

    section #Feedback .btn-lg, section #map-layers .btn-lg, section #Disclaimer .btn-lg{
        font-size: 13px;
    	text-align: left;
        width:  100%;
    }

    section#search-or-pin div#drop-pin{
	    float: right;
	    position: relative;
	    margin-right: 10px;
    }

    section #Feedback, section #Disclaimer{
        float: left;
        width: 91%;
        margin: 0 0 0 10px;
    }

    section #Disclaimer{
        margin-top: 10px;
    }
	  
	section #Feedback .btn-lg, section #Disclaimer .btn-lg{
	    text-align: left;
	    padding-left: 95px;
	}
	
	section#search-or-pin div#search-home input#executeFind {
	position: relative;
	right: 15px;
    }
	
    /* under Map Layers*/
    
    label, input[type="button"], input[type="submit"], input[type="image"], button{
        font-size: 13px
    }

    #map-options-flyout li{
	    margin-top: 5px;
	    text-align: left;
	    font-size: 10px;
	}


    input #cbSchool, #cbSchoolBoundary, #cbTrafficLights, #cbCross, #cbSidewalk, #cbEntrance{
    	padding: 13px 13px;
    	
    }

    #orange, #pink, #green, #hollow{
    	font-size: 13px;
    }

    input[type=radio], input[type=checkbox]{
    	margin:0 0 0;
    }

}

@media screen and (max-width: 350px){
    section #Feedback .btn-lg, section #map-layers .btn-lg, section #Disclaimer .btn-lg{
        font-size: 13px;
    	text-align: left;
    	padding-left: 80px;
        width:  100%;
    }
}


/* For Mobile */


 section#search-or-pin div#search-home{
    	margin-left:0px;
    }


 .infobox-wrapper {
            display: none;
        }

        #infobox, #infoboxminiMap {
            border: 2px solid black;
            margin-top: 8px;
            background: #333;
            color: #FFF;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            padding: .5em 1em;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            text-shadow: 0 -1px #000000;
            -webkit-box-shadow: 0 0 8px #000;
            box-shadow: 0 0 8px #000;
        }
        #iwcontent {
            background-color: #333;
            opacity: 0.75;
            color: white;
            padding: 5px;
        }
        #ddlSchoolZones_tab {
            width:100%;
        }

        .gm-style-iw {
            width: 300px !important;
            top: 15px !important;
            left: 0 !important;            
            border-radius: 2px 2px 0 0;
            
        }

        #minimap {
            width: 300px;
            height: 230px;
            padding: 1px 1px 1px 0px;
            border-top: 1px solid #CACACA;
            margin: 0;
            overflow: auto;
            display: none;
        }

/* 2022 Updates */
/*
// #102136
// #62c9ce | #4ea2a6
// #dfeaeb
*/

div#welcomePanel .modal-header, 
div#welcomePanel h2, 
#contactheader, 
#feedbackheader {
    background: unset !important;
    background-color: #f18318 !important;
    color: #fff;
}

#showMenuButton {
    border-radius: 3px;
    border: unset;
    background-color: #102136;
    height: auto;
    width: auto;
    padding: 10px 15px;
    font-size: 18px;
    top: 55px;
    left: 10px;
    margin: 0;
}

#leftMenu {
    background: unset !important;
    background-color: #dfeaeb !important;
    position: relative;
}
#leftMenu #hideMenuButton {
    border-radius: 0px 0px 6px 6px;
    border: unset;
    background-color: #102136;
}

section#map-layers {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #b4d5db;
}
section #map-layers button {
    background-color: #f18318;
    border: 1px solid #dfeaeb;
    color: #fff;
}
section #map-layers button:hover {
    background-color: #f18318;
}
section #map-layers button .glyphicon {
    margin-right: 5px;
    top: 2px;
}
#map-options-flyout{
    background-color: #b4d5db;
}
section #map-layers button#clear {
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 6px 0 !important;
    background-color: #102136;
    border: 1px solid #31a8ae;
    color: #dfeaeb;
    font-weight: normal;
}

section#search-or-pin {
    background-image: none;
    background-color: #f18318;
}
section#search-or-pin header h2 {
    border-bottom: 1px solid rgba(255,255,255,0.25);
    padding-bottom: 5px;
}
section#search-or-pin div#drop-pin div#pin-message {
    background-color: #009ddb;
    text-align: center;
    border-right: none;
}
section#search-or-pin div#drop-pin div#pin-message p {
    text-align: center;
}
section#location-selected div#childs-home header h2, section#location-selected div#school-zone h3, section#location-selected div#directions h3 {
    color: #102136;
    font-size: 15px;
}
section#location-selected div#childs-home div, section#location-selected div#school-zone div {
    box-shadow: none;
    font-size: 13px;
    padding: 12px;
    border: none;
    text-shadow: none;
}
section#location-selected div#school-zone div {
    background: unset !important;
    background-color: #f4a904 !important;
}
section#location-selected div#childs-home p, section#location-selected div#school-zone p {
    font-size: 12px;
}

div#print-map a, div#toKML a, div#reset-page a {
    background: unset !important;
    background-color: #102136 !important;
}

section #secDivider {
    border-bottom: 1px solid #b4d5db;
    margin-top: 15px;
    margin-bottom: 20px;
}

section #Feedback {
    border-top: 1px solid #b4d5db;
    padding-top: 15px;
}

.btn-primary {
    color: #dfeaeb;
    background-color: #102136;
    border-color: #31a8ae;
}

@media screen and (max-width: 400px) {
     #leftMenu {
    }
}
@media screen and (min-height: 830px) {
     #leftMenu {
    }
}

/* used as logo holder */
section #secDivider {
    position: absolute;
    bottom: 0;
    background: unset;
    background: transparent url("https://dpanther2.fiu.edu/etap/wp-content/uploads/2022/03/Logo_TPO-sticky.png") no-repeat center center;
    background-size: 250px auto;
    display: block;
    width: auto;
    height: 80px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    border-top: 1px solid #b4d5db;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #4ea2a6;
    border-color: transparent;
}



