@font-face {
	@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;400;600&display=swap');
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200 !important;
	font-size: 75% !important;
}

input:not([type="checkbox"]):not([type="radio"]) {
	filter: none;
	height: 30px !important;
	line-height: 30px !important;
	font-size: 12px !important;
	font-weight: 200 !important;
}

.hide {
	display: none !important;
}

.pointer {
	cursor: pointer;
}

.no-shadow {
	box-shadow: none;
}

.position-sticky {
	top: 75px;
}

.login-page {
	background-image: url(../gfx/eco_bkg.jpg);
	background-position: center center;
	background-size: cover;
}

.login-brand {
	height: 30px;
}

.layout-navbar-fixed.text-sm .wrapper .content-wrapper {
	margin-top: calc(2.93725rem + 10px);
}

.layout-navbar-fixed.layout-fixed.text-sm .wrapper .sidebar {
	margin-top: 0;
}

#particles-js {
	background-image: url('');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
}

.main-header {
	background-color: #CCC !important;
	border-bottom: 1px solid #AAA;
}

.layout-fixed .main-sidebar,
.main-sidebar {
	right: 0;
	left: auto;
	background-color: #BBBBBB !important;
}

.sidebar-mini.sidebar-collapse .main-sidebar,
.sidebar-mini.sidebar-collapse .main-sidebar::before {
	display: none;
}

body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper,
body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer,
body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
	margin-left: 0;
	margin-right: 250px;
}

.sidebar-mini.sidebar-collapse .content-wrapper,
.sidebar-mini.sidebar-collapse .main-footer,
.sidebar-mini.sidebar-collapse .main-header {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.brand-link.text-sm .brand-image,
.text-sm .brand-link .brand-image {
	height: 17px;
}

.dark-mode .btn-primary,
.dark-mode .btn-primary:focus,
.dark-mode .btn-primary:active,
.dark-mode .btn-primary:not(:disabled):not(.disabled).active,
.dark-mode .btn-primary:not(:disabled):not(.disabled):active,
.show>.dark-mode .btn-primary.dropdown-toggle {
	background-color: #EBD805;
	border-color: #EBD805;
	color: #343a40;
}

.dark-mode .card-primary .card-outline {
	border-top: 3px solid #BBBBBB !important;
}

.dark-mode .btn-primary:hover {
	background-color: #d2c104;
	border-color: #d2c104;
	color: #343a40;
}

.user-panel .image {
	flex-grow: 1;
}

.user-panel .image {
	flex-grow: 1;
}

.user-panel .image .img {
	display: block;
	width: 40px;
	height: 40px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: #95bbdf;
	background-image: url(../images/default-2.png);
}

.user-panel .info {
	flex-grow: 9;
	color: #212529;
}

.user-panel .info a,
.user-panel .info a:hover {
	color: #212529;
}

.user-panel .logout {
	flex-grow: 1;
	display: inline-block;
	padding: 0 .2rem;
	text-align: center;
}

.user-panel .logout a {
	/*color: #EBD805;
	text-shadow: 0 0 8px #57616b;*/
	font-size: 16px;
	line-height: 33px;
}

.user-panel .logout a:hover {
	/*color: #d2c104;*/
}

a.hamburger-menu {
	color: #212529;
}

.media {
	align-items: center;
}

.media i {
	font-size: 1rem;
}

/* MENU DROPDOWN */
.menu-desktop {}

.menu-desktop ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	text-align: center;
}

.menu-desktop ul li {
	display: inline-block;
	border-radius: 5px;
	padding-left: 2px;
	padding-right: 2px;
}

.menu-desktop>ul>li:not(.brand):hover {
	background-color: #EBD805;
}

.menu-desktop ul ul {
	display: none;
	position: absolute;
}

.menu-desktop ul li:hover>ul {
	display: inherit;
}

.menu-desktop ul ul li {
	text-align: left;
	border-radius: 0;
	width: 200px;
	left: -75px;
	/* half of your width 210/2 = 105 */
	float: none;
	display: block;
	position: relative;
	background-color: #BBBBBB;
	border-left: 1px solid #858585;
	border-right: 1px solid #858585;
}

.menu-desktop ul ul li:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top: 1px solid #858585;
	padding-top: 5px;
}

.menu-desktop ul ul li:first-child:hover {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top: 1px solid #858585;
	padding-top: 5px;
}

.menu-desktop ul ul li:last-child {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom: 1px solid #858585;
	padding-bottom: 5px;
}

.menu-desktop ul ul ul li {
	top: -36px;
	left: 100%;
}

/* Links */
.menu-desktop a {
	display: block;
	padding: 8px 15px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 200 !important;
	word-wrap: break-word;
}

.menu-desktop a:first-child {
	display: block;
	padding: 8px 15px;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	word-wrap: break-word;
}

.menu-desktop a:not(.brand):hover,
.dark-mode .menu-desktop a:not(.btn):hover {
	color: #000;
	background-color: #EBD805;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.menu-desktop ul a:not(:first-child):hover {
	color: #000;
	background-color: #EBD805;
	border-radius: 0 !important;
}


.menu-desktop li li a:hover,
.dark-mode .menu-desktop li li a:not(.btn):hover {}

td.actions {
	text-align: center;
}

td.actions a {
	margin: 0 2px;
}

td.action-2 {
	width: 100px;
}

td.order {
	width: 50px;
	text-align: center;
}

/* JOP Remove Google Maps Logo (API v3) */
.gm-style-cc {
	display: none !important;
}

.gm-style a[href^="https://maps.google.com/maps"] {
	display: none !important;
}

/* JOP Remove Google Maps Logo (API v3) */

/* SCROLLER DATETABLE */

div.dts div.dataTables_scrollBody,
div.DTS tbody tr {
	background: none;
}

div.dts div.dataTables_scrollBody {
	border-top: 1px solid #8696a4 !important;
}

/* END SCROLLER DATETABLE */

.table td,
.table th {
	padding: 8px;
	vertical-align: middle;
}

.table th {
	font-weight: 600;
	border-bottom: 1px solid #000;
}

.table tbody tr:hover {
	background-color: #e7f2ff;
}

.table tbody td {
	border-bottom: 1px solid #e5eaec;
}

table.dataTable>thead .sorting::before,
table.dataTable>thead .sorting::after,
table.dataTable>thead .sorting_asc::before,
table.dataTable>thead .sorting_asc::after,
table.dataTable>thead .sorting_desc::before,
table.dataTable>thead .sorting_desc::after,
table.dataTable>thead .sorting_asc_disabled::before,
table.dataTable>thead .sorting_asc_disabled::after,
table.dataTable>thead .sorting_desc_disabled::before,
table.dataTable>thead .sorting_desc_disabled::after {
	bottom: 0.2em;
}

.location_icon {
	width: 1rem;
	height: auto;
}

#tabla {
	user-select: none;
}

#tabla tbody tr:hover {
	cursor: pointer;
}

#bulkContainer>* {
	margin: 0.25rem;
}

#bulkContainer>select {
	width: 150px;
	font-size: 0.875rem;
}

#tabla_filter .filter_list {
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #ccc;
}

#tabla_filter select.field_filter {
	width: auto;
	margin-left: 0.5em;
}

.text-sm .btn {
	padding: .200rem .375rem;
}

.text-sm .actions .btn {
	padding: 0 .2rem;
}

.form-group .text-help {
	background-color: #e12e1c;
	color: white;
	display: inline-block;
	margin-top: 5px;
	border-radius: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

.form-group label {
	color: #255999
		/*#d2c104*/
	;
}

th.dt-head-center {
	text-align: center;
}

td.dt-center {
	text-align: center;
}

.img-mini {
	height: 30px;
	width: auto;
}

.color-placeholder {
	padding: 1px 4px;
	border-radius: 2px;
	width: 25px;
	height: 25px;
	overflow: hidden;
	display: block;
}

.color-placeholder-text {
	padding: 2px 4px;
	border-radius: 2px;
}

.icon-middle {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/******************* GIS *******************/

#map {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100vw - 250px);
	height: 100vh;
}

#map-device {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 2rem);
	height: calc(100% - 2rem);
	margin: 1rem;
}

body.sidebar-collapse #map {
	width: 100%;
}

.device-type {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.device-type .title {
	margin: 12px 10px 8px 10px;
	border-bottom: 1px solid #333333;
	font-size: 1rem;
	padding-bottom: 13px;
}

.device-element {
	cursor: pointer;
	display: flex;
	flex-direction: row;
	margin: 5px 10px;
	align-items: center;
	border-radius: 5px;
	position: relative;
}

.device-element i {
	flex-grow: 1;
	text-align: right;
	font-size: 1rem;
}

.device-element[data-active="on"] i {
	color: rgba(78, 115, 223, 1)
}

.device-element[data-active="off"] i {
	color: #666;
}

.device-element div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
}

.device-element div i,
.device-element div img {
	width: auto;
	height: 1.8rem;
	margin: 5px;
}

.device-element span {
	flex-grow: 9;
}

.device-groups {
	cursor: pointer;
	display: none;
	flex-direction: column;
	margin: 5px 10px;
}

.device-groups.active {
	display: flex;
}

.device-groups>div {
	margin-left: 50px;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}

.device-groups .groups-color {
	width: 20px;
	height: 0;
	margin-right: 5px;
	padding-top: 20px;
	overflow: hidden;
	border-radius: 100%;
}

.infowindow-custom {
	color: #666666;
}

.loading-infowindow {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding: 10px;
}

.loading-infowindow i {
	flex-grow: 1;
	font-size: 2.5rem;
}

.loading-infowindow span {
	margin-top: 10px;
	flex-grow: 9;
	font-size: 1rem;
}


.loader-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	background-color: rgba(37, 44, 60, .5);
	z-index: 999999;
}

.loader,
.loader:before,
.loader:after {
	background: #ffffff;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 1em;
	height: 4em;
}

.loader {
	color: #ffffff;
	text-indent: -9999em;
	margin: 88px auto;
	position: relative;
	font-size: 11px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.loader:before,
.loader:after {
	position: absolute;
	top: 0;
	content: '';
}

.loader:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.loader:after {
	left: 1.5em;
}

@-webkit-keyframes load1 {

	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em;
	}

	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}

@keyframes load1 {

	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em;
	}

	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}


/*** INT PHONE MASK ***/

.iti__flag {
	background-image: url("../vendor/intl-tel/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.iti__flag {
		background-image: url("../vendor/intl-tel/img/flags@2x.png");
	}
}

/*
.iti__country-list{
	background-color: #343a40 !important;
	border-color: #6c757d !important;
}*/

.profile-user-img-custom {
	display: block;
	width: 150px;
	height: 150px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: #95bbdf;
	background-image: url(../images/default-2.png);
}

.profile-user-img-custom.mini {
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

ul.treeview {
	padding: 0;
	margin-left: 10px;
}

ul.treeview label {
	color: #000;
	font-weight: 200 !important;
	margin-bottom: 0 !important;
}

ul.treeview input[type="checkbox"] {
	margin-right: 10px;
}

ul.treeview,
.treeview ul {
	list-style: none;
}

.treeview ul {
	padding-left: 15px;
	margin-left: 7px;
	border-left: 1px dotted #ccc;
	margin-bottom: 2px;
}

.treeview li {
	padding-bottom: 5px;
}

.card-map {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
	margin: 20px;
	margin-bottom: 20px;
	position: fixed;
	top: 47px;
	right: 240px;
	margin-bottom: 50px;
	transition: all .2s ease-in-out;
	width: 35rem;
	border-radius: 8px;
	overflow: hidden;
	z-index: 3;
	border: none;
	background-color: #fff;
	bottom: 0;
}

body.sidebar-collapse .card-map {
	right: -10px;
}

.card-map.collapsed {
	bottom: auto;
}

.card-map .card-collapse i.fa-plus {
	display: none;
}

.card-map.collapsed .card-collapse i.fa-minus {
	display: none;
}

.card-map.collapsed .card-collapse i.fa-plus {
	display: block;
}

.card-map.collapsed .card-body {
	display: none;
}

.card-map .card-close,
.card-map .card-collapse,
.card-map .card-lights-off,
.card-map .card-collapse,
.card-map .card-cone-visibility,
.card-map .card-groups {
	position: absolute;
	cursor: pointer;
	right: 12px;
	top: 12px;
	font-size: 75%;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	text-align: center;
	border-radius: 100%;
	color: #f4f6f9;
	background-color: #303235;
	z-index: 1;
}

.card-map a.card-close:hover,
.card-map a.card-collapse:hover {
	color: #f4f6f9;
}

/*
.card-close {
	font-size: 75% !important;
	height: 20px !important;
	width: 20px !important;
	right: 12px !important;
	top: 10px !important;
}
*/

.card-map .card-collapse {
	right: 40px;
}

.card-map .card-lights-off {
	right: 80px;
	width: auto;
	padding: 0 10px;
	border-radius: 5px;
	background-color: #ffc107 !important;
	color: #303235;
}

.card-map .card-cone-visibility {
	right: 155px;
	width: auto;
	padding: 0 10px;
	border-radius: 5px;
	background-color: #ffc107 !important;
	color: #303235;
}

.card-map .card-groups {
	right: 255px;
	width: auto;
	padding: 0 10px;
	border-radius: 5px;
	background-color: #ffc107 !important;
	color: #303235;
}

.card-map .card-lights-off i,
.card-map .card-cone-visibility i,
.card-map .card-groups i {
	margin-right: 5px;
}

.card-map .card-body {
	overflow: auto;
}

#card-loading {
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #bbbbbb;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #bbbbbb transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}

@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.odd:hover .even:hover {
	background-color: #dddddd !important;
}

#degree .rs-handle {
	background-color: transparent;
	border: 6px solid transparent;
	border-right-color: #000;
	margin: -6px 0 0 4px !important;
}

#degree .rs-border {
	border: none;
}

#degree .rs-handle:before {
	display: block;
	content: " ";
	position: absolute;
	height: 8px;
	width: 8px;
	background: #000;
	right: -4px;
	bottom: -4px;
	border-radius: 100%;
}

#degree .rs-handle:after {
	display: block;
	content: " ";
	width: 30px;
	position: absolute;
	top: -1px;
	right: 0px;
	border-top: 2px dotted #000;
}

#degree .rs-range-color {
	background-color: #159f9e;
}

#degree .rs-path-color {
	background-color: #159f9e;
}

.swal-height .swal2-content {
	height: 60vh;
}

.swal-height .swal2-html-container {
	width: 100%;
	height: 100%;
}

.ractive {
	color: rgba(78, 115, 223, 1) !important;
}

.rinactive {
	color: #666 !important;
}

.main-view {
	background: transparent !important;
	background-color: transparent !important;
}

#fslogos {
	position: absolute;
	right: 32px;
	top: 16px;
	width: 240px;
	height: 64px;
	display: none;
	z-index: 999999;
}

[monospace] {
	font-family: monospace !important;
}

[inlinesel] {
	line-height: 32px;
	height: 32px;
	padding: 4px 8px 4px 8px !important;
}

[inlinebutton] {
	line-height: 32px;
	height: 32px;
	padding: 0px 24px 0px 24px !important;
	background-color: #ddd;
	border-radius: 5px;
	border: 1px solid #ccc;
	min-width: 105px;
}

[inlinebutton]:hover {
	background-color: #ccc;
}

.btn {
	padding-left: 12px !important;
	padding-right: 12px !important
}

[grrow] {
	line-height: 24px;
}

[grrow]:hover,
.grrowselected {
	background-color: #999;
	color: white;
	border-radius: 4px
}

.stats_simple {
	position: relative;
	float: left;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #666;
	/*
	min-width: 260px;
	min-height: 120px;
	*/
	width: 100%;
}

.stats_simple #map {
	position: relative;
}

.stats_333 {
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #666;
	width: 100%;
	min-height: 240px;
	height: 100%;
}

.stats_33 {
	position: relative;
	float: left;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #666;
	min-width: 30vw;
	min-height: 240px;
}

.s50 {
	min-height: 120px;
}

.s60 {
	font-size:
		30px;
}

.map {
	min-height: 120px;
	min-height: 600px;
}

.dotMap {
	max-width: 100%;
	max-height: 510px;
}

.stats_remaining {
	float: none !important;
	overflow: hidden;
}

input[type="datetime-local"] {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	outline: none;
}

.ldIcon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.no-data {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.form-control:not(select, textarea) {
	height: 1.90rem;
}

.form-check {
	line-height: 1.7rem;
}