#full-loader {
	height: 100%;
	width: 100%;
	position: fixed;
	background: #fff;
	z-index: 10;
	opacity: 0.7;
}
.required > label:after {
	content: ' *';
	color: #f40808;
}
.grid-view .form-control {
	height: 32px;
	padding: 3px 6px;
}

.help-block {
    color: #e74a3b;
    font-size: 12px;
}

.modal-header {
	display: block !important;
	position: relative;
}
.modal-header .close {
	position: absolute;
	top: 30%;
	right: 4%;
}
.modal-header .header-text {
	text-align: center;
}
/*To make background blur, page must be enclosed in class "wrap"*/
body.modal-open .breadcrumbs, body.modal-open #wrapper {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.breadcrumb {
	background-color: transparent !important;
	font-size: 14px;
}

/*Select2*/
.select2-container {
	width: 100% !important;
}
.select2-container--default .select2-selection--single {
	display: block !important;
	width: 100%;
	height: calc(1.5em + .75rem + 2px) !important;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #6e707e;
	background-color: #fff !important;
	background-clip: padding-box;
	border: 1px solid #d1d3e2 !important;
	border-radius: .35rem !important;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 6px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6e707e !important;
}
.select2-container--default .select2-selection--multiple {
	padding-bottom: 0px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #d1d3e2;
}
/*Select2*/

.custom-radio {
	display: inline !important;
}

.btn, .card {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}
.modal-content .btn {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.table thead th, .table thead td {
	border-top: none;
	border-bottom: none !important;
}


.hasloader {
	position: relative;
}
.loader {
	display: none;
}
.loader-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 10;
	top: 0;
	left: 0;
	opacity: 0.7;
}
.loader-text {
	position: absolute;
	z-index: 100;
	left: 40%;
	top: 40%;
	font-size: 150%;
}
table, td {
  font-weight: 300;
	font-size:13px;
	/* text-align: center; */
}
th {
	color:#4e77e1;
}
.topbar {
    height: 2.375rem;
}
/* .bg-gradient-success {
    background-color: #7cab4b !important;
    background-image: linear-gradient(180deg,#7cab4b 10%,#538419 100%) !important;
} */

.bg-whites {
    background-color: #5e2b2bad !important;
}
.bg-gradient-success {
    background-color: #7cab4b !important;
    background-image: linear-gradient(
    180deg,#5f6dd5 10%,#585a6c 100%) !important;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item.active, .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
	color: #ffffff !important;
}
/* .btn-primary {
    background-color: #7cab4b !important;
    border-color: #7cab4b !important;
} */
.sidebar-dark .nav-item .nav-link i, .sidebar-dark .nav-item .nav-link {
    /* color: rgba(255,255,255,.9) !important; */
		color: #9dbeb7 !important;
}
.breadcrumb {
	padding: 3px 0 !important;
}
#accordionSidebar {
    padding: 0 8px;
}
li.nav-item.side.active > .nav-link {
    color: #ffffff !important;
	font-weight: 600;
}

li.nav-item.side > .nav-link {
    color: #ffffff !important;
}
.nav-item.side.active {
	/* background-color: #efe5d5; */
	border-radius: 8px;
}
.sidebar .nav-item .nav-link[data-toggle="collapse"].collapsed::after, .sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after {
	margin-top: 8px;
}
.table-bordered td, .table-bordered th {
	color: #04101e;
}
.priority {
    margin-left: 4px;
    padding: 3px 6px;
}
.priority a {
    color: #ccc;
    transition: 0.3s;
}
.priority a:hover {
    color: #000;
    transition: 0.3s;
}
.move {
    cursor: pointer;
}

/* map  */
.map-border {
	border: thin solid #ded0d0;
	padding: 3px;
	border-radius: 5px;
  }
  #map-canvas {
	width: auto;
	height: 500px;
  }
  
  #info {
	color: #222;
  }
  
  .lngLat {
	color: #fff;
	margin-bottom: 5px;
  }
  .lngLat .one {
	padding-left: 250px;
  }
  .lngLat .two {
	padding-left: 34px;
  }
  
  #clipboard-btn {
	float: left;
	margin-right: 10px;
	padding: 6px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
  }
  
  .lngLat {
	font-family: arial, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	width: 270px;
  }
/* map end    */