@charset "UTF-8";


.rounded {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}


/***************
ESTADOS
****************/

.connected {
	background-color: #009EE0;
}

.no-connected {
	background-color: #8FA4AD;
}
.connected-error {
	background-color: #ffc107;
}
.connected-nodata {
	background-color: #009EE0;
}
.connected-nodata-gris {
	background-color: #8FA4AD;
}
.cuarentena {
	background-color: #000000;
}
.no-config-no-conn {
	background-color: #a6b1e2;
}
.no-config-offline {
	background-color: #a6b1e2;
}
.no-config-conn {
	background-color: #a6b1e2;
}
.offline {
	background-color: #009EE0;
}
.offline_des {
	background-color: #8FA4AD;
}


/** los :before tienen que estar separados en diferentes líneas */
.connected i:before {
	content: '\f2e3';
	color: #f2f4f7;	
}
.connected-error i:before {
	content: '\f2e3';
	color: #f2f4f7;
}
.connected-nodata i:before {
	content: '\f2e4';
	color: #f2f4f7;
}
.connected-nodata-gris i:before {
	content: '\f2e4';
	color: #f2f4f7;
}
.cuarentena i:before {
	content: '\f2e7';
	color: #f2f4f7;
}
.no-config-no-conn i:before {
	content: '\f2e7';
	color: #f2f4f7;
}
.no-config-offline i:before {
	content: '\f2e5';
	color: #f2f4f7;
}
.no-config-conn i:before {
	content: '\f2e4';
	color: #f2f4f7;
}
.no-connected i:before {
	content: '\f2e7';
	color: #f2f4f7;
}
.offline i:before {
	content: '\f2e5';
	color: #f2f4f7;
}
.offline_des i:before {
	content: '\f2e5';
	color: #f2f4f7;
}

/**************************
MACHINE INFO
**************************/

header#header.header-maquina .machine-conexion {
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	margin-top: 2px;
	margin-right: 5px;
}

header#header.header-maquina .machine-conexion {
	line-height: 14px;
}

header#header.header-maquina .machine-info-more,
header#header.header-maquina .machine-status {
	margin-right: 5px;
}
header#header.header-maquina .machine-status.aviso-memoria {
	color: #e0e0e0;
	background: #66767e;
	font-size: 12px;
	line-height: 1.5;
}

header#header.header-maquina .connected-nodata i,
header#header.header-maquina .connected-nodata-gris i,
header#header.header-maquina .connected-error i,
header#header.header-maquina .cuarentena i,
header#header.header-maquina .no-config-no-conn i,
header#header.header-maquina .no-config-conn i,
header#header.header-maquina .no-config-offline i,
header#header.header-maquina .connected i,
header#header.header-maquina .no-connected i,
header#header.header-maquina .offline i,
header#header.header-maquina .offline_des i {
	font-size: 14px;
	line-height: 18px;
	width: 18px;
	height: 20px;
	text-align: center;
	padding-top: 2px;
	color: #fff;
}

header#header.header-maquina .no-connected {
	background-color: #66767E;
}


/*** ICONOS EN TABLAS AJAX ***/

td .machine-status {
	width: 20px;
	height: 20px;
	display: inline-block;
}

td .machine-status.connected-nodata i,
td .machine-status.connected-nodata-gris i,
td .machine-status.connected-error i,
td .machine-status.cuarentena i,
td .machine-status.no-config-no-conn i,
td .machine-status.no-config-offline i,
td .machine-status.no-config-conn i,
td .machine-status.connected i,
td .machine-status.no-connected i,
td .machine-status.offline_des i,
td .machine-status.offline i {
	padding-top: 5px;
}

td a .machine-status {
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
}

td a .machine-status.connected-nodata i,
td a .machine-status.connected-nodata-gris i,
td a .machine-status.connected-error i,
td a .machine-status.cuarentena i,
td a .machine-status.no-config-no-conn i,
td a .machine-status.no-config-offline i,
td a .machine-status.no-config-conn i,
td a .machine-status.connected i,
td a .machine-status.no-connected i,
td a .machine-status.offline_des i,
td a .machine-status.offline i {

	padding: 0px;
	padding-top: 5px;
	color: transparent;
}


/**** GESTION PANTALLAS CON GRID ******/
.container.pantallaGrid {
	width: 100%;
	max-width: 1500px;
}

/****** CSS PARA LOS BLOQUES DE GRÁFI *******/
.bloquePantallaGrid{
	margin:1px;
}
.tabla_photshop{
	height: 100%; 
	width: 100%;
	background-color: transparent;
	margin: 0 auto;
}
.informacion_photshop{
	max-height: 300px;
	min-height: 100px;
	max-width: 700px;
	width: 60%;
    margin: 0 auto;
    padding: 10px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.11);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.11);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 4px;

}
.informacion_photshop .nombre{
	width:100%;
	height:100%;
	max-height: 200px;
}
.icono_photshop{
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: auto;
}

.full-inner-1500{
	max-width: 1500px;
	margin: 0 auto;
}


#toggle-width .toggle-switch .ts-helper {
	height: 11px;
	width: 33px;
}
#toggle-width .toggle-switch .ts-helper::before {
	width: 20px;
	height: 20px;
	top: -5px;
}
#toggle-width .toggle-switch input:checked + .ts-helper {
	background: rgba(0, 0, 0, 0.26);
}
#toggle-width .toggle-switch input:checked + .ts-helper::before {
	left: 18px;
	background: #fff;
}

.btn-sel-fecha-div {
	border: 1px solid #CFD8DB;
    background-color: #fff;
    color: #CFD8DB;
    padding: 0px;
}


/******** CSS para estadísticas de uso ***************/
#grafica_hits_empresas{
	height: 200px;
}
#grafica_hits_meses{
	/*min-height: 200px;*/
	
}
h2.grafica_titulo {
	margin: 0;
	line-height: 100%;
	font-size: 16px;
	font-weight: 400;
}

.labelSelect{
	font-weight: 400;
    color: #959595;
}

span.disabled {
	opacity: 0.65;
	cursor: not-allowed;
	pointer-events: none;
}

/*** Para que los ficheros en el selector de parámetros salgan con el nombre tal cual ***/
.select_ficheros .btn {
	border: 0;
	text-transform: none;
  }

/*** Para ver bien los emails de los informes ***/
.emailInformesAdd {
	padding: 20px;
	padding-bottom: 0px;
}


.green-ok-test {color: #58AD46 !important;}
.orange-alert-test {color: #F5A71B !important;}
.red-danger-test {color: #DD1E43 !important;}

i.colorVerde:before {color: #58AD46 }
i.colorNaranja:before {color: #F5A71B }
i.colorRojo:before {color: #DD1E43 }
i.colorAzul:before {color: #2196f3 }
i.colorGris:before {color: #959595 }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
	max-width: 100%;
}

.nav.lista_valores {
	max-height: 650px;
	overflow-y: auto;
}
.nav.lista_valores > li > a{
	background: none;
	color: #7f8485;
}
.nav.lista_valores > li.active > a{
	border-bottom: solid 2px #2196f3;
	background: none;
	color: #7f8485;
}
.nav.lista_valores > li > a:hover{
	background-color: #eeeeee;
}


select.select_pantallas,
.bootstrap-select.select_pantallas {
	height: 30px;
	margin-top: 28px;
}

.con_titulo .bootstrap-select{
	margin-top: 7px;
}

.loading {
    background-image: url(img/load.gif) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: rgba(0,0,0,0.2) !important;
    margin-right: auto;
    margin-left: auto;
    z-index: 900;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*border-radius: 6px 6px 6px 6px;*/
}
.loading{
    background-color: #F5F5F5 !important;
}

.grafica .graf-halo {
    display: inline-block;
    width: 16px;
    height: 12px;
    background-position: center bottom;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url(img/graf-halo.png);
}
.grafica .graf-halo.graf-halo-off {
    opacity: 0.5;
}
.grafica .graf-halo.graf-halo-on {
    opacity: 1;
}

.growl-animated {
	right: 100px !important;
}

.variable-cluster {
	height: 95px;
}

#frm_realizar_migracion ul{
	list-style-type: none;
	padding: 0;
}

.label_p{
    font-weight: 400;
    color: #959595;
	white-space: nowrap;	
}

.valor_p{
	height: 30px;
    padding: 0;
	margin-bottom: 0px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
	color: #000000;
}

.fg-float .form-control.falta_completar{
	border-bottom-color: red;
}

.bootstrap-select.falta_completar > .btn-default{
	border-bottom-color: red !important;
}

.icono_accion_cluster{
	width: 20px;
}

.radio_fichero_cluster{
	margin-top: 12px;
	margin-bottom: 12px;
}



.faldon-gris .elem-vis-grid .value-box .valor   {
    font-size: 18px;
	color: #5e5e5e;
}

.program-parameter p.text-1,
.faldon-gris .value-box .titulo_indicador,
.faldon-gris .elem-vis-grid span.titulo_indicador   {
	color: #8FA4AD !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	font-size: 14px !important;
	line-height: 27px;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}
.faldon-gris .elem-vis-grid span.unidad {
	color: #8FA4AD !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	font-size: 12px !important;
	line-height: 27px;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	float: right;
}


.faldon-gris .elem-vis-grid span.units   {
	color: #8FA4AD !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	font-size: 12px !important;
	line-height: 27px;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

.faldon-gris .value-box .centrar-texto, .faldon-gris .value-box .texto_indicador {
    text-align: left !important;
}

.faldon-gris .elem-vis-grid div.titulo_indicador{
	color: #8FA4AD !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	white-space: nowrap;

}

.faldon-gris .value-box .titulo_indicador {
	margin-bottom: -5px;
}

.faldon-gris .status-box .visualizador-estado {
	font-weight: 600;
	font-size: 30px !important;
	height: 22px;
}
/** hacer que todas las columnas del faldon gris tengan la misma altura **/
.faldon-gris .row_flex {
	display: flex;
	flex-wrap: wrap;
}
.faldon-gris .row_flex > [class*='col-']:not(.gestionAlarmas_filtros_alarmas) {
	display: flex;
	flex-direction: column;
}

.faldon-gris {
	background: #F2F4F7;
	border-bottom: 1px solid #CFD8DB;
	/*margin-bottom: 40px;*/
}

.faldon-gris .row_flex > div {
	border-right: 1px solid #CFD8DB;
	padding-top: 20px;
	padding-bottom: 10px;
}

.faldon-gris .row_flex > div:last-child {
	border-right: none;
}

.faldon-gris .m-b-10 {
    margin-bottom: 0 !important;
}

.faldon-gris .elem-vis-grid {
	margin-bottom: 10px;
}


.faldon-gris .elem-vis-grid .value-box {
	margin-top: 0px !important;
}

.pantalla-grid .faldon-gris .elem-vis-grid,
.pantalla-grid .faldon-blanco .elem-vis-grid {
	margin-bottom: 10px;
	
}

.icono_fino {
	-webkit-text-stroke: 1px white;
}

.icono_vacio_peque {
	height: 50px;
	width: 50px;
	background-color: #e6e9ec;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border-radius: 50% 20% / 10% 40%;
}

.icono_vacio_peque i {
	font-size: 40px;
	color: #f9fbfd;
}

.mensaje_vacio_peque {
	margin-top: 0px;
}

.mensaje_vacio_peque h2{
    color: #34434b;
	font-size: 14px;

}
.mensaje_vacio_peque.verde h2{
    color: #86c3b8;
	font-size: 14px;

}

.sub_mensaje_vacio_peque {
    font-size: 10px;
    margin-top: 0;
    color: #939ab2;
}


@media (max-width: 767px) {
	.mobile-100 {
		width:100% !important;
		display: inline;
		border: 0px !important;
	}

	
	.p-m-20 {
		padding: 20px !important;
	}
	
	.p-m-t-20 {
		padding-top: 20px !important;
	}
	
	.p-m-b-20 {
		padding-bottom: 20px !important;
	}
	
	.p-m-l-20 {
		padding-left: 20px !important;
	}
	
	.p-m-r-20 {
		padding-right: 20px !important;
	}	
	
}


.icono_fino {
	-webkit-text-stroke: 1px white;
}

.icono_vacio_peque {
	height: 100px;
	width: 100px;
	background-color: #bfded8;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border-radius: 50% 20% / 10% 40%;
}

.icono_vacio_peque i {
	font-size: 70px;
	color: #f9fbfd;
}

.mensaje_vacio_peque {
	font-family: "BwSeido";
	margin-top: 0px;
}

.mensaje_vacio_peque h2{
    color: #ffffff;
	font-size: 18px;

}

.sub_mensaje_vacio_peque {
	font-family: "BwSeido";
    font-size: 14px;
    margin-top: 0;
    color: #ffffff;
}

.fondo_claro .mensaje_vacio_peque h2,
.fondo_claro .sub_mensaje_vacio_peque{
	color: #34434b;
}