@font-face {
font-family: 'Rotis';
		 src: url('/resources/fonts/rotis.ttf') format('truetype'),
		 url('/resources/fonts/rotis.woff') format('woff');
	 }
* {
	font-family: 'Rotis', sans-serif;
	font-weight: 300;
}

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

.hide{
	display: none;
}

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

.position-sticky{
	top: 75px;
}

.login-page{
	background-image: url(../gfx/eco_bkg.jpg?t=1);
	background-position: center center;
	background-size: cover;
}
.login-box .card-header span{
	color: #495057;
	display: block;
	text-align: center;
	font-size:2rem;
}
.login-brand{
	height: auto;
	width: 50%;
}

.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: #AAAAAA !important;
	border-bottom: 1px solid #888;
}

.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: 20px;
	line-height: 33px;
}

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

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

.media{
	align-items: center;
}

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

/* 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: 150px;
  	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: 14px;
	word-wrap: break-word;
}
.menu-desktop a:first-child {
	display: block;
	padding: 8px 15px;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	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 {

}

.menu-desktop li img{
	vertical-align: bottom;
}

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: 4px;
	vertical-align: middle;
}

.table th{
	font-weight: bold;
	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;
}

#bulkContainer > *{
	margin: 0.5rem;
}

#bulkContainer > select{
	width: 150px;
}

.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:100vw;
}

.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: 1.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;
}

/*** 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: 300 !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;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{
	height: 1.90rem;
}
.form-check{
	line-height: 1.7rem;
}
