a{
	color: #FFF;
}
header{
	height: 65px;
}

.logo-link{
	padding: 10px;
}
.textcenter{
	text-align: center;
}
.textright{
	text-align: right;
}
.vspacer{
	padding: 5px 0;
}
/* Login page */
.background{
	background: #707070;
}
.login-logo{
	padding: 30px 10px;
	text-align: center;
}
.login-logo a{
	background: url("../../../client/theme/images/logo_extended.png") no-repeat top center;
	background-size: contain;
	display: block;
	width: 358px;
	height: 110px;
	margin: 0 auto;
}
.login-box-msg{
	text-align: center;
	color: #FFF;
	padding: 20px 20px;
}
.form-content{
	padding: 0;
	margin: 0;
}
.btn-login-mobile{
	border: 0;
	background: #F0F0F0;
	color: #222;
	padding: 5px;
	font-weight: 700;
	width: 100%;
}
.login-form input{
	background: #F0F0F0;
	color: #222;
	border: 0;
	border-bottom: 1px solid #707070;
	text-align: center;
	border-radius: 0;
}
button, input, optgroup, select, textarea{
	background: #000;
	color: #FFF;
}
select{
	border: 1px solid #CCC;
}
.table{
	color: #000;
}
.input-group{
	width: 100%;
}
.selectGrafico{
	max-width: 180px;
}
.wrapper{
	color: #FFF;
	background: #000;
	padding: 0;
	height: 100vh;
}
#menu{
	border: 0;
	background-image: none;
	background-color: transparent;
}
.navbar{
	position: relative;
	padding-top: 5px;
	width: auto;
	height: 35px;
}

.navbar ul{
	margin: 0;
	padding: 0;
}
.navbar ul li{
	list-style: none;
	padding:0;
	margin: 0;
	color: #f93535;
	float: left;
	min-width: 30px;
	text-align: center;
}
.navbar-nemu li{
	padding:0;
}
.navbar ul li.active{
	display: block;
}

.navbar ul li a{
	display: block;
	text-decoration: none;
	color: #f93535;
	padding: 0 10px;
}
.navbar ul li a .fa, .navbar ul li a .fas, .navbar ul li a .far, .navbar ul li a .fab{
	font-size: 50px;
}
.navbar ul li a:hover{
	text-decoration: underline;
	color: #555;
}

.tree{
	color: #FFF;
	margin: 0;
	padding: 0;
}
.select2-results__option{
	color: #000;
}
.tree li{
	margin: 0;
	padding:0;
	list-style: none;
	display: block;
}

.tree li a.graficos{
	display: inline-block;
	width: 80%;
	padding: 5px 10px 0px 10px;
}
.tree li a.graficos:hover{
	background: transparent;
	color: #E0E0E0;
}
.tree li a.device{
	display: block;
	padding: 5px 10px 0px 10px;
	border-radius: 8px;
	margin: 2px 0;
	color: #FFF;
	min-height:30px;
}
.tree li a.device:hover{
	color: #000;
}
.tree li a.tag{
	padding: 5px;
	color: #FFF;
	display: block;
	background: #303030;
}
.tree li a.opened{
	background: #CCC;
}
.tree li a:hover{
	text-decoration: none;
	background: #E0E0E0;
	color: #000;
}
.tree li ul{
	margin: 0 0 0 10px;
	padding: 0;
}
.tree div{
	position: relative;
	border: 1px solid #CCC;
	margin: 2px 0;
	color: #000;
	position: relative;
	min-height:30px;
	border-radius: 5px;
	border: 1px solid #CCC;
}
.tree a.getInfo{
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 5px;
	padding: 5px 10px;
	color: #FFF;
	background: #000;
	border: 0;
}
.tree .red{
	background: red;
	color: #FFF;
}
.ui-dialog{
	width: 100% !important;
	max-height: 100%;
	position: fixed;
	top: 20px !important;
	z-index: 1039 !important;
	overflow-y: auto;
}

.devicesArray{
	overflow: auto;
	padding: 0 5px;
}
.devicesArray ul li a{
	padding: 10px 0;
}
.mobile label{
	color: #FFF;
}
.label-black{
	background: #000;
}
#loading-loading-loading{
	background: #000;
	width: 100% !important;
	height: 100%;
	bottom: 0 !important;
	left: 0 !important;
	opacity: 0.8;
}
.loading-text{
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	text-indent: -10000px;
	width: 200px;
	height: 200px;
	margin-left: -100px;
	margin-top: -100px;
	background: url("../images/loadingApp.svg") center no-repeat;
}
.jqplot-highlighter-tooltip{
	background: #000;
	color: #FFF;
	border: 1px solid #FFF;
	padding: 2px;
	text-align: left;
}
.alert-black{
	background: #111;
	color: #FFF;
	border-color: #000;
	white-space: pre-line;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.alert-black a{
	color: #FFF;
}

.app_mobile .table-striped, .table-striped th, .table-striped td{
	border: 1px solid #111;
	padding: 2px;
	color: #FFF;
}
.app_mobile .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #666;
	/* color: #000; */
}
/* .app_mobile .table-striped > tbody > tr:nth-of-type(2n+1) td{ */
	/* color:  #000; */
/* } */
.app_mobile .table-striped > tbody > tr:hover {
    background-color: red;
}
.grafico_container{
	position: relative;
}
#grafico{
	position: absolute;
	top:35px;
	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: #000;
	border-radius: 5px;
	position: absolute;
	width: 150px;
	height: auto;
	z-index: 997;
	left: 50%;
	top: 10px;
	border: 0;
	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;
	color: #FFF;
	font-weight: bold;
}
.blocksDisponiblesMobile{
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	width:100%;
	z-index: 998;
}
.blocksDisponiblesMobile a{
	display: block;
	width: 100%;
	padding: 5px 0;
	background: #000;
	color: #FFF;
	border: 1px solid #FFF;
	text-align: center;
}

.blocksDisponiblesMobile a:hover{
	text-decoration: none;
	color: #000;
	background: #F0F0F0;
}
.grafico_block.mobile{
	position: relative;
	width: 100%;
	left: 0;
	top: auto;
	border-radius: 0;
}
.grafico_block.mobile .btn{
	display: block;
	width: 100%;
	border-radius:0;
	background: #101010;
}
.grafico_block.mobile .btn:hover{
	background: #333;
}
.grafico_trend{
	width: 250px;
	height: auto;
}
.btn:hover{
	color: #FFF;
}
.grafico_trend.trend{
	width: 470px;
	height: 400px;
	background: #000;
}
.graficosCurrent #grafico .grafico_table, .graficosCurrent #grafico .grafico_block{
	cursor: default;
	color: #FFF;
}
.grafico_table{
	min-height: 150px;
}
.grafico_block{
	min-height: 30px;
}
.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_block .description{
	border: 2px solid #121212;
}
.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;
}
.weatherBtn{
	position: absolute;
	bottom: 0px;
	z-index: 999;
	width: 100%;
	border: 1px solid #FFF;
	color: #FFF;
	background: red;
	padding: 5px;
	text-align: center;
}
.weatherDlg{
	position: absolute;
	top: 0px;
	left: 5px;
	right: 5px;
	padding: 0;
	z-index: 1037;
	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: #072558;
	color: yellow;
	text-shadow: 1px 0 #000;
	font-size: 18px;
	opacity: .8;
}
.weatherGraficoC{
	padding: 5px;
	color: yellow;
}
.weatherGraficoC .table{
	margin-bottom: 0px;
}
.weatherGraficoC .table-bordered > tbody > tr > td{
	border-color: #555;
}
.weatherGraficoC .table > tbody > tr > td{
	color: yellow;
	text-shadow: none;
}
.weatherDlg .temperature{
	font-size: 35px;
}
@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;
}
.visit{
	display: block;
	width: 100%;
	padding: 5px;
	background: red;
	border: 1px solid #FFF;
	color: #FFF;
	margin: 10px 0 0 0;
}
.aboutC{
	border: 1px solid red;
	padding: 10px;
}
.attC{
	padding-top: 60px;
	font-size: 18px;
}
.attentionCode{
	font: normal 4em arial, sans-serif;
	display: block;
	padding: 10px;
	text-align: center;
	background: #448aff;
	color: #FFF;
}
.nsBlock{
	background: #404040;
	margin-bottom: 20px;
	border: 1px solid #F93535;
	border-radius: 3px;
	overflow: hidden;
}
.nsBlock .header{
	background: #F93535;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}

.nsBlock .body{
	color: #FFF;
	height: calc(100% - 33px);
}

.nsBlock .body.bodyMiddle{
	padding-top: 50px;
}

.nsBlock .body h3.tagvalue{
	margin: 0;
	padding: 20px 0 10px 0;
	font-size: 40px;
	text-align: center;
}
.nsBlock.TopTag .body h3.tagvalue{
	color: green;
}
.nsBlock .body .valueType{
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 20px;
	text-align: center;
	color: #F0F0F0;
}
.nsBlock .body .proyeccionvalue{
	padding: 5px 0 5px 0;
	margin: 0 22px 3px 22px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2em;
}
.plabel{
	text-align: center;
}
.nsBlock .body .proyeccionvalue small{
	font-size: 15px;
	line-height: 18px;
	display: block;
}

.nsBlock .body .proyeccionvalue.green{
	color: green;
	border: 1px solid #000;
	background: #333;
}

.nsBlock .body .proyeccionvalue.red{
	color: red;
	border: 1px solid #000;
	background: #333;
}
.nsBlock .body .unit{
	font-size: 30px;
}
.alarmStatus .body{
	padding: 0 20px;
}

#alarmStatus, #alarmStatusComm{
	width: 100%;
	height: 200px;
}

.nsBlock.tableAlarms .body{
	overflow: auto;
}

.nsBlock .majorAlarm{
	color: red;
	margin-top: 10px;
}
.nsBlock .noAlarms{
	color: green;
	margin-top: 10px;
}

.nowStatus_mobile .nsBlock h3.tagvalue{
	padding: 5px 0;
}
.nsBlock.noAlarms h3.tagvalue{
	color: green;
	font-size: 75px;
	padding: 0;
}

.nsBlock.gmap{
	height: 220px !important;
}

.weather.dia{
	background-image: url("../images/sky.jpg");
	background-size: container;
}

.weather.noche{
	background-image: url("../images/stars.png");
	background-size: container;
}

.weatherGraficoNS{
	padding: 5px;
	color: yellow;
}
.weatherGraficoNS .table{
	margin-bottom: 0px;
	border: 0px;
	border-top: 1px solid #555;
}
.weatherGraficoNS .table-bordered > tbody > tr > td{
	border: 0px;
}
.weatherGraficoNS .table > tbody > tr > td{
	color: yellow;
	text-shadow: none;
}

.nsBlock .table td{
	padding: 0;
}
.nsBlock .table td a{
	display: block;
	text-decoration: none;
	padding: 5px;
	color: #000;
}
.nsBlock .table td a:hover{
	text-decoration: none;
	background-color: #606060;
	color: #F0F0F0;
}

.groupsList.nav-tabs.nav-justified > li{
	border: 1px solid #F0F0F0;
	border-radius: 3px;
}
.groupsList.nav-tabs.nav-justified > li > a{
	text-align: left;
	position: relative;
	margin-bottom: 0px;
}
.groupsList.nav-tabs.nav-justified > li > a::after{
	position: absolute;
	top: 8px;
	right: 5px;
	text-align: center;
	content: " + ";
	background: #F0F0F0;
	color: #000;
	border-radius: 3px;
	width: 25px;
	height: 25px;
}

#dashboardContainerMobile{
	position: absolute;
	top: 50px;
	left: 15px;
	right: 15px;
	bottom: 0;
	display: none;
	background:#000;
	padding: 10px;
	overflow: auto;
	height: 100vh;
}
#dashboardContainerMobile .header{
	background: #252525;
	color: #FFF;
	padding: 5px;
	margin-bottom: 10px;
}
#dashboardContainerMobile a:hover{
	color: #000;
}
.groupTitle{
	display: inline-block;
	padding: 0;
	margin: 0;
}

#dashboardContainerMobile .header::after{
	display: block;
	clear: both;
	width: 100%;
	content: " ";
}
#dashboardContainerMobile .header .closeGroup{
	color: #FFF;
	font-size: 18px;
}
#dashboardContainerMobile .dashboard_widget{
	margin: 0 20px;
}

.postIt textarea{
	background: transparent;
	border: 0;
	margin: 2%;
	height: 95%;
	width: 95%;
}

.nav-tabs.nav-justified > li{
	display: block;
	width: 100%;
}
.nav-tabs.nav-justified > li > a{
	border-bottom: 0px; 
}

.mobileWidget{
	display: block;
	width:calc(100% - 20px);
	border: 1px solid #F0F0F0;
	border-radius: 3px;
	padding: 5px;
	margin: 0 10px;
}
.widgetContainer{
	width: 100%;
}
.mobileWidget a.loadMobileWidget{
	display: block;
	font-size: 15px;
	margin: 0;
	padding: 0;
	position: relative;
	min-height: 30px;
}

.mobileWidget a.loadMobileWidget:after{
	position: absolute;
	top: 3px;
	right: 5px;
	text-align: center;
	content: " + ";
	background: #F0F0F0;
	color: #000;
	border-radius: 3px;
	width: 25px;
	height: 25px;
}
.mobileWidget a.loadMobileWidget.opened:after{
	content: " - ";
}
.navbar-nemu li a.module, .navbar-nemu li.appAlerts a{
	height: auto;
	padding: 0;
	line-height:1.1em;
	color: #BF0000;
	text-transform:uppercase;
	text-shadow: none;
}
.navbar-nemu li a.logout{
	width: auto;
	height: 30px;
	padding: 0;
	color: #BF0000;
	text-shadow: none;
}
.nsContainer .column{
	flex-basis: 100%;
}
@media (max-width:1400px){
	.navbar-nemu li a.module, .navbar-nemu li.appAlerts a{
		width: auto;
	}
}
@media (max-width: 768px){
	.moduleContent .btn-danger{
		font-size: 0.8em;
	}
	.navbar{
		padding-top: 10px;
	}
	.navbar ul li{
		max-width: 42px;
	}
	.navbar ul li a .fa, .navbar ul li a .fas, .navbar ul li a .far, .navbar ul li a .fab{
		font-size: 30px;
	}
}

@media (max-width: 464px) {
	.login-logo a{
		width: 100%;
		height: 92px;
		background-size: contain !important;
		background-position: top center !important;
		display: block;
	}
	.logo-link {
		padding: 7px 0;
	}
	.logo-link img{
		height: 40px;
	}
	.navbar{
		min-height: 30px;
		padding-top: 10px;
	}
	.navbar ul li{
		max-width: 30px;
	}
	.navbar ul li a{
		padding: 0 0px;
	}
	.navbar ul li a .fa, .navbar ul li a .fas, .navbar ul li a .far, .navbar ul li a .fab{
		font-size: 23px;
	}
	.weatherGraficoC table td{
		float: left;
		width: 50%;
	}
}
.popup {
    position: fixed;
    left: 5px;
    top: 10px;
    padding: 0;
    border: 1px solid #000;
    background: #000;
    z-index: 1037;
	min-width: 300px;
	width: calc(100% - 10px);
    color: #FFF;
    opacity: 0.8;
}
@media (max-width:380px){
	.navbar ul li{
		min-width: 26px;
	}
	.navbar ul li a .fa, .navbar ul li a .fas, .navbar ul li a .far, .navbar ul li a .fab{
		font-size: 23px;
	}
}
.ATPrintHeader, .ATPrintFooter{
	display: none;
	max-height: 0;
}
.ATPrintHeader img{
	height: 100%;;
	max-height: 80px;
}
.printHeader{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.printShow{
	display: none;
}
.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;
}
.alarmsPlot{
	width: 100%;
	height: 100%;
}

.view.tableAlarms .body{
	overflow: auto;
}





@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;
    }
}




/* Centrar columna del icono weather */
.weatherGraficoNS .col-sm-4{
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.weatherGraficoNS .col-xs-6{
    float: none;
    margin-left: auto;
    margin-right: auto;
}



















