/*********************************************************************************/
/* SGR MRES v3.0*/
/*********************************************************************************/

body
{
	margin:0;
	padding:0;
	font-family: 'Arial','Open Sans';
	font-size: 14px;
	background-color: #F2F2F2;
	/*
	background-image: linear-gradient(135deg, #F7F7F7, #D0CFD0);*/
	/*
	background-image: url("../images/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	*/
}

.bodyError
{
	background-image: url("../images/ES/home-pmls.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	overflow:hidden;
}

html {
    scroll-behavior: smooth !important;
}

form
{
	margin:0;	
}

input[type="checkbox"]
{
    cursor: pointer;
}

input:disabled[type="checkbox"]
{
    cursor: initial;
}

input[type="radio"]
{
    cursor: pointer;
}

input:disabled[type="radio"]
{
    cursor: initial;
}

input[type="date"]
{
    width:auto;/*150px;*/
    cursor: pointer;
}

input:disabled[type="date"]
{
    width:auto;/*150px;*/
    cursor: initial;
}

select
{
    cursor: pointer;
}

select:disabled
{
    cursor: initial;
}

.inputTextarea
{
    background-color: white;
    border:0;
    font-family: 'Arial';
	font-size: 1em;
	color: #606060;
	width:100%;
	resize: none;
}
.oculto
{
	display:none;
}

.headerSup
{
	display:block;
	position: fixed;
	top:0;
	z-index:200;
	
	background-color:white;
	border-bottom: solid 1px #EDEDED;
	
	display:block;
	padding:5px;
	padding-bottom:0;
	margin:0px;
	width:100%;
	/*min-width:1400px;
	background-color: lightcyan;
	*/
}

.divMenu
{
	display:inline-block;
	width:auto;
	/*
	min-width:830px;
	background-color: lightgreen;
	*/
	vertical-align: top;
	
}

.noBordes
{
	border-bottom:solid 1px #C7000B;	
}

/* ------------ NAVEGACIÓN ----------------*/
#menu {
	margin:auto;
    padding-left:5px;
    padding-top:12px;    
    padding-bottom:8px; 
    
    height:20px;
    /*min-width:700px;*/
    margin-top:0;
    z-index: 10;
}

.dropdown {
    position: relative;
    display: inline-block;
    padding-left:20px;
    padding-right:100px;    
    margin-top:5px;
    text-decoration:none;
    z-index:10;
}

.dropdownTxt {
	color:#C7000B;
	font-size: 1.1em;
	text-decoration:none;
}

.dropdownTxt:hover
{
	color:#C7000B;
	text-decoration:none;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    
    background-image: linear-gradient(135deg, #FFFFFF, #F7F7F7);
	min-width: 250px;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
    text-decoration:none;
	list-style:none;
	padding-top:7px;
	padding-bottom:7px;
	margin-left:0px;
    padding-left:0px;
    text-indent:15px;
    z-index:10;
}

.dropdown-content a {
    color: #606060;
    padding: 7px 0px;
    display: block;
    text-decoration:none;
    margin-left:0px;
    padding-left:0px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover
{
	background-image: linear-gradient(to right, #C7000B 70%, rgb(242, 0, 12));
	color:#EEEEEE;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.hrMenu
{
	border: 1px solid #EDEDED;
}
/*************************************************/

.divLogo
{
	display:inline-block;
}
.divLogo img
{
	height: 55px;
}

.divInputsLogin
{
	display:inline-block;
	vertical-align: top;
	margin-top:4px;
}
.divHeaderNombre
{
	float:right;
	padding-top:6px;
	padding-right:10px;
	color:#C7000B;
	font-size: .9em;
	line-height: 1.5em;
}
.divHeaderPerfil
{
	float:right;
	color:#777777;
	font-size: .9em;
	line-height: 1.5em;
}

#numContadorAvisos
{
	color:orange;
	cursor:pointer;
	font-weight: bold;
}

.rastroMigas
{
	width:100%;
	position:fixed;
	top:65px;
	
	background-image: linear-gradient(to right, #C7000B 70%, rgb(242, 0, 12));
	color:white;
	vertical-align: middle;
	padding:0px;
	font-size:.9em;
	line-height: .9em;
	font-weight: bold;
	z-index:1;
	/*text-transform: uppercase;*/
}

.tituloRastroMigas
{
	padding:10px;
	float:left;
}

.divBtnRastroMigas
{
	float:right;
	vertical-align: middle;	
	margin-right:30px;
	padding-top:2px;
}

.btnRastroMigas
{
	/*text-transform: uppercase;*/
	display:inline-block;
	width:100px;
    background-color: white;
	color:#C7000B;
	height: 2em;
	font-size: .9em;
	border:solid 1px white;/*#159FDE;*/
	border-radius: 5px;
	margin:0px;
	margin-top:2px;
	cursor:pointer;
	vertical-align: middle;
}

.btnRastroMigas:hover
{
	color:#C7000B;
	background-color: #EDEDED;
	border:solid 1px darkgrey;
}

.btnRastroMigas:disabled
{
	color:darkgrey;
	background-color: white;
	border:solid 1px white;/*#159FDE;*/
	cursor:initial;
}

.div-footer-legal
{
	/*background-color: #F4F4F4;*/
	background-image: linear-gradient(to bottom, #F4F4F4, #EDEDED);
	/*border-top:solid 1px #C7000B;*/
	vertical-align: middle;
	padding:10px;
	font-size:0.8em;
	
	width: 100%;
	position:fixed;
	height:1.5em;
	top:calc(100% - 3em);
	z-index:10;
}

.recoverPWD
{
	color:#C7000B;
	font-size:0.8em;
	line-height:2.5em;
}

.btn-Menu
{
	color:#C7000B;
	margin-left:20px;
	margin-right:20px;
}

.btn-Menu:hover
{
	color:#C7000B;
	cursor:pointer;
}

.btn-Off
{
	padding-top:16px;
	padding-right:4px;	
}

.btnIconoTabla
{
	width:25px;
	height: 25px;
	cursor:pointer;
	margin-right:5px;
	margin-left:5px;
}

.btnInlinePeq
{
	display:inline-block;
	vertical-align: middle;
	width:18px;
	height: 18px;
	cursor:pointer;
	margin-right:0px;
	margin-left:5px;
}

.inputTxt
{
	color: #606060;
	font-size: 1em;
	height: 1.6em;
	border:solid 1px #D0CFD0;
	width:99%;
}

.inputTxt:disabled
{
	border:none;
}

.inputTxt100px
{
	width:100px;
}

.inputDate
{
	color: #606060;
	font-size: 1.1em;
	height: 1.6em;
	border:solid 1px #D0CFD0;
}

.inputDate:disabled
{
	border:none;
}


.mainContainer
{
	margin:0 auto;
	margin-top:120px;
	margin-bottom: 50px;
	padding:0;
	/*height:calc(100vh - 105px);*/
	min-width:950px;
}

.divImgHome
{
	text-align:center;
	height:calc(100vh - 20px);
	
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
}

.labelInput
{
	display:inline-block;
	color:#606060;
	width:100%;
	padding:5px;
}

.botonPpal
{
	display:inline-block;
	width:100px;
    /*background-image: linear-gradient(135deg, #159FDE 20%, #0F6CBA);*/
    background-color: white;
	color:#C7000B;
	height: 2em;
	font-size: 1em;
	border:solid 1px #EDEDED;
	border-radius: 5px;
	margin:10px;
	cursor:pointer;
}

.botonPpal:hover
{
	background-color: #FAFAFA;
}

.cuadroTablaRec
{
	width:25px;
	height:25px;
	cursor:pointer;
	margin:5px;
}

.divListadoAdmin
{
	width:85%;
	min-width:950px;
	margin:0 auto;
	margin-top:0px;
}

.divOpcionesAdmin
{
	width:100%;
}

.contenidoTablaAdmin
{
	margin:0 auto;
	width:100%;
	
	padding:30px;
	padding-left:5px;
	padding-right:5px;
	/*padding-top:50px;*/
	padding-bottom:50px;
	border:1px solid #D0CFD0;
	background-color: white;
}

.contenidoBloque
{
	width:100%;
	text-align: center;
	margin:0 auto;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid #D0CFD0;
	background-color: white;
}

.opcMenuAdmin
{
	display:inline-block;
	width:200px;
	height:1.5em;
	vertical-align: middle;
	background: #f9f9f9;
	color:#606060;
	padding:6px;
	
	font-size: 1em;
	text-align:center;
	text-decoration:none;
	
	border:1px solid #D0CFD0;
	border-radius:5px 5px 0px 0px;
	border-bottom:0px;
}

.opcMenuAdmin:hover
{
	/*background-image: linear-gradient(135deg, #159FDE 20%, #0F6CBA);*/
	background-image: linear-gradient(135deg, #C7000B 70%, rgb(242, 0, 12));
	color:white;
	border:1px solid #C7000B;
	cursor:pointer;
}

.opcMenuAdminSelected
{
	/*background-image: linear-gradient(135deg, #159FDE 20%, #0F6CBA);*/
	background-image: linear-gradient(135deg, #C7000B 70%, rgb(242, 0, 12));
	color:white;
	border:1px solid #C7000B;
}

.opcMenuAdminSelected:hover
{
	cursor:initial;
}

.tablaGral
{
	border-collapse: collapse;
	width:100%;
	background-color: white;
	/*background-image: linear-gradient(to bottom,#F7F7F7, #EEEEEE);*/
}

.tablaGral th
{
	color:#C7000B;
	font-size:.8em;
	cursor:pointer;
	line-height: 2em;
	border-bottom: solid 1px #C7000B;
	text-indent: 3px;
}
.tablaGral td
{
	font-size:.9em;
	color:#606060;
	height:3.5em;
	text-indent: 3px;
}

.tablaGral tbody tr:hover
{
	background-color:#F7F7F7;
}

.filaDestacada
{
	background-color: #F7F7F7;
	font-weight: bold;	
}

.tablaLisa
{
	margin:0 auto;
	width:100%;
	border-collapse: collapse;
	margin-top:20px;
	margin-bottom:20px;
}

.tablaLisa th
{
	color:#C7000B;
	font-size:.9em;
	border-bottom:solid 1px #C7000B;
	padding-top:3px;
	padding-bottom:3px;
}
.tablaLisa td
{
	font-size:.9em;
	color:#606060;/*#222222*/
	height: 2.5em;
	vertical-align: middle;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: solid 1px lightgray;
}

.tablaLisa tbody tr:hover
{
	background-color:#F7F7F7;
}

.filaForm
{
	display:inline-block;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	text-align: left;
	/*
	background-color: pink;
	border:solid 1px black;
	*/
}
.labelForm
{
	display:inline-block;
	white-space: nowrap;
	width:50%;
	height: 1.6em;
	padding-top:.4em;
	text-align:right;
	padding-right:10px;
	color:#C7000B;
}

.labelFormShort
{
	width:35%;
}

.labelTitulo
{
	display:inline-block;
	white-space: nowrap;
	padding-right:10px;
	color:#C7000B;
	height: 1.6em;
	padding-top:.4em;
}

.label100
{
	width:100px;
}

.label200
{
	width:200px;		
}

.filaCriterio
{
	color:#777777;
	text-align:left;
	margin-left:35px;
	height:2em;
}

.tituloSeccion
{
	background-image: linear-gradient(135deg,white, #EDEDED);
	border-bottom: solid 1px #EDEDED;
	color:#606060;
	
	
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	padding:7px;
	margin-top:0px;
	margin-bottom:0px;
}

.tituloSeccionConBotones
{
	/*
	background-color: white;
	background-image: linear-gradient(135deg, #606060, #D0CFD0);
	color:white;
	*/
	background-color: transparent;
	color:#C7000B;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.7em;
	text-align: left;
	padding:7px;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:0px;
	/*border-bottom: solid 1px #C7000B;*/
	vertical-align: middle;
	width:95%;
}

.dataTxtForm
{
	display:inline-block;
	vertical-align: middle;
	color: #606060;
}

.dataTxtFormGrey
{
	color: #606060;
	font-size: 1em;
	height: 1.6em;
	width:100%;
}

.dataInputForm
{
	display:inline-block;
	vertical-align: top;
	color: #606060;
}

.comboGral
{
	 width:100%;
	 background-color: white;
	 color: #606060;
	 font-size: 1em;
	 height: 1.9em;
	 border:solid 1px #D0CFD0; 
}

	.comboGral:focus
	{
	  border:solid 1px #C7000B;
	}

	.comboGral:disabled
	{
		color: #606060;
		border:0;
		appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
	}
	
.elemInline100
{	 
	display:inline-block;
	width:100px;
}

.elemInline150
{	 
	display:inline-block;
	width:150px;
}

.elemInline200
{	 
	display:inline-block;
	width:200px;
}

.elemInline300
{	 
	display:inline-block;
	width:300px;
}

.labelRight100
{
	display:inline-block;
	width:100px;
	text-align:right;
}

.faIcon
{
	color:#777777;
	margin-left:20px;
	margin-right:20px;
	display:inline-block;
	vertical-align: middle;
}

.faIcon:hover
{
	color:#C7000B;
	cursor:pointer;
}

.faIconPeq
{
	color:#777777;
	margin-left:10px;
	margin-right:0px;
	display:inline-block;
	vertical-align: middle;
}
.faIconPeq:hover
{
	color:#C7000B;
	cursor:pointer;
}

.faIconBlancoPeq
{
	color:white;
	margin-left:10px;
	margin-right:0px;
	display:inline-block;
	vertical-align: middle;
}
.faIconBlancoPeq:hover
{
	color:#EEEEEE;
	cursor:pointer;
}

.faVolver
{
	color:white;
	margin-top:9px;
	margin-left:10px;
	margin-right:10px;
	float:left;
	vertical-align: middle;
}
.faVolver:hover
{
	color:#EEEEEE;
	cursor:pointer;
}

.faBotonera
{
	font-size:1.5em;
	float:right;
	margin-left:10px;
	margin-right:10px;
}

.divSelMultipleSelect
{
	width:42%;
	display:inline-block;
	text-align:left;
	vertical-align:top;
}

.selCuadroMultiple
{
	width:100%;
	height:200px;
	margin-top:5px;
}

.titleLicUsuarios
{
	margin-bottom:10px;
	text-align:right;
	color:#C7000B;
}

.bloqueDatos
{
	background-color: white;
	
	border:#D0CFD0 solid 1px;
	border-radius:5px 5px 5px 5px;
	
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
}

.tabSupBotones
{
	width:100%;
	position:fixed;
	top:106px;
	text-align:right;
	padding-right:100px;
	background-color:white;
	border-bottom: solid #EEEEEE 1px;
	
}

.seccionDatos
{
	text-align:center;
	width:60%;
	margin:0 auto;
	margin-top:10px;
	font-size:.9em;
	padding-top:10px;
	
}

.enlaceTxt
{
	text-decoration: none;
	cursor: pointer;
}

.enlacePointer
{
	font-weight:normal;
	cursor: pointer;
}

.imagenMini
{
	max-height: 25px;
	max-width: 25px;
}

.imagenMini
{
	max-height: 50px;
	max-width: 50px;
}

.analyticsTitle
{
	display:inline-block;
	white-space: nowrap;
	width:100%;
	text-align:left;
	color:#C7000B;
	margin-top:10px;
	margin-bottom:10px;
	font-size:1.2em;
	cursor:pointer;
	padding:20px;
	
	
}
.divGraficoBarras
{
	margin:0 auto;
	margin-top:20px;
	max-width:70%;
	max-height:400px;
}

.divLegal
{
	width:90%;	
	margin:0 auto;
	margin-top:120px;
}

.tituloLegal
{
	width:100%;
	font-size: 1.3em;
	margin-top:50px;
	padding-bottom:10px;
	border-bottom: solid 2px #C7000B;
	color:#C7000B;
}
		
.txtLegal
{
	font-size: 1em;
	line-height: 2em;
	margin-top:20px;
	margin-bottom:20px;
}

/***************** NOTIFICACIONES *********************/
.divNotificaciones
{
	z-index:100; 
	position: absolute; 
    
    background-color:white;
	border-radius:4px;
	border: 1px solid #b8baba;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;

	width:300px;
	
	top:55px;
	right:10px;
}

.labelOcultarNotificaciones
{
	text-align:right;
	font-size: .8em;
	font-style: italic;
	padding:5px;
	padding-right:10px;
	background-color:#f2f2f2;
	border-bottom: 1px solid #b8baba;	
	color: #0F6CBA;
	cursor: pointer;
}

.txtAviso
{
	font-size: .9em;
	color:#606060;
	padding:10px;
	padding-left:5px;
}

.iconDeleteAviso
{
	color:#727272;
	margin-right:5px;
	cursor:pointer;
}

.divInline
{
	display:inline-block;
	width:30%;
	vertical-align:top; 
}

.h400
{
	height:270px;
	overflow-y: auto;
}

.heightAuto400
{
	height:auto;
	min-height: 270px;
}

.divActuaciones
{
	width: 100%;
	background-color: white;
	border-bottom:solid 1px #C7000B;
	margin:0 auto;
	padding:20px;
	font-size:.9em;
}

.iconoLeyenda
{
	width:15px;
	height:15px;
	vertical-align:middle;
	font-size:15px;
	/*margin-left:20px;*/
}

.divInlineNoWrap
{
	display: inline-block;
	width:fit-content;
	white-space: nowrap;
	color:#606060;
	margin-left:15px;
	margin-top:5px;
}

.tablaResultados
{
	width:95%;
}

.rectangleGris {
	height: 10px;
	width: 100px;
  
	background-color: #f3f3f3;
	border: 1px solid #cacaca;

	border-radius:2px;
	
	display:inline-block;
	vertical-align:middle;	
}

.rectangleVerde {
	height: 10px;
	width: 100px;
  
	background-color: #009947;
	border: 1px solid #cacaca;

	border-radius:2px;
	
	display:inline-block;
	vertical-align:middle;	
}

.rectangleNaranja {
	height: 10px;
	width: 100px;
  
	background-color: #f38e12;
	border: 1px solid #cacaca;

	border-radius:2px;
	
	display:inline-block;
	vertical-align:middle;	
}

.rectangleRojo {
	height: 10px;
	width: 100px;
  
	background-color: #C7000B;
	border: 1px solid #a21d13;

	border-radius:2px;
	
	display:inline-block;
	vertical-align:middle;	
}

.tituloSeccionDispo
{
	background-image: linear-gradient(135deg,white, #EDEDED);
	border-bottom: solid 1px #EDEDED;
	color:#606060;
	font-size: .9em;
	text-align: left;
	padding:7px;
	margin-top:0px;
	margin-bottom:0px;
	z-index:1;
}

span.grey {
  background: #cccccc;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: white;
  display: inline-block;
  font-size: .9em;
  font-weight: bold;
  line-height: 1.3em;
  margin-right: 7px;
  text-align: center;
  width: 1.3em; 
}

.txtTituloRojo
{
	color:#C7000B;
	text-decoration:none;
	text-indent: 0%;
}

.tablaDetalle
{
	border:1px solid #cbcbcb;
	border-radius:8px;
	margin:0 auto;
	width:100%;
	padding-right:10px;
	background-color: white;
	font-size: .9em;
}

.filaTablaDetalle
{
	height:35px;
}

.txtCabDetalle{
	padding:6px;
	text-align:right;
	text-indent:20px;
	color:#727272;
	font-weight:bold;
	width:35%;
}
.txtCeldaDetalle{
	padding:6px;
	text-align:left;
	color:#727272;
}

/* INICIO MANT v2.6*/
.textArea 
{
	border:1px solid #cbcbcb;
	border-radius:8px;
	width:100%;
	font-family: 'Arial';
	font-size: 1em;
	resize:none;
	color:#606060;
	padding:10px;
}

.bordesTabla{
	background-color:white;
	
	border-collapse: collapse;
	border:solid 1px white;
}

.bordesTabla td{
	color:#606060;
	padding-top:5px;
	padding-bottom:5px;
}

.botonera
{
	/*background:#f6f6f6;*/
	background-color: white;
	border: 1px solid #dfdfdf;
	border-radius:5px;
	width: 80%;
}

.txtfilaGrisActual{
	text-align:center;
	font-size:1em;
	color:#727272;
	background:#def5e0;
}

.txtfilaGris{
	text-align:center;
	color:#727272;
	font-size:1em;
}

.cabTabla{
	/*font-weight:bold;*/
    padding:5px;
    text-align:left;
    font-size:1em;
	color:white;
	background:#727272;
	border-collapse: collapse;
	text-decoration:none;
	cursor:pointer;
}

.txtGrisBold{
	color:#C7000B;
	text-decoration:none;
}

.filaUdPpal 
{
	font-weight:bold;
}

.ocultarMovil
{
	display:inline-block;
}

.ocultarDesktop
{
	display:none;
}

.divPageError
{
	margin-left:0;
	margin-top:10vh;
	text-align:center;
	font-size:3vh;
	color:#C7000B;
	padding-left: 20px;
	padding-right: 20px;
}

.labelTxtForm
{
	color:#727272;
}

.divOjoPWD
{
	color:#606060;
	display:inline-block;
	margin-left:5px;
	cursor:pointer;
}

@media screen and (max-width:1200px)
{
	.ocultarMovil
	{
		display:none;
	}
	
	.ocultarDesktop
	{
		display:inline-block;
	}
	
	.cssBloqueIzda
	{
		display:block;
		max-width:50%;
	}
	
	.bodyDispo
	{
		overflow:auto;
	}
}