/*********************************************************************************/
/* SAMSUNG v3.0*/
/*********************************************************************************/

@font-face {
  font-family: 'SamsungSans';
  src: url('../assets/fonts/SamsungSans-Regular.ttf')  format('truetype');
 
}

body
{
	margin:0;
	padding:0;
	font-family: 'SamsungSans';
	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/fondo.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	overflow:hidden;
}

html {
    scroll-behavior: smooth !important;
}

.ocultarMovil
{
	display:inline-block;
}

.ocultarDesktop
{
	display:none;
}

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: 'SamsungSans';
	font-size: 1em;
	color: #606060;
	width:100%;
	resize: none;
}
.oculto
{
	display:none;
}

.divHeader
{
	font-size: 16px;
	margin:0;
	padding:0;
	background-color:#222222;
	border-bottom: solid 3px #11ACFF;
	width:100%;
	position:fixed;
	top:0;
	height:70px;
	z-index:3;
}
.headerSup
{
	background-color:#222222;
	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 red;	
}

/* ------------ NAVEGACIÓN ----------------*/
#menu {
	margin:auto;
    padding-left:5px;
    padding-top:8px;    
    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;    
    text-decoration:none;
    z-index:10;
}

.dropdownTxt {
	color:#EEEEEE;
	text-decoration:none;
}

.dropdownTxt:hover
{
	color:#11ACFF;
	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;
	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(135deg, #11ACFF, #0077C8);
	color:#EEEEEE;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.hrMenu
{
	border: 1px solid darkgrey;
}
/*************************************************/

.divLogo
{
	display:inline-block;
}

.divInputsLogin
{
	display:inline-block;
	vertical-align: top;
	margin-top:4px;
}
.divHeaderNombre
{
	float:right;
	padding-top:6px;
	padding-right:10px;
	color:#11ACFF;
	font-size: 0.9em;
	line-height: 1.5em;
}
.divHeaderPerfil
{
	float:right;
	color:#EEEEEE;
	font-size: 0.9em;
	line-height: 1em;
}

#numContadorAvisos
{
	color:orange;
	cursor:pointer;
	font-weight: bold;
}

.rastroMigas
{
	width:100%;
	position:fixed;
	top:70px;
	
	background-image: linear-gradient(to right, #0077C8, #159FDE);
	color:white;
	vertical-align: middle;
	padding:0px;
	font-size:1em;
	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:5px;
}

.btnRastroMigas
{
	/*text-transform: uppercase;*/
	display:inline-block;
	width:100px;
    background-color: white;
	color:#0F6CBA;
	height: 2em;
	font-size: .9em;
	border:solid 1px darkgrey;/*#159FDE;*/
	border-radius: 5px;
	margin:0px;
	margin-top:2px;
	cursor:pointer;
	vertical-align: middle;
}

.btnRastroMigas:hover
{
	color:#159FDE;
}

.btnRastroMigas:disabled
{
	color:#EEEEEE;
}
.div-footer-legal
{
	background-color: #EEEEEE;
	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:#11ACFF;
	font-size:0.8em;
	line-height:2.5em;
}

.btn-Menu
{
	color:white;
	margin-left:20px;
	margin-right:20px;
}

.btn-Menu:hover
{
	color:#11ACFF;
	cursor:pointer;
}

.btn-Off
{
	padding-top:12px;
	padding-right:4px;	
}

.btnIconoTabla
{
	width:20px;
	height: 20px;
	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:100%;
}

.inputTxt100px
{
	width:100px;
}

.inputDate
{
	font-family: 'SamsungSans';
	font-size: 1em;
	color: #606060;
	height: 1.6em;
	border:solid 1px #D0CFD0;
}

.mainContainer
{
	margin:0;
	margin-top:120px;
	margin-bottom: 100px;
	padding:0;
	/*height:calc(100vh - 105px);*/
	min-width:950px;
}

.divImgHome
{
	text-align:center;
	height:calc(100vh - 105px);
	
	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);
	height: 2em;
	font-size: 1em;
	color:white;
	border:0;
	border-radius: 5px;
	margin:10px;
	cursor:pointer;
}

.botonPpal:hover
{
	background-image: linear-gradient(135deg,#0F6CBA 20%, #159FDE);
}

.cuadroTablaRec
{
	width:25px;
	height:25px;
	cursor:pointer;
	margin:5px;
}

.divListadoAdmin
{
	width:85%;
	min-width:950px;
	margin:0 auto;
	margin-top:30px;
}

.divOpcionesAdmin
{
	width:100%;
}

.contenidoTablaAdmin
{
	width:100%;
	text-align: center;
	
	padding:30px;
	/*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);
	color:white;
	border:1px solid #159FDE;
	cursor:pointer;
}

.opcMenuAdminSelected
{
	background-image: linear-gradient(135deg, #159FDE 20%, #0F6CBA);
	color:white;
	border:1px solid #159FDE;
}

.opcMenuAdminSelected:hover
{
	cursor:initial;
}

.tablaGral
{
	margin:0 auto;
	width:100%;
	background-color: white;
	/*background-image: linear-gradient(to bottom,#F7F7F7, #EEEEEE);*/
}

.tablaGral th
{
	color:#0F6CBA;
	font-size:.9em;
}
.tablaGral td
{
	font-size:.9em;
	color:#606060;
	height:2.2em;
}

.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:#0F6CBA;
	font-size:.9em;
	border-bottom:solid 1px #0F6CBA;
	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;
}

.sin-hover tbody tr:hover {
    background-color: transparent !important;
}

.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:#0F6CBA;
}

.labelFormShort
{
	width:35%;
}

.labelTitulo
{
	display:inline-block;
	white-space: nowrap;
	padding-right:10px;
	color:#0F6CBA;
	height: 1.6em;
	padding-top:.4em;
}

.label100
{
	width:100px;
}

.label200
{
	width:200px;		
}

.filaCriterio
{
	color:#0F6CBA;
	text-align:left;
	margin-left:35px;
	height:2em;
}

.tituloSeccion
{
	/*
	background-image: linear-gradient(135deg, #606060, #D0CFD0);
	color:white;
	background-color: white;
	*/
	color:#0F6CBA;
	
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	padding:7px;
	margin-top:0px;
	margin-bottom:0px;
	/*border-bottom: solid 1px #11ACFF;*/
}

.tituloSeccionConBotones
{
	/*
	background-color: white;
	background-image: linear-gradient(135deg, #606060, #D0CFD0);
	color:white;
	*/
	background-color: transparent;
	color:#0F6CBA;
	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 #11ACFF;*/
	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.8em;
	 border:solid 1px #D0CFD0; 
}

.comboGral:focus
{
  border:solid 1px orange;
}

.comboGral:disabled
{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
}

.comboGral:disabled::-ms-expand {
	display: none;
}

.combo100
{	 
	display:inline-block;
	width:100px;
}

.combo150
{	 
	display:inline-block;
	width:150px;
}

.combo200
{	 
	display:inline-block;
	width:200px;
}

.combo300
{	 
	display:inline-block;
	width:300px;
}

.labelRight100
{
	display:inline-block;
	width:100px;
	text-align:right;
}

.faIcon
{
	color:#0F6CBA;
	margin-left:20px;
	margin-right:20px;
	display:inline-block;
	vertical-align: middle;
}

.faIcon:hover
{
	color:#11ACFF;
	cursor:pointer;
}

.faIconPeq
{
	color:#0F6CBA;
	margin-left:10px;
	margin-right:0px;
	display:inline-block;
	vertical-align: middle;
}
.faIconPeq:hover
{
	color:#11ACFF;
	cursor:pointer;
}

.faIconBlancoPeq
{
	color:white;
	margin-left:10px;
	margin-right:0px;
	display:inline-block;
	vertical-align: middle;
}
.faIconBlancoPeq:hover
{
	color:#EEEEEE;
	cursor:pointer;
}

.faIconGrisPeq
{
	color:#D4D4D4;
	margin-left:10px;
	margin-right:0px;
	display:inline-block;
	vertical-align: middle;
}
.faIconGrisPeq:hover
{
	color:#C7000B;
	cursor:pointer;
}

.faIconAlert
{
	color:#C7000B;
	margin-left:20px;
	margin-right:20px;
	display:inline-block;
	vertical-align: middle;
}

.faIconAlert:hover
{
	color:red;
	cursor:pointer;
}

.faVolver
{
	color:white;
	margin-top:11px;
	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:#0F6CBA;
}

.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-family:'SamsungSans';
	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:#0F6CBA;
	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 #11ACFF;
}
		
.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:285px;
	overflow-y: auto;
}

.heightAuto400
{
	height:auto;
	min-height: 285px;
}

.heightAuto150
{
	height:auto;
	min-height: 150px;
}
.divActuaciones
{
	width: 100%;
	background-color: white;
	border-bottom:solid 1px #11ACFF;
	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;
}

.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;	
}

.divOjoPWD
{
	color:#606060;
	display:inline-block;
	margin-left:5px;
	cursor:pointer;
}

.divChecklist
{
	padding:10px;
}

.tdChecklist
{
	vertical-align:top !important;;
	text-align:left;
	padding-left:10px;
	/*border-left:solid 1px #d4d4d4;*/
	
}

.inputTextAreaAdapt
{
	overflow: hidden;
    outline: none;	
}

.tablaBlanca
{
	margin:0 auto;
	width:100%;
	border-collapse: collapse;
	margin-top:0px;
	margin-bottom:0px;
}

.tablaBlanca th
{
	color:#606060;/*#222222*/
	font-weight: bold;
	font-size:1em;
	padding-top:5px;
	padding-bottom:5px;
	border:none;
}
.tablaBlanca td
{
	font-size:1em;
	color:#606060;/*#222222*/
	height: 2.5em;
	vertical-align: middle;
	padding-top:5px;
	padding-bottom:5px;
	border:none;
}

.tablaBlanca td:nth-child(1),
.tablaBlanca td:nth-child(2),
.tablaBlanca td:nth-child(3),
.tablaBlanca td:nth-child(4)
{
    white-space: nowrap;
    width: 5%;
}

.tituloDivIncid
{
	border: solid 1px #0F6CBA;
	background-color: #0F6CBA;
	color:white;
	padding:5px;
	display: block;
}

.contenidoDivIncid
{
	border: solid 1px #D0CFD0;
	padding:5px;
	text-align: left;
}

.labelTituloIncid
{
	display:inline-block;
	min-width:180px;
	text-align:left;
	color:#0F6CBA
}

.txtEnlace
{
	color:#0F6CBA;
	margin-left:40px;
}

.txtEnlace:hover
{
	color:#11ACFF;
	cursor:pointer;
}

.divAlertasHome
{
	display:block;
	background-color:white;
	width:45%;
	margin-left:20px;
	border:solid 1px #159FDE;
	border-radius: 3px;
	padding:0px;
	text-align: left;
}

.tituloAlertasHome
{
	display:block;
	padding:4px;
	padding-top:7px;
	padding-left:10px;
	
	background-image: linear-gradient(to right, #0077C8, #159FDE);
	color:white;
	font-weight: bold;
	margin:0;
	text-align: left;
}

.filaAlertasHome
{
	display:block;
	padding:10px;
	color: #606060;
}

.filaAlertasHome:hover
{
	cursor:pointer;
}

.tituloCriteriosBusq
{
	text-align: left;
	display:block;
	margin:0;
	padding:0;
	color:#0077C8;
	/*border-bottom: solid 1px #159FDE;*/
	font-size: .9em;
}
