html,body{
	height: 100%;
}

box-body.index,
body:not(.background){
    height: 100%;
    background: #000;
}

a{
	color: #FFF;
}

select{
	border: 1px solid #CCC;
}

.table{
	color: #000;
}

.selectGrafico{
	max-width: 180px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	background: #555;
	color: #F0F0F0;
}

.wrapper{
	padding-bottom: 30px;
	color: #FFF;
	overflow: auto;
}

.navbar{
	width: 100%;
	height: 95px;
	text-align: center;
}

.form-group.designIDSelector, .form-group.deviceIDSelector{
	min-width: 150px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover{
	border-bottom-color: #ddd;
	background: #d10202;
	color: #FFF;
}

.text-red{
	color: red;
}

.text-green{
	color: green;
}

.main-footer{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 35px;
	z-index: 100;
	background: #000;
	color: #adacab;
	padding: 5px 10px;
}

#menu2 span{
	display: inline-block;
	padding: 0 15px;
}

#menu2 span a{
	height: 30px;
	width: 45px;
	color: red;
}

#menu2 span a.black{
	color: #707070 !important;
}

#menu2 span.select2, #menu2 span.selection, #menu2 span.select2-selection{
	display: block;
}

#app.fullscreen{
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	bottom: 0;
	background: #000;
	z-index: 1039;
}

.nowstatusLogo{
	text-align: center;
	padding-bottom: 5px;
}

.fullscreen .nowStatus_main, .fullscreen .nowStatus_main2{
	background: #000;
}

td a{
	color: #000;
}

.content{
	padding: 0;
}

.content-wrapper:before{
	content: " ";
	display: block;
	clear: both;
}

.background{
	background: url("../images/background.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.form-content.form-login{
	text-align: left;
}

.login-logo a{
	/* background: url("../images/logo_extended.png") no-repeat top left; */
	display: block;
	width: 358px;
	height: 110px;
}

.login-note{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 5px;
	font-size: 0.9em;
	color: #707070;
}

.login-presentation{
	position: absolute;
	top: 50%;
	right: 50px;
	width: calc(100% - 550px);
	margin-top: -50px;
	border: 1px solid #444;
	background: #F0F0F0;
	padding: 20px;
}

#loggedOut{
	position : absolute;
	top : 0;
	opacity : 0.5;
	background: black;
	z-index: 9999999998;
}

#loggedOutMessage{
	position: absolute;
	top: 150px;
	left: 50%;
	width: 500px;
	height: 130px;
	margin-left: -250px;
	padding: 10px;
	text-align: center;
	background: #555;
	color: #FFF;
	z-index: 9999999999;
	font-size: 1.5em;
}

#loggedOutMessage a{
	font-weight: bold;
}

#menu{
	border: 1px solid #000;
	border-radius: 3px;
	margin: 5px auto;
	overflow-x: auto;
	overflow-y: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

::-webkit-scrollbar-track {
	border: 0 solid #d10202;
}

::-webkit-scrollbar-thumb {
	border: 0 solid #d10202;
}

.navbar-nemu i{
	 opacity: 0.9;
}

.navbar-nemu{
	list-style: none;
	padding: 0;
	margin: 0;
}

.menuSlider{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 49
}

.menuContainer{
	float: left;
	overflow: hidden;
	height: 85px;
	position: relative;
	padding: 0 30px;
}

.menumenu{
	overflow: hidden;
	position: absolute;
	left: 30px;
	right: 30px;
	height: 100%;
}

.menuContainer .arrow{
	position: absolute;
	top: 50%;
	margin-top: -15px;
	color: #FFF;
	z-index: 50
}

.menuContainer .arrow.menuPrev{
	left: 0;
}

.menuContainer .arrow.menuNext{
	right: 0;
}

.menuContainer .arrow .fa, .menuContainer .arrow .fas, .menuContainer .arrow .far{
	font-size: 30px;
}

.navbar-nemu li{
	text-align: center;
	padding:0 8px;
	margin: 0;
}

.main-header .col-xs-2{
	padding: 0;
}

.main-header .logo{
	padding: 0;
	padding-top : 10px;
	text-align: center;
}

.main-header .logo a{
	display: block;
	text-align: center;
}

.main-header .logo img{
	max-width: 100%;
	height: auto;
}

.navbar-nemu li a{
	display: block;
	padding:0;
	margin: 0;
	color: #dcdcdc;
	text-decoration: none;
}

.navbar-nemu li a:hover, .navbar-nemu li a:active, .navbar-nemu li a:focus{
	text-decoration: none;
	color: #FFF;
}

.navbar-nemu li{
	margin: 10px 20px;
	text-align: center;
	width: 60px;
}

.navbar-nemu li a.module, .navbar-nemu li.appAlerts a{
	width: 50px;
	height: 50px;
	padding: 10px 0;
	overflow: hidden;
	background-size: contain;
	line-height:1.1em;
	color: #FFF;
	background-color: #F93535;
	text-transform:uppercase;
	font-size: 12px;
	text-shadow: 1px 1px #000;
	background-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: center;
	-webkit-mask-position: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: stretch;
	align-content: stretch;
	margin: 0 auto;
}

.navbar-nemu li a.module:hover, .navbar-nemu li.appAlerts:hover a:hover{
	background-color: #ffac7c;
}

.navbar-nemu li i.fa, .navbar-nemu li i.fas, .navbar-nemu li i.far{
	font-size:45px;
	display: block;
	margin-bottom: 3px;
	opacity: .85;
}

.navbar-nemu li span, .navbar-nemu li.appAlerts span{
	font-size: 13px;
}

.navbar-nemu li a.logout{
	width: 75px;
	height: 90px;
	padding: 10px 0;
	overflow: hidden;
	background-size: contain;
	line-height:1.1em;
	color: #BF0000;
	text-shadow: 1px 1px #000;
	text-transform:uppercase;
	font-size: 12px;
}

.navbar-nemu li a.module:hover, .navbar-nemu li a.module.current{
	color: #eeeeef;
	text-shadow: none;
}

#loadingApp{
	position: absolute;
	z-index: 999999;
	background: red;
	opacity: 0.4;
	width: 100%;
	height:100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

#loadingAppImg{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -100px;
	z-index: 9999999;
}

.templates{
	display: none;
}

.vspacer{
	padding: 10px 0;
}

.textleft{
	text-align: left;
}

.textright{
	text-align: right;
}

.textcenter{
	text-align: center;
}

.tagslist{
	height: 300px;
	overflow: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

.widgetTitle{
	font-size: 1.2em;
	font-weight: bold;
}

.widgetContent{
	min-height: 270px;
	position: relative;
}

.widgetContainer.big .widgetContent{
	height: 450px;
	max-height: 450px;
}

.alarmsWidget .widgetContent{
	overflow: auto;
}

.widgetContent .flot-x-axis .flot-tick-label, .graficoTrendContainer .flot-x-axis .flot-tick-label, .view .flot-x-axis .flot-tick-label{
    white-space: nowrap;
    transform: translate(-9px, 0) rotate(-45deg);
    text-indent: -100%;
    transform-origin: top right;
    text-align: right !important;
}

.view .body .flot-x-axis .flot-tick-label, .miniTrendContainer .flot-x-axis .flot-tick-label{
	transform: translate(-9px, 0) rotate(-20deg);
}

.tagslist .tagsmanager_tag{
	padding: 0 1px;
	margin: 0;
	min-height: 0;
	position: relative;
}

.tagslist .tagsmanager_tag:hover{
	background: #F0F0F0;
	color: #000;
}

.tagslist .tagsmanager_tag:hover a{
	color: #000;
}

.tagsnameVisibility{
	max-height: 350px;
	overflow: auto;
}

.tagsmanager_block .box{
	height: 470px;
}

.vinculo{
	display: inline-block;
	padding-left: 3px;
	border: 1px solid #FFF;
	border-radius: 2px;
	margin: 3px 3px 0 0;
}

.vinculo a{
	display: inline-block;
	padding: 2px;
	margin: 0 0 0 5px;
	background: #FFF;
}

.vinculo a .fa, .vinculo a .fas, .vinculo a .far{
	color: #000;
}

.circle{
	display: inline-block;
	border-radius: 50px;
	width: 20px;
	height: 20px;
}

.circle.green{
	background: green;
}

.circle.red{
	background: #DB0000;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered{
	max-height: 50px;
	overflow: auto;
}

.sort.asc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  content:"";
  position: relative;
  top:13px;
  right:-5px;
}

.sort.desc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  content:"";
  position: relative;
  top:-10px;
  right:-5px;
}

.sort:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content:"";
  position: relative;
  top:-10px;
  right:-5px;
}

.dropdown-menu{
	border-color: #111;
	background-color: #111;
	z-index: 99999;
}

.dropdown-menu li{
	padding: 0 10px;
	border-bottom: 1px solid #555;
	color: #FFF;
	background-color: #111;
}

.dropdown-menu li label{
	color: inherit;
}

.tagsPermissions{
	overflow: auto;
}

.tagsPermissions label, .usersSettings label{
	font-weight: normal;
	font-size: .9em;
	color: #FFF;
}

.box .note, .setPeriodic .note, .pnote{
	color: #E0E0E0;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

.box-body{
	color: #FFF;
}

.box-body .list-group-item, .box-body .list-group-item span, .box-body .list-group-item a{
	color: #FFF;
}

.box-body .list-group-item.current{
	color: #000;
}

.box.device{
	float: left;
	width: 32.6%;
	margin: 0 0.3%;
	margin-bottom: 10px;
	background: #006e2e;
	color: #FFF;
	font-size: 13px;
}

#dashboardContainer{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.widgetContainer{
	vertical-align: top;
	width: 32.6%;
	margin: 0 0.3%;
	margin-bottom: 10px;
	position: relative;
	border-radius: 8px;
	box-shadow: 0 0 3px #777;
}

.widgetContainer.miniTrendContainer{
	border: 1px solid #FFF;
}

.widgetContainer.big{
	width : 65.7%;
}

.globalWidgetDlg .widgetContainer{
	float: none;
	width: 100%;
}

.box.widget{
	background: #006e2e;
	color: #FFF;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.box.widget.gmap, .box.widget.alarmsWidget{
	background: #000;
}

.box.widget .box-body{
	min-height: 180px;
}

.widgetContainer.big .widget{
	height: 620px;
}

.box{
	position: relative;
}

.box.box-none .box-header{
	padding: 5px 5px 10px 5px;
	color: #FFF;
	position: relative;
}

.searchbox{
	position: absolute;
	bottom: 0;
	right: auto;
}

.box.box-none .box-footer{
	background: #006e2e;
	color: #FFF;
}

.box.box-none .tagsnameVisibility{
	color: #000;
}

.box.box-none a{
	color: #FFF;
}

.box a:hover{
	color: #888;
}

.tagdescription{
	display: block;
	cursor: default;
	margin-right: 90px;
}

.tagvalunit{
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	text-align: right;
}

.tagvalunit span{color: #FFF;}

.box-title{
	color: #FEFEFE;
}

.box form{
	color: #FFF;
}

.box label{color: #FFF;}

.box.box-none{
	padding-top: 3px;
	border-radius: 7px;
	border-top-color: transparent;
	-webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.31);
	-moz-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.31);
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.31);
}

.box.box-none .box-header{
	position: relative;
	min-height : 50px;
}

.box.box-none .box-header strong.alias{
	padding-right: 75px;
}

.box.box-none .box-header .tools{
	position: absolute;
	top: 3px;
	right: 3px;
}

.box.box-none .box-body{
	padding: 0;
}

.hasAlarm, .hasAlarm .tag, .hasAlarm .tag a{
	color: #FFF;
	text-shadow: 0 1px #666;
}

.hasAlarm .tag a:hover{
	color: #F9F9F9;
	text-shadow: 0 1px #666;
}

a.btn-default{
	color: #000;
}

.btn-black {
  color: #fff;
  background-color: #1a2226;
  border-color: #222d32;
}

.btn-black:focus,
.btn-black.focus {
  color: #fff;
  background-color: #7E8B91;
  border-color: #000;
}

.btn-black:hover {
  color: #fff;
  background-color: #7E8B91;
  border-color: #000;
}

.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  color: #fff;
  background-color: #7E8B91;
  border-color: #000;
}

.btn-black:active:hover,
.btn-black.active:hover,
.open > .dropdown-toggle.btn-black:hover,
.btn-black:active:focus,
.btn-black.active:focus,
.open > .dropdown-toggle.btn-black:focus,
.btn-black:active.focus,
.btn-black.active.focus,
.open > .dropdown-toggle.btn-black.focus {
  color: #fff;
  background-color: #7E8B91;
  border-color: #000;
}

.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  background-image: none;
}

.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black,
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled.focus,
.btn-black[disabled].focus,
fieldset[disabled] .btn-black.focus,
.btn-black.disabled:active,
.btn-black[disabled]:active,
fieldset[disabled] .btn-black:active,
.btn-black.disabled.active,
.btn-black[disabled].active,
fieldset[disabled] .btn-black.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-black .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn.active{
	-moz-box-shadow:    inset 0 0 15px #CCC;
	-webkit-box-shadow: inset 0 0 15px #CCC;
	box-shadow:         inset 0 0 15px #CCC;
}

.ui-dialog .select2-container{
	width: 100% !important;
	z-index: 9999;
}

.select2-container .select2-selection--single{
	padding: 5px;
	height: 34px;
	border-color: #d2d6de;
	width: 100% !important;
}

#graphContainer, #graphContainer2{
	height: 95%;
	font-family: arial;
}

.jqplot-title{
	color: #FFF;
}

.tagsmanager_trends #graphContainer{
	background: #000;
}

.tagsmanager_trends #graphContainer.white{
	background: #FFF;
}

.legendContainer.white{
	color: #000;
	background: #FFF;
}

.legendContainer.white .legendLabel{
	color: #000;
}

.btn-white {
    background-color: #FFF;
    border-color: #CCC;
	color: #000;
}

.flot-tick-label{
	color: #EFEFEF;
	font-size: 11px;
}

.tagsmanager_trends #graphContainer.white .flot-tick-label{
	color: #000;
}

.selector{
	padding: 5px 0;
	color: red;
}

.selector .form-control{
	height: 25px;
	padding: 2px;
	background-color: #000;
	border: 2px solid #222;
}

.table > thead{
	border-radius: 15px 15px 0 0;
	border: 0 solid #d73925;
	background: #d10202;
}

.table > tbody{
	border:0 solid #ddd;
	border-radius:0 0 15px 15px;
}

.table > tfoot{
	background: #333;
	color: #FFF;
	font-style: italic;
}

.table > thead > tr > th{
	text-align: center;
	color: #E0E0E0;
	text-shadow: 1px 1px #000;
	vertical-align: top;
	text-transform: uppercase;
}

.table > tbody > tr > td, .table > tbody > tr > td a{
	color: #fff;
	text-shadow: 1px 1px #000;
	}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
	padding: 3px;
	text-align: center;
}

.table > tbody >tr > td.highlight{
	border: 2px solid yellow;
}

.table-striped, .table-striped th, .table-striped td{
	color: #fff;
	padding: 2px;
}

.table-striped td{
	border: 0 solid #000;
	font-size: 13px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	border-top: 1px solid #505050;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #202020;
	color: #fff;
}

.table-striped > tbody > tr:hover {
    background-color: red;
}

.tableleft > tbody > tr > td, .tableleft > tbody > tr > th, .tableleft > tfoot > tr > td, .tableleft > tfoot > tr > th, .tableleft > thead > tr > td, .tableleft > thead > tr > th{
	text-align: left;
	border: 1px solid #EEE;
}

.tableleft > tbody > tr > td .tagsTable td{
	color: #FFF;
	border: 0;
	border-left: 1px solid #EEE;
}

.labeled{
	padding: 2px 0;
	color: #F00;
}

.labeled strong{
	border-radius: 5px;
	color: #000;
	background: #D32C2C;
	display: inline-block;
	padding: 0 10px;
	margin: 0 10px;
}

.labeled strong a{
	color: #000 !important;
}

.devicesAlias span{
	display: inline-block;
	padding: 0 5px;
}

#bitacoraTimeline .device .tagvalue{
	padding: 10px;
	text-align: center;
	background: #303030;
	font-size: 17px;
	font-weight: normal;
}

.ui-dialog-content #bitacoraTimeline .device .tagvalue{
	font-size: 15px;
}

.userProfile, a.chatbox{
	color: #D32C2C;
}

.userProfile:hover{
	color: #E0E0E0;
}

a.chatbox .fa, a.chatbox .fas, a.chatbox .far{
	font-size: 1.3em;
}

.periodWaiting{
	width: 50px !important;
	height: 34px;
	border: 1px solid #ccc;
	text-align: center;
	padding-right: 5px;
}

.ATfooter{
	height: 100px;
	overflow: auto;
}

.ATfooter .table > tbody > tr > td, .ATfooter .table > thead > tr > th{
	text-align: left;
}

.ATfooter .table > thead > tr > th.textright{
	text-align: right;
}

.AT_container{
	position: relative;
}

.AT_weather .popup .ppHead{
	min-height: 30px;
}

#devicesSelected{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	margin: 0;
	padding: 0;
	list-style: none;
}

#graficasCreated{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	margin: 0;
	padding: 0;
	list-style: none;
}

.informeDevice{
	border: 1px solid #444;
	background: #222;
	padding: 5px;
	margin:5px 5px 0 0;
	min-width: 350px;
	min-height: 70px;
}

.informeDevice .dt{
	border: 1px solid #444;
	background: #333;
	display: inline-block;
	padding: 3px;
	margin-right: 5px;
	font-size: 12px;
	min-width: 120px;
}

#graficasCreated li{
	margin: 5px 5px 5px 0;
	padding: 5px;
	background: #333;
	border: 1px solid #444;
	min-width: 300px;
}

.informePantallaGrafica{
	padding: 5px;
	background: #333;
	border: 1px solid #444;
	margin-bottom: 5px;
}

.informePantallaGrafica .legendContainer{
	padding-top: 5px;
	font-size: 12px;
}

.miniTrendContainer.fullscreen{
	position: absolute;
	top: 10px;
	left: 0;
	width: calc(100% - 10px);
	height: calc(100% - 15px);
	background: #000;
	z-index: 1038;
}

.miniTrendContainer.fullscreen .dashboard_widget, .miniTrendContainer.fullscreen .minitrend, .miniTrendContainer.fullscreen .widgetContent{
	height: calc(100% - 30px);
}

.miniTrendContainer.fullscreen .box-body{
	height: calc(100% - 50px);
}

.table{
	margin-bottom: 0;
}

.expandx{
	position: absolute;
	top: 3px;
	right:5px;
	display: none;
	z-index: 1043;
}

.expandx a{
	padding: 2px 5px;
	background: rgba(168,222,244,0.4);
	border-radius: 50%;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
}

.expandx a:hover{
	color: #000;
}

.view.expanded{
	overflow:visible !important;
}

.view.expanded .body, .view.expanded .miniTrendGraph{
	position: absolute !important;
	z-index: 1042;
	background-color: #404040;
	-webkit-box-shadow: 0 0 11px 0 rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 11px 0 rgba(0,0,0,0.75);
	box-shadow: 0 0 11px 0 rgba(0,0,0,0.75);
}

.view.expanded.expandedLeft .body, .view.expanded.expandedLeft .miniTrendGraph{
	right: 0;
}

.view:hover .expandx{
	display: block;
}

.themesList{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.themesList li{
	max-width: 300px;
	height: 150px;
	margin: 10px;
	text-align: center;
	position: relative;
}

.themesList li .screenshot{
	border: 1px solid #777;
}

.themesList li .screenshot img{
	width: 100%;
}

.themesList li .screenshot .themeInfo{
	padding: 10px;
	background-color: #2c2b2b;
}

.themesList li .screenshot .themeInfo:after{
	display: block;
	content: " ";
	width: 100%;
	clear: both;
}

.themesList li .themeName{
	float: left;
	width: 50%;
	text-align: left;
	line-height: 2em;
}

.themesList li .themetools{
	width: 50%;
	float: right;
	text-align: right;
}

.appstore_appBlock{
	display: inline-grid;
	grid-template-columns: 100px auto;
	grid-template-areas: "icon block";
	border: 1px solid;
	padding: 10px;
	margin-bottom: 20px;
	width:100%;
	height: 200px;
}

.appstore_appBlock h4{
	font-weight: bold;
}

.appName{
	margin: 0;
}

.appDescription{
	margin: 10px 0;
}

.appstore_appDetails{
	display: inline-grid;
	grid-template-columns: 100px auto;
	grid-template-areas: "icon block";
	width: 100%;
	padding-bottom: 20px;
}

.appTools{
	display: block;
	width: 100%;
	text-align: right;
}

.appName, .appstore_appBlock .appInstalled{
	display: inline-block;
}

.appUrl{
	height: 80px;
	width: 80px;
	background-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}

.appstore_appBlock .appInstalled{
	font-style: italic;
}

.appNotInstalled{
	color: #FFF;
}

.appVersion{
	font-style: italic;
}

.appHeader{
	display: inline-block;
}

.feedbacksList{
	min-height: 200px;
	max-height: 400px;
	overflow-y: auto;
	color:#adacab;
}

.feedbackItem{
	border: 1px solid #5f5f5f;
	background-color: #2c2b2b;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 0.8em;
}

.sidebar{
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
	transition: all 0.5s;
	box-shadow: 0 0 6px rgba(0,0,0,.25);
	z-index: 9999;
	background-color: #343434;
}

.toggleSidebar{
	position: absolute;
	top: 60px;
	left: -50px;
	width: 50px;
	height: 50px;
	background-color: #343434;
}

.toggleSidebar a{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	height: 100%;
	width: 100%;
	font-size: 30px;
}

.toggleSidebar a:hover{
	color: #ffac7c
}

.sidebar .toolApps{
	width: 250px;
	padding: 20px 5px 0 20px;
}

.sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li{
	margin: 0;
	padding: 5px;
}

.sidebar ul li a{
	display: flex;
	align-items: center;
	color: #F93535;
}

.sidebar ul li a:hover{
	color: #ffac7c
}

.sidebar ul li a span.icon{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background-color: #F93535;
	font-size: 12px;
	background-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
}

.sidebar ul li a:hover span.icon{
	background-color: #ffac7c;
}

.appPlayPause .fa-play{
	display: inline-block;
}

.appPlayPause .fa-stop{
	display: none;
}

.appPlayPause .fa-spin{
	display: none;
}

.appPlayPause.running .fa-play{
	display: none;
}

.appPlayPause.running .fa-stop{
	display: inline-block;
}

.appPlayPause.changingStatus .fa-play, .appPlayPause.changingStatus .fa-stop{
	display: none;
}

.appPlayPause.changingStatus .fa-spin{
	display: inline-block;
}

box-body.index, body{
	background: #000;
}

.login-box-body .form-content input{
	background : #FFF;
	color: #000;
	border-color: #AFAFAF;
}

button, input, optgroup, select, textarea{
	background: #000;
	color: #FFF;
}

.wrapper{
	background: #000;
}

.content-wrapper, .right-side{
	background-color: #000;
}

.navbar-nemu li a.module{
	font-size: 8px;
	font-family: Arial;
	font-weight: normal;
	color: #F93535;
}

.form-control{
	background: #000;
	color: #fff;
}

.ui-widget-header{
	background: #000;
	color: #fff;
}

.ui-widget-content{
	background: #000;
	color: #fff;
}

.box{
	background: #000;
	color: #fff;
}

.list-group-item, .list-group-item a{
	background: #000;
	color: #fff;
}

.box-body .list-group-item, .box-body .list-group-item span{
	color: #fff;
}

.box.device{
	background: #000;
	color: #fff;
}

.box.device a{
	color: #fff;
}

::-webkit-scrollbar-track {
   background-color: #d10202;
}

::-webkit-scrollbar-thumb {
    background-color: maroon;
}

::-webkit-scrollbar-button {
    background-color: transparent;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

.appstore_appBlock{
	background-color: #333333;
	border-color: #444;
}

.appstore_appBlock .appInstalled{
	color: #1fde7a;
}

.appUrl{
	color: #FFF;
	background-color: #F93535;
}

@media (max-width:1800px){
}

@media (max-width:1400px){
	.navbar-nemu li a.module, .navbar-nemu li.appAlerts a{
		width: 65px;
		font-size: 11px;
	}

	.navbar-nemu li i.fa, .navbar-nemu li i.fas, .navbar-nemu li i.far{
		font-size:35px;
	}

	#menu2 span{
		padding: 0 5px;
	}

	#menu2 .fa, #menu2 .fas, #menu2 .far{
		font-size: 16px;
	}

	.sessionInfo{
		font-size: 11px;
	}

	.labeled strong {
		padding: 0 5px;
		margin: 0 5px;
	}

}
@media (max-width:990px){
	.box.device{
		width: 49%;
		margin: 0 0.5%;
	}

	.login-presentation{
		top: 30%;
	}

}
@media (max-width:768px){
	.box.device{
		float: none;
		width: 99%;
		margin: 0 0.5%;
	}

	#loggedOutMessage{
		top: 20%;
		left: 0;
		width: 100%;
		margin-left: 0;
		height: auto;
		margin-left: 0;
		font-size: 1.2em;
	}

	.login-box-body{
		padding: 10px;
	}

	.login-logo a{
		height: 30px;
		background-size: contain !important;
	}

	.login-box-msg, .register-box-msg{
		margin: 10px 0;
	}

	.login-presentation{
		display: none;
	}

	.login-note{
		display: none;
	}

}
@media (max-width: 636px){
	.view:hover .expandx{
		display: none;
	}

}
.tagseditorContainer{
	padding: 10px;
}

.tagSelected{
	display: block;
	margin-right: 5px;
	padding: 4px 6px;
	background: #000;
	color: #EFEFEF;
	font-size: 0.8em;
	border-bottom: 1px solid #333333;
}

.tagSelected a{
	display: inline-block;
	margin-right: 3px;
	color: #000;
}

#graphContainer .btn {
	position: absolute;
	cursor: pointer;
}

.legend table{
	z-index: 1000;
}

.legendLabel{
	color: #EFEFEF;
	cursor: pointer;
}

#trendsFilter{
	padding: 5px 8px;
}

#trendsFilter input{
	padding: 2px 5px;
	height: 25px;
}

#trendsFilter .form-group{
	margin: 0;
}

.limitsList{
	margin: 0;
	padding: 0;
	list-style: none;
}

.limitsList li{
	margin: 0;
	padding: 0;
}

.limitval{
	border-bottom: 1px solid #343434;
}

.comment{
	position:absolute;
	top : y;
	left : x;
	width : 250px;
	background: #C6FF70;
	color: #000;
	padding : 5px;
	z-index : 99999;
	-webkit-box-shadow: 4px 4px 10px 0 rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 4px 10px 0 rgba(0,0,0,0.75);
	box-shadow: 4px 4px 10px 0 rgba(0,0,0,0.75);
}

.hasAlarm{
	background: red !important;
}

.hasAlarm .legendContainer{
	background: red !important;
}

.dataTables_length{
	float: left;
	width: 4%;
}

.toolbar{
	float: right;
	width: 10%;
	text-align: right;
}

.dataTables_filter{
	float: right;
	width: 100%;
}

#deviceStatusHistory_filter{
	width: 80%;
}

.tooltip{
	font-size: 1.2em;
	position: fixed;
	z-index: 999999;
}

.tooltip-inner{
	max-width: 300px;
}

.ui-dialog{
	z-index: 1031;
}

.ui-datepicker{
	z-index: 99999 !important;
}

.colorpicker{
	z-index: 1040;
}

.equipmentsContainer{
	padding-top: 15px;
}

a.equipments_item{
	cursor: pointer;
	padding-top: 40px;
}

.equipments_item{
	display: block;
	border: 1px solid #606060;
	text-align: center;
	height: 220px;
	overflow: hidden;
	color: #FFF;
	position: relative;
	margin-bottom: 10px;
}

.equipments_item .tools{
	position: absolute;
	text-align: center;
	width: 100%;
	display: none;
	top: 50%;
	margin-top: -15px;
}

.equipments_item:hover{
	background: #101010;
	border-color: #fff;
}

.equipments_item:hover .tools{
	display: block;
}

.equipments_item img{
	width : 75%;
}

.equipments_item .fa-plus{
	font-size: 150px;
}

.equipments_wizard{
	color: #FFF;
}

.equipments_wizard .uploadedImage img{
	width: 100%;
	height: auto;
}

.grafico_container, #grafico{
	position: relative;
}

.grafico_container form{
	position: relative;
	z-index: 1002;
}

.grafico_container form .select2-container--default .select2-selection--multiple .select2-selection__rendered{
	max-height: 32px;
}

#grafico{
	width: 100%;
}

.graficosCurrent #grafico{
	top: 0;
}

#grafico h1{
	position: absolute;
	top: 10px;
	left: 5px;
	padding: 10px;
	margin: 0;
	max-width: 300px;
	z-index: 1000;
}

.graficosCurrent #grafico h1{
	background:#000;
	padding: 5px 10px;
	color: yellow;
	font-size: 30px;
	max-width: 100%;
}

#grafico .grafico_bk{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
}

#grafico .grafico_bk.cielo{
	z-index:990;
}

#grafico .grafico_bk.tierra{
	z-index:993;
	top: 60%;
}

#grafico .grafico_bk.noche{
	z-index:992;
}

#grafico.admin .grafico_bk.cielo{
	left: 0;
	width: 50%;
}

#grafico.admin .grafico_bk.noche{
	right: 0;
	width: 50%;
}

#grafico .grafico_bk.equipment{
	z-index:993;
	text-align: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

#grafico .grafico_bk.equipment img{
	width: 50%;
}

.grafico_table, .grafico_block, .grafico_trend{
	padding: 1px;
	background: #e8e8e8;
	border-radius: 5px;
	position: absolute;
	width: 200px;
	height: auto;
	z-index: 997;
	left: 50%;
	top: 10px;
	border: 1px solid #CCC;
	box-shadow: 5px;
	box-shadow: 0 1px 8px 0 rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.12);
	-moz-box-shadow: 0 1px 8px 0 rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.12);
	-webkit-box-shadow: 0 1px 8px 0 rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.12);
	cursor: move;
}

.grafico_trend{
	width: 250px;
	height: auto;
}

.grafico_trend.trend{
	width: 470px;
	height: 400px;
	background: #000;
}

.graficosCurrent #grafico .grafico_table, .graficosCurrent #grafico .grafico_block{
	cursor: default;
	color: #000;
}

#grafico_customizer{
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1029;
	width: 300px;
	height: auto;
	border:1px solid #444;
	border-radius: 3px;
	background: #111;
	padding: 10px;
}

#grafico_customizer .header{
	cursor: move;
}

#grafico_customizer h3{
	padding: 0;
	margin: 0;
}

.grafico_tags{
	z-index: 1029;
	position: absolute;
}

.grafico_table{
	min-height: 150px;
}

.grafico_block{
	min-height: 50px;
}

.fondo.grafico_bk{
	background-size: 100%;
}

.fondo.grafico_bk img.bg{
	width: 100%;
	height: auto;
}

.grafico_block .form-inline .form-group{
	width: 49%;
}

.grafico_block .form-inline .form-group .form-control{
	max-width: 100%;
}

.grafico_table .select2-container--default .select2-selection--multiple .select2-selection__rendered{
	max-height: 80px;
}

.grafico_block:before, .graficos_table:before{
	position: absolute;
	top: -10px;
	left: -10px;
	content: " ";
	width: 40px;
	height: 40px;
	background: url("../images/grafico_block.png") no-repeat;
}

.graficos_block .description, .graficos_table .description{
	background: #555;
	color: yellow;
	text-align: center;
	cursor: move;
}

.graficos_block .timestamp, .graficos_table .timestamp{
	text-align: center;
	padding: 2px 0;
	background: #000;
	color: yellow;
}

.graficos_table .description{
	border: 2px solid #C0C0C0;
	cursor: move;
}

.graficos_table .tag{
	margin-bottom: 10px;
}

.graficos_table .table_title{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	cursor: move;
}

.graficos_block .tagvalue, .graficos_table .tagvalue{
	border: 2px solid #C0C0C0;
	background: #000;
	float: left;
	width: 125px;
	height: 50px;
	text-align: center;
	color: yellow;
	font-size: 35px;
}

.graficos_block .unit, .graficos_table .unit{
	border: 2px solid #C0C0C0;
	background: #000;
	float: left;
	width: 70px;
	color: yellow;
	padding: 3px 0;
	text-align: center;
	font-weight: bold;
}

.graficos_block .grafo, .graficos_table .grafo{
	float: left;
	width: 60px;
	height: 20px;
	background: url("../images/block_grafo.png") center no-repeat;
}

.graficos_block .grafo a, .graficos_table .grafo a{
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid;
}

.fmitem{
	border: 1px solid #F0F0F0;
	float: left;
	width: 90px;
	height: 95px;
	margin: 5px 0 0 5px;
}

.fmitem .fm-icon{
	display: block;
	padding: 0;
	margin: 0;
	height: 60px;
	border: 1px solid #0F0F0F;
	overflow: hidden;
}

.fmitem .fm-itemtools{
	padding: 3px;
}

.fmitem:hover{
	background: #FEFEFE;
}

.fmitem .fm-icon img{
	width: 100%;
}

.fm-itemSelected{
	background: #F0F0F0;
}

.table.table-fixed{
	margin: 0;
}

.table.table-fixed a{
	color: #FFF;
}

.table.table-fixed a:hover{
	color: #CCC;
}

.table-fixed tbody {
    display:block;
    height:100px;
    overflow:auto;
}

.table-fixed thead, .table-fixed tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}

.table-fixed thead th.large, .table-fixed tbody td.large{
	width: 200px;
}

.table-fixed thead {
    width: calc( 100% - 17px )
}

.table.historyAlarmsArray{
	border-top: 0;
	border-bottom: 0;
	margin: 0;
	font-size: 12px;
	background: #000;
}

.table-fixed.historyAlarmsArray tbody{
	height: 100px;
}

.table.historyAlarmsArray > thead > tr > th{
	padding: 0;
}

.table.historyAlarmsArray > tbody > tr > td{
	padding: 0;
}

.table.historyAlarmsArray > tbody > tr.recognized > td{
	background: #777;
}

.table.historyAlarmsArray tbody td .form-control {
    font-size: 12px;
    height: 22px;
    line-height: 1;
    padding: 2px 5px;
}

.table.historyAlarmsArray tbody td .btn {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
    padding: 4px 5px;
}

.getUsersModules{
	display: block;
}

.getUsersModules.current{ background: #FFF; }

@media (max-width: 780px){
	.grafico_tags{
		left: 5px important;
	}

}
.fileuploader{
	cursor: pointer;
}

.fileuploader:hover{
	color: #E0E0E0;
}

.graficos_main .deviceName{
	color: #FFF;
	text-shadow: 1px 1px #303030;
	cursor: default;
	background: #000;
}

#deviceGraphContainer{
	position: relative;
}

.totalizeResult{
	display: block-inline;
	padding: 0 10px 0 10px;
	margin-right: 10px;
	font-size: 30px;
	color: yellow;
	border: 1px solid #555;
	background: #333;
	vertical-align: middle;
    white-space: nowrap;
}

.topTag{
	font-size: 22px;
	font-weight: bold;
	color: yellow;
	background: #000;
	margin: 3px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 3px solid #d10202;
}

.alarmAudio{
	position: fixed;
	z-index: 1038;
	bottom: 30px;
	right: 30px;
	background: #FFF;
	color: #000;
	text-align: center;
}

.alarmAudio a{
	display: block;
	padding: 15px 20px;
}

.alarmAudio a .fa, .alarmAudio a .fas, .alarmAudio a .far{
	font-size: 20px;
	color: red;
}

.alarmAudio a:hover .fa, .alarmAudio a:hover .fas, .alarmAudio a:hover .far{
	color: yellow;
}

.totalizeAmountContainer{
	padding: 10px;
	font-weight: bold;
	font-size: 20px
}

.deviceIDSelector{
	width: 120px;
}

#gPointer{
	z-index:999999;
}

#gPointer .gpLabel strong{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 8px 5px 3px 3px;
}

.legendContainer{
	clear: both;
}

.legendContainer.floatingLegend{
	width: 95%;
	margin: 0 auto;
	inset: -150px auto auto auto;
	z-index: 9999;
}

.legendContainer.floatingLegend table{
	background-color: #000;
}

#commentingInp .fa, #commentingInp .fas, #commentingInp .far, .advStatusHistory .close i{
	color: #FFF;
}

.appAlerts{
	position: relative;
}

.appAlerts a.checked{
	background: #222;
}

.globalWidgets.checked .fa, .globalWidgets.checked .fas, .globalWidgets.checked .far{
	color: #FFF;
}

#menu2 span.appAlerts .appAlertsCount{
	position: absolute;
	top: -5px;
	left: 0;
	width : 20px;
	height: 20px;
	background: #222;
	color: #666;
	text-shadow: none;
	border-radius: 50%;
	padding: 2px;
	font-weight: bold;
}

.appAlertsContainer{
	position: absolute;
	bottom: 25px;
	right: -125px;
	padding-bottom: 5px;
	width: 300px;
	background: #000;
	color: #999;
	z-index: 99999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-radius: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	max-height: 500px;
	font-size: 14px;
}

.appAlertsContainer#appAlertsList{
	max-height: 300px;
	overflow: auto;
}

.appAlertsContainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	color: #999;
	height: 300px;
}

.appAlertsContainer li{
	color: #999;
	display: block;
	width: 100%;
	height: auto;
	padding: 5px 25px 5px 5px;
	position: relative;
	border-bottom: 1px solid #C0C0C0;
}

.appAlertsContainer li:hover{
	background: #444;
}

.appAlertsContainer li a.closeAlarm{
	padding: 0;
	margin: 0;
	width: 20px;
	height: auto;
	position: absolute;
	top: 5px;
	right: 5px;
	text-shadow: none;
}

.appAlertsContainer li a.closeAlarm .fa, .appAlertsContainer li a.closeAlarm .fas, .appAlertsContainer li a.closeAlarm .far{
	font-size: 15px;
	color: #C0C0C0;
}

.appAlertsContainer select{
	width: 100%;
}

.appAlertsDevices .tags{
	max-height: 220px;
	overflow: auto;
}

.appAlertsSilencedTags{
	height: 140px;
	overflow: auto;
}

.muted_devices{
	min-height: 400px;
}

.backgroundImage{
	width: 50px;
	height: 50px;
	background: #000;
	border: 1px solid #F0F0F0;
	position: relative;
}

.backgroundImage a{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	margin-top: -20px;
	margin-left: -12px;
	color: red;
	text-shadow: 1px 1px #FFF;
}

.backgroundImage:hover a{
	display: block;
}

.profileTagsSelected{
	max-height: 400px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
	color: #000;
}

.deviceAlias{
	padding: 0;
	margin: 0;
	font-style: italic;
	font-weight: bold;
}

.deviceTags{
	padding: 10px 0;
}

.deviceTags .taginfo div{
	padding: 5px;
	margin: 5px 0;
	background: #5F5F5F;
	font-weight: bold;
	color: #fff;
}

.defaultTag .tagValue{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin: 5px 0;
	border: 1px solid #F0F0F0;
}

.deviceGallery{
	min-height: 250px;
}

.deviceGallery img{
	max-width: 350px;
}

.fm-icon .file{
	height: 58px;
	border: 1px solid;
	background: #FFF;
	position: relative;
}

.fm-icon .file:before{
	position: absolute;
	font-family: fontAwesome;
	font-size: 35px;
	content: "\f016";
	color: #000;
	top: 5px;
	left: 28px;
	color: red;
}

.fm-icon .file.txt:before{
	position: absolute;
	font-family: fontAwesome;
	font-size: 35px;
	content: "\f0f6";
	color: #000;
	top: 5px;
	left: 28px;
}

.fm-icon .file.zip:before{
	position: absolute;
	font-family: fontAwesome;
	font-size: 35px;
	content: "\f1c6";
	color: #000;
	top: 5px;
	left: 28px;
	color: red;
}

.fm-icon .file.pdf:before{
	position: absolute;
	font-family: fontAwesome;
	font-size: 35px;
	content: "\f1c1";
	color: #000;
	top: 5px;
	left: 28px;
	color: red;
}

.fm-icon .file.xls:before, .fm-icon .file.xlsx:before{
	position: absolute;
	font-family: fontAwesome;
	font-size: 35px;
	content: "\f1c3";
	color: #000;
	top: 5px;
	left: 28px;
	color: red;
}

.fm-icon .file.doc:before, .fm-icon .file.docx:before{
	position: absolute;
	font-family: fontAwesome;
	font-size: 35px;
	content: "\f1c2";
	color: #000;
	top: 5px;
	left: 28px;
	color: red;
}

.fm-icon .file.ppt:before, .fm-icon .file.pptx:before{
	position: absolute;
	font-family: fontAwesome;
	font-size: 35px;
	content: "\f1c4";
	color: #000;
	top: 5px;
	left: 28px;
	color: red;
}

#deviceMapWidget .widget, .globalWidgetDlg .widget{
	width: 100%;
	float: none;
}

.gmapLabel{
	border: 2px solid #FFF;
}

.presets{
	padding: 10px;
	border: 2px solid red;
	border-radius: 3px;
	margin: 5px;
}

.btn.preset{
	min-width: 150px;
}

.analizerDialog{
	position: absolute;
	z-index:1040;
}

.popUpDialog{
	margin-bottom: 5px;
	border: 2px solid red;
	border-radius: 3px;
	background: #000;
	padding: 3px;
	color: #FFF;
}

.bottomDialog .popUpDialog{
	max-height: 200px;
	overflow: auto;
}

.analizerDialog .popupTitle{
	font-weight: bold;
	text-transform: uppercase;
}

.analizerDialog .popupValue{
	font-size: 1.6em;
	font-weight: bold;
}

.analizerDialog .popUpInner{
	border: 1px solid red;
	padding: 5px;
	margin-bottom:5px;
}

.analizerDialog .popUpInner strong{
	font-weight: bold;
	font-size: .7em;
}

.analizerDialog input{
	border: 0;
}

.trendsToolsContainer{
	position: relative;
	overflow: show;
}

.trendsToolsContainer .trendsTools{
	padding: 10px 0;
	position: absolute;
	top: 30px;
	right: 0;
	width: 250px;
	background: #101010;
	border-bottom-right-radius: 5px;
	border: 1px solid #000;
	z-index: 1039;
	font-size: 1.2em;
	-webkit-box-shadow: 0 0 10px 0 rgba(255,255,255,0.5);
	-moz-box-shadow: 0 0 10px 0 rgba(255,255,255,0.5);
	box-shadow: 0 0 10px 0 rgba(255,255,255,0.5);
}

.trendsToolsContainer .trendsTools input, .trendsToolsContainer .trendsTools select{
	border: 1px solid #555;
}

.box.widget.postIt{
	background: #000;
}

.postIt textarea{
	background: transparent;
	border: 0;
	margin: 2%;
	height: 95%;
	width: 95%;
}

.box.widget.maintenance{
	background: #000;
}

.box.widget.maintenance .widgetTitle{
	color: #FFF;
}

.box.widget.maintenance .widgetContent{
	overflow: auto;
}

.dataTables_paginate .pagination > li:first-child > a,.dataTables_paginate .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
	background-color: #d73925;
	border-color: #ac2925;
}

.dataTables_paginate .pagination > .disabled > a,
.dataTables_paginate .pagination > .disabled > a:focus,
.dataTables_paginate .pagination > .disabled > a:hover,
.dataTables_paginate .pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover{
	color: #FFF;
	background-color: #d73925;
	border-color: #ac2925;
}

.dataTables_paginate .pagination > .active > a,
.dataTables_paginate .pagination > .active > a:focus,
.dataTables_paginate .pagination > .active > a:hover,
.dataTables_paginate .pagination > .active > span,
.dataTables_paginate .pagination > .active > span:focus,
.dataTables_paginate .pagination > .active > span:hover{
	color: #555;
	background-color: #EEEEEF;
	border-color: #EEEEEF;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
	color: #FFF;
	background-color: #d73925;
	border-color: #ac2925;
}

.dataTables_paginate .pagination > li > a{
	color: #FFF;
	background-color: #d73925;
	border-color: #ac2925;
}

.dataTables_paginate .pagination > li > a:hover{
	color: #555;
	background-color: #EEEEEF;
	border-color: #EEEEEF;
}

@keyframes gdalarm {
    0%   {background-color: red; }

	50%  {background-color: black; color: #FFF;}

    100%  {background-color: red;}

}
.gd_alarm, .gd_alarm a{
    animation-name: gdalarm;
    animation-duration: 1s;
	animation-iteration-count: infinite;
}

@keyframes majorAlarmkey {
    from {background: transparent;}

}
.majorAlarm td{
	background: red;
    animation-name: majorAlarmkey;
    animation-duration: 1s;
	animation-iteration-count: infinite;
}

.mapGrafico{
	padding: 0;
	border: 1px solid #000;
	background: #333;
}

.mapGrafico.expanded{
	bottom: 20px;
}

.mapDragger, .weatherDragger{
	padding: 5px;
	min-height: 20px;
	cursor: move;
}

.dragger{
	cursor: move;
}

.hanged .fa-thumb-tack{
	color: yellow;
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.weatherDlg{
	padding: 0;
	width: 440px;
	opacity: .6;
	box-shadow: 0 1px 8px 0 rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.12);
	-moz-box-shadow: 0 1px 8px 0 rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.12);
	-webkit-box-shadow: 0 1px 8px 0 rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.12);
}

.graficos_weather{
	border: 1px solid #000;
	border-radius: 5px;
	background: #111;
	color: yellow;
	text-shadow: 1px 0 #000;
	font-size: 18px;
}

.weatherGraficoC{
	padding: 5px;
	color: yellow;
}

.weatherGraficoC .table{
	margin-bottom: 0;
}

.weatherGraficoC .table-bordered > tbody > tr > td{
	border-color: #555;
}

.weatherGraficoC .table > tbody > tr > td{
	color: yellow;
	text-shadow: none;
}

.weatherDlg .temperature{
	font-size: 35px;
}

.propiedad{
	background: #333;
	z-index: 1037;
}

.propiedad.levelMeter{
	width: 65px;
	height: 160px;
	background: #333 url("../images/levelMeter.png") center bottom no-repeat;
	position: relative;
	border: 1px solid #000;
}

.propiedad.gauge{
	width: 180px;
	height: 170px;
	background: #333 url("../images/gauge.png") center top no-repeat;
	text-align: center;
	position: relative;
}

.gaugeValue{
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.needle{
	width: 32px;
	height: 140px;
	margin: 0 auto;
	background: url("../images/needle.png") center top no-repeat;
    -ms-transform: rotate(-120deg);
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg);
}

.level{
	position: absolute;
	bottom : 15px;
	left: 24px;
	width: 9px;
	max-height: 90px;
	background: #b80c0c;
	height: 0;
}

.levelValue{
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	position: absolute;
	left: 35px;
}

.propiedades .dataTables_filter{
	width: 100%;
}

.propiedades div.dataTables_wrapper div.dataTables_filter input{
	width: 140px;
}

.devicesAlarmsList{
	overflow: auto;
}

.alarmGroup{
	margin: 5px 0;
}

.alarmGroup h3{
	font-size: 20px;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid red;
	color: red;
}

.table.table-fixed a.target{
	color: green;
	font-weight: bold;
}

.deviceAlarm{
	background: red;
	margin: 5px 0;
	padding: 5px;
	color: #000;
	border: 1px solid #870000;
	border-radius: 5px;
}

.deviceAlarm a{
	color: #000;
}

.status, .comm{
	display: inline-block;
	width: 50px;
	text-align: center;
}

h4.gD, .devicesAlias{
	font-size: 18px;
	font-weight: bold;
	color: yellow;
	background: #000;
	padding: 3px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 3px solid #ad2d2d;
	min-height: 30px;
}

.submenu{
	position: relative;
}

.submenu ul{
	position: fixed;
	top: 5px;
	left:auto;
	background: #000;
	-webkit-box-shadow: 0 0 5px 3px rgba(56,56,56,1);
	-moz-box-shadow: 0 0 5px 3px rgba(56,56,56,1);
	box-shadow: 0 0 5px 3px rgba(56,56,56,1);
	padding: 10px 0 15px 0;
	margin: 0 0 0 -25px;
	list-style: none;
	display: none;
	width: 100px;
	z-index:9999999999;
}

.submenu ul li{
	display: block;
	padding: 0 3px;
	background: #000;
	margin: 0 0 10px 0;
	width: 100%;
}

.submenu:hover ul{
	display: block;
}

tr.new{
    animation-name: gdalarm;
    animation-duration: 1s;
	animation-iteration-count: 5;
}

.bitacoraContainer{
	height: 150px;
	overflow: auto;
}

.input-group .input-group-addon{
	background: #020202;
	border: 0;
}

.piegraphContainer{
	padding-top: 30px;
}

.jqplot-canvasOverlay-tooltip, .jqplot-cursor-tooltip, .jqplot-highlighter-tooltip{
	background: #000;
	color: #FFF;
	border: 1px solid #FFF;
	text-align: left;
	padding: 2px;
}

.tagPointInfo{
	font: normal 20px arial;
}

.processmaps_main{
	position: relative;
}

.processmapsTools{
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px;
	background: #555;
	z-index: 9;
	width: 100%;
}

.processmapsEditor{
	padding-top: 50px;
}

.processmaps_main .device{
	position: absolute;
	top: 50px;
	left: 50px;
	width : 350px;
	min-height: 100px;
	border-radius: 5px;
	background: #444;
	z-index: 10;
	cursor: move;
}

.processmaps_main .device .device_tools{
	background: #0F0F0F;
	padding: 0 5px;
}

.processmaps_main .device .device_tools a{
	display: inline-block;
	margin: 0 5px;
	color: #FFF;
}

.processmaps_main .device .device_icon{
	float: left;
	width: 120px;
	height: 120px;
}

.processmaps_main .device .device_tags{
	float: right;
	width: 225px;
}

.device_alias{
	background: #0E0E0E;
	padding: 2px;
	text-align: center;
	font-weight: bold;
}

.device_maintag{
	font-size: 1.3em;
	text-align: center;
	background: #303030;
}

.device_listtags{
	list-style: none;
	margin: 0;
	padding: 0;
}

.device_listtags li{
	list-style: none;
	padding-left: 3px;
}

.processmaps_main .connection{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	z-index: 10;
	text-align: left;
}

#svgEditor{
	position: absolute;
	top: 0;
	left: 0;
}

.processmaps_main svg{
	position: absolute;
	top: 50px;
}

.mapTools{
	display: inline-block;
}

.deviceDlg .device_maintag{
	font-size: 1.2em;
	text-align: center;
}

input{
	padding: 0;
	border: 1px solid #FFF;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    color: #000;
    background-color: #FFF;
    border-color: #FFF;
}

.usersList li.active a{
	background: transparent;
	color: #000;
}

.custom_logo{
	max-height: 90px;
	max-width: 100%;
	margin-top: 7px;
}

.userTagsInput:disabled{
	cursor: progress;
}

td.isZero{
	font-weight: bold;
	font-style: italic;
	color: yellow !important;
}

td.isZero a{
	color: yellow !important;
}

.currectTags{
	padding: 3px 5px;
	margin: 2px;
	min-height: 30px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: -moz-linear-gradient(top, rgba(168,222,244,0.8) 0%, rgba(79,195,247,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(168,222,244,0.8) 0%,rgba(79,195,247,0.8) 100%);
	background: linear-gradient(to bottom, rgba(168,222,244,0.8) 0%,rgba(79,195,247,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a8def4', endColorstr='#804fc3f7',GradientType=0 );
	color: #FFF;
}

.ctag{
	display: inline-block;
}

.gpsDeviceGrafico{
	display: block;
	padding: 5px;
	margin-bottom: 5px;
}

.results{
	column-count: 3;
	column-gap: 1em;
	width: 100%;
}

.searchBox-result{
	display: inline-block;
	margin: 0 0 1em;
	width: 100%;
	max-height: 300px;
	overflow: auto;
	border: 1px solid #F0F0F0;
	margin-bottom: 5px;
	padding-top: 15px;
	position: relative;
	font-size: 11px;
	font-weight: bold;
}

.searchBox-result div{
	border-bottom: 1px solid #F0F0F0;
	padding: 3px 0;
}

.searchBox-result .hang{
	position: absolute;
	right: 5px;
	top: 5px;
	border-bottom: 0;
}

.searchBox-result .hang a{
	color: #FFF;
	display: inline-block;
	margin-right: 5px;
}

.unitAxis{
	color: #FFF !important;
	position: absolute;
	top: -10px;
}

.flot-y1-axis .unitAxis{
	left: 0;
}

.flot-y2-axis .unitAxis{
	right: 0;
}

.devicesListSelected{
	max-height: 100px;
	overflow:auto;
}

.devicesListSelectedItem{
	display: inline-block;
	padding: 2px 5px;
	background: #505050;
	border: 1px solid #303030;
	margin-right: 3px;
	margin-bottom: 3px;
	border-radius: 3px;
	color: #F0F0F0;
}

.devicesListSelectedItem a{
	color: #000;
}

tr.statsZone{
	color : #000;
}

.table > tbody > tr.statsZone > td{
	background : green;
}

.specialData, .specialDataSec{
	min-height: 30px;
}

.specialData span{
	display: inline-block;
	padding: 3px 5px;
	margin-bottom: 5px;
	border-radius: 3px;
	border: 1px solid #CCC;
	background: #EEE;
	color: #000;
	font-weight: bold;
}

.specialDataSec span{
	display: block;
	text-align: center;
	max-width: 50%;
	padding: 3px 5px;
	margin: 0 auto;
	margin-bottom: 5px;
	border-radius: 3px;
	border: 1px solid #CCC;
	background: #EEE;
	color: #000;
	font-weight: bold;
}

.widgetTools{
	position: absolute;
	top: -27px;
	left:0;
	width:100%;
	text-align: center;
	z-index: 999;
	display: none;
}

.box:hover .widgetTools{
	display: block;
}

.popover {
    background-color: #404040 !important;
	width: 200px;
	max-width: 200px;
}

.popover-title {
	background-color: #000;
	border-bottom: 0 !important;
	color: #FFF !important;
}

.popover-content {
	background-color: #000;
	color: #FFF !important;
}

.popover.right > .arrow:after{
	border-right-color: #000 !important;
}

.popover.right > .arrow{
	top: 30px !important;
}

.bottomPop.popover.right > .arrow{
	top: 230px !important;
}

.popover.left > .arrow{
	top: 30px !important;
}

#dashboardContainer .box-header{
	height: 90px;
}

.bufferWrapper{
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background:rgb(10,10,10,0.9);
	padding: 10px;
	z-index: 99999;
	border: 1px solid #444;
	display: none;
	overflow-y: auto;
}

.bufferWrapper .buffer{
	border-bottom: 1px solid #444;
	margin-bottom: 5px;
}

.popup{
	position: absolute;
	left: 40%;
	top: 20%;
	padding: 0;
	border: 1px solid #000;
	background: #000;
	z-index: 1037;
	min-width: 350px;
	color: #FFF;
	opacity: 0.8;
}

.popup .ppHead{
	padding: 3px;
	position: relative;
}

.popup .ppHead .ppHang{
	position: absolute;
	top: 3px;
	right: 3px;
}

.popup .ppHead .ppTool{
	position: absolute;
	top: 3px;
	left: 3px;
}

.weatherGraficoNS{
	padding: 5px;
	color: yellow;
}

.weatherGraficoNS .table{
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #555;
	background-color: rgb(0,0,0,0.5);
}

.weatherGraficoNS .table-bordered > tbody > tr > td{
	border: 0;
}

.weatherGraficoNS .table > tbody > tr > td{
	color: yellow;
	text-shadow: none;
}

.nsContainer{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin-left: 7px;
}

.nsContainer .column{
	flex-grow: 1;
	flex-basis: 300px;
}

#column_5{
	flex-basis: calc(100% - 30px);
}

.nsContainer .column .view{
	margin: 0 7px 7px 0;
	background-color: #404040;
	border: 1px solid #F93535;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
}

.nsContainer .column .view.fullscreen{
	position: fixed;
	z-index: 9999;
}

.nsContainer .column.column_5 .tabs a{
	display: inline-block;
	padding: 5px;
}

.nsContainer .column.column_5 .tabs a:hover{
	color: #FFF;
	background: #555;
}

.nsContainer .column.column_5 .tabs a.active{
	background: #444;
	color: #FFF;
}

.nsContainer .column.column_5 .tabscontent{
	position: relative;
	height: calc(100% - 35px);
}

.nsContainer .column.column_5 .tabscontent .view{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1029;
}

.nsContainer .column:last-child{
	margin-right: 0;
}

.nsContainer .column .view.weather{
	overflow-y: auto;
}

.smartViewsList{
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	height: 100%;
	min-height: 200px;
}

.smartViewsList.hoverBg{
	background: #5F5F5F;
	border: 1px dotted yellow;
}

.nowStatus_smartViewsList{
	display: inline-block;
}

.delimitersForm.form-inline .form-control{
	max-width: 60px;
}

.svConfDiv{
	border: 1px solid #444;
	background: #202020;
	margin: 2px 0;
	padding: 5px;
}

.svConfDiv .height{
	width: 100px;
}

.other.view{
	overflow-y: auto;
}

.view .header{
	background: #F93535;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
}

.view .body{
	color: #FFF;
	height: calc(100% - 33px);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
}

.view.tableAlarms .body, .column_5 .body{
	justify-content: flex-start;
}

.column_5 .header{
	min-height: 30px;
}

.column_5 .body{
	overflow-y: auto;
	overflow-x: hidden;
}

.view .body h3.tagvalue{
	margin: 0;
	padding: 0 0 0 0;
	font-size: 58px;
	font-weight: bold;
	text-align: center;
}

.view .body .valueType{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	text-align: center;
	color: #F0F0F0;
}

.view .body .proyeccionvalue{
	padding: 15px 0 15px 0;
	margin: 0 22px 10px 22px;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	line-height: 10px;
}

.plabel{
	text-align: center;
}

.view .body .proyeccionvalue small{
	font-size: 15px;
	line-height: 10px;
}

.view .body .proyeccionvalue.green{
	color: green;
	border: 1px solid #000;
	background: #333;
}

.view .body .proyeccionvalue.red{
	color: red;
	border: 1px solid #000;
	background: #333;
}

.view .body .unit{
	font-size: 30px;
}

.view .majorAlarm{
	color: red;
	margin-top: 10px;
}

.view .noAlarms{
	color: green;
	margin-top: 10px;
}

.view .majorAlarm h3.tagvalue{
	padding: 0;
	font-weight: normal;
}

.nowStatus_main .view .title, .nowStatus_main2 .view .title{
	font-size: 20px;
	text-align: center;
}

.view .noAlarms h3.tagvalue{
	padding: 0;
	font-weight: normal;
}

.view .additionalTag{
	text-align: center;
}

.view .additionalTag h3{
	margin: 0;
	font-size: 30px;
	font-weight: bold;
}

.alarmStatus .body{
	padding: 0 20px;
}

.alarmsPlot{
	width: 100%;
	height: 100%;
}

.view .body .legend{
	min-width: 80px;
}

.view .body .legend > div, .view .body .legend > table {
	z-index: 1000;
}

.view .body .legend table{
	background-color: #111;
}

.view .body .legend table tbody{
	display: block;
	max-height: 100%;
	overflow: auto;
}

.view .body .legend table tr td{
	padding: 2px;
}

.view.tableAlarms .body{
	overflow: auto;
}

.view.tableAlarms .form-inline input.form-control{
	width: 33%;
}

.view.tableAlarms .form-inline select.form-control{
	width: 64%;
}

.view.majorAlarm .body, .view.noAlarms .body{
	display: flex;
    justify-content: center;
    align-items: center;
}

.view.majorAlarm h3.tagvalue{
	color: #F93535;
	font-size: 80px;
	padding: 0;
}

.view.noAlarms h3.tagvalue{
	color: green;
	font-size: 80px;
	padding: 0;
}

.view .table td{
	padding: 5px 0;
	position: relative;
}

.view .table td .showTooltip{
	position: absolute;
	left: 5px;
	top: 3px;
}

.view .table td a{
	display: inline-block;
	text-decoration: none;
	color: #F0F0F0;
}

.view .table td:hover{
	text-decoration: none;
	background-color: #606060;
}

.customDaysWrap{
	max-width: 120px;
}

.customDays{
	max-width: 40px;
	border: 1px solid #d73925;
	max-height: 30px;
	padding: 2px;
}

.nowStatus_main .title, .nowStatus_main2 .title{
	font-size: 26px;
	font-weight: bold;
}

.column.general{
	position: relative;
}

.column.general .view{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.column.general .view.active{
	display: block;
}

.failsDevice{
	background: #111;
	width: 100%;
	height: calc(100% + 34px);
	position: absolute;
	top: 0;
	left: 0;
}

.failsDevice h4{
	font-weight: bold;
	text-align: center;
}

.failsDevice.fullscreen{
	position: fixed;
}

.failsDevice .graph_device_fails, .graph_failstats{
	width: 100%;
	height: calc(100% - 90px);
	background: #222;
}

.nowStatusConfig .block{
	border: 1px solid #F0F0F0;
	background: #181818;
	margin: 5px 0;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 110px;
}

.nowStatus_main .tooltip-inner, .nowStatus_main2 .tooltip-inner, .popup{
	min-width: 350px;
	text-align: left;
	border: 1px solid #202020;
}

div.tooltag{
	padding: 2px 5px;
	border-bottom: 1px solid #555;
	white-space: nowrap;
	overflow: hidden;
}

div.tooltag:hover{
	background: #505050;
	overflow: visible;
}

div.tooltag i{
	font-style: normal;
	font-size: 12px;
}

.tooltag span{
	display: inline-block;
	width: 180px;
}

#bitacoraTimeline{
	overflow: auto;
}

#bitacoraTimeline .deviceTimeline{
	background: #202020;
	margin-bottom: 5px;
}

#bitacoraTimeline tr, #bitacoraTimeline td{
	border: 0 !important;
	text-align: left;
	padding: 0;
}

#bitacoraTimeline tr{
	margin-bottom: 3px;
}

#bitacoraTimeline .device{
	height: 125px;
	width: 200px;
	font-size: 22px;
	background: #222;
	color: #FFF;
}

.ui-dialog-content #bitacoraTimeline .device{
	width: 200px;
	font-size: .9em;
}

#bitacoraTimeline .historyStatus{
	padding: 2px;
	margin: 1px;
	min-width: 250px;
	min-height: 100px;
	border-left: 1px solid #222;
	border-right: 1px solid #202020;
	overflow: hidden;
	flex : 0 1;
	background: #222;
}

#bitacoraTimeline .bstatus{
	display: flex;
}

.thumbnail{
	height: 100px;
	width: 70px;
	overflow: hidden;
	background-color: #444;
	background-image: url("../images/noimage.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2px;
	border: 1px solid #000;
	margin-right: 2px;
	margin-left: 5px;
	position: relative;
}

.thumbnail.file:before{
	position: absolute;
	font-family: fontAwesome;
	font-size: 55px;
	content: "\f016";
	text-align: center;
	color: #000;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	background: #333;
}

.thumbnail.pdf:before{
	content: "\f1c1";
}

.thumbnail.txt:before{
	content: "\f0f6";
}

.thumbnail.zip:before{
	content: "\f1c6";
}

.thumbnail.xls:before, .thumbnail.xlsx:before{
	content: "\f1c3";
}

.thumbnail.doc:before, .thumbnail.docx:before{
	content: "\f1c2";
}

.thumbnail.ppt:before, .thumbnail.pptx:before{
	content: "\f1c4";
}

.toolsTrend .dropdown-menu{
	min-width: 200px;
	text-align: center;
	background: #303030;
	border: #202020;
}

#maintenanceList{
	overflow: auto;
	position: relative;
}

#maintenanceList tr td{
	border: 0;
}

.maintenanceSN{
	height: 120px;
	width: 200px;
	font-size: 18px;
	background: #222;
	color: #FFF;
	padding:2px;
}

.maintenanceEvents{
	display: flex;
	text-align: left;
}

.maintenanceEvents .mevent{
	flex: 0 1;
	min-width: 250px;
	height: 120px;
	border-left: 1px solid #222;
	border-right: 1px solid #202020;
	overflow: hidden;
	background: #222;
	padding: 2px;
	margin: 1px;
	text-align: left;
}

.tagsTrends{
	min-width: 120px;
}

.trendRefresh{
	max-width : 50px;
	height: 32px;
}

.alarmColor{
	max-width : 100px;
	height: 32px;
}

h3.trendTitle{
	margin: 0;
	padding: 0;
}

.tagremove{
	display: inline-block;
	margin-left: 5px;
}

.selectedTags .tag{
	display: inline-block;
	padding: 5px;
	margin-right: 5px;
	border: 1px solid #F0F0F0;
	border-radius: 2px;
	background: #222;
}

.form-inline.withselect{
	display: flex;
}

.form-inline.withselect .form-group{
	flex-grow : 1;
	margin: 0 2px;
}

.form-inline.withselect .form-group select.form-control{
	width: 100%;
}

.ATPrintHeader img{
	height: 100%;;
	max-height: 80px;
}

.printHeader{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.devicesPop .popupBody{
	max-height: 450px;
	overflow: auto;
}

.delimiter span{
	display: inline-block;
	padding: 0 10px 0 0;
}

.led{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.led.encendido{
	background: rgb(40, 236, 40);
}

.led.apagado{
	background: #222;
}

.legendContainer tr.disabled{
	opacity: 0.3;
}

.tagsPreset{
	padding: 10px 0;
	margin: 0;
	clear: both;
}

.tagsPreset li{
	display: inline;
	padding: 3px;
	margin-right: 3px;
	border: 1px solid #444;
	background: #222;
}

.mutetool label{
	display: block;
	width: 100%;
}

.sdcInput{
	border:0;
	background: transparent;
	padding: 0 5px;
	margin: 0;
	width: 100%;
}

.sdcInput:hover{
	color: #FFF;
}

#sdcHistory_view.fullscreen, #periodoOperacion.fullscreen, .view.fullscreen{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: auto;
}

#contextList{
	padding: 2px;
	background: #333333;
	border: 1px solid #111;
	border-radius: 3px;
}

#contextList .listContent{
	min-height: 100px;
	max-height: 200px;
	overflow: auto;
}

#contextList .listContent a{
	display: block;
	padding: 3px;
	color: #000;
}

#contextList .listContent a:hover, #contextList .listContent a.current{
	background: #C0C0C0;
}

.predefList{
	list-style: none;
	margin: 0;
	padding: 0;
}

.predefList li{
	margin: 0;
	padding: 5px;
	border: 1px solid #222;
}

.cookie-message{
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 100%;
	max-width: 450px;
	padding: 20px;
	color: #C0C0C0;
	background:#202020;
	border: 1px solid #111;
	box-shadow: 0 0 5px rgb(255,255,255,0.1);
	z-index: 999999;
	text-align: justify;
	border-radius: 3px;
}

.cookie-message p{
	margin: 0 0 10px 0;
}

.my-close-button{
	display: block;
	max-width: 300px;
	text-align: center;
	margin: 0 auto;
}

.ui-autocomplete{
	z-index: 99999;
}

.naInput{
	width: 100%;
	max-width: 50px;
	border: 0;
}

.devicemap{
	padding: 5px;
	height: 310px;
}

.gameContainer{
	position: absolute;
	top: 0;
	left:0;
	background-color: rgb(0,0,0,0.4);
	width: 100%;
	height: 100%;
	display: none;
}

#thegame{
	position: absolute;
	top: 0%;
	left: 0;
	max-width: 450px;
	width: 100%;
	height: 100%;
	margin-top: 0;
	margin-left: 0;
	z-index: 9999999;
}

.closeGame{
	display: inline-block;
	margin: 10px;
	font-size: 50px;
	color: rgb(255, 255, 255, 0.8);
}

.closeGame:hover{
	color: rgb(0, 0, 0, 1);
}

.usersConexiones{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 200px 0;
}

.usersConexiones h1{
	font-size: 4em;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

.usersConexiones .fas{
	font-size: 40px;
}

.localhost_main{
	padding: 80px;
	max-width: 900px;
	margin: 10px auto;
	margin-top: 50px;
	background: rgb(46, 44, 44);
	border: 1px solid #3d3d3d;
	border-radius: 10px;
}

@media(max-width: 1550px){
	.currectTags{
		min-height:40px;
	}

}
@media (max-width:768px){
	.localhost_main{
		margin: 10px;
		padding: 20px;
	}

	.usersConexiones{
		padding: 80px 0;
	}

	.usersConexiones h1{
		font-size: 2.5em;
		font-weight: normal;
	}

	.submenu ul{
		width : 70px;
	}

	.navbar-nemu li a.module span{
		font-size: 10px;
	}

	.nsContainer2{
		flex-flow: row wrap;
		height: 100% !important;
	}

	.nsContainer .view{
		min-height: 280px;
	}

}
@media print {
	header, footer, .gpsTools, .AT_container, .ATtools{
		height: 0;
		width: 0;
		display: none;
	}

	.printHide{
		display: none;
	}

	.ATPrintHeader, .ATPrintFooter{
		display: block;
		width: 100%;
		max-height: 80px;
	}

	.ATPrintHeader{
		margin-bottom: 10px;
	}

	.AT_main.horizontal .ATGPS{
		float: left;
		width: 80%;
	}

	.AT_main.horizontal .ATfooter{
		float: right;
		width: 18%;
	}

	.printShow{
		display: block;
	}

}
@media (max-width: 768px) {
    .weather,
    .weatherDlg,
    .weatherGraficoNS,
    .weatherGraficoNS td,
    .weatherGraficoNS th,
    .plabel,
    .view.weather .body,
    .view.weather .body * {
        text-align: center !important;
    }

    .weatherGraficoNS .table {
        margin-left: auto;
        margin-right: auto;
    }

}
.weatherGraficoNS .col-sm-4{
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.weatherGraficoNS .col-xs-6{
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.ui-dialog-content {
    height: auto !important;
    min-height: 0 !important;
    max-height: 70vh;
    overflow-y: auto;
}

:root{
  --bg-main: #0e1116;
  --bg-panel: #161b22;
  --bg-widget: #1c222d;
  --text-main: #e6e9ef;
  --text-muted: #9aa4b2;
  --accent: #3b82f6;
  --alarm: #ef4444;
  --success: #22c55e;
  --warning: #facc15;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --shadow-soft: 0 10px 30px rgba(0,0,0,.35);
}

body,
.wrapper,
.content-wrapper,
.right-side{
  background: var(--bg-main) !important;
  color: var(--text-main);
}

.box,
.widgetContainer,
.view,
.popup,
.ui-dialog,
.sidebar,
.bufferWrapper{
  background: var(--bg-panel) !important;
  border: none !important;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.box-header,
.view .header{
  background: linear-gradient(180deg,#1e2530,#161b22) !important;
  color: var(--text-main) !important;
  border-bottom: 1px solid rgba(255,255,255,.05);
}

.note,
.pnote,
.valueType,
.text-muted{
  color: var(--text-muted) !important;
}

input,
select,
textarea,
.form-control{
  background: var(--bg-widget) !important;
  color: var(--text-main) !important;
  border: none !important;
  border-radius: var(--radius-sm);
}

input:focus,
select:focus,
textarea:focus{
  outline: none;
  box-shadow: 0 0 0 2px rgba(59,130,246,.35);
}

.btn{
  border-radius: var(--radius-sm);
  border: none;
  background: var(--bg-widget);
  color: var(--text-main);
  transition: all .2s ease;
}

.btn:hover{
  background: #222834;
  transform: translateY(-1px);
}

.btn-primary{
  background: var(--accent) !important;
  color: #fff !important;
}

.table{
  background: var(--bg-panel);
  color: var(--text-main);
}

.table > thead{
  background: #111827 !important;
}

.table > thead > tr > th{
  color: var(--text-muted) !important;
  text-shadow: none !important;
}

.table > tbody > tr:nth-of-type(odd){
  background-color: rgba(255,255,255,.02);
}

.table > tbody > tr:hover{
  background-color: rgba(59,130,246,.15) !important;
}

.hasAlarm,
.majorAlarm td{
  background: linear-gradient(
    90deg,
    rgba(239,68,68,.35),
    rgba(239,68,68,.15)
  ) !important;
  color: #fff !important;
}

.navbar,
#menu{
  background: #0b0e13 !important;
  border: none !important;
}

.navbar-nemu li a.module{
  background: #1c222d !important;
  border-radius: var(--radius-sm);
  color: var(--text-main) !important;
}

.navbar-nemu li a.module:hover,
.navbar-nemu li a.module.current{
  background: var(--accent) !important;
  color: #fff !important;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb{
  background: rgba(255,255,255,.2);
  border-radius: 10px;
}

::-webkit-scrollbar-track{
  background: transparent;
}

.tooltip-inner,
.popover,
.popover-content{
  background: #0f141b !important;
  color: var(--text-main) !important;
  border: 1px solid rgba(255,255,255,.05);
}

.view,
.box,
.widgetContainer{
  transition: background .25s ease, box-shadow .25s ease, transform .2s ease;
}

.view:hover,
.widgetContainer:hover{
  transform: translateY(-2px);
}

.main-header,
.navbar{
  background: var(--bg-main) !important;
  border: none !important;
  box-shadow: none !important;
}

.main-header::before,
.navbar::before,
.navbar::after{
  background: transparent !important;
  content: none !important;
}

#menu{
  background: transparent !important;
}

.view.weather,
.weather,
.weather.dia,
.weather.noche{
  background: none !important;
  background-color: transparent !important;
}

.weather.dia{
  background-image: url("../../images/sky.jpg") !important;
  background-size: cover !important;
  background-position: center center !important;
}

.weather.noche{
  background-image: url("../../images/stars.png") !important;
  background-size: cover !important;
  background-position: center center !important;
}

.weather .body,
.weather .table,
.weatherGraficoNS{
  background: rgba(0,0,0,0.35) !important;
  border-radius: var(--radius-md);
}

.nav-tabs,
.nav-tabs.nav-justified{
  background: var(--bg-panel) !important;
  border: none !important;
}

.nav-tabs > li > a{
  background: transparent !important;
  color: var(--text-muted) !important;
  border: none !important;
  border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  padding: 10px 16px;
  transition: all .2s ease;
}

.nav-tabs > li > a:hover{
  color: var(--text-main) !important;
  background: rgba(255,255,255,.05) !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{
  background: linear-gradient(
    180deg,
    #1e2530,
    #161b22
  ) !important;
  color: var(--accent) !important;
  font-weight: bold;
  border-bottom: 2px solid var(--accent) !important;
  box-shadow: inset 0 -2px 0 var(--accent);
}

.nav-tabs > li.active{
  border-bottom: none !important;
}

.btn,
button,
.dropdown-toggle{
  background: var(--bg-widget) !important;
  color: var(--text-main) !important;
  border: none !important;
  border-radius: var(--radius-sm);
  box-shadow: none !important;
  transition: all .2s ease;
}

.btn:hover,
button:hover,
.dropdown-toggle:hover{
  background: #222834 !important;
  color: #fff !important;
}

.btn-sm{
  padding: 6px 12px;
  font-size: 12px;
}

.btn:focus,
.btn.active,
.dropdown-toggle:focus{
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(59,130,246,.35) !important;
}

.btn-danger,
.btn-primary,
.btn-default,
.btn-warning{
  background: var(--bg-widget) !important;
  color: var(--text-main) !important;
}

.btn-primary:hover,
.btn-primary.active{
  background: var(--accent) !important;
  color: #fff !important;
}

.dropdown-menu{
  background: var(--bg-panel) !important;
  border: none !important;
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-md);
}

.dropdown-menu > li > a{
  color: var(--text-main) !important;
  padding: 8px 14px;
  transition: background .2s ease;
}

.dropdown-menu > li > a:hover{
  background: rgba(59,130,246,.15) !important;
  color: #fff !important;
}

.caret{
  border-top-color: var(--text-muted) !important;
}

input[type="search"],
.dataTables_filter input{
  background: var(--bg-widget) !important;
  color: var(--text-main) !important;
  border: none !important;
  border-radius: var(--radius-sm);
  padding: 6px 10px;
}

input::placeholder{
  color: var(--text-muted);
}

.dataTables_paginate{
  color: var(--text-muted) !important;
}

.dataTables_paginate .pagination > li{
  margin: 0 3px;
}

.dataTables_paginate .pagination > li > a{
  background: var(--bg-widget) !important;
  color: var(--text-main) !important;
  border: none !important;
  border-radius: var(--radius-sm);
  padding: 6px 12px;
  transition: all .2s ease;
}

.dataTables_paginate .pagination > li > a:hover{
  background: #222834 !important;
  color: #fff !important;
}

.dataTables_paginate .pagination > li.active > a{
  background: var(--accent) !important;
  color: #fff !important;
  font-weight: bold;
}

.dataTables_paginate .pagination > li.disabled > a,
.dataTables_paginate .pagination > li.disabled > a:hover{
  background: rgba(255,255,255,.05) !important;
  color: var(--text-muted) !important;
  cursor: not-allowed !important;
}

.pagination > li > a,
.pagination > li > span{
  box-shadow: none !important;
}

.dataTables_info{
  color: var(--text-muted) !important;
  font-size: 12px;
}

.main-footer,
footer.main-footer{
  background: var(--bg-main) !important;
  color: var(--text-muted) !important;
  border-top: 1px solid rgba(255,255,255,.05) !important;
  box-shadow: none !important;
  padding: 6px 12px;
}

.main-footer,
.main-footer a,
.main-footer strong{
  color: var(--text-muted) !important;
  font-size: 11px;
  font-weight: normal;
}

.main-footer i{
  color: var(--text-muted) !important;
  opacity: .75;
}

.main-footer a:hover{
  color: var(--accent) !important;
  text-decoration: none;
}

.main-footer > div,
.main-footer .row,
.main-footer .col-sm-5,
.main-footer .col-sm-7{
  background: transparent !important;
}

.main-footer span,
.main-footer label{
  background: transparent !important;
  color: var(--text-muted) !important;
}

.main-footer{
  line-height: 20px;
}

.main-footer .sessionInfo,
.main-footer .sessionInfo strong{
  color: var(--text-muted) !important;
}

.main-footer strong:not(:last-child)::after{
  content: "•";
  margin: 0 6px;
  color: rgba(255,255,255,.25);
}

.topTagValue{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(
    180deg,
    #1e2530,
    #161b22
  ) !important;
  color: var(--text-main) !important;
  border: none !important;
  border-radius: var(--radius-md);
  padding: 6px 14px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: var(--shadow-soft);
}

.topTagValue + .btn,
.topTagValue i{
  color: var(--accent) !important;
}

.topTagValue{
  outline: none !important;
}

.topTagValue:hover{
  box-shadow: 0 0 0 2px rgba(59,130,246,.25);
}

.navbar .module{
  background-color: transparent !important;
  opacity: .55;
  transition: all .2s ease;
}

.navbar .module:hover{
  opacity: .85;
}

.navbar li.active > a.module,
.navbar li.current > a.module,
.navbar a.module.active,
.navbar a.module.current{
  opacity: 1 !important;
  background-color: rgba(239,68,68,.15) !important;
  box-shadow: 0 0 0 2px rgba(239,68,68,.35);
}

.navbar li.active > a.module,
.navbar li.current > a.module{
  filter: drop-shadow(0 0 6px rgba(239,68,68,.6));
}

.navbar a.module{
  background-color: currentColor;
}

.navbar li.active > a.module,
.navbar li.current > a.module{
  color: #ef4444 !important;
}

.navbar .submenu-line{
  background: var(--accent);
}

#menu a.module{
  background-color: rgba(255,255,255,.35) !important;
}

#menu a.module:hover{
  background-color: rgba(255,255,255,.7) !important;
}

#menu a.module.current{
  background-color: #ef4444 !important;
}

.select2-container--default .select2-selection{
  background: var(--bg-widget) !important;
  border: none !important;
  border-radius: var(--radius-sm) !important;
  min-height: 34px;
  box-shadow: none !important;
  color: var(--text-main) !important;
}

.select2-container--default
.select2-selection__rendered{
  color: var(--text-main) !important;
  line-height: 32px;
}

.select2-container--default
.select2-selection__placeholder{
  color: var(--text-muted) !important;
}

.select2-container--default
.select2-selection__arrow b{
  border-color: var(--text-muted) transparent transparent transparent !important;
}

.select2-container--focus
.select2-selection{
  box-shadow: 0 0 0 2px rgba(59,130,246,.35) !important;
}

.select2-dropdown{
  background: var(--bg-panel) !important;
  border: none !important;
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-md);
}

.select2-results__option{
  color: var(--text-main) !important;
  padding: 8px 12px;
}

.select2-results__option--highlighted{
  background: rgba(59,130,246,.20) !important;
  color: #fff !important;
}

.select2-results__option[aria-selected="true"]{
  background: rgba(59,130,246,.35) !important;
  color: #fff !important;
}

.select2-selection--multiple{
  background: var(--bg-widget) !important;
  border: none !important;
}

.select2-selection--multiple
.select2-selection__choice{
  background: rgba(59,130,246,.25) !important;
  border: none !important;
  color: #fff !important;
  border-radius: var(--radius-sm);
  padding: 2px 8px;
}

.select2-selection__choice__remove{
  color: rgba(255,255,255,.7) !important;
}

.select2-selection__choice__remove:hover{
  color: #fff !important;
}

.select2-search__field{
  color: var(--text-main) !important;
  background: transparent !important;
}

.select2-search__field::placeholder{
  color: var(--text-muted) !important;
}

.select2-container--disabled .select2-selection{
  opacity: .5;
  cursor: not-allowed;
}

footer.main-footer{
  background: var(--bg-main) !important;
  border-top: 1px solid rgba(255,255,255,.06) !important;
  height: 34px;
  line-height: 34px;
  padding: 0 10px !important;
  overflow: hidden;
  display: flex;
  align-items: center;
}

footer.main-footer *,
footer.main-footer strong,
footer.main-footer span,
footer.main-footer label{
  margin: 0 !important;
  padding: 0;
  background: transparent !important;
  box-shadow: none !important;
}

footer.main-footer a,
footer.main-footer strong{
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  margin-right: 6px;
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  color: rgba(255,255,255,.75) !important;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
  transition: all .2s ease;
}

footer.main-footer i{
  font-size: 12px;
  color: rgba(255,255,255,.55) !important;
}

footer.main-footer a.userProfile.module{
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  gap: 6px;
}

footer.main-footer a.userProfile.module{
  color: rgba(255,255,255,.7) !important;
  font-size: 11px;
  font-weight: 500;
}

footer.main-footer a.userProfile.module span{
  display: inline-flex;
  align-items: center;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  color: rgba(255,255,255,.75);
  font-size: 11px;
  font-weight: 600;
}

footer.main-footer a.userProfile.module span:hover{
  background: rgba(59,130,246,.15);
  border-color: rgba(59,130,246,.35);
  color: #fff;
}

footer.main-footer .sessionInfo > strong{
  display: inline-flex;
  align-items: center;
}

footer.main-footer .sessionInfo > strong > a{
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
  line-height: inherit !important;
  color: rgba(255,255,255,.65) !important;
  font-size: 11px;
  font-weight: 500;
}

footer.main-footer .sessionInfo > strong > a:hover{
  background: none !important;
  border: none !important;
  color: #fff !important;
}

footer.main-footer strong:has(> a.counterJSON){
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

footer.main-footer a.counterJSON{
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
  color: rgba(255,255,255,.75) !important;
  white-space: nowrap;
}

footer.main-footer a.counterJSON:hover{
  background: rgba(59,130,246,.15) !important;
  border-color: rgba(59,130,246,.35);
  color: #fff !important;
}

.navbar .navbar-nemu .module{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: inherit;
  background-color: currentColor;
}

.navbar .navbar-nemu li{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.navbar .navbar-nemu li > a.module{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.navbar .navbar-nemu li span,
.navbar .navbar-nemu li .menu-text,
.navbar .navbar-nemu li small{
  display: block;
  text-align: center;
  font-size: 11px;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  color: rgba(255,255,255,.75);
}

.navbar .navbar-nemu li span{
  white-space: normal;
}

.view.weather.dia{
  position: relative;
  overflow: hidden;
}

.view.weather.dia::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15,23,42,.35);
  backdrop-filter: blur(3px) saturate(120%);
  -webkit-backdrop-filter: blur(6px) saturate(120%);
  z-index: 1;
  pointer-events: none;
}

.view.weather.dia > *{
  position: relative;
  z-index: 2;
}

body.background{
    background-image: var(--login-bg) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.localhost_main{
    padding: 80px;
    max-width: 900px;
    margin: 60px auto 20px auto;
    background: rgba(20, 25, 30, 0.65);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow:
        0 20px 60px rgba(0,0,0,.55),
        inset 0 0 0 1px rgba(255,255,255,.03);
    color: rgba(255,255,255,.88);
}

.sidebar{
    background: rgba(15, 20, 25, 0.72) !important;
    backdrop-filter: blur(20px) saturate(160%);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    border-right: 1px solid rgba(255,255,255,.08);
    box-shadow:
        10px 0 40px rgba(0,0,0,.45);
}

.sidebar::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:1px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255,255,255,.15),
        transparent
    );
}

.sidebar .toolApps{
    background: transparent;
}

.sidebar .navbar-modules{
    padding: 12px 8px;
}

.sidebar .navbar-modules li a.module{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 10px auto;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    color: rgba(255,255,255,.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all .25s ease;
}

.sidebar .navbar-modules li a.module:hover{
    background: rgba(255,255,255,.14);
    color: #fff;
    box-shadow:
        0 0 0 2px rgba(255,255,255,.08),
        0 10px 25px rgba(0,0,0,.4);
    transform: translateY(-2px);
}

.sidebar .navbar-modules li a.module.active{
    background: rgba(255,255,255,.18);
    color: #fff;
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.25),
        0 8px 20px rgba(0,0,0,.45);
}

.sidebar a,
.sidebar a:hover,
.sidebar a:active{
    color: inherit !important;
    background: transparent;
}

.sidebar .navbar-modules li a.module .icon{
    display: inline-block !important;
    width: 20px !important;
    min-width: 20px;
    height: 20px;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

.sidebar .navbar-modules li a.module:hover{
    color: #fff !important;
}

.sidebar .navbar-modules li a.module.active{
    color: #fff !important;
}

.sidebar .navbar-modules li a.module{
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 100%;
    justify-content: flex-start;
}

.sidebar .navbar-modules li a.module .icon{
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    background-color: rgba(255,255,255,.9);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 20px 20px;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 20px 20px;
    transition: all .25s ease;
}

.sidebar .navbar-modules li a.module span:not(.icon){
    background: transparent !important;
    box-shadow: none !important;
    color: rgba(255,255,255,.85);
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
}

.sidebar .navbar-modules li a.module:hover .icon{
    background: rgba(255,255,255,.16);
    box-shadow:
        0 0 0 2px rgba(255,255,255,.1),
        0 10px 25px rgba(0,0,0,.45);
    transform: translateY(-2px);
}

.sidebar .navbar-modules li a.module.active .icon{
    background: rgba(255,255,255,.2);
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.25),
        0 8px 22px rgba(0,0,0,.5);
}

.grafico_table,
.grafico_block,
.grafico_trend,
.graficos_trend,
.grafico_container,
.grafico_trendContainer{
    background: rgba(15, 20, 25, 0.72) !important;
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border-radius: 14px !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    box-shadow:
        0 20px 50px rgba(0,0,0,.55),
        inset 0 0 0 1px rgba(255,255,255,.03);
    padding: 12px !important;
}

.grafico_title,
.grafico_trend .header,
.grafico_trendContainer .header{
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,.06),
        rgba(255,255,255,.02)
    ) !important;
    color: rgba(255,255,255,.9) !important;
    font-weight: 500;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.grafico_trend canvas,
.graficos_trend canvas{
    background: transparent !important;
}

.flot-text,
.flot-overlay,
.flot-base{
    color: rgba(255,255,255,.75) !important;
}

.legendContainer,
.legendLabel,
.legendColorBox{
    color: rgba(255,255,255,.75) !important;
}

.flot-x-axis,
.flot-y-axis{
    color: rgba(255,255,255,.45) !important;
}

#tooltip,
.tooltip{
    background: rgba(20,25,30,.9) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 8px;
    backdrop-filter: blur(10px);
}

.mapGrafico.mapFloating{
    background: rgba(15, 20, 25, 0.72) !important;
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border-radius: 14px !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    box-shadow:
        0 20px 50px rgba(0,0,0,.55),
        inset 0 0 0 1px rgba(255,255,255,.03);
    padding: 8px !important;
}

.mapGrafico .mapDragger{
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,.06),
        rgba(255,255,255,.02)
    ) !important;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.85);
}

.mapGraficoC,
.graficos_map{
    background: transparent !important;
}

.mapGrafico iframe,
.mapGrafico canvas,
.mapGrafico img{
    border-radius: 10px;
}

.mapGrafico button,
.mapGrafico .gm-control-active,
.mapGrafico .gm-style button{
    background: rgba(20,25,30,.85) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.15) !important;
    border-radius: 8px !important;
    backdrop-filter: blur(8px);
}

.mapGrafico button:hover,
.mapGrafico .gm-control-active:hover{
    background: rgba(255,255,255,.12) !important;
}

.mapGrafico .gm-style{
    color: #fff;
}

.mapGrafico *,
.mapGrafico *::before,
.mapGrafico *::after{
    box-shadow: none;
}

.weatherGraficoNS,
.weatherGraficoNS::before,
.weatherGraficoNS::after {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
}

.graficos_block .header{
    color: rgba(255,255,255,.85);
    font-size: 12px;
    text-align: center;
    margin-bottom: 6px;
}

.graficos_block .tagvalue{
    display: block;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px;
    color: #fff !important;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    padding: 10px 8px;
    margin-bottom: 6px;
    backdrop-filter: blur(8px);
}

.graficos_block .unit{
    text-align: center;
    font-size: 12px;
    color: rgba(255,255,255,.6);
    margin-bottom: 6px;
}

.graficos_block{
    background: rgba(15,20,25,.72) !important;
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow:
        0 18px 40px rgba(0,0,0,.55),
        inset 0 0 0 1px rgba(255,255,255,.05);
    padding: 14px;
    min-width: 160px;
}

.graficos_block .tag{
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    gap: 8px;
    align-items: center;
}

.graficos_block .textcenter.header{
    grid-column: 1 / -1;
}

.graficos_block .textcenter.header{
    position: relative;
    z-index: 10;
    margin-bottom: -10px;
}

.graficos_block .description{
    position: relative;
    top: -14px;
    width: calc(100% + 12px);
    margin-left: -6px;
    padding: 10px 14px;
    background: linear-gradient(
        to bottom,
        rgba(70,75,85,.95),
        rgba(35,40,50,.75)
    );
    backdrop-filter: blur(10px) saturate(140%);
    -webkit-backdrop-filter: blur(10px) saturate(140%);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.18);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.25),
        0 6px 16px rgba(0,0,0,.65);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: rgba(255,255,255,.9);
    cursor: move;
}

.graficos_block .tagvalue{
    grid-column: 1 / 2;
    background: rgba(25,30,35,.65);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 10px;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    padding: 10px 8px;
    color: #fff;
    backdrop-filter: blur(6px);
}

.graficos_block .tagvalue.gd_alarm{
    background: rgba(120,0,0,.85);
    border-color: rgba(255,80,80,.65);
    color: #fff;
    box-shadow:
        0 0 0 1px rgba(255,80,80,.45),
        0 0 18px rgba(255,0,0,.45);
}

.graficos_block .unit{
    grid-column: 2 / 3;
    align-self: center;
    justify-self: start;
    padding-left: 4px;
    font-size: 15px;
    font-weight: 600;
    color: rgba(255,255,255,.65);
    background: transparent;
    border: none;
    box-shadow: none;
}

.graficos_block .grafo{
    grid-column: 2 / 3;
    grid-row: 2;
    justify-self: end;
}

.graficos_block .grafo a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 32px;
    padding: 6px 10px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.15);
    background: rgba(30,35,45,.75);
    backdrop-filter: blur(6px);
    color: rgba(255,255,255,.75);
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0,0,0,.6);
    transition: all .2s ease;
}

.graficos_block .grafo a:hover{
    background: rgba(60,70,90,.85);
    color: #fff;
    box-shadow: 0 4px 14px rgba(0,0,0,.8);
    transform: translateY(-1px);
}

.graficos_block .grafo a::before{
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background-color: rgba(255,255,255,.85);
    -webkit-mask: url("/uploads/svgs/solid/chart-line.svg") center / contain no-repeat;
    mask: url("/uploads/svgs/solid/chart-line.svg") center / contain no-repeat;
}

.graficos_block .timestamp{
    grid-column: 1 / -1;
    padding: 8px 10px;
    background: rgba(25,30,40,.65);
    backdrop-filter: blur(6px);
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.12);
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.08),
        0 2px 6px rgba(0,0,0,.5);
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .4px;
    color: rgba(255,255,255,.65);
}

.graficos_block .tagvalue.gd_alarm ~ .unit,
.graficos_block .tagvalue.gd_alarm ~ .timestamp{
    color: rgba(255,150,150,.85);
}

.graficos_block .tooltip{
    background: rgba(20,25,30,.95);
    color: #fff;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.15);
    backdrop-filter: blur(8px);
}

.trendsGraph{
    position: relative;
    margin-top: 14px;
    padding: 16px;
    background: rgba(255,255,255,0.04);
    backdrop-filter: blur(16px) saturate(160%);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow:
        0 22px 55px rgba(0,0,0,.65),
        inset 0 0 0 1px rgba(255,255,255,.03);
}

.trendsGraph::before{
    content: "";
    position: absolute;
    top: 0;
    left: 16px;
    right: 16px;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255,255,255,.18),
        transparent
    );
}

#graphContainer{
    position: relative;
    background: rgba(0,0,0,0.28);
    border-radius: 12px;
    padding: 12px;
    box-shadow:
        inset 0 0 25px rgba(0,0,0,.65),
        0 8px 18px rgba(0,0,0,.35);
}

.trendsGraph .grid line,
.trendsGraph .flot-grid div{
    opacity: 0.25 !important;
}

.trendsGraph text,
.trendsGraph .tickLabel{
    fill: rgba(255,255,255,.78) !important;
    color: rgba(255,255,255,.78) !important;
    font-size: 11px;
    letter-spacing: .3px;
}

.trendsGraph .legendContainer{
    margin-top: 12px;
    padding: 8px 14px;
    background: rgba(0,0,0,.38);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow:
        inset 0 0 10px rgba(0,0,0,.6),
        0 6px 14px rgba(0,0,0,.4);
}

.trendsGraph .legendContainer *{
    color: rgba(255,255,255,.8);
    font-size: 11px;
}

.trendsGraph:hover{
    box-shadow:
        0 26px 70px rgba(0,0,0,.75),
        inset 0 0 0 1px rgba(255,255,255,.06);
}

@media (max-width: 768px){
    .trendsGraph{
        padding: 10px;
        border-radius: 12px;
    }

    #graphContainer{
        padding: 8px;
    }

}
.trendsGraph{
    display: flex;
    flex-direction: column;
    height: calc(100vh - 260px);
    overflow: hidden;
}

#graphContainer{
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

#graphContainer.scrollable{
    overflow-y: auto;
}

.trendsGraph canvas,
.trendsGraph svg{
    max-width: 100%;
    display: block;
}

.trendsGraph .table{
    background: rgba(15,20,25,.85);
    border-radius: 12px;
    overflow: hidden;
    margin-top: 12px;
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.06),
        0 10px 30px rgba(0,0,0,.5);
}

.trendsGraph .table thead th{
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,.08),
        rgba(255,255,255,.02)
    );
    color: rgba(255,255,255,.9);
    font-size: 11px;
    letter-spacing: .6px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.trendsGraph .table tbody tr{
    background: rgba(255,255,255,.02);
    transition: background .2s ease;
}

.trendsGraph .table tbody tr:hover{
    background: rgba(255,255,255,.06);
}

.trendsGraph .table td{
    font-size: 11px;
    color: rgba(255,255,255,.8);
    border-top: 1px solid rgba(255,255,255,.06);
    padding: 6px 8px;
    white-space: nowrap;
}

.trendsGraph .table td:nth-child(5){
    font-weight: 600;
    color: #fff;
}

.trendsGraph .table td:nth-child(8),
.trendsGraph .table td:nth-child(9){
    color: rgba(255,255,255,.65);
}

.trendsGraph .table td:first-child{
    padding: 0;
}

.trendsGraph .table td:first-child div{
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.4);
}

.ui-dialog .ui-dialog-titlebar{
    background: linear-gradient(
        180deg,
        rgba(20,25,30,.95),
        rgba(12,15,18,.95)
    ) !important;
    border-bottom: 1px solid rgba(255,255,255,.08);
    border-top: 1px solid rgba(255,255,255,.05);
    border-left: none;
    border-right: none;
    border-radius: 12px 12px 0 0;
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
}

.ui-dialog .ui-dialog-title{
    color: #fff !important;
    font-weight: 600;
    letter-spacing: .4px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.ui-dialog .ui-dialog-titlebar,
.ui-dialog.ui-widget .ui-dialog-titlebar,
.ui-dialog-titlebar.ui-widget-header{
    background: linear-gradient(
        180deg,
        rgba(18,22,28,.96),
        rgba(10,13,16,.96)
    ) !important;
    backdrop-filter: blur(16px) saturate(140%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
    border: none !important;
    border-bottom: 1px solid rgba(255,255,255,.08);
    border-radius: 12px 12px 0 0;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.05),
        0 8px 20px rgba(0,0,0,.45);
}

.ui-dialog .ui-dialog-title,
.ui-dialog-titlebar .ui-dialog-title{
    color: #fff !important;
    font-weight: 600;
    letter-spacing: .4px;
    text-shadow: 0 2px 4px rgba(0,0,0,.6);
}

.ui-widget-header{
    background: none !important;
    border: none !important;
}

.ui-dialog .ui-dialog-titlebar-close{
    background: transparent !important;
    border: none !important;
    opacity: .7;
}

.ui-dialog .ui-dialog-titlebar-close:hover{
    opacity: 1;
    background: rgba(255,255,255,.08) !important;
    border-radius: 6px;
}

.popUpDialog{
    background: linear-gradient(
        180deg,
        rgba(18,22,28,.97),
        rgba(10,13,16,.97)
    ) !important;
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 14px;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.05),
        0 12px 28px rgba(0,0,0,.6);
    color: #fff !important;
}

.popUpDialog .popupTitle{
    background: rgba(255,255,255,.04);
    border-bottom: 1px solid rgba(255,255,255,.08);
    padding: 8px 12px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #fff;
}

.popUpDialog .popupValue{
    font-size: 1.2em;
    font-weight: 600;
    color: #e6f0ff;
    padding: 10px 0;
}

.popUpDialog > div:not(.popupTitle){
    background: rgba(255,255,255,.03);
    border-top: 1px solid rgba(255,255,255,.06);
    margin-top: 6px;
    padding: 6px;
    border-radius: 8px;
}

.popUpDialog{
    border-color: rgba(255,255,255,.08) !important;
}

table.dataTable{
    background: transparent !important;
    border-collapse: separate;
    border-spacing: 0 4px;
}

table.dataTable thead th{
    background: linear-gradient(
        180deg,
        rgba(25,30,36,.95),
        rgba(18,22,27,.95)
    ) !important;
    color: #cfd8e3 !important;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .4px;
    text-transform: uppercase;
    border: none !important;
    padding: 12px 10px;
    box-shadow:
        inset 0 -1px 0 rgba(255,255,255,.05);
}

table.dataTable tbody tr{
    background: rgba(18,22,28,.75) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: background .18s ease, transform .15s ease;
}

table.dataTable tbody tr:hover{
    background: rgba(30,36,44,.9) !important;
}

table.dataTable tbody td{
    color: #e5e7eb;
    font-size: 13px;
    padding: 10px 10px;
    border: none !important;
}

table.dataTable tbody tr td:first-child{
    border-radius: 8px 0 0 8px;
}

table.dataTable tbody tr td:last-child{
    border-radius: 0 8px 8px 0;
}

table.dataTable tbody td:nth-child(2),
table.dataTable tbody td:nth-child(4){
    color: #9aa4b2;
    font-size: 12px;
}

table.dataTable tbody td:nth-child(6){
    font-weight: 500;
}

table.dataTable input[type="checkbox"]{
    accent-color: #4f8cff;
    transform: scale(1.1);
}

.dataTables_info,
.dataTables_paginate,
.dataTables_filter label{
    color: #9aa4b2 !important;
    font-size: 12px;
}

.dataTables_filter input{
    background: rgba(20,25,32,.9);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 8px;
    color: #fff;
    padding: 6px 10px;
}

#efficiency_graph{
    background: linear-gradient(
        180deg,
        rgba(18,22,28,.96),
        rgba(10,13,16,.96)
    );
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.05),
        0 18px 36px rgba(0,0,0,.6);
    padding: 16px;
    margin-top: 10px;
}

#efficiency_graph .efficiencyLabel{
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .45px;
    text-transform: uppercase;
    color: #e5e7eb;
    margin-bottom: 12px;
    text-shadow: 0 2px 4px rgba(0,0,0,.6);
}

#efficiency_graph .efficiency_measure{
    background: rgba(255,255,255,.04);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.05);
    padding: 8px;
}

#efficiency_graph canvas,
#efficiency_graph svg{
    border-radius: 10px;
}

#efficiency_graph,
#efficiency_graph *{
    background-clip: padding-box;
}

.usersList{
    background: rgba(18,22,28,.75);
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.05),
        0 14px 28px rgba(0,0,0,.55);
    overflow: hidden;
}

.usersList .list-group-item{
    background: transparent !important;
    border: none !important;
    padding: 12px 14px;
    margin: 0;
    transition: background .15s ease;
}

.usersList .list-group-item a{
    color: #cfd8e3 !important;
    font-weight: 500;
    text-decoration: none;
}

.usersList .list-group-item:hover{
    background: rgba(255,255,255,.06);
}

.usersList .list-group-item.active{
    background: linear-gradient(
        180deg,
        rgba(60,130,255,.35),
        rgba(60,130,255,.18)
    ) !important;
    box-shadow:
        inset 3px 0 0 #3c82ff;
    border-radius: 0;
}

.usersList .list-group-item.active a{
    color: #fff !important;
    font-weight: 600;
}

.usersList .list-group-item.active,
.usersList .list-group-item{
    border-left: none !important;
}

.usersList .list-group-item a.user{
    display: block;
    width: 100%;
    background: transparent !important;
    padding: 0;
    color: inherit;
}

.usersList .list-group-item{
    display: flex;
    align-items: center;
}

.usersList .list-group-item a{
    background: none !important;
}

.usersList .list-group-item:not(:last-child){
    border-bottom: 1px solid rgba(255,255,255,.05) !important;
}

.appstore_appBlock{
    background: linear-gradient(
        180deg,
        rgba(20,24,30,.96),
        rgba(12,15,18,.96)
    );
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.05),
        0 18px 36px rgba(0,0,0,.6);
    padding: 18px;
    height: 100%;
    transition: transform .2s ease, box-shadow .2s ease;
}

.appstore_appBlock:hover{
    transform: translateY(-3px);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.08),
        0 26px 46px rgba(0,0,0,.75);
}

.appstore_appBlock .appUrl{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: rgba(255,255,255,.06);
    border-radius: 14px;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.08);
    margin-bottom: 12px;
}

.appstore_appBlock .appUrlTitle{
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
    margin-bottom: 6px;
}

.appstore_appBlock .appDescription{
    font-size: 13px;
    color: #a8b0bd;
    line-height: 1.4;
}

.appstore_appBlock .installed,
.appstore_appBlock .appStatus{
    color: #22c55e;
    font-weight: 600;
}

#appList{
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    align-items: stretch;
}

#appList > [class*="col-"]{
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
}

.appstore_appBlock{
    height: 100%;
    display: flex;
    flex-direction: column;
}

#appAlertsList.appAlertsContainer{
    position: fixed !important;
    right: 20px !important;
    bottom: 80px !important;
    width: 320px !important;
    max-height: 360px !important;
    background: rgba(20,25,32,.98) !important;
    color: #fff !important;
    z-index: 2147483647 !important;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.15);
    box-shadow:
        0 30px 80px rgba(0,0,0,.9),
        inset 0 1px 0 rgba(255,255,255,.08);
    padding: 10px;
    overflow-y: auto !important;
    transform: none !important;
    filter: none !important;
    pointer-events: auto !important;
}

#appAlertsList ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#appAlertsList ul li{
    display: block !important;
    padding: 8px 10px;
    margin-bottom: 6px;
    background: rgba(255,255,255,.06) !important;
    color: #f5f5f5 !important;
    font-size: 12px;
    line-height: 1.35;
    border-radius: 8px;
}

#appAlertsList ul li:hover{
    background: rgba(255,255,255,.14) !important;
}

.view.tableAlarms{
    background: linear-gradient(
        180deg,
        rgba(18,22,28,.92),
        rgba(12,15,20,.95)
    );
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.06);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.05),
        0 20px 40px rgba(0,0,0,.55);
}

.view.tableAlarms table.table{
    border-collapse: separate !important;
    border-spacing: 0 6px !important;
    background: transparent;
}

.view.tableAlarms table.table tbody tr{
    background: rgba(255,255,255,.035);
    border-radius: 10px;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.04);
    transition:
        background .2s ease,
        box-shadow .2s ease,
        transform .15s ease;
}

.view.tableAlarms table.table tbody tr:hover{
    background: rgba(255,255,255,.07);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.06),
        0 8px 22px rgba(0,0,0,.45);
    transform: translateY(-1px);
}

.view.tableAlarms table.table tbody tr td{
    background: transparent !important;
    border: none !important;
    padding: 10px 12px !important;
    color: rgba(255,255,255,.88);
    font-size: 13px;
    vertical-align: middle;
}

.view.tableAlarms table.table tbody tr td:first-child{
    border-radius: 10px 0 0 10px;
}

.view.tableAlarms table.table tbody tr td:last-child{
    border-radius: 0 10px 10px 0;
}

.view.tableAlarms table.table small,
.view.tableAlarms table.table .muted{
    color: rgba(255,255,255,.45);
    font-size: 11px;
}

.view.tableAlarms tr.alarm-high{
    box-shadow:
        inset 4px 0 0 #ff4d4d,
        inset 0 1px 0 rgba(255,255,255,.05);
}

.view.tableAlarms tr.alarm-medium{
    box-shadow:
        inset 4px 0 0 #ffb84d,
        inset 0 1px 0 rgba(255,255,255,.05);
}

.view.tableAlarms tr.alarm-low{
    box-shadow:
        inset 4px 0 0 #4dd2ff,
        inset 0 1px 0 rgba(255,255,255,.05);
}

.view.tableAlarms tr.hide{
    display: none !important;
}

.view.tableAlarms .body{
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,.18) transparent;
}

.view.tableAlarms .body::-webkit-scrollbar{
    width: 6px;
}

.view.tableAlarms .body::-webkit-scrollbar-thumb{
    background: rgba(255,255,255,.2);
    border-radius: 6px;
}

.fm-container{
    background: rgba(18,22,28,.75);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.04),
        0 18px 36px rgba(0,0,0,.55);
    padding: 14px;
}

.fm-container .alert{
    background: rgba(255,255,255,.04) !important;
    border: 1px dashed rgba(255,255,255,.15) !important;
    color: rgba(255,255,255,.65) !important;
    font-size: 13px;
    font-weight: 500;
    border-radius: 12px;
    padding: 18px;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.06);
    text-align: center;
}

.fm-container .alert-success{
    background: rgba(255,255,255,.04) !important;
    color: rgba(255,255,255,.65) !important;
}

.miniTrendContainer > .legendContainer{
    margin-top: 8px;
    padding: 6px 10px;
    background: rgba(20,25,30,.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 10px;
    border: 0px solid rgba(255,255,255,.08);
}

.miniTrendContainer > .legendContainer table{
    width: 100%;
    border-collapse: collapse;
}

.miniTrendContainer > .legendContainer tbody{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 14px;
}

.miniTrendContainer > .legendContainer tr{
    display: flex;
    align-items: center;
    gap: 6px;
}

.miniTrendContainer > .legendContainer .legendColorBox{
    width: 12px;
    height: 12px;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,.35);
}

.miniTrendContainer > .legendContainer .legendLabel{
    color: rgba(255,255,255,.9);
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.alarmsPlot.miniTrendContainer{
    display: grid;
    grid-template-rows: auto 1fr auto;
    row-gap: 6px;
}

.miniTrendGraph{
    height: 100% !important;
    min-height: 160px;
}

.legendContainer{
    position: relative;
    margin-top: 4px;
}

.miniTrendContainer > .legendContainer td.legendColorBox{
    padding: 0 !important;
    width: 16px;
    height: 16px;
}

.miniTrendContainer > .legendContainer td.legendColorBox > div{
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.miniTrendContainer > .legendContainer td.legendColorBox > div > div{
    width: 10px !important;
    height: 10px !important;
    border-radius: 2px;
    border-width: 5px !important;
    border-style: solid;
    margin: 0 !important;
    box-sizing: border-box;
}

html body .grafico_tags.grafico_table .graficos_table{
    background: rgba(15,20,25,.72) !important;
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow:
        0 18px 40px rgba(0,0,0,.55),
        inset 0 0 0 1px rgba(255,255,255,.05);
    padding: 14px;
}

html body .grafico_tags.grafico_table .tagsList{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

html body .grafico_tags.grafico_table .tagsList > div[class^="tag_"]{
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

html body .grafico_tags.grafico_table .graficos_table_block{
    background: rgba(25,30,35,.65);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.12);
    padding: 12px;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.08),
        0 10px 26px rgba(0,0,0,.55);
}

html body .grafico_tags.grafico_table .graficos_table_block .description{
    background: linear-gradient(
        to bottom,
        rgba(70,75,85,.95),
        rgba(35,40,50,.75)
    );
    border: 1px solid rgba(255,255,255,.18);
    color: rgba(255,255,255,.90);
}

html body .grafico_tags.grafico_table .graficos_table_block .tagvalue{
    background: rgba(25,30,35,.85);
    border: 1px solid rgba(255,255,255,.15);
    color: rgba(255,255,255,.95);
}

html body .grafico_tags.grafico_table .unit{
    color: rgba(255,255,255,.65);
}

html body .grafico_tags.grafico_table .timestamp{
    background: rgba(25,30,40,.65);
    border: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.65);
}

html body .grafico_tags.grafico_table .grafo a{
    background: rgba(30,35,45,.75);
    border: 1px solid rgba(255,255,255,.15);
    color: rgba(255,255,255,.75);
}

html body .grafico_tags.grafico_table .grafo a::before{
    background-color: rgba(255,255,255,.85);
}

html body .grafico_tags.grafico_table .graficos_table .unit{
    display: inline-block !important;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,.65);
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    margin: 4px 0 0 0 !important;
    padding: 0 !important;
}

html body .grafico_tags.grafico_table .graficos_table .grafo{
    display: inline-block;
    margin-top: 4px;
}

html body .grafico_tags.grafico_table .graficos_table .grafo a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 30px;
    padding: 6px 10px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.15);
    background: rgba(30,35,45,.75);
    backdrop-filter: blur(6px);
    color: rgba(255,255,255,.75);
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0,0,0,.60);
    transition: all .2s ease;
}

html body .grafico_tags.grafico_table .graficos_table .grafo a:hover{
    background: rgba(60,70,90,.85);
    color: #fff;
    box-shadow: 0 4px 14px rgba(0,0,0,.80);
}

html body .grafico_tags.grafico_table .graficos_table .grafo a::before{
    content: "";
    width: 16px;
    height: 16px;
    background-color: rgba(255,255,255,.85);
    -webkit-mask: url("/uploads/svgs/solid/chart-line.svg") center / contain no-repeat;
    mask: url("/uploads/svgs/solid/chart-line.svg") center / contain no-repeat;
}

html body .grafico_tags.grafico_table .graficos_table .graficos_table_block .tagvalue{
    display: block !important;
    width: 100%;
    text-align: center;
}

html body .grafico_tags.grafico_table .graficos_table .graficos_table_block .unit,
html body .grafico_tags.grafico_table .graficos_table .graficos_table_block .grafo{
    display: inline-block !important;
    vertical-align: middle;
}

html body .grafico_tags.grafico_table
.graficos_table
.graficos_table_block
.clearfix:not(.timestamp){
    text-align: center !important;
    margin-top: 6px !important;
}

html body .grafico_tags.grafico_table .graficos_table .graficos_table_block .unit{
    margin-right: 6px !important;
}

html body .grafico_tags.grafico_table .graficos_table .graficos_table_block .grafo a{
    min-width: 28px;
    min-height: 26px;
    padding: 4px 6px;
}

html body .grafico_tags.grafico_table .graficos_table .table_title{
    margin-bottom: 12px;
    padding: 10px 14px;
    background: linear-gradient(
        to bottom,
        rgba(70,80,95,.95),
        rgba(35,40,50,.85)
    );
    backdrop-filter: blur(10px) saturate(140%);
    -webkit-backdrop-filter: blur(10px) saturate(140%);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.18);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.25),
        0 6px 16px rgba(0,0,0,.65);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-align: center;
    color: rgba(255,255,255,.95);
    cursor: move;
}

html body .grafico_tags.grafico_table.ui-draggable{
    width: 300px !important;
    min-width: 300px !important;
}

html body .grafico_tags.grafico_table .graficos_table{
    width: 100%;
    max-width: 100%;
}

html body .grafico_tags.grafico_table .graficos_table_block{
    width: 100%;
}

.body.tvvBodyGauge{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.body.tvvBodyGauge .additionalTag{
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tvvGaugeHolder{
    width: 100%;
    height: 110%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tvvGaugeSvgWrap{
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tvvGaugeSvgWrap svg.gaugeProSvg{
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.tvvGaugeValue{
    flex: 0 0 auto;
    margin-top: 4px;
    text-align: center;
    line-height: 1.05;
    white-space: nowrap;
}

.tvvGaugeValue .value{
    font-size: 34px;
    font-weight: 700;
}

.tvvGaugeValue .unit{
    font-size: 18px;
    font-weight: 600;
    margin-left: 6px;
    vertical-align: baseline;
}

.tvvGaugeNA{
    font-weight: 700;
    letter-spacing: .5px;
}

.body.tvvSemOk .tagvalue,
.body.tvvSemBad .tagvalue{
    font-weight: 700;
    text-align: center;
}

.body.tvvSemOk .tagvalue,
.body.tvvSemBad .tagvalue,
.body.tvvSemOk .tagvalue .unit,
.body.tvvSemBad .tagvalue .unit{
    color: inherit;
}

.body.tvvSemOk,
.body.tvvSemBad{
    position: relative;
    box-shadow:
        inset 2px 2px 0 rgba(255,255,255,.30),
        inset -2px -2px 0 rgba(0,0,0,.45),
        inset 0 0 18px rgba(0,0,0,.35),
        0 10px 20px rgba(0,0,0,.45);
    transition:
        background-color .25s ease,
        box-shadow .25s ease;
}

.body.tvvSemOk::before,
.body.tvvSemBad::before{
    display: none;
}

.body.tvvSemOk .tagvalue,
.body.tvvSemBad .tagvalue{
    font-weight: 800;
    text-shadow:
        0 2px 4px rgba(0,0,0,.6),
        0 0 8px rgba(0,0,0,.35);
}

.tvslBox{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tvslSpark{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .55;
    pointer-events: none;
}

body.loggedapp header.main-header{
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

body.loggedapp header.main-header > *{
  display: none !important;
}

#clsFloat{
    position: fixed;
    z-index: 99999 !important;
}

#clsChat{
    position: fixed;
    z-index: 100000 !important;
}

#clsLibrary{
    z-index: 100001 !important;
}

.clsChatBackdrop,
.clsChatOverlay{
    z-index: 99998 !important;
}








/* =========================================
   SHORT LINK – FIX BOOTSTRAP ALERT (DARK)
========================================= */
.cls-shortlink .alert-success{
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    color: inherit !important;
}

.cls-shortlink .alert-success a.shortlink{
    display: block;
    padding: 10px 14px;
    border-radius: 6px;

    background: rgba(0, 180, 120, 0.18);
    border: 1px solid rgba(0, 180, 120, 0.45);

    color: #7CFFD4 !important;
    font-weight: 600;
    text-decoration: none;

    word-break: break-all;
    transition: all .2s ease;
}

.cls-shortlink .alert-success a.shortlink:hover{
    background: rgba(0, 180, 120, 0.28);
    border-color: rgba(0, 220, 150, 0.9);
    color: #CFFFEF !important;
}




/* =========================================================
   JQUERY UI DATEPICKER – DARK THEME (LEGACY SAFE)
========================================================= */

/* contenedor general */
.ui-datepicker{
    background: #0f172a;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.45);
    color: #e5e7eb;
    font-family: inherit;
}

/* header */
.ui-datepicker-header{
    background: transparent;
    border: none;
    padding: 6px 0 10px 0;
}

/* título mes/año */
.ui-datepicker-title{
    font-weight: 600;
    color: #e5e7eb;
}

/* flechas */
.ui-datepicker-prev,
.ui-datepicker-next{
    top: 6px;
}

.ui-datepicker-prev span,
.ui-datepicker-next span{
    filter: invert(1);
    opacity: 0.8;
}

.ui-datepicker-prev:hover span,
.ui-datepicker-next:hover span{
    opacity: 1;
}

/* nombres de días */
.ui-datepicker th{
    color: #94a3b8;
    font-weight: 500;
    padding: 6px 0;
}

/* tabla */
.ui-datepicker-calendar{
    margin-top: 6px;
}

/* días normales */
.ui-datepicker td a{
    background: transparent;
    border-radius: 8px;
    color: #e5e7eb;
    text-align: center;
    padding: 6px 0;
    transition: all .15s ease;
}

/* hover */
.ui-datepicker td a:hover{
    background: rgba(96,165,250,0.15);
    color: #93c5fd;
}

/* hoy */
.ui-datepicker-today a{
    background: rgba(34,197,94,0.15);
    color: #4ade80;
    font-weight: 600;
}

/* seleccionado */
.ui-datepicker-current-day a{
    background: #2563eb;
    color: #ffffff;
    font-weight: 600;
}

/* fines de semana */
.ui-datepicker-week-end a{
    color: #cbd5f5;
}

/* otros meses */
.ui-datepicker-other-month,
.ui-datepicker-other-month a{
    color: #64748b !important;
    opacity: 0.4;
}

/* deshabilitados */
.ui-datepicker-unselectable,
.ui-datepicker-unselectable span{
    color: #475569 !important;
    opacity: 0.35;
}

/* time picker */
.ui-timepicker-div{
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 8px;
    padding-top: 8px;
}

.ui-timepicker-div dt{
    color: #94a3b8;
}

.ui-timepicker-div dd select{
    background: #020617;
    border: 1px solid rgba(255,255,255,0.1);
    color: #e5e7eb;
    border-radius: 6px;
    padding: 4px;
}














.report-row{
    display:flex;
    align-items:center;
    gap:6px;
}

.shortlink-box{
    display:flex;
    align-items:center;
    gap:6px;
    margin-left:8px;
}

.shortlink-box a{
    max-width:220px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.copyShortlink{
    background:transparent;
    border:none;
    cursor:pointer;
}











/* ===============================
   INFORMES – TITLE UPGRADE (DARK)
=============================== */

.informes_reportsList h2 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #e6f2ee;
    margin-bottom: 18px;
    padding-left: 14px;
    position: relative;
}

/* línea lateral */
.informes_reportsList h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 70%;
    background: linear-gradient(
        180deg,
        #2fd4a4,
        #1fa37a
    );
    border-radius: 4px;
}

/* subtítulo elegante */
.informes_reportsList h2::after {
    content: "Historial de reportes generados";
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: rgba(180, 220, 210, 0.6);
    margin-top: 4px;
    letter-spacing: 0.3px;
}






/* =========================================
   REPORT BUILDER – INFORMES DISPONIBLES (DARK)
========================================= */

.informes_reportBuilder .reportsList h2 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.45px;
    color: #e8f3ef;
    margin-bottom: 18px;
    padding-left: 14px;
    position: relative;
}

/* barra lateral */
.informes_reportBuilder .reportsList h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 72%;
    background: linear-gradient(
        180deg,
        #3fd6b2,
        #1fa37a
    );
    border-radius: 4px;
}

/* subtítulo */
.informes_reportBuilder .reportsList h2::after {
    content: "Plantillas y reportes listos para generar";
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: rgba(190, 225, 215, 0.55);
    margin-top: 4px;
    letter-spacing: 0.3px;
}
















































/* ===============================
   EDIT MAINTENANCE – MODAL XL
   =============================== */

.editMaintenanceModal {
    width: 90vw !important;
    max-width: 1400px !important;
}

@media (max-width: 1200px) {
    .editMaintenanceModal {
        width: 98vw !important;
    }
}



.iso-header {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.iso-header-icon {
	font-size: 26px;
	color: #ff4d4d;
	margin-right: 12px;
}

.iso-title {
	font-size: 16px;
	font-weight: 600;
	color: #ff4d4d;
	letter-spacing: 0.5px;
}

.iso-subtitle {
	font-size: 12px;
	color: #aaa;
}

.iso-divider {
	border-top: 1px solid rgba(255,255,255,0.08);
	margin: 8px 0 15px;
}










/* ================================
   FILE PREVIEW – MAINTENANCE
================================ */

.file-preview,
.file-preview-grid{
	margin-top: 8px;
}

/* Cuadro base */
.file-box{
	width: 110px;
	height: 90px;
	border-radius: 8px;
	background: linear-gradient(145deg,#1f2937,#111827);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-right: 8px;
	margin-bottom: 8px;
	cursor: pointer;
}

.file-box i{
	font-size: 32px;
	color: #9ca3af;
}

/* Nombre corto abajo */
.file-box span{
	position: absolute;
	bottom: 4px;
	left: 6px;
	right: 6px;
	font-size: 10px;
	color: #cbd5e1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

/* Hover */
.file-box:hover{
	box-shadow: 0 0 0 1px #ef4444;
}

/* Botón remove */
.file-box .remove{
	position: absolute;
	top: 4px;
	right: 6px;
	color: #ef4444;
	font-size: 12px;
	display: none;
}

.file-box:hover .remove{
	display: block;
}



/* ===== CONTENEDOR SCROLL CERTIFICADOS ===== */
.certificadosScroll{
	max-height: 100px;
	overflow-y: auto;
	padding-right: 8px;
}

/* scrollbar discreto */
.certificadosScroll::-webkit-scrollbar{
	width: 10px;
}
.certificadosScroll::-webkit-scrollbar-thumb{
	background: rgba(255,255,255,.15);
	border-radius: 4px;
}





/* ======================================
   AUTOCOMPLETE – ESTILO PRO INDUSTRIAL
====================================== */

.ui-autocomplete {
	background: linear-gradient(180deg, #1c2128, #14181e);
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 10px;
	box-shadow:
		0 10px 30px rgba(0,0,0,.65),
		inset 0 1px 0 rgba(255,255,255,.04);
	padding: 6px;
	max-height: 260px;
	overflow-y: auto;
	z-index: 999999 !important;
	font-family: "Segoe UI", Roboto, Arial, sans-serif;
}

/* Scroll elegante */
.ui-autocomplete::-webkit-scrollbar {
	width: 6px;
}
.ui-autocomplete::-webkit-scrollbar-track {
	background: transparent;
}
.ui-autocomplete::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,.15);
	border-radius: 10px;
}

/* Item */
.ui-autocomplete .ui-menu-item {
	margin: 2px 0;
}

/* Link del item */
.ui-autocomplete .ui-menu-item-wrapper {
	color: #dfe6ee;
	padding: 10px 14px;
	border-radius: 8px;
	cursor: pointer;
	font-size: 13px;
	letter-spacing: .3px;
	transition: all .15s ease;
	display: flex;
	align-items: center;
	gap: 8px;
}

/* Icono automático */
.ui-autocomplete .ui-menu-item-wrapper::before {
	content: "⚙";
	color: #ff4d4d;
	font-size: 13px;
	opacity: .9;
}

/* Hover / Focus */
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
	background: linear-gradient(90deg, rgba(255,77,77,.25), rgba(255,77,77,.05));
	color: #ffffff;
	box-shadow: inset 0 0 0 1px rgba(255,77,77,.45);
}

/* Texto resaltado */
.ui-autocomplete .ui-menu-item-wrapper strong {
	color: #ff4d4d;
	font-weight: 600;
}





/* ================================
   AUTOCOMPLETE ISO 10012 – PRO
================================ */

.ui-autocomplete {
    background: linear-gradient(180deg, #1e2633, #151b26);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0,0,0,.6);
    padding: 6px;
    max-height: 240px;
    overflow-y: auto;
    z-index: 9999;
}

.ui-autocomplete .ui-menu-item {
    padding: 10px 14px;
    border-radius: 8px;
    color: #cfd8e3;
    font-size: 13px;
    cursor: pointer;
    transition: all .15s ease;
}

.ui-autocomplete .ui-menu-item:hover,
.ui-autocomplete .ui-state-active {
    background: linear-gradient(90deg, #ff3b3b, #ff6b6b);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.15);
}

.ui-autocomplete::-webkit-scrollbar {
    width: 6px;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.2);
    border-radius: 6px;
}








.iso10012Fields.iso-disabled{
	opacity: .45;
	pointer-events: none;
	filter: grayscale(0.4);
}

.iso10012Fields .form-control:disabled{
	background: rgba(255,255,255,.04);
	color: #aaa;
	cursor: not-allowed;
}





/* =====================================================
   MAINTENANCE – TIMELINE VERTICAL (FIX ALTURA)
===================================================== */

/* ===== TABLA ===== */
#maintenanceList table{
    width: 100%;
    border-collapse: collapse;
}

/* ===== FILA ===== */
#maintenanceList tr.maintenance{
    height: auto !important;
    min-height: 120px;
    vertical-align: top;
}

/* ===== CELDAS ===== */
#maintenanceList td{
    vertical-align: top !important;
    height: auto !important;
    overflow: visible !important;
}

/* Columna SN */
#maintenanceList td:first-child{
    width: 260px;
    padding: 10px;
}

/* Columna eventos */
#maintenanceList td.maintenanceEvents{
    padding: 0 10px 10px 10px;
    height: auto !important;
    overflow: visible !important;
}

/* ===== EVENTO ===== */
.maintenanceEvents .mevent{
    position: relative;
    display: block;
    width: 100%;
    height: auto !important;
    min-height: 120px;
    padding: 10px 90px 12px 16px;
    margin-bottom: 14px;
    box-sizing: border-box;

    border-left: 2px solid rgba(255,255,255,.15);
}

/* Punto timeline */
.maintenanceEvents .mevent::before{
    content: "";
    position: absolute;
    left: -7px;
    top: 16px;
    width: 10px;
    height: 10px;
    background: #e74c3c;
    border-radius: 50%;
}

/* ===== CONTENIDO ===== */
.mevent .date{
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}

.mevent .device,
.mevent .tag{
    display: block;
    font-size: 13px;
    margin-bottom: 2px;
}

/* ISO block */
.mevent .eventISO{
    display: block;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.4;
}

/* Message */
.mevent .message{
    display: block;
    margin-top: 6px;
    font-size: 13px;
}

/* Files */
.mevent .eventFiles{
    display: inline-block;
    margin-top: 6px;
    font-size: 12px;
}

/* ===== THUMBNAIL ===== */
.mevent .thumbnail{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 64px;
    height: 64px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}

/* ===== SEPARACIÓN ===== */
#maintenanceList tr.maintenance{
    border-bottom: 1px solid rgba(255,255,255,.08);
}

























/* =========================================================
   MAINTENANCE – PASO 1: "SN CARD" (aislado)
   Solo afecta a: .maintenanceSN dentro del módulo maintenance
   ========================================================= */

tr.maintenance > td:first-child .maintenanceSN{
  /* look & feel SCADA */
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.08);
  border-left: 4px solid rgba(46,204,113,0.95); /* acento tipo OK */
  border-radius: 8px;

  /* profundidad tipo panel */
  box-shadow:
    0 10px 24px rgba(0,0,0,0.45),
    inset 0 1px 0 rgba(255,255,255,0.05);

  /* spacing (no cambia tamaño, solo interior) */
  padding: 14px 14px;
  color: rgba(255,255,255,0.86);

  /* si tu card tiene background azul por default, esto lo neutraliza */
  filter: none;
}

/* título SN más pro */
tr.maintenance > td:first-child .maintenanceSN .snTitle,
tr.maintenance > td:first-child .maintenanceSN b,
tr.maintenance > td:first-child .maintenanceSN strong{
  color: rgba(255,255,255,0.95);
  letter-spacing: 0.3px;
}

/* texto secundario */
tr.maintenance > td:first-child .maintenanceSN,
tr.maintenance > td:first-child .maintenanceSN *{
  text-shadow: 0 1px 0 rgba(0,0,0,0.35);
}

/* hover sutil (sin movimiento) */
tr.maintenance > td:first-child .maintenanceSN:hover{
  border-color: rgba(0,229,255,0.35);
  border-left-color: rgba(0,229,255,0.95);
  box-shadow:
    0 12px 30px rgba(0,0,0,0.55),
    inset 0 1px 0 rgba(255,255,255,0.06);
}







/* =========================================================
   MAINTENANCE – PASO 2: EVENT CARD (.mevent)
   SOLO estilo, NO layout
   ========================================================= */

tr.maintenance td.maintenanceEvents .mevent{
  /* panel SCADA */
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.05),
    rgba(255,255,255,0.02)
  );

  border: 1px solid rgba(255,255,255,0.08);
  border-left: 4px solid rgba(251,192,45,0.95); /* preventivo / evento */

  border-radius: 8px;

  box-shadow:
    0 10px 22px rgba(0,0,0,0.45),
    inset 0 1px 0 rgba(255,255,255,0.05);

  color: rgba(255,255,255,0.88);
}

/* hover técnico (sin movimiento) */
tr.maintenance td.maintenanceEvents .mevent:hover{
  border-left-color: rgba(0,229,255,0.95);
  box-shadow:
    0 12px 28px rgba(0,0,0,0.6),
    inset 0 1px 0 rgba(255,255,255,0.07);
}

/* =========================================
   TEXTO INTERNO – JERARQUÍA
   ========================================= */

tr.maintenance td.maintenanceEvents .mevent strong{
  color: #ffffff;
}

tr.maintenance td.maintenanceEvents .mevent small{
  color: rgba(255,255,255,0.6);
}

tr.maintenance td.maintenanceEvents .mevent *{
  text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}

/* =========================================
   ICONO DE ARCHIVO (SIN CAMBIAR TAMAÑO)
   ========================================= */

tr.maintenance td.maintenanceEvents .mevent .fileIcon{
  background: linear-gradient(
    180deg,
    #20262c,
    #151a1f
  );

  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;

  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.03),
    0 6px 14px rgba(0,0,0,0.55);

  color: #90caf9;
}

/* hover del icono */
tr.maintenance td.maintenanceEvents .mevent .fileIcon:hover{
  border-color: rgba(0,229,255,0.9);
  box-shadow:
    inset 0 0 0 1px rgba(0,229,255,0.15),
    0 8px 18px rgba(0,0,0,0.65);
}













/* =========================================================
   MAINTENANCE – PASO 3: THUMBNAIL (imagen / archivo)
   SOLO afecta thumbnails del timeline
   ========================================================= */

tr.maintenance td.maintenanceEvents 
.mevent .thumbnail{
  width: 64px;
  height: 64px;

  /* panel look */
  background-color: #1a2026;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px;

  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.03),
    0 4px 10px rgba(0,0,0,0.45);

  /* CLAVE: centrado del icono */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;

  padding: 6px; /* margen interno visual, no rompe */
}

/* cuando es imagen real */
tr.maintenance td.maintenanceEvents 
.mevent .thumbnail img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* hover técnico */
tr.maintenance td.maintenanceEvents 
.mevent .thumbnail:hover{
  border-color: rgba(0,229,255,0.9);
  box-shadow:
    inset 0 0 0 1px rgba(0,229,255,0.15),
    0 6px 14px rgba(0,0,0,0.65);
}

/* =========================================================
   FALLBACK: cuando la clase "file undefined" no trae imagen
   ========================================================= */

tr.maintenance td.maintenanceEvents 
.mevent .thumbnail.file{
  background-size: 75% 75%;
}



















/* Maintenance – Thumbnail más grande (+25%) */
.mevent .thumbnail{
    width: 100px;   /* antes ~64 */
    height: 80px;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
}

/* PDF icono / embed centrado */
.mevent .thumbnail embed{
    width: 100%;
    height: 100%;
    pointer-events: none;
}














































/* ===============================
   CLS – DROPZONE PREVIEW THEME
================================ */

.ui-dialog .dropzone {
    background: transparent;
    border: 2px dashed rgba(255,255,255,.15);
    border-radius: 14px;
    padding: 20px;
}

/* GRID */
.dropzone .dz-preview {
    width: 150px;
    height: 170px;
    margin: 12px;
    background: #1f242a;
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(0,0,0,.45);
    overflow: hidden;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: transform .2s ease, box-shadow .2s ease;
}

.dropzone .dz-preview:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,.6);
}

/* THUMB */
.dropzone .dz-image {
    width: 100%;
    height: 110px;
    border-radius: 14px 14px 0 0;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropzone .dz-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ICON FILE */
.dropzone .dz-image i {
    font-size: 42px;
    color: #7fb7ff;
}

/* NAME */
.dropzone .dz-details {
    padding: 8px 10px 0;
    text-align: center;
}

.dropzone .dz-filename {
    font-size: 12px;
    color: #e5e5e5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* SIZE */
.dropzone .dz-size {
    font-size: 11px;
    color: #9aa7b2;
}

/* REMOVE BUTTON */
.dropzone .dz-remove {
    width: 100%;
    text-align: center;
    font-size: 11px;
    padding: 6px 0;
    background: rgba(255,80,80,.12);
    color: #ff6b6b;
    text-decoration: none;
    border-top: 1px solid rgba(255,255,255,.05);
    transition: background .2s ease;
}

.dropzone .dz-remove:hover {
    background: rgba(255,80,80,.25);
}

/* HIDE DEFAULT MARKS */
.dropzone .dz-success-mark,
.dropzone .dz-error-mark,
.dropzone .dz-progress {
    display: none !important;
}

/* MESSAGE */
.dropzone .dz-message {
    color: #9aa7b2;
    font-size: 14px;
}

.dropzone .dz-message i {
    font-size: 36px;
    color: #5fa8ff;
}






/* =====================================================
   DROPZONE – FIX TEMA DARK (filename visible)
   ===================================================== */

.dropzone .dz-preview {
    background: #1f2328;
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
}

/* contenedor del nombre */
.dropzone .dz-preview .dz-details {
    padding: 8px 6px 4px;
}

/* filename wrapper */
.dropzone .dz-preview .dz-filename {
    background: rgba(0,0,0,0.55) !important;
    padding: 4px 8px !important;
    border-radius: 6px;
    margin-top: 6px;
    max-width: 100%;
}

/* link */
.dropzone .dz-preview .dz-filename a {
    color: #9fd7ff !important;
    text-decoration: none;
    font-weight: 600;
}

/* texto real del archivo */
.dropzone .dz-preview .dz-filename span[data-dz-name] {
    color: #e8edf2 !important;
    font-size: 12px;
    display: block;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* hover elegante */
.dropzone .dz-preview .dz-filename a:hover span[data-dz-name] {
    color: #ffffff !important;
    text-decoration: underline;
}





/* =========================================================
   DROPZONE – DARK FIX
   Quitar fondo blanco detrás de imagen
   ========================================================= */

/* contenedor del preview imagen */
.dropzone .dz-preview.dz-image-preview .dz-image{
    background: #0f141a !important; /* dark real */
}

/* por si el img trae borde blanco */
.dropzone .dz-preview.dz-image-preview img{
    background: transparent !important;
}

/* mejora visual dark */
.dropzone .dz-preview.dz-image-preview{
    background: #151b22;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,0.03),
        0 6px 14px rgba(0,0,0,0.6);
}































/* =========================================
   ISO 10012 – LED METROLÓGICO (REAL)
========================================= */

.metrology-led{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 6px;
	border-radius: 2px;
	background: #bdc3c7; /* gris por defecto */
	box-shadow: inset 0 0 2px rgba(0,0,0,0.6);
	vertical-align: middle;
}

/* 🟢 OK */
.metrology-led.green{
	background: #2ecc71;
	box-shadow: 0 0 6px rgba(46,204,113,0.9);
}

/* 🔴 ALERTA */
.metrology-led.red{
	background: #e74c3c;
	box-shadow: 0 0 6px rgba(231,76,60,0.9);
}

/* ⚪ NO APLICA */
.metrology-led.gray{
	background: #95a5a6;
	box-shadow: inset 0 0 2px rgba(0,0,0,0.6);
}

/* contenedor opcional */
.maintenanceStatus{
	margin-bottom: 4px;
}
















/* ===============================
   Maintenance SN Card – auto size
   =============================== */

.maintenanceSN.card{
    width: auto !important;
    height: auto !important;
    min-width: unset !important;
    min-height: unset !important;
}

.maintenanceSN.card .card-body{
    height: auto !important;
    min-height: unset !important;
    display: inline-block;
}

.maintenanceSN.card .card-body > div{
    height: auto;
    white-space: normal;
}


























/* ADV block (solo layout) */
.advancedHistoryStatus .advBox{
	margin-top: 8px;
	border-radius: 6px;
	padding: 8px;
	max-height: 260px;      /* scroll vertical */
	overflow-y: auto;
}

.advancedHistoryStatus .advRow{
	padding: 8px 0;
	border-bottom: 1px solid rgba(0,0,0,0.08);
}

.advancedHistoryStatus .advRow:last-child{
	border-bottom: none;
}

.advancedHistoryStatus .advText{
	float: left;
	width: 62%;
	padding-right: 10px;
	word-break: break-word;
}

.advancedHistoryStatus .advMedia{
	float: right;
	width: 38%;
	text-align: right;
}

.advancedHistoryStatus .advImg{
	max-width: 100%;
	height: auto;
	border-radius: 6px;
}

.advancedHistoryStatus .advFile{
	display: inline-block;
	padding: 6px 10px;
	border-radius: 6px;
	text-decoration: none;
}

.advancedHistoryStatus .advNoMedia{
	display: inline-block;
	min-height: 1px;
}


















/* FIX: legend horizontal en Trends */
.trendsGraph .legendContainer tbody{
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px 20px;
}



/* =========================================
   TRENDS – Graph y Legend en flujo normal
   ========================================= */

/* el contenedor principal debe apilar hijos */
.trendsGraph{
    display: flex;
    flex-direction: column;
}

/* el canvas ocupa el espacio disponible */
.trendsGraph #graphContainer,
.trendsGraph #graphContainer2{
    flex: 1 1 auto;
    position: relative;
}

/* la leyenda va abajo, como bloque normal */
.trendsGraph .legendContainer{
    position: relative !important;
    clear: none !important;

    width: 100%;
    margin-top: 6px;

    display: block;
}










/* =========================================
   FIX REAL: permitir crecimiento del área
   ========================================= */

/* el wrapper principal debe poder scrollear */
.content-wrapper {
    overflow-y: auto !important;
    height: auto !important;
}

/* el app no debe limitar la altura */
#app {
    min-height: calc(100vh - 50px); /* header approx */
    height: auto !important;
}

/* la gráfica NO debe forzar altura fija  SZE DE LA GRAFICA*/ 
.trendsGraph {
    height: auto !important;
    min-height: 700px;
}












/* texto del legend en modo oscuro */
.legendContainer,
.legendContainer * {
    color: #ffffff !important;
}


















/* ===============================
   FIX SCROLL FANTASMA CENTRAL
   =============================== */

/* el wrapper central se ajusta al contenido */
.content-wrapper {
    min-height: unset !important;
    height: auto !important;
    overflow-y: visible !important;
}

/* el app no fuerza altura extra */
#app {
    min-height: unset !important;
    height: auto !important;
}

/* SOLO el body maneja el scroll */
html, body {
    height: auto;
    overflow-y: auto;
}





















/* ===== FIX EXPORTABLE AXIS COLOR ===== */

#graphContainer.white .flot-text div {
    color: #000000 !important;
}

#graphContainer.white .flot-text {
    color: #000000 !important;
}












/* ===== FORCE LEGEND TEXT COLOR IN EXPORT MODE ===== */

.legendContainer.white table {
    color: #000000 !important;
}

.legendContainer.white table td {
    color: #000000 !important;
}

.legendContainer.white .legendLabel {
    color: #000000 !important;
}













/* ===== EXPORT MODE LEGEND FIX ===== */

.legendContainer.white {
    background-color: #FFFFFF !important;
}

.legendContainer.white table {
    background-color: #FFFFFF !important;
    color: #000000 !important;
}

.legendContainer.white table td {
    background-color: #FFFFFF !important;
    color: #000000 !important;
}
