/* custom dateTimePicker */
.datepicker [class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    font-family: Font Awesome\ 5 Pro;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.datepicker .prev [class^="icon-"]:before {
    content: "\f04a";
}

.datepicker .next [class^="icon-"]:before {
    content: "\f04e";
}
.datepicker .table-condensed{
	width: 100%;
}
/* custom dateTimePicker */

.content-header{
	background: #ffffff !important;
    padding: 15px;
    border-bottom: 2px solid #3c8dbc;
/*     -webkit-box-shadow: 5px 0px 15px 5px rgba(50, 50, 50, .5); */
/*     -moz-box-shadow: 5px 0px 15px 5px rgba(50, 50, 50, .5); */
/*     box-shadow: 5px 0px 15px 5px rgba(50, 50, 50, .5); */
}
.content-header>h1{
	font-size: 18px;
}
.content-header>.breadcrumb{
	padding: 0px;
    font-size: 16px;
}
.user-login{
	height: 50px;
    padding: 16px;
}
.user-login a{
	color: #ffffff;
}
.user-login .change-pass,
.user-login .logout{
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid;
}
.box-body .row{
	padding-bottom: 5px;
}
.box-body font{
    position: absolute;
    top: 0px;
    right: 8px;
}
.box-body .error{
    color: red;
    margin-bottom: 0px;
    min-width: 100px;
}
.box-body .label-form{
    font-weight: normal;
    float: right;
    margin: 0px;
}
.datepicker-dropdown:before{
	display: none;
}
.sidebar-toggle:before{
	display: none;	
}
.treeview-menu .tooltip-inner{
	white-space: nowrap;
	max-width: unset;
	width: 100%;
}
.treeview-menu a{
    overflow: hidden;
    text-overflow: ellipsis;
}
.swal2-cancel, .swal2-confirm{
	margin: 0px 10px;
}

@media (max-width: 991px){
	.content-header>h1{
		display: inline-block;
	}
	.content-header>.breadcrumb {
		    background: none;
	    text-align: right;
	    display: inline-block;
	    float: right;
	    margin-top: 0px;
	}
	.box-body .label-form{
		float: left;
		padding-left: 0px;
	}
	.box-body font{
		top: 30px;
	}
	.user-login a{
		color: #ffffff !important;
	}
}

.fix-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.bd-sidebar {
    position: -webkit-fixed;
    position: fixed;
    top: 5rem;
    z-index: 1000;
    max-height: calc(100vh - 5rem);
}
@media only screen and (max-width: 776px){
	.bd-sidebar {
	    position: -webkit-fixed;
	    position: fixed;
	    top: 13rem;
	    z-index: 1000;
	    max-height: calc(100vh - 13rem);
	}
}

.main-sidebar {
	padding-top: 0px;
}

.content-hg { 
	/* min-height: 345px; */
/* 	position: fixed; */
/* 	width: 100%; */
/* 	z-index: 2; */
	margin-top: 80px;
}

.content-main-custom { 
/* 	margin-top: 80px; */
/* 	padding-top: 70px; */
/* 	position:absolute; */
/* 	top: 140px; */
}

.select2-container .select2-selection--single {
	border: 1px solid #ccc;
	padding: 6px;
	border-radius: 0px;
	color: #555;
	height: 34px;
}

.dropdown-menu{
    left: unset;
    right: 0;
    width: 250px;
    min-height: 262px;
}
.dropdown-menu .user-header{
	text-align: center;
	height: 210px;
	background-color: #ffffff !important;
}
.dropdown-menu .user-footer{
	padding: 5px;
}

#map{ width:700px; height: 500px; }
ol.waste{
	list-style-position: outside;

}
ul.waste{
	list-style-type: none;
	padding-left: 0px;
}
label{
	font-weight: 300;
}
.table-no-border {
	border: none;
}
.table-no-border .table > tbody > tr > td{
	border: none;
}
.form-control.star {
	width: 95%;
	display: inline;
}
.form-control.location {
	width: 50%;
	display: inline;
}
.f_left{
	float: left;
}
.f-right{
	float: right;
}
.border{
	border: 1px solid #eee;
	width: 99%;
	padding-top: 10px;
	margin-bottom: 10px;
}
.m-20{
	margin-right: 20px;
}
.m-b-10{
	margin-bottom: 10px;
}

.system-sidebar {
/* 	background: url(../km_back/images/bg-menu.jpg); */
	background-size: cover;
	background-position: center center;
	display: block;
	width: 100%;
	height: 100%;
}
.sidebar-menu > li {
	border-bottom: 1px solid #2D6A4F;
}
.system-sidebar:before {
	background: #1B4332;
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 1;
}
.skin-green-light .sidebar a{
	color: #ffffff;
}
.skin-green-light .sidebar-menu > li > a {
	border-left: 3px solid transparent;
	font-weight: 500;
	font-size: 17px;
}
.skin-green-light .sidebar-menu > li:hover > a, .skin-green-light .sidebar-menu > li.active > a{
	color: #ffffff !important;
	background: #0c3319 !important;
	border-left-color: #018548 !important;
}
.skin-green-light .sidebar-menu .treeview-menu > li > a {
	color: #ffffff;
}
.skin-green-light .sidebar-menu .treeview-menu > li > a:hover {
	color: #1B4332;
	font-style: italic;
}
.skin-green-light .sidebar-menu > li > .treeview-menu {
	background: #40916C;
}
.treeview-menu > li > a {
	padding: 5px 5px 5px 15px;
	display: block;
	font-size: 16px;
}

.panel-green {
  border-color: #1B4332;
  border-radius: 10px 10px 10px 10px;
}
.panel-green > .panel-heading {
  color: #fff;
  background-color: #1B4332;
  border-color: #1B4332;
  border-radius: 6px 6px 0px 0px;
}
.panel-green > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1B4332;
}
.panel-green > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-green > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1B4332;
}
.padding-set {
	padding-left: 8%;
	padding-right: 8%;
}
.box-footer{
	border-top: 1px solid #dadada;
}
.skin-green-light .sidebar-menu > li.header {
	background: #52B788;
}
.skin-green-light .content-header {
	background: #52B788 !important;
}
.skin-green-light .main-header .logo {
	background-color: #2D6A4F;
}
.skin-green-light .main-header .logo:hover {
	background: #0c3319 !important;
}
.skin-green-light .main-header .navbar {
	background-color: #2D6A4F;
}
.skin-green-light .main-header .navbar .sidebar-toggle:hover {
	background-color: #0c3319;
}
.skin-green-light .table>tbody>tr.info>th {
	background: #40916C;
	color: #ffffff;
}
.skin-green-light .table-hover>tbody>tr.info:hover>th {
	background: #2d7353;
}
.skin-green-light .table>tbody>tr.info>th a {
	color: #ffffff;
}
.skin-green-light .table>tbody>tr.info>th a:hover {
	color: #ffffff;
}
.box {
	border-radius: 6px;
}
.box.box-primary {
	border-top-color: #018548;
}
.box.box-primary .box-header{
	background: #1B4332;
	color: #ffffff;
	border-radius: 3px;
}
.level {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  font-size: 13px;
  text-align: center;
  justify-content: center;
  width: 100%;
  padding-top: 20px;
}
.level .item {
  display: block;
  opacity: 0.5;
  color: #000000;
}
.level .item.active {
  opacity: 1;
  position: relative;
}
.level .item.active::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #848484;
  top: -6px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.level .item.lower {
  background-color: #FF1212;
}
.level .item.low {
  background-color: #FFAF37;
}
.level .item.medium {
  background-color: #FAFF00;
}
.level .item.high {
  background-color: #ABF291;
}
.level .item.higher {
  background-color: #74C69D;
}