/*
	0094BA
	F6BA00
*/

/* Styling Component ------------------------------------------------------------------------------------------------------------------------------------- */
.saturate {-webkit-filter:saturate(3);}
.grayscale {-webkit-filter:grayscale(100%);}
.contrast {-webkit-filter:contrast(160%);}
.brightness {-webkit-filter:brightness(0.25);}
.blur {-webkit-filter:blur(3px);}
.invert {-webkit-filter:invert(100%);}
.sepia {-webkit-filter:sepia(100%);}
.huerotate {-webkit-filter:hue-rotate(180deg);}
.rss.opacity {-webkit-filter:opacity(50%);}
.invert-button:hover{
	-webkit-filter:invert(100%);
}

/* Scroller Component ------------------------------------------------------------------------------------------------------------------------------------- */
.tickercontainer { /* the outer div with the black border */
	width: 100%; 
	height: 40px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 5px;
	top: 0;
	width: 100%;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 750px;
	font: 1em Roboto;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0 40px 0 0;
	color:#fff;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #ff0000;
	font: bold 10px Verdana;
	margin: 0 50px 0 0;
} 
ul.newsticker span {
	margin: 0 10px 0 0;
} 
.map-marker-tooltip{
    display:none;
    position:absolute;
    background:#4083c0;
	color:#ffffff;
	font-family:Roboto;
	font-size:0.8rem;
	padding:5px;
    margin:5px;
	max-width:280px;
	border-radius:7px;
	-webkit-box-shadow: 0px 1px 3px 1px rgba(148,148,148,1);
	-moz-box-shadow: 0px 1px 3px 1px rgba(148,148,148,1);
	box-shadow: 0px 1px 3px 1px rgba(148,148,148,1);
}
.map-marker-tooltip-table{
	margin:5px 0;
}
.map-marker-tooltip-table td{
	vertical-align:top;
	padding:0px 5px !important;
}

/* Basic Component --------------------------------------------------------------------------------------------------------------------------------------- */
html,body{
	overflow-x:hidden;
	height:100% !important;
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
}
body{
	height:100% !important;
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
	background:#fff;
	color:#000000;
	font-family:Roboto;
}
body::-webkit-scrollbar {
    width:5px;
	background:#454545;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3); 
	background:#E8E8E8;
}
body::-webkit-scrollbar-thumb {
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
	background:#039be5;
}
.layout-main{
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:#EAEAEA;
	overflow:hidden;	
}
@media only screen and (max-width:640px) {
	.layout-main{
		overflow-x:hidden; overflow-y:auto;
	}
}
.no-scroller{
	overflow:auto;
}
.no-scroller::-webkit-scrollbar {
    display:none; 
}
.no-scroller::-webkit-scrollbar {
    display:none; 
}
.no-scroller::-webkit-scrollbar-thumb {
    display:none; 
}
.with-scroller{
	overflow:auto;
}
.with-scroller::-webkit-scrollbar {
    width:5px;
	background:#454545;
}
.with-scroller::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3); 
	background:#E8E8E8;
}
.with-scroller::-webkit-scrollbar-thumb {
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
	background:#039be5;
}
.btn-invert{
	-webkit-transition:1s ease-out;
	-moz-transition:1s ease-out;
	-o-transition:1s ease-out;
	-ms-transition:1s ease-out;
	transition:1s ease-out;
}
.btn-invert:hover{
	cursor:pointer;
	-webkit-filter:invert(100%);
}
.dropdown-default{
	height:40px;
	background:#eaeaea;
	color:#4083c0;
	border:1px #9e9e9e solid;
	border-radius:0px !important;
}
.dropdown-default:focus{
	outline:0;
}
.text-bold{
	font-weight: bold !important;	
}
.standard-table{
	width:100%;
}
.standard-table td, .standard-table th{
	vertical-align:top;
	font-size:0.75em;
	padding:0px 5px;
	border-radius:0px;
}
.padding10{
	padding:10px !important;	
}
.header-result{
	font-size:0.8em !important;	
}
.header-result:hover{
	background:#90caf9 !important;
	color:#fff !important;	
}
.input-text-standard{
	/*border:1px #4062A7 solid !important; */
	border:0px #fff solid !important;
	width:calc(100% - 80px) !important;
	height:45px !important;
	padding:0 10px !important;	
}
.main-menu-standard{
	position:absolute;
	padding:0 !important;
	z-index:9;
	top:110px;
	right:10px;
	width:280px;
	font-size:1em;
}
.main-menu-body p{
	font-size:0.8em !important;
	padding:0 0 0 15px;
	background:#ffffff;
	-webkit-transition:1s ease-out;
	-moz-transition:1s ease-out;
	-o-transition:1s ease-out;
	-ms-transition:1s ease-out;
	transition:1s ease-out;
}

/* Login Component --------------------------------------------------------------------------------------------------------------------------------------- */
#modal-login{
	width:50%;
	padding:10px;
	overflow:hidden;
	margin:auto;
	background:#fff;
	border:2px #fff solid;
}
@media only screen and (max-width:640px) {
	#modal-login{
		width:100% !important; height:100% !important; top:0% !important; border:0px #fff solid; border-radius:0px;
	}
}
#modal-login-content{
	width:100%;
	height:100%;
	overflow:hidden;
}

/* --- Logout Modal ------------------------------------------------------------------------------------------------------------------- */
#modal-logout{
	width:480px;
	min-height:80px;
	overflow-x:hidden;
	overflow-y:auto;
}
@media only screen and (max-width:640px) {
	#modal-logout{
		top:0% !important;
		width:100% !important;
		height:100% !important;
	}
}
#modal-content-logout{
	width:100%;
	overflow:hidden;
}

/* --- Map Modal ------------------------------------------------------------------------------------------------------------------- */
#modal-map{
	top:5% !important;
	width:80%;
	height:90%;
	overflow:hidden;
}
@media only screen and (max-width:1024px) {
	#modal-map{
		top:5% !important;
		width:90% !important;
		height:90% !important;
	}
}
@media only screen and (max-width:640px) {
	#modal-map{
		top:0% !important;
		width:100% !important;
		height:100% !important;
	}
}
#modal-content-map{
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}
.standard-infobox{
	min-width:420px;
	height:360px;
	padding:10px;
}
.standard-infobox-container{
	width:calc(100% - 10px);
	height:calc(100% - 10px);
}
@media only screen and (max-width: 480px) {
	.standard-infobox{ width:320px; min-width:320px; }
	.map-marker-photo{ display: none; }
}
.standard-marker-body{
	padding:5px 0 5px 15px;
	height:190px;
	background:#e1f5fe;
}
.standard-marker-body-250{
	padding:5px 0 5px 15px;
	height:250px;
	background:#e1f5fe;
}
.standard-marker-body p{
	font-size:1.1em;
	padding:5px 0 5px 20px;
	-webkit-transition:1s ease-out;
	-moz-transition:1s ease-out;
	-o-transition:1s ease-out;
	-ms-transition:1s ease-out;
	transition:1s ease-out;
}
.border-marker-row{
	margin-top:10px;
	width:calc(100% - 10px);
	height:calc(100% - 45px);
	overflow-x:hidden;
	overflow-y:auto;
}
.border-marker-row::-webkit-scrollbar {
    width:5px;
	background:#454545;
}
.border-marker-row::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3); 
	background:#E8E8E8;
}
.border-marker-row::-webkit-scrollbar-thumb {
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
	background:#039be5;
}

/* --- Search Modal ------------------------------------------------------------------------------------------------------------------- */
#modal-search{
	top:5% !important;
	width:80%;
	height:90%;
	overflow:hidden;
}
@media only screen and (max-width:1024px) {
	#modal-search{
		top:5% !important;
		width:90% !important;
		height:90% !important;
	}
}
@media only screen and (max-width:640px) {
	#modal-search{
		top:0% !important;
		width:100% !important;
		height:100% !important;
	}
}
#modal-content-search{
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}
.menu-label-header{
	font-size:0.8em !important;
	color:#454545 !important;	
}
.menu-label{
	font-size:1em !important;
	color:#0094BA !important;	
}

/* Qlue Marker ------------------------------------------------------------------------------------------------------------------------------------------- */
.qlue-infobox{
	width:420px;
	height:315px;
	padding:10px;
}
.qlue-marker-img{
	width:180px;
	height:100%;	
}
@media only screen and (max-width: 600px) {
	.qlue-infobox{ width:280px; }
}
.marker-infobox{
	width:320px;
	/*max-width:420px;*/
	margin:10px;
	/*background:url('../images/qlue/icon-qlue.png') no-repeat;
	background-position: 50% 80%; */
}
.marker-infobox-frame{
	max-height:420px;
	overflow:auto;
}
@media only screen and (max-width: 600px) {
	.marker-infobox{ width:280px; min-width:280px; }
}
.marker-infobox-div{
	width:calc(100% - 10px);
	height:calc(100% - 10px);
}
.marker-marker-body{
	padding:5px 0 5px 15px;
	height:190px; /*220px*/
	background:#e1f5fe;
}
.marker-marker-body p{
	font-size:1.1em;
	padding:5px 0 5px 20px;
	-webkit-transition:1s ease-out;
	-moz-transition:1s ease-out;
	-o-transition:1s ease-out;
	-ms-transition:1s ease-out;
	transition:1s ease-out;
}
.map-marker-table{
	width:calc(100% - 10px);
	margin-bottom:15px;	
}
.map-marker-table td, .map-marker-table th{
	vertical-align:top;
	font-size:0.8rem;
	border-radius:0px;
}
.map-marker-table-value{
	font-size:1.1em;
	font-weight:bold;
	padding-right:10px;	
}
.map-marker-table-desc{
	padding-right:5px;
	width:calc(100% - 5px);
	height:50px;	
}
.map-marker-desc-text{
	width:285px;
	height:190px;
	overflow:auto;
}
.map-marker-row{
	margin:10px;
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	overflow-x:hidden;
	overflow-y:auto;
}
.map-marker-row::-webkit-scrollbar {
    width:5px;
	background:#454545;
}
.map-marker-row::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3); 
	background:#E8E8E8;
}
.map-marker-row::-webkit-scrollbar-thumb {
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
	background:#039be5;
}
.map-marker-container-table td, .map-markercontainer-table th{
	vertical-align:top;
	font-size:0.8rem;
	padding:0 10px 0 5px;
	height:15px !important;
	border-radius:0px;
}
.map-marker-comment-username{
	font-size:0.8rem;
	font-weight:bold !important;
}
.map-marker-comment-timestamp{
	font-size:0.6rem !important;
	font-weight:bold !important;
}
.map-marker-comment-bottom{
	height:1px;
	margin-top:5px;
	background:#03a9f4;
}
.map-marker-tooltip{
    display:none;
    position:absolute;
    background:#4083c0;
	color:#ffffff !important;
	font-family:Roboto;
	font-size:0.8rem;
	padding:5px;
    margin:5px;
	max-width:280px;
	border-radius:7px;
	-webkit-box-shadow: 0px 1px 3px 1px rgba(148,148,148,1);
	-moz-box-shadow: 0px 1px 3px 1px rgba(148,148,148,1);
	box-shadow: 0px 1px 3px 1px rgba(148,148,148,1);
}
.map-marker-tooltip-table{
	margin:5px 0;
}
.map-marker-tooltip-table td{
	vertical-align:top;
	padding:0px 5px !important;
}
.map-marker-tooltip-img{
	width:70px;
	border:2px #ffffff solid;
}
.marker-infobox-list{
	min-width:420px;
	margin:10px;
	/*background:url('../images/qlue/icon-qlue.png') no-repeat;
	background-position: 50% 80%; */
}
.map-marker-list{
	width:calc(100% - 10px);
	margin:10px;
}
.map-marker-list td, .map-marker-list th{
	vertical-align:top;
	font-size:0.8rem;
	padding:0px;
	border-radius:0px;
}
.map-marker-list-container{
	width:calc(100% - 10px);
	height:200px;
	margin-bottom:10px !important;
	overflow-y:auto;
	overflow-x:hidden;
}
.map-marker-list-demografi{
	width:calc(100% - 10px);
	max-height:110px;
	margin-bottom:10px !important;
	overflow:auto;
}
.table-list-highlight tr:nth-child(even){
	background-color:#e5e5e5;
}
.map-marker-list-rank{
	width:calc(100% - 10px);
	margin:10px 0px;
}
.map-marker-list-rank td, .map-marker-list-rank th{
	vertical-align:top;
	font-size:0.7rem;
	border:1px #00695c solid;
	padding:0px;
	border-radius:0px;
	font-weight:bold !important;
	text-align:center;
}

/* Dashboard Modal --------------------------------------------------------------------------------------------------------------------------------------- */
#modal-default{
	top:10% !important;
	width:80%;
	height:80%;
	padding:0;
	overflow:hidden;
}
@media only screen and (max-width:1024px) {
	#modal-default{ width:90% !important; height:90% !important; top: 5% !important;}
}
@media only screen and (max-width:640px) {
	#modal-default{ width:100% !important; height:100% !important; top: 0% !important;}
}
.modal-default-content{
	width:100%;
	height:100%;
}

/* Photo Modal --------------------------------------------------------------------------------------------------------------------------------------- */
.overlay-photo-container{
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	z-index:9999113;
	top:0;
	left:0;	
}
.overlay-photo-wrapper{
	width:100%;
	height:100%;
	position:relative;
	margin:0;
	padding:0;	
}
.overlay-photo-back{
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	opacity:0.7;
	background:#000;
	cursor:pointer;
}
.overlay-photo-url{
	width:45vw;
	height:45vw;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	padding:15px;
	background:#fff;	
}
@media only screen and (max-width:600px) {
	.overlay-photo-url{
		width:calc(100% - 40px);
		height:320px;
	}
}



