 *{
	margin: 0 auto 0 auto;	
}

body {
	background: #fff;
	margin:0;
	padding:0;	
	font-size:13px;
	font-family:arial,helvetica, sens-serif;
	height: 100%;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#quees{
	background-image: url('../images/burbuj2.gif');
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	height: 150px;
  	opacity: .8;
  	border-radius: 7px;
}
#quees p{
	position:relative;
	color:#fff;
	font-size: 24px;
	font-weight: bold;
	text-align:center;
	top:60px;
	text-shadow: 3px 3px #0000ff;
	text-decoration: none;
}

/* ----------------------------STYLE PARA LOGIN --------------------------------------*/

#headLogin {
	position: relative;
	top: 30px;
}
#headLogin h2 {	
	top: 80px;	
	text-align: center;
	font-weight: 700;
	color: #1034f9;
}
#headLogin h3 {	
	margin-top: 0px !important;				
	display: inline;
	text-align: center;
	color: #1034f9;
}
.logSub {	
	width: 80px;
	background:blue;
	color:#fff;
	border-radius: 7px;
}

.logFooter {
	position: fixed;
	bottom: 0px;
	font-weight: bold;
	background: linear-gradient(90deg, rgba(0,64,255,1) 0%, rgba(0,0,0,1) 50%, rgba(0,64,255,1) 100%);
	color:#fff;
	height: 21px !important;
	padding:0px !important;
}

.login label, .login input.col-sm-2, .login a {
	text-align: center;
}

/*-----------------------------------HEADER GENERAL------------------------------------------*/
#head {
	border-bottom: 1px solid #009292;
}

#head h4 {
	margin-top: 5px;
	margin-bottom: 1px;
}

#head p {
	margin-bottom: 1px;
}

#fcha {
	padding-top: 3px;
	text-align: right;	
	font-size: 14px;
	margin-bottom: 0;
}

#currentPage {
	text-align: center;
	padding-top: 2px;
	font-size: 15px;
	color:#fff;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
	font-weight: bold;
}

#headUsuario {
	text-align: right;
	font-size: 15px;
	padding-top: 2px;	
}

.long-fija {	
	padding: 0;
}

.col-sm-2.menu
{
	padding: 0;
}

#logo {
	position: absolute;
	left:225px;
	top:70px;
}

/*-------------------------------------NAVEGADOR IZQUIERDO-----------------------------------*/

.menu-izq {	
	border-right: 1px solid black;	
	background: #F9F9F9;
	overflow-y: hidden;	
	position: fixed;
	width: 195px;
	z-index: 11;	
}

#pestania {
	width: 25px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 195px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;	
	background: #F9F9F9;
	z-index: 12;
	cursor: pointer;
	border-bottom-right-radius: 7px;	
}

#pestania span {
	padding: 13px 5px 5px 5px;
	font-size: 15px;

}

#subHead {
	font-size: 14px;
	font-weight:bold;	
	margin: 0;
	background: #D8D8D8;
	padding: 4px 0 4px 10px;
}

.menu-izq ul li a, .panel-body ul li a, .panel-title.dentro a{
	display: block;	
	padding: 5px 20px 5px 30px;	
}

.panel-title.dentro a {
	background: white;
	box-sizing: none !important;
}

.menu-izq ul li a:hover, .panel-title.dentro a:hover{		
	text-decoration: none;
}

.a-enabled {
	color: black;
}

.a-enabled:hover {
	cursor: pointer;
	color: black;
	background: #FFDD9C;
}

.a-selected {
	color: black !important;
	background: #FFDD9C;
	font-weight: bold;		
}

.a-disabled {
	color: #B0B0B0;
}

.a-disabled:hover {
	color: #B0B0B0;
}

#navegacion{
	position: fixed;
	bottom: 0px;
	left: 0;
	height:30px;	
	display: none;
	z-index: 11;		
}

#navegacion span {
	margin-top: 3px;
}

.navSpace {
	margin-top: 6px;
}

.btnsNav {
	display: none;
}

.menu-izq h5 {
	font-size: 10px;
}

.menu-izq a {
	font-size: 12px;	
}

/*--------------------------------NAV IZQ - SU-----------------------------------------------*/
.panel0{
	margin-top: 0px !important;	
}

.panel-title.fuera a{
	outline: none;
	display: block;
	text-decoration: none;
	padding: 5px 15px;
}

.panel-body .a-selected {
	color: black !important;
	background: #FFDD9C;
	font-weight: none;			
}

.panel-title.fuera a:hover, .panel-title.dentro a:hover {
	background: #FFDD9C;
}

.disableAc {
	pointer-events: none;
	cursor: default;
}

.enableAc {
	background: #ffa500 !important;
	font-weight: bold;
}
/*-------------------------------OVERRIDE BOOTSTRAP CLASSES----------------------------------*/
.panel-body{
	padding: 0;
}

.panel-heading {
	padding: 0;
}

.tooltip-inner {	
	text-align: left;
	background: #fff;
	color: #333;
	border: 1px solid #000;		
	white-space:pre;
    max-width:none;    
}

input[type="checkbox"]:focus, button[type="button"]:focus {
	outline: none;
}

.nav-tabs a:focus {
	outline: none;
}

/*------------------------------------------CONTENIDO----------------------------------------------*/

.contenido {	
	padding: 10px 10px 0px 10px;
	margin: 0;
	background: white;
	overflow-y: auto;	  	
}

.contenido p {
	/*font-weight: bold; */
}

.boxes{
	margin-bottom: 10px;
}

.subtitulo {
	margin-top: 5px;
	font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px dotted black;
}

.subtitulo p {
	margin-bottom: 3px;
}

.subtitulo2 {
	margin-top: 5px;
	font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    border-bottom: 2px solid #0033cc;
}

.subtitulo2 p {
	margin-bottom: 3px;
}

#query {	
	border-color: black;
	font-weight: bold;
}

.successMsg {
	position: fixed;
	top:250px;
	left:600px;
	background: #94FF90;
	text-align: center !important;
	color: #000;
	box-shadow: 5px 5px 5px #888888;			
	font-size: 20px;
	padding: 15px 20px 10px 20px;
	border-radius: 5px;
	display: none;
	border: 1px solid black;
	z-index: 999;
}

.errorMsg {
	position: fixed;
	top:250px;
	left:600px;
	background: #FF3737;
	text-align: center !important;
	color: #FFF;
	box-shadow: 5px 5px 5px #888888;			
	font-size: 20px;
	padding: 15px 20px 10px 20px;
	border-radius: 5px;
	display: none;
	border: 1px solid black;
	z-index: 999;
}

#camposRequeridos{
	cursor: pointer;
	color: red;
}
#camposRequeridos:hover{
	color: #9A0606;
}

textarea {
	resize: none;
}


/*--------------------------------------CONFIG. -----------------------------------------------*/

.titleConfig{
	border: 1px solid black;
	margin-bottom: 0;	
}

.allSelected {
	background: #94FF90;
}

.allSelected div label, .parcialSelected div label {
	font-weight: bold;
}

.parcialSelected {
	background: #FEFFC1;
}

.bodyConfig {	
	padding-top: 5px;	
}

.bodyConfig label, .sectores label {
	font-weight: normal;
}

.sectores {
	padding: 5px 0 5px 0;
}

/*--------------------------------------------BOTONES----------------------------------------------*/

#cancel, #first, #prev, #next, #final, #volver {		
	background: #E4E4E4;
	border-color: black;
	color: black;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 0px 3px 3px rgba(0,0,0,0.30);
	-moz-box-shadow: inset 0px 0px 3px 3px rgba(0,0,0,0.30);
	box-shadow: inset 0px 0px 3px 3px rgba(0,0,0,0.30);
	height: 22px;
	font-size: 12px;
	padding-top: 2px;
}
#cancel:active, #first:active, #prev:active, #next:active, #final:active, #volver:active {
	-webkit-box-shadow: inset 0px 0px 15px 3px rgba(0,0,0,0.30);
	-moz-box-shadow: inset 0px 0px 15px 3px rgba(0,0,0,0.30);
	box-shadow: inset 0px 0px 15px 3px rgba(0,0,0,0.30);
}

#enviar.btn-default, #limpiar.btn-default, #crearUser, #actUser, #bajaUser, .boton-defecto {
	font-weight: bold;
}

#enviar, #limpiar, #query, #todo, #cancel, #volver, #prev, #first, #final, #next, #crearTurno, .checkbox label input {
	outline: none;
}

#prev.disabled, #first.disabled, #final.disabled, #next.disabled {
	background: #666; 
}

.show:hover {
	background: #fff;
}

.show.active, .confOpt.active {
	background: #94FF90;
}

.show.active:hover, .confOpt.active:hover {
	background: #CCFFCA;
}

#todo {
	background: #94FF90;
}

/*-------------------------------------------SUBIR FOTOS--------------------------------------*/

.image {
	
	width:100px;
	height:120px;
	border:1px #aaa dotted;	
	margin: 5px 5px 5px 5px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0 0 0 23px;
    text-align: center;
    background: white;
    border: 1px solid #ccc;    
}

.fileUpload span
{	
	color:#000;
	font-weight: bold;	
}

.fileUpload:hover span {
	color: white;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;    
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.foto{
	width:100px;
	height:120px;
}

img[src='Error.src']{
    display: none;
}

/*-------------------------------------SPRITES---------------------------------------------------*/

form.col-sm-12.col-sm-2 {
	position: relative;
}

.status {
	position: absolute;
	top: -25px;
	right:10px;	
}

.successImg, .valError{
	background: url(../sprites/sprites.png) no-repeat;
}

.successImg{
	background-position: 0 0;
	width: 20px;
	height: 20px;
}

.valError{
	background-position: -21px 0;
	width: 20px;
	height: 20px;
}

.loading {	
	background: url(../sprites/loader-small.png) no-repeat;	
	position:absolute;
	top: 200px;
	width: 25px;
	height: 25px;
	left:5px;
	z-index: 20;
}
.loading p {
	margin-top: 5px;
	margin-left: 30px;
}

/*-----------------------------------------INPUTS--------------------------------------------*/

input:disabled, select:disabled {
	color:black;
}

/* ---------------------------------------CONSULTA----------------------------------------- */

tbody tr:hover {
	cursor: pointer;
}

.btns_alta {
	cursor: default;
}

.selCon {
	background: #94FF90;
	color: #000;
	font-weight: bold;
}

.selConb {
	background: #D84343;
	color: #fff;
	font-weight: bold;
}

/*---------------------------------------LISTA DE GUARDIAS------------------------------*/

tr.listaGuardia:hover {
	cursor: default;
}

.asist[disabled], .asist[disabled]:hover {
	background: #94FF90;
}

.falta[disabled], .falta[disabled]:hover {
	background: #D84343;
	color: #fff;	
}

.trAsist{
	background: #E4FFDC;	
}

.trFalta{
	background: #FFE6E6;
}

.turnoProgress {
    background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(41,137,216,0) 20%, rgba(255,48,48,1) 21%, rgba(255,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0)), color-stop(20%,rgba(41,137,216,0)), color-stop(21%,rgba(255,48,48,1)), color-stop(100%,rgba(255,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 20%,rgba(255,48,48,1) 21%,rgba(255,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 20%,rgba(255,48,48,1) 21%,rgba(255,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 20%,rgba(255,48,48,1) 21%,rgba(255,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 20%,rgba(255,48,48,1) 21%,rgba(255,0,0,1) 100%); /* W3C */
}
/*--------------------------------------NOMINA-------------------------------------------*/

.trSelectable.selNom td{
	font-weight: bold;
	background: #FFDD9C;	
}

.acordeon.in {
	min-height: 300px;
}

.selNom {
	border: 2px solid #A1A1A1 !important;	
}

/*------------------------------------INCIDENCIAS-----------------------------------------*/
.existsInc {
	margin-bottom: 20px;
}


.cantInc, .montoInc, .inicioInc, .finInc, .comentInc, #comentInci2 {
	display: none;
}

.incidencias {
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 0;
}
.incidencias .col-sm-12 {
	min-height: 20px;
	padding:2px 0 0 0;
}

.incidencias .col-sm-2 {
	min-height: 20px;
}

.pNormal {
	font-weight: normal !important;
}




/*--------------------------------------FOOTER-------------------------------------------*/

footer {
	position: absolute;
	padding-top: 1px;
	text-align:center;
	bottom: 0;	
	font-size: 10px;
	border-top: 1px solid #009292;
	z-index: 10;
	color:#000;		
}

footer p {
	color:#000;
}

footer span {
	color: #4F2EDF;
	cursor: pointer;
}

footer span:hover {
	color: #351D9D;
}

.glyphicon.glyphicon-question-sign {
	font-size: 12px;
}
/*----------------------------------ASISTENCIAS GENERALES--------------------------------*/

.asistGraf {	
	width:100%;
	height:96%;
	overflow-x: auto;
	padding: 0 0 0 0; 		
}

.lugarIndi{
	margin-top: 5px;
	padding: 0 0 0 0;
	border: 1px dashed black;
	border-radius: 5px;
}	

.lugarIndi h4 {
	margin: 0 5px 0 5px;
	font-weight: bold;
	border-bottom: 1px solid black;
}

.lugarIndi p {
	margin: 0 5px 5px 20px;
	border-bottom: 1px dotted black;
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
}

.insideGraf {
	width:165%;
	margin-left: 16%;
}

#lugares {	
	min-height: 100%;
	position: absolute;
	z-index: 999;
	padding-left: 3px;
	padding-right: 3px;
	margin-top: 15px;
	background: white;
}

.axis path, .axis line {
	fill: none;
	stroke: gray;
	shape-rendering: crispEdges;
}


.axisDays path, .axisDays line {
	fill: none;
	stroke: black;
	shape-rendering: crispEdges;
}

.axis text, .axisDays text {
	font-family: sans-serif;
	font-size: 10px;
}

/*----------------------------------LUGARES----------------------------------------------*/

.plazaReg {
	border: 1px dashed #ccc;
	border-radius: 7px;
	padding: 3px 3px 3px 3px;
	margin-bottom: 3px !important;
	position: relative;
}

.hrs {
	width: 50px !important;
}

.fchaPlaza {
	width: 100px !important;
}

.plazaReg * {
	margin-right: 5px;
}

.statusLugar {
	position: absolute;
	top: 8px;
	right:-28px;	
}

.statusLugar.valError {
	opacity: 0.2;
}

.statusLugar.valError:hover {
	opacity: 1;
	cursor: pointer;
}

.tick line {
	opacity: 0.2;
}

/*--------------------------------ASIGNACION CTP-----------------------------------------*/

#guardiasTable, #lugarGraf {	
	overflow-y: auto;
	overflow-x: hidden;  
}

.toltip {
	position: fixed;
	float: left;
	background: white;
	width: 180px;
	max-height: 60px;
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
	box-shadow: 5px 5px 5px #888888;
	opacity: 0.9;
	border-radius: 5px;
	padding:3px;
	z-index: 8;
}
#lugarGraf {
	
}

.toltip p {
	margin: 0;
}

#lugarGraf text, .insideGraf text, #plazasViz text {
	-webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none;   /* Chrome/Safari/Opera */
	  -khtml-user-select: none;    /* Konqueror */
	  -moz-user-select: none;      /* Firefox */
	  -ms-user-select: none;       /* Internet Explorer/Edge */
	  user-select: none;           /* Non-prefixed version, currently
	                                  not supported by any browser */
	cursor: default;
}

#toltipH {
	font-weight: normal;
}

.drag, text.drag {
	cursor: grab;
}

#lugarGraf rect.ocupado[incidencia="0"] {
	cursor: grab;
}

#modal_ctp_detalle {
	position: fixed;
	width: 56%;
	height: 88%;
	border: 1px solid black;
	border-radius: 5px;
	background: white;
	opacity: 0.9;
	z-index: 5;
	top: 50px;
	left: 2%;
	box-shadow: 5px 5px 5px #888888;
	padding-top: 5px;	
	display: none;	 
}

#tabla_detalles_hispers{
	margin-top: 5px;
	height: 320px;
	overflow-y: auto; 
}

#dismiss_modal_ctp_detalle {
	position: absolute;
	right: 10px;
	z-index: 6;
}

#dismiss_modal_ctp_detalle:focus {
	opacity: 0.2 !important
}
#dismiss_modal_ctp_detalle:hover {
	opacity: 0.5 !important
}

/*----------------------------------GRAFICA--------------------------------------------*/

.axis path, .axis line {
	fill: none;
  	stroke: #000;
  	shape-rendering: crispEdges;
}

.labelx, .labely{	
    font-size: 16px;
    font-style: italic;
    font-weight: bold;

}

/*----------------------------------ACERCA DE------------------------------------------*/

#acercaDe p {
	padding: 0;
	margin: 0;
}

#inoCon {
	background: #4E92FF;
	height: 45px;
	padding-right: 10px;
}

#inoCon {
	color: white;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}

/*-----------------------------------PRINT----------------------------------------------*/

@media screen {
  #secPrint {
      display: none;
  }
}

@media print {
	@page { margin: 0mm 5mm 0mm 5mm; }
 

  body * {
    visibility: hidden;    
  }

  #secPrint, #secPrint * {
    visibility: visible;   
  }
  #secPrint {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-top: 7mm;
    margin-bottom: 7mm;
  }
}

/*-------------------------------------------------------------------------*/

.testRight {
	position: absolute;
	left: 100%;
	top:200px;
	z-index: 2;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

.turqs {
	/*background: #4DEAEA;*/
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 0%, rgba(0,212,255,1) 40%);
}

	
