body {
     background:#0b0b0b!important;
    }


/****** LEFT SIDE ******/
.left {
  float: left;
  width: 18%;
  background:#171717;
  text-align:center;
}
.left .menu-heading{
	text-transform:uppercase;
}
.menu-item {
   width:100%;
   min-height:28px;
   color:#c0c0c0;
   text-align:center;
   border:1px solid #2b2b2b;
   font-size:12px;
   padding-top:5px;
   font-weight:bold;
}
a:nth-child(odd) div.menu-item {
   background:#000;
}
a:nth-child(even) div.menu-item {
   background:#0b0b0b;
}
a:hover div.menu-item {
   background:#171717;
   color:#ffffff;
}
a {
   text-decoration:none!important;
}
i.fas.fa-crown {
    padding-top:5px;
	margin-top:5px;
	color:#d5932c;
	opacity:0.8;
}
span.fa-stack {
    padding-top:10px;
    margin-bottom:10px;
	margin-top:10px;
	color:#d5932c;
	opacity:0.8;
}
.left h6 {	
	text-transform:uppercase;
	font-weight:bold;
	color:#808080;
}
.rank-user {
	width:100%;	
	background:#0b0b0b;
	border:1px solid #2e2e2e;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	color:#c0c0c0;
	font-size:11px;
	font-weight:regular;
	line-height:25px;
	border-bottom:none;
	display:inline-block;
}
.rank-user:last-child {
    border-bottom:2px solid #353535;
}
.rank-user:nth-child(even) {
    background:#000;
}
.user-image {
    width:20%;
	float:left;
}
.user-image img {
	border-radius:50%;
	border:2px solid #353535;
	display:block;
	height:45px;
	width:45px;
	margin:auto;
}
.user-info {
	text-align:left;
	padding-left:5px!important;
	margin-right:5px;
	width:75%;
	float:right;
}

/****** MAIN ******/
.main {
  padding: 20px;
  float: left;
  width: 64%;
	font-size:11px;
	color:#c0c0c0;
}
.logo {
	height:40px;
	opacity:40%;
}
.well.sm-well.news {
    border:none!important;
    background:#000;
    padding-left:15px;
    padding-right:15px;
    padding-top:8px;
    padding-bottom:8px;
    color:#c0c0c0;
    font-size:13px;
    display:block;
	width:110%;
	margin-left:-19px;
    margin-bottom:1px;
}
.map {
    position: relative;
}
.map-img {
    max-width: 100%;
    max-height: 100%;
}
.map-svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.map-point {
    width:5px;
    height:5px; 
    opacity: 0.6;
}
.locations {
	width:100%;
	display:inline-block;
	margin-top:-25px;
	z-index:1;
	position:relative;
	height:290px;	
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
	cursor:w-resize;
	margin-bottom:40px;
}
 /* width */
.locations::-webkit-scrollbar {
  height: 7px;
  margin-top:3px;
}

/* Track */
.locations::-webkit-scrollbar-track {
	background:#000;
	border:1px solid #353535;
}

/* Handle */
.locations::-webkit-scrollbar-thumb {
  background: #0e0e0e;
  border:1px solid #353535;
}

/* Handle on hover */
.locations::-webkit-scrollbar-thumb:hover {
  background: #171717;
}
.location-card {
	margin:1.2px;
	background:#0e0e0e;
	height:100%;
	padding:20px;
	color:#c0c0c0;
	font-size:10px;
	flex-basis: 19.7%;
    flex-grow: 0;
    flex-shrink: 0
}
.location-card:nth-child(even){
	background:#0c0c0c;
}
.location-card i {
	font-size:18px;
	display:block;
	line-height:35px;
}
.location-card img {
	border-radius:50%;
	border:2px solid #353535;
	display:block;
	height:45px;
	width:45px;
	margin-top:10px;
	margin-bottom:10px;
}
.location-info {
	line-height:20px;
	margin-bottom:10px;
	font-size:10px;
}
.location-properties {
	line-height:20px;
	font-size:9px;
}

/****** RIGHT SIDE ******/
.right {
  float: left;
  width: 18%;
}
.login-form {
	background:#171717;
	width:100%;
	font-size:11px;
	color:#c0c0c0;
	line-height:25px;
}
.login-form img {
	margin-top:40px;
	margin-bottom:15px;
	height:50px;
	opacity:0.4;
}
.login-form input, .register-form input {	
	height:35px;
	font-size:12px;
	font-weight:bold;
}
.login-form i, .register-form span.input-group-addon i {
	font-size:10px;
}
.login-form .input-group, .register-form .input-group {
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	border-radius:0px!important;
}
.login-form .input-group-addon, .register-form .input-group-addon {
	background:#1b1b1b;
	border:1px solid #333333;
	height:25px;
	border-right:none;
	border-radius:0px!important;
}
.login-form input.form-control, .register-form input.form-control {
	background:#171717;
	border:1px solid #333333;
	border-left:none!important;
	border-radius:0px!important;
}

.login-form input.form-control::placeholder, .register-form input.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c0c0c0;
  opacity: 1; /* Firefox */
}

.login-form input.form-control:-ms-input-placeholder, .register-form input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c0c0c0;
}

.login-form input.form-control::-ms-input-placeholder, .register-form input.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #c0c0c0;
}
.login-form input:-webkit-autofill::first-line, .register-form input:-webkit-autofill::first-line {
      font-weight:normal;
} 
.login-button {
    padding:3px;
	padding-left:20px;
	padding-right:20px;
	background:#0b0b0b;
	border:1px solid #333;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:25px;
}
.forgot-pass {
    color:#aeaeae;
	font-weight:900;
	padding-bottom:20px;
}
.forgot-pass b {
    color:#aeaeae;
}
#forgot:hover {
	color:#aeaeae!important;
	cursor:pointer;
}
.forgot-pass-form {
	display:none;
}
.login-stats {
    background:#1a1a1a;
	padding:15px;
	padding-bottom:25px;
	color:#5b5b5b;
	line-height:25px;
	font-size:11px;
	font-weight:bold;
}
.login-stats b {
    color:#aeaeae;
}
.login-stats i {
	font-size:15px;
}
.register-form {
	background:#0f0f0f;
	line-height:25px;
	font-weight:bold;
	font-size:11px;
    color:#aeaeae;
}
.register-form span.fa-stack {
	font-size:10px;
	color:#184e06;
	padding:20px!important;
    margin-bottom:5px!important;
	margin-top:5px!important;
	opacity:1;
}
.alert {
   font-size:13px;
   color:#fff!important;
   padding:8px!important;
}
.alert.alert-danger {
   border:1px solid #2f1a1c!important;
   background:#600009!important;
    border:none!important;
	border-radius:0px!important;
	font-size:11px;
}

/****** RESPONSIVE ******/
@media screen and (max-width: 1356px) {
  .user-image {
    width:10%;
  }
  .user-info {
    width:80%;
  }
  .user-image img {
    width:35px;
	height:35px;
  }
}

@media screen and (max-width: 1300px) { 
  .location-card {
	flex-basis: 24.7%;
  }
}

@media screen and (max-width: 1070px) { 
  .location-card {
	flex-basis: 33%;
  }
}

@media screen and (max-width: 1140px) {
  .user-image {
    width:100%;
  }
  .user-info {
    width:100%;
  }
  .user-image img {
    width:50px;
	height:50px;
  }
}

@media (max-width: 991px) {
  .main {
		width:77%;
  }
  .right {
		width:23%;
  }
}

@media (max-width: 800px) {
  .main {
		width:100%;
  }
  .right {
		width:100%;
  }
  input.input-group{
		width:60%!important;
  }
}

@media (max-width: 550px) {
  .location-card {
	flex-basis: 49.7%;
  }
}
@media (max-width: 480px) {
  .main {
		display:none;
  }
  .right {
		width:100%;
  }
}