@charset "utf-8";

/* CSS Document */



body {

	padding-top: 127px;

	overflow: hidden;

	position: relative;

	font-family: Raleway, Arial;

}

#sidebar {

	z-index: 10;

	position: absolute;

	right: 0;

	width: 490px;

	opacity: 1;

	padding-top: 0;

	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.17);

	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.17);

	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.17);

	height: calc(100vh - 127px);

	min-height: calc(100vh - 127px);

}

.sidebar-content {

	height: calc(100vh - 127px);

	min-height: calc(100vh - 127px);

	overflow-y: auto;

	font-size: 14px;

	background-color: #eeeeee;

}

#sidebar .list-group {

	background-color: #f0f0f0;

	padding: 15px;

}

#sidebar i {

	margin-right: 6px;

}

#sidebar .list-group-item {

	border-radius: 0;

	background-color: #333;

	color: #ccc;

	border-left: 0;

	border-right: 0;

	border-color: #2c2c2c;

	white-space: nowrap;

}/* highlight active menu */

#sidebar .list-group-item:not(.collapsed) {

	background-color: #222;

}/* closed state */

#sidebar .list-group .list-group-item[aria-expanded="false"]::after {

	content: " \f0d7";

	font-family: FontAwesome;

	display: inline;

	text-align: right;

	padding-left: 5px;

}/* open state */

#sidebar .list-group .list-group-item[aria-expanded="true"] {

	background-color: #222;

}

#sidebar .list-group .list-group-item[aria-expanded="true"]::after {

	content: " \f0da";

	font-family: FontAwesome;

	display: inline;

	text-align: right;

	padding-left: 5px;

}/* level 1*/

#sidebar .list-group .collapse .list-group-item, #sidebar .list-group .collapsing .list-group-item {

	padding-left: 20px;

}/* level 2*/

#sidebar .list-group .collapse > .collapse .list-group-item, #sidebar .list-group .collapse > .collapsing .list-group-item {

	padding-left: 30px;

}/* level 3*/

#sidebar .list-group .collapse > .collapse > .collapse .list-group-item {

	padding-left: 40px;

}

.modal-dialog {

	margin: 10% auto;

}



@media (max-width:768px) {

#sidebar {

	min-width: 35px;

	max-width: 40px;

	overflow-y: auto;

	overflow-x: visible;

	transition: all 0.25s ease;

	transform: translateX(-45px);

	position: fixed;

}

#sidebar.show {

	transform: translateX(0);

}

 #sidebar::-webkit-scrollbar {

 width: 0px;

}

#sidebar, #sidebar .list-group {

	min-width: 35px;

	overflow: visible;

}    /* overlay sub levels on small screens */

#sidebar .list-group .collapse.show, #sidebar .list-group .collapsing {

	position: relative;

	z-index: 1;

	width: 190px;

	top: 0;

}

#sidebar .list-group > .list-group-item {

	text-align: center;

	padding: .75rem .5rem;

}    /* hide caret icons of top level when collapsed */

#sidebar .list-group > .list-group-item[aria-expanded="true"]::after, #sidebar .list-group > .list-group-item[aria-expanded="false"]::after {

	display: none;

}

}

#info-wrap {

	display: table;

	overflow: hidden;

	margin-right: auto;

	width: 100%

}

#item-banner1 {

	display: inline-block;

}

#item-banner2 {

position: absolute;

left: 70px;

top: 55px;

}

.bd-navbar {

	background-color: #ffffff;

	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;

	min-height: 8rem;

	padding-left: 0px;

	padding: 0.5rem 1rem;

}

.bd-navbar .navbar-nav .nav-link {

	color: #6db5e4;

	padding-left: 0.5rem;

	padding-right: 0.5rem;

}

.btn-bd-yellow {

	border-color: #ffe484;

	color: #ffe484;

	font-weight: 500;

}

.btn-bd-yellow:active, .btn-bd-yellow:hover {

	background-color: #ffe484;

	border-color: #ffe484;

	color: #2a2730;

}

.site-title {

	/*position: absolute;

    width: 400px;

    left: 50%;

    margin-left: -200px;*/

	width: 495px;

	height: 110px;

	text-align: left;

	color: #FFF;

	font-size: 26px;

	margin: 0 auto;

	position: relative;

}

.site-title span {

	display: block;

	font-size: 14px;

	color: #daecf8;

}

.navbar-brand {

	color: #FFF;

	font-size: 65PX;

	vertical-align: bottom;

	position: absolute;

	left: 0;

	bottom: 0;

}

.map-container {

	min-height: calc(100vh - 127px);

	height: calc(100vh - 127px);/*background-image: url(../images/map.jpg);*/

}

#sidebar .card {

	margin: 10px 0;

}

.checkbox label:after, .radio label:after {

	content: '';

	display: table;

	clear: both;

}

.checkbox .cr, .radio .cr {

	position: relative;

	display: inline-block;

	border: 1px solid #a9a9a9;

	border-radius: .25em;

	width: 20px;

	height: 20px;

	float: left;

	margin-right: .5em;

}

.radio .cr {

	border-radius: 50%;

}

.checkbox .cr .cr-icon, .radio .cr .cr-icon {

	position: absolute;

	font-size: .8em;

	line-height: 0;

	top: 50%;

	left: 18%;

}

.radio .cr .cr-icon {

	margin-left: 0.04em;

	color: #227cbb;

}

.checkbox label input[type="checkbox"], .radio label input[type="radio"] {

	display: none;

}

.checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {

	transform: scale(3) rotateZ(-20deg);

	opacity: 0;

	transition: all .3s ease-in;

}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {

	transform: scale(1) rotateZ(0deg);

	opacity: 1;

}

.checkbox label input[type="checkbox"]:disabled + .cr, .radio label input[type="radio"]:disabled + .cr {

	opacity: .5;

}

.btn {

	cursor: pointer;

	font-size: 14px;

}

.legend {

	position: absolute;

	left: 75px;

	bottom: 50px;

	opacity: 0.8;

	height:130px;

	z-index: 900;

}

.legend .list-group-item {

	border: none;

	padding: 1px 10px 1px 10px;

	font-size: 14px;

}

.tools {

	position: absolute;

	left: 15px;

	top: 75px;

	font-size: 21px;

	opacity: 0.9;

}

#about {

	display: none;

	position: absolute;

	top: 0;

	right: 489px;

	background-color: #fff;

	width: 600px;

	border: 3px solid #c2e1f5;

	padding: 35px 10px 15px 15px;

	z-index: 999999;

	word-wrap: normal;

	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.45);

	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.45);

	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.45);

}

.arrow_box {

}

.arrow_box:after, .arrow_box:before {

	left: 100%;

	top: 9%;

	border: solid transparent;

	content: " ";

	height: 0;

	width: 0;

	position: absolute;

	pointer-events: none;

}

.arrow_box:after {

	border-color: rgba(204, 204, 204, 0);

	border-left-color: #fff;

	border-width: 10px;

	margin-top: -10px;

}

.arrow_box:before {

	border-color: rgba(255, 255, 255, 0);

	border-left-color: #c2e1f5;

	border-width: 15px;

	margin-top: -15px;

}

.btn-warning {

	color: #FFFFFF;

}

.sidebar-toggle-btn {

	background-color: #f1f3f5;

	border-color: #ddd currentcolor #ddd #ddd;

	border-image: none;

	border-style: solid none solid solid;

	border-width: 1px 0 1px 1px;

	padding: 0 4px;

	position: absolute;

	left: -41px;

	top: 0;

	z-index: 99;

	border-top-left-radius: 5px;

	border-bottom-left-radius:5px;

	cursor: pointer;

}

.sidebar-toggle-btn i{

	margin: 0 !important;

}

.show {

	/*position: relative;*/

	right: 0;

}

.slideOutRight {

	right: 800px;

	transform: translate3d(100%, 0px, 0px);

}

.card-title {

	font-size: 14px;

	font-weight: bold;

}

#myModal .modal-content {

	background-image: url('../images/welcome_bg.jpg');

	background-size: 100%;

	background-color: transparent;

	border: 0;

	background-repeat: no-repeat;

}

#myModal .modal-backdrop {

	opacity: 1;

}

.modal-backdrop {

	opacity: .5;

}

#myModal .welcome-modal .modal-content {

	/*background-color: #065479;*/

	color: #ffffff;

	padding: 30px;

}

#myModal .welcome-modal .modal-content h1 {

	font-size: 75px;

}

.modal-lg {

	max-width: 1000px !important;

}

.about p {

	font-size: 14px;

}

.btn-info {

	background-color: #00b0f0;

	border-color: #00b0f0;

	color: #fff;

}

.btn-info:hover {

	background-color: #009ed8;

	border-color: #009ed8;

	color: #fff;

}

.btn-xs, .btn-group-xs>.btn {

	padding: 1px 5px;

	font-size: 12px;

	line-height: 1.5;

	border-radius: 3px;

}

#sidebar .search-dropdown {

	height: auto !important;

	position: absolute;

	z-index: 999;

	padding: 0;

	width: 85% !important;

	border: 1px solid #ccc;

}

#sidebar .search-dropdown a {

	background-color: rgba(255, 255, 255, 0.911) !important;

	color: #000 !important;

	cursor: pointer;

	border-color: #ccc;

}

.btn-close {

position: absolute;

right: 0;

top: -2px;

padding: 5px;

line-height: 10px;

color: #00afef;

}

.chosen-container

{

	font-size: 14px !important;

}

.chosen-container-single .chosen-single

{

	border-radius: 4px !important;

}

.chosen-container-single .chosen-single

{

	height: 35px !important;

	line-height: 35px !important;

}

.chosen-container-single .chosen-single div b

{

	background-position: 0 8px !important;

}

.form-control

{

	font-size: 14px;

}



.alert-box {

	position: fixed;

	bottom: 0;

	left: 25px;

	width: 500px;

	height: 75px;

	z-index: 1111;

}



#weather-data td, th {

	padding: .25em;

}





/*range slider*/



#ex1Slider .slider-selection {

	background: #BABABA;

}

