/*
    Created on : Jun 15, 2015, 10:40:34 AM
    Author     : Levi S. - http://slashwebdesign.net
*/

html {
	height: 100%;
}

	body {
		height: 100%;
		position: relative;
		font-size: 14px;
	}

		#map {
			width: 100%;
			height: 100%;
		}

		#search {
			background-color: #fff;
			font-size: 14px;
			font-weight: 300;
			margin: 10px;
			padding: 10px 11px 10px 13px;
			text-overflow: ellipsis;
			width: 300px;
			color: #313131;
			box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
			left: 0px !important;
			border-radius:20px;
		}

		#search:focus {
		  border-color: #4d90fe;
		}

		#loader {
			background: url("../img/bg-controls.png");
			position: absolute;
			left: 0px;
			top: 0px;
			right: 0px;
			bottom: 0px;
		}
		#loader p {
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -10px 0px 0px -75px;
			color: #ffffff;
		}

		#sidebar {
			background: url("../img/bg-controls.png");
			position: absolute;
			left: 0px;
			top: 0px;
			width: 200px;
			height: 100%;
			z-index: 1;
		}
			#sidebar .view {
				color: #ffffff;
				text-align: center;
				margin: 40px 0px;
			}
			#sidebar h1 {
				text-align: center;
				color: #cccccc;
				font-size: 20px;
				font-weight: 400;
				margin-bottom: 0px;
			}
				#sidebar h1 span {
					font-size: 12px;
					display: block;
					line-height: 14px;
				}
			#sidebar h2 {
				color: #b3e4fe;
				text-align: center;
				font-size: 16px;
				font-weight: 400;
				margin: 30px 35px 10px;
				line-height: 16px;
			}
			#sidebar .help {
				padding: 20px 10px;
				color: #ffffff;
			}
			#sidebar .btn {
				min-width: 150px;
			}
			#sidebar .view .btn {
				display: block;
			}
			#sidebar ul {
				list-style: none;
				margin: 0px;
				padding: 0px 10px;
			}

			#sidebar ul li { color: #ffffff; position: relative; padding: 2px 5px; }
			#sidebar ul li:hover { background-color: #333333; }
				#sidebar ul li label { margin: 0px; display: inline-block; line-height: 14px; }
					#sidebar ul li label input[type="checkbox"] { margin: 0px 5px 0px 0px; vertical-align: top; }
					#sidebar ul li label strong { font-weight: 400; }
					#sidebar ul li label em { font-style: normal; font-size: 12px; color: #bababa; }
				#sidebar ul li span.ico-clear { display: none; position: absolute; top: 4px; right: 4px; cursor: pointer; }
				#sidebar ul li span.ico-mode-edit { display: none; position: absolute; top: 4px; right: 24px; cursor: pointer; }
				#sidebar ul li:hover span { display: block; }
				#sidebar ul li span.ico-clear:hover { color: #ff0000; }
				#sidebar ul li span.ico-mode-edit:hover { color: #fef5b3; }

			#sidebar .region {
				list-style: none;
				margin: 0px;
				padding: 0px 10px;
			}
				#sidebar .region li { color: #ffffff; position: relative; padding: 2px 5px; }
				#sidebar .region li:hover { background-color: #333333; }
				#sidebar .region li label { margin: 0px; display: inline-block; line-height: 14px; }
				#sidebar .region li label input[type="checkbox"] { margin: 0px 5px 0px 0px; vertical-align: top; }
				#sidebar .region li label input[type="radio"] { margin: 0px 5px 0px 0px; vertical-align: top; }
				#sidebar .region li label strong { font-weight: 400; }
				#sidebar .region li label em { font-style: normal; font-size: 12px; color: #bababa; }
				#sidebar .region li span.ico-clear { display: none; position: absolute; top: 4px; right: 4px; cursor: pointer; }
				#sidebar .region li span.ico-mode-edit { display: none; position: absolute; top: 4px; right: 24px; cursor: pointer; }
				#sidebar .region li:hover span { display: block; }
				#sidebar .region li span.ico-clear:hover { color: #ff0000; }
				#sidebar .region li span.ico-mode-edit:hover { color: #fef5b3; }

		.menu {
			position: absolute;
			background-color: #ffffff;
			margin: 0px;
			padding: 0px;
			list-style: none;
			border: 1px solid #cccccc;
		}
			.menu li {
				padding: 5px 10px;
				cursor: pointer;
				transition: all 0.4s ease;
			}
			.menu li:hover {
				background-color: #efefef;
			}

		.regions {
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
			.regions li {
				display: inline-block;
				margin: 5px 10px 0px 0px;
			}
				.regions li label { margin: 0px; }
					.regions li label input[type="checkbox"] { margin: 0px 6px 0px 0px; }

.modal-header h3 {
	font-weight: 400;
}

input[type="text"] {
	border-radius: 0px;
	box-shadow: none;
}

.palette {
	text-align: center;
}
	.palette em {
		display: inline-block;
		margin: 4px;
		border: 1px solid #cccccc;
		border-radius: 3px;
		padding: 2px;
	}
	.palette em:hover, .palette em.selected {
		border: 1px solid #313131;
	}
		.palette em span {
			width: 20px;
			height: 20px;
			display: block;
		}

.btn:focus, .btn:active { outline: none; }
.btn, .btn-group > .btn:first-child, .btn-group > .btn:last-child {
	border-radius: 0px;
}

#confirm .modal-body {
	text-align: center;
	padding: 20px 15px;
}
#confirm .modal-footer {
	padding: 10px;
}
.wm-cards{
	top: 4%;
	left:2%;
}
.wm-card.is-search .wm-search__input
{
	width:100%;
}
.wm-card.is-search .wm-search__clear-icon, .wm-card.is-search .wm-search__poi-icon, .wm-card.is-search .wm-search__search-icon {
    padding-top: 12px;
    border-radius: 10px;
    height: 43px;
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 24px;
    color: grey;
}
.wz-button1 {
	background:#efefef;
	border-radius:30px;
	padding:10px 50px;
	font-size:18px;
}
.wz-button {
	background:#1cb3f2;
	border-radius:30px;
	padding:10px 50px;
	font-size:17px;
	text-shadow:none;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: #fff;
    background-color: #1cb3f2;
    *background-color: #1cb3f2;
}

.gm-style-mtc {
	top: 12px !important;
}
@media (max-width: 767px){
	.gm-style-mtc {
		top: 55px !important;
	}
	body {
	    padding-right: 0;
	    padding-left: 0;
	}
	.wm-cards{
		top: 0%;
		left:0%;
		width:100%;
	}
	.wm-card.is-search .wm-search__input
	{
		width:100%;
	}
	.wm-card.is-search .wm-search__input{
		border-radius:0px;
	}
	.modal-login .modal-data {
    width: 100% !important;
    text-align: center !important;
	}

}

/* The side navigation menu */
.sidenav {

  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #FFF; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 0px; /* Place content 60px from the top */
	z-index: 2;

}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 15px;
  text-decoration: none;
  font-size: 14px;
  color: #FFF;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #FFF;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  margin-left: 0;
	z-index:1000;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 0px;}
  .sidenav a {font-size: 18px;}

}
.menuTop{
	background:#F77A39;
	text-align: center;
	height:150px;
}
.menuTop div{
	padding-top:1px;
}
.text-white {
	color: #FFF;
}
.menuBottom {
	background: #FFF;
}
.menuBottom ul {
	list-style: none;
	margin:0px;
	padding: 0px
}
.menuBottom ul li {
	width:100%;
	padding:5px 20px;
	border: 1px solid #cccccc;
	cursor: pointer;
}
.menuBottom ul li span.MenuOfOff{
	float:right;
	top:2px;
	padding-top:9px;
	text-weight:bold;
}
.menuName {
	padding-top:9px;
}
.menuBottom ul li img{
	margin-right:10px
}
.text-green
{
	color: green;
}

.text-red {
	color: red;
}

.modal {
	background-color:#eee;
	border-radius:25px;
}
.modal-login {
	width: 100%;
}
.modal-login .modal-content {
	border-radius: 1px;
	border: none;
}
.modal-login .modal-header {
	position: relative;
	justify-content: center;
	background: #f2f2f2;
}
.modal-login .modal-body {
	padding: 30px;
	border-radius:30px;
	max-height:570px;

}
.modal-login .modal-footer {
	background: #eee;
}
.modal-login h4 {
	text-align: center;
	font-size: 26px;
}
.modal-login label {
	font-weight: normal;
	font-size: 13px;
}
.modal-login input {
	width: 100%;
}
.form-control {
	min-height: 38px;
	border-radius: 2px;
}
.modal-login .modal-data {
	width: 50%;
	margin-left:auto;
	margin-right:auto;
}
.modal-login .hint-text {
	text-align: center;
}
.modal-login .close {
	position: absolute;
	top: 20px;
	right: 28px;
	float: right;
	font-size:28px;
	opacity: 1
}
.modal-login .checkbox-inline {
	margin-top: 12px;
}
.modal-login input[type="checkbox"] {
	position: relative;
	top: 1px;
}
.modal-login .btn {
	min-width: 100px;
	background: #1CB3F2;
	border: none;
	line-height: normal;
	border-radius: 13px;
}
.modal-login .btn:hover, .modal-login .btn:focus {
	background: #248bd0;
}
.modal-login .hint-text a {
	color: #999;
}

form {
	margin:0px;
}

/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}

.switch span.onoff {
	font-weight:bold;
}
.switch span.on {
	color: #8ed17d;
}

.switch span.off {
	color: #a12315;
}

/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
}
.cluster div {
	display: block;
    top: 16px;
    font-size: 20px;
    color: #1CB3F2;
    font-weight: bold;
}
#accordion1 {
	border:none;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */

 ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

 ::-webkit-scrollbar-thumb {
  background: #888;
}


/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
 background: #555;
}
::-webkit-scrollbar{width:6px;border-left:1px solid #E6ECF8;}
::-webkit-scrollbar-thumb{background-color:#F77A39;}
::-webkit-scrollbar              { /* 1 */ }
::-webkit-scrollbar-button       { /* 2 */ }
::-webkit-scrollbar-track        { /* 3 */ }
::-webkit-scrollbar-track-piece  { /* 4 */ }
::-webkit-scrollbar-thumb        { /* 5 */ }
::-webkit-scrollbar-corner       { /* 6 */ }
::-webkit-resizer                { /* 7 */ }


/* Different States */
:horizontal
:vertical
:decrement
:increment
:start
:end
:double-button
:single-button
:no-button
:corner-present
:window-inactive


/* All toghether example */
::-webkit-scrollbar-track-piece:start {
   /* Select the top half (or left half) or scrollbar track individually */
}

::-webkit-scrollbar-thumb:window-inactive {
   /* Select the thumb when the browser window isn't in focus */
}

::-webkit-scrollbar-button:horizontal:decrement:hover {
   /* Select the down or left scroll button when it's being hovered by the mouse */
}


/* Example */
body::-webkit-scrollbar {
    width: 1em;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
