*{
	padding: 0;
	margin: 0;
}

body, html{
	height: 100%;
	overflow: hidden;
}

@font-face{
	font-family: "slate";
    src: font-url("SlatePro.ttf");
}

@font-face{
	font-family: "segoeuil";
    src: font-url("segoeuil.ttf");
}

@font-face{
	font-family: "shruti";
	src: font-url("SHRUTI.TTF");
}

@font-face{
	font-family: "shrutib";
	src: font-url("SHRUTIB.TTF");
}

.refresh-alert{
	position: absolute;
	right: 10px;
	bottom: 100px;
	border-radius: 3px; 
	width: 28px;
	height: 28px;
	background: rgba(128, 128, 128, .8);
	color: #fff;
	z-index: 53;
	padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.attention-icon{
	display: inline-block;
	height: 18px; 
	width: 18px;
	background: image-url("android-information.png") no-repeat center;
	background-size: cover;
}

.attention-text{
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}

.refresh-alert:hover{
	cursor: pointer;
}

.demobutton-on-map{
	display: none;
	position: absolute;
	right: 10px;
	top: 80px;
	width: 110px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border-radius: 3px;
	background-color: #ff6600;
	opacity: 1;
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
	z-index: 99999;
}

.demobutton-on-map:hover{
	cursor: pointer;
}

.changed-server-status{
	display: inline-block;
	height: 16px;
	width: 16px;
}

.arrow-status-change{
	background: image-url("../../assets/images/icons/arrow-status-change.png") no-repeat center;
	display: inline-block;
	height: 16px;
	width: 16px;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #fafcfd;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
  background: #ffffff;
}
::-webkit-scrollbar-track {
  background: #fcf2e9;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #fcf2e9;
}
::-webkit-scrollbar-track:active {
  background: #fcf2e9;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

#modal-close-layer{
	display: none;
	position: fixed;
	z-index: 998;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background: #000;
}
#demoRouteModal{
	display: none;
	position: absolute;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	top: 50%;
	margin-top: -100px;
	background: #ff6600;
	border-radius: 3px;
	color: #fff;
	border: 0;
	z-index: 999;
	padding: 10px;
}

#demoRouteModal .close span{
	position: relative;
	top: -13px;
}

.popup-body span{
	padding: 5px;
	border: 1px solid #ddd;
	background: #fff;
	color: #292929;
	text-align: center;
}

.popup-body span:hover{
	cursor: pointer;
}

a:hover{
	background: #fff;
}
// .close span{
// 	color: #fff;
// }

.clear{
	clear: both;
}

.logo{
	display: block;
	width: 240px;
	height: auto;
	margin: auto;
	margin-top: 80px;
	margin-bottom: 20px;
}

#demoRouteModal .modal-body button{
	background-color: #fff;
	color: #333;
	// border-radius: 3px;
	outline: 1px solid #ddd;
	border: none;
	text-align: center;
	// margin: 0 2px;
	height: 30px;
}

#toggle-demo-btn{
	// border-radius: 3px;
	// width: 200px;
	width: 100%;
	// padding: 5px auto;
	text-align: center;
	margin: auto;
	margin-bottom: 15px;
	line-height: 34px;
	// position: absolute;
	// bottom: 10px;
	// left: 50%;
	// margin-left: -100px;
	z-index: 2;
	background-color: #fff;
	color: #db1923;
	outline: 1px solid #db1923;
    height: 34px;
}

#toggle-demo-btn:hover{
	cursor: pointer;
}

#loading{
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background: image-url("loading.gif") no-repeat center;
  background-color: #191919;
  z-index: 999999;
}

.panel-col{
	display: block;
	position: absolute;
	width: 25%;
	height: 100%;
  	left: 0;
	max-height: 100%;
	overflow-y: auto;
	background-color: #fcf2e9;
	z-index: 2;
}

.panel-container{
    // padding: 0 17px;
    height: 100%;
    width: 100%;
    min-height: 100%;
    //top: 66px;
    position: relative;
}
.padding-container{
	padding: 0 17px;
	// padding-bottom: 66px;
}

/*.tab-container{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: inherit;
}*/

.map-col{
	width: 100%;
	height: 100%;
	background-color: lightblue;
}

.panel-block{
	width: 100%;
}

#map{
	height: 100%;
	width: 100%;
	z-index: 1;
}

.nav-tab{
	height: 66px;
	font-family: "slate", sans-serif;
	color: #25212d;
	font-weight: bold;
	background-color: #fff;
	border: none;
	font-size: 12px;
	text-transform: uppercase;
}

.active-tab{
	color: #db1923;
	background-color: #fcf2e9;
}

.filters-tab{
	border-right: 1px solid #5d6268;
}

.toggle-panel{
	position: absolute;
	top: 66px;
	width: 20px;
	height: 33px;
	left: 0;
	background: asset-url("arrows_mirror.png") center;
	background-color: #25212d;
	z-index: 2;
	color: #fff;
	border: none;
	border-radius: 0 5px 5px 0;
	font-family: "Times New Roman", sans-serif;
	letter-spacing: -1px;
}

.gradient{
	background: asset-url("gradient.png") no-repeat;
	background-size: 100%;
	width: 100%;
	height: 30px;
}

.scale{
	width: 100%;
	color: #fff;
	height: 22px;
	position: relative;
	left: 0;
}

.scale .col-md-1{
	padding: 0!important;
	text-align: center;
	color: #ebeef0;
	font-size: 13.37px;
	font-family: "slate", sans-serif;
}

#country-select{
	width: 100%;
	margin: auto;
	display: block;
	height: 29px;
	background: asset-url("search_icon.png") no-repeat;
	background-position: 95% 50%;
	background-color: #F9DFCE;
	border: 1px solid #F9DFCE;
	border-radius: 3px;
	padding-left: 5px;
	color: #cfd9e6;
	font-size: 11px;
	font-family: "slate", sans-serif;
}

.ui-menu-item{
	font-size: 11px;
	font-family: "slate", sans-serif;
}

#country-select:hover{
	cursor: pointer;
}

.check-filter{
	color: #fff;
}

.check-filter input{
	margin: 15px 15px;
}

.heading{
	text-transform: uppercase;
	color: #25212d;
	font-size: 14px;
	margin-top: 33px;
	font-family: "slate", sans-serif;
}

.subheading{
	font-family: "slate", sans-serif;
	font-size: 14px;
	text-transform: lowercase;
	color: #25212d;
}

.line{
	height: 2px;
	width: 30px;
	margin: 10px 0;
	margin-bottom: 18px;
	background-color: #db1923;
}

/*============== custom checkbox =========*/
.bu-select{
	list-style-type:none;
    padding: 0;
}

.bu-select li{
    margin:0;
    display: table;
    width: 100%;
    height: 34px;
    position:relative;
    background-color: #f9e0cc;
    color: #fff;
    font-family: "slate", sans-serif;
    font-size: 16.75px;
    /*text-align: center;*/
    font-weight: normal!important;
    border: 1px solid #888;
    margin: 1px 0;
}

#bu-all{
	margin:0;
    display: table;
    width: 100%;
    height: 24px;
    position:relative;
    background-color: #fff;
    color: #db1923;
    font-family: "slate", sans-serif;
    font-size: 16.75px;
    /*text-align: center;*/
    font-weight: normal!important;
    border: 1px solid #db1923;
    margin-top: 15px;
}

.bu-select label, .bu-select input{
    display: table-cell;
	vertical-align: middle;
	position: relative;
    height: 100%;
    width: 100%;
	color: #000000;

}

.bu-select input[type="checkbox"] {
    opacity:0.011;
    z-index: 100;
    margin: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 34px;
}

#bu-all input{
	height: 24px;
}

.bu-label{
	padding-left: 10px;
}

.bu-icon{
	width: 21px;
	height: 21px;
	float: left;
	margin-right: 10px;
  background-repeat: no-repeat!important;
	background-position: 0px 0px!important;

}

/*============== custom checkbox =========*/
.lt-select{
	list-style-type:none;
    padding: 0;
}

.lt-select li{
    margin:0;
    display: table;
    width: 100%;
    height: 34px;
    position:relative;
    background-color: #f9e0cc;
    color: #fff;
    font-family: "slate", sans-serif;
    font-size: 16.75px;
    /*text-align: center;*/
    font-weight: normal!important;
    border: 1px solid #888;
    margin: 1px 0;
}

#lt-all{
	margin:0;
    display: table;
    width: 100%;
    height: 24px;
    position:relative;
    background-color: #fff;
    color: #db1923;
    font-family: "slate", sans-serif;
    font-size: 16.75px;
    /*text-align: center;*/
    font-weight: normal!important;
    border: 1px solid #db1923;
    margin-top: 15px;
}

.lt-select label, .lt-select input{
    display: table-cell;
	vertical-align: middle;
	position: relative;
    height: 100%;
    width: 100%;
	color: #000000;
}

.lt-select input[type="checkbox"] {
    opacity:0.011;
    z-index: 100;
    margin: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 34px;
}

#lt-all input{
	height: 24px;
}

.lt-label{
	padding-left: 10px;
}

.lt-icon{
	width: 26px;
	height: 26px;
	float: left;
	margin-right: 10px;
	background-repeat: no-repeat!important;
	background-position: 0px 0px!important;
      }

.demomode-warning{
  display: none;
  position: absolute;
  right: 50%;
  top: 50%;
  width: 300px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 3px;
  background-color: #ff6600;
  opacity: 1;
  text-transform: uppercase;
  margin-right: -150px;
  margin-top: -50px;
  font-size: 26px;
  color: #fff;
  z-index: 99999;
}

.bu-select input[type="checkbox"]:checked + label {
    background-color: #fff;
    color: #db1923;
}

.bu-select input[type="checkbox"]:checked{
    background-color: #fff;
    color: #db1923;
}
.bu-select input[type="checkbox"]:checked{
    background-color: #fff;
    color: #db1923;
}
.bu-select input[type="checkbox"]:checked{
    background-color: #fff;
    color: #db1923;
}



.bu-label span{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.bu-select label {
    cursor:pointer;
    z-index:90;
}

.bu-select label:hover {
    background: #232629;
}
#bu-all label:hover{
	background: #fff;
}
.bu-select input:hover {
    cursor: pointer;
}


.lt-select input[type="checkbox"]:checked + label {
    background-color: #fff;
    color: #db1923;
}

.lt-select input[type="checkbox"]:checked{
    background-color: #fff;
    color: #db1923;
}
.lt-select input[type="checkbox"]:checked{
    background-color: #fff;
    color: #db1923;
}
.lt-select input[type="checkbox"]:checked{
    background-color: #fff;
    color: #db1923;
}

.lt-label span{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.lt-select label {
    cursor:pointer;
    z-index:90;
}

.lt-select label:hover {
    background: #232629;
}
#lt-all label:hover{
	background: #fff;
}
.lt-select input:hover {
    cursor: pointer;
  }
.checkbox-item{
	height: 20px;
	width: 20px;
	float: right;
	margin-right: 10px;
	border: 1px solid #888;
	background: transparent;
	border-radius: 50%;
}

.checkbox-item:after{
	content: '';
	height: 10px;
	width: 10px;
	display: block;
	margin: 4px;
	background: #fff;
	border-radius: 50%;
}

.checkbox-item.checked:after{
	content: '';
	height: 10px;
	width: 10px;
	display: block;
	margin: 4px;
	background: #fff;
	border-radius: 50%;
}

.checkbox-item.unchecked:after{
	content: '';
	height: 20px;
	width: 20px;
	display: block;
	margin: 4px;
	background: transparent;
	border-radius: 50%;
}

/*========================================*/

.gradient-container{
	color: #fff;
}

.scale-units .col-md-1{
	padding: 0;
	text-align: center;
}

#tab-2-container{
	display: none;
	//top: 66px;
	left: 0;
}

#tab-1-container{
	//top: 66px;
	left: 0;
}

button{
	outline: none;
}

.server-list{
	color: #35393e;
}

.list-block{
	font-family: "segoeui", sans-serif;
    font-size: 13px;
    font-weight: bold;
	border-bottom: 1px solid #fff;
}

.list-block:hover{
	background-color: #f9e0cc;
	cursor: pointer;
}

#refresh-list-modal .list-block{
	font-family: "slate", sans-serif;
	font-weight: normal;
	list-style-type: none;
	background: transparent;
	padding: 18px 5px;
}

#refresh-list-modal .list-block .remove-server{
	position: absolute;
	right: 5px;
	top: -5px;
	font-size: 20px;
	transition: all .2s ease-in-out;
}
#refresh-list-modal .list-block .show-marker{
	position: absolute;
	right: 5px;
	bottom: 5px;
	display: inline-block;
	height: 16px;
	width: 16px;
	background: image-url("../../assets/images/icons/show.png") no-repeat center;
	background-size: contain;
	transition: all .15s ease-in-out;
}

#refresh-list-modal .list-block:hover{
	background-color: transparent;
	cursor: default;
}

#refresh-list-modal .list-block .show-marker:hover, #refresh-list-modal .list-block .remove-server:hover{
	cursor: pointer;
	transform: scale(1.1);
}

.server-list li{
	list-style: none;
    padding: 3px;
    color: #25212d
}
.server-list li span{
	color: #35393e;
}

.server-list .sitename{
	color: #25212d;
}

.iw{
	font-weight: bold;
}
.iw span{
	font-weight: normal!important;
}

.scale-container{
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
}


.continent-container{
	position: absolute;
	z-index: 99999;
	right: 0;
	top: 20%;
}

.continent-button{
	border-radius: 50% 0 0 50%;
	background-color: rgba(0,0,0,.4);
	height: 45px;
	width: 45px;
	margin-bottom: 5px;
}

.continent-button:hover{
	cursor: pointer;
	background-color: rgba(0,0,0,.6);
}


.continent-icon{
	height: 20px;
    width: 20px;
    display: block;
    margin: auto;
    position: relative;
    top: 13px;
}

#n-america .continent-icon{
	background: url("../../assets/images/icons/continents/n-america.png");
}
#s-america .continent-icon{
	background: url("../../assets/images/icons/continents/s-america.png");
}
#asia .continent-icon{
	background: url("../../assets/images/icons/continents/asia.png");
}
#europe .continent-icon{
	background: url("../../assets/images/icons/continents/europe.png");
}
#africa .continent-icon{
	background: url("../../assets/images/icons/continents/africa.png");
}
#australia .continent-icon{
	background: url("../../assets/images/icons/continents/australia.png");
}
#worldview .continent-icon{
	background: url("../../assets/images/icons/continents/globe.png");
	background-size: contain;
}
