body{
	font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
	//background-color: black;
	//background-image: url("../imagenes/fondo2.jpg");
	//padding-top: 20px;
	//background-size: cover;
	background: #F5F5F5;
}
.white{
	background-color: white;
}
.table-sm{
	font-size: 11px;
	line-height: 12px;
}

.table-sm th{
	text-align: center;
	background-color: #f7f7f7;
}
.table-sm td, .table-sm th {
    padding: 4px;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 1px;
}

.table-sm td{
	text-transform: uppercase;
	text-align:center;
	background-color: #fbfbfb;
}

.w-100pc{
	width:100%;
}
.lateral{
	padding: 0px 10px 0px 15px !important;
}

.ficha{
	padding: 3px 8px;
}
.ficha-seleccionada{
	background-color: #eee;
}

.top{
	padding: 20px 15px 5px 15px;
	background-position-y: bottom;
	color: white;
	background-image: url("../imagenes/top.png");
	background-size: cover;
} 

.contenedor-fichas{
	padding-top: 10px;
}
.ficha{
	border: solid #ccc 1px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
	border-bottom: 0px;
	border-radius: 5px 5px 0 0;
	text-align: center;
	padding: 5px 20px;
	min-width: 100px;
	/*
	-webkit-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.75);*/
}

.top a{
	color: white;
}

.ficha {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	background-color:#f9f9f9;
	border-radius:6px 6px 0 0;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 16px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	border-bottom: 0px;
}
.ficha:hover {
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	background-color:#e9e9e9;
}
.ficha:active {
	position:relative;
	top:1px;
}


a.ficha{
	text-decoration: none
}




.modal input, .modal input:focus{
	color: black;
}

/*plugin para la subida de archivos*/
.file-caption {
    border-radius: 100px 0px 0px 100px;
}
.file-caption-name{
	padding-left: 0px !important;
	font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}



.strong{
	text-weight: bold;
}
.destacado{
	background-color:lightblue !important;
	font-weight: bold;
	font-size: 12px;
}


.contenedor-fichas{
	min-height: 50px;
}
.listado-periodos{
	min-height: 50px;
}
.meses-periodo a.active, .meses-periodo a.active:hover{
	color: white;
	background-color: #007bff;
	border-radius: 5px;
	background: rgb(0,157,220);
}
.meses-periodo a:hover{
	color: white;
	background-color: #007bff;
	border-radius: 5px;
	background: rgba(0,157,220,.7);
}

.cargando{
	background-color: unset;
	
}

.tabla-archivos, .tabla-archivos input, .tabla-archivos .filter-option-inner-inner{
	font-size: 14px !important;
}
.tabla-archivos .dataTables_filter {
   float:left;
}
.tabla-archivos .dataTables_length {
   float:right;
}
.tabla-archivos .dataTables_filter label{
    display: inline-flex;
	line-height: 38px;
}

.bootstrap-select > .dropdown-toggle{
	border: 1px solid #ced4da;
}

.menu-item{
	padding: 10px;
	display: inline-block;
}



.menu{
	border: 1px solid #bbb;
	background: url("../imagenes/menu.png");
}

.menu a{
	color: #666 !important;
	border-radius: 0px;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 8px 15px;
	margin: 0px auto;
	border: 0px 1px 0px 1px;
	border: ;
	border-top: 0px;
	border-bottom: 0px;
}
.menu a:first-child{
	border-right: 0px;
}
.menu a:hover{
	//background: url("../imagenes/menu2.png");
	//text-decoration: none;
}

@media (max-width: 385px) {
	.menu a {
		width: 100%;
	}
	.menu a:first-child{
		border-right: 1px solid #ccc;
	}
}

.menu .activo{
	background: url("../imagenes/menu2.png");
	//text-decoration: none;
}

.contenedor{
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 10px;
}
.numero-atencion{
	font-size: 10rem;
	line-height: 8.5rem;
}
.nombre-cliente{
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 1.6rem;
}

.boton-sgte-turno{
	background: rgb(41,122,252);
	background: linear-gradient(0deg, rgba(41,122,252,1) 0%, rgba(2,61,158,1) 50%);
	padding: 1.5rem 2rem;
	border-radius: 500px;
	border: 0px;
	color: white;
	font-size: 1.5rem;
	margin-top: 30px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}

.boton-detener{
	background: rgb(252,48,41);
background: linear-gradient(0deg, rgba(252,48,41,1) 0%, rgba(158,15,2,1) 50%);
	padding: 0.5rem 1.0rem;
	border-radius: 500px;
	border: 0px;
	color: white;
	font-size: 1.0rem;
	margin-top: 30px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}

.boton-iniciar{
	background: rgb(41,252,79);
background: linear-gradient(0deg, rgba(41,252,79,1) 0%, rgba(29,158,2,1) 50%);
	padding: 1.5rem 2rem;
	border-radius: 500px;
	border: 0px;
	color: white;
	font-size: 1.5rem;
	margin-top: 30px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}

.tabla-turnos table { 
    border-collapse: collapse; 
    box-shadow: 10px 10px 10px #ddd;
    }
/* Zebra striping */
.tabla-turnos  tr:nth-of-type(odd) { 
    background: #eee; 
}

.tabla-turnos th { 
    background: #3498db; 
    color: white; 
    font-weight: bold; 
	background: rgb(41,122,252);
	background: linear-gradient(0deg, rgba(41,122,252,1) 0%, rgba(2,61,158,1) 50%);
}
.tabla-turnos td, .tabla-turnos th { 
    padding: 10px; 
    border: 1px solid #ccc; 
    text-align: left; 
    font-size: 18px;
    }
	
.tabla-turnos th, .tabla-turnos td{
	padding: 0;
}
.tabla-turnos th{
	font-size: 3.0rem;
	text-align: center;
	font-weight: 600;
}

.tabla-turnos td{
	font-size: 3.8rem;
	text-align: center;
	font-weight: 600;
}
.div-dia{
	font-size: 2rem;
	font-weight: 500;
	color: white;
	border: 1px solid #ccc; 
	padding: 10px 0px;
	background-color: #3498db;
	box-shadow: 5px 5px 5px #ddd;
	
	background: rgb(41,122,252);
	background: linear-gradient(0deg, rgba(41,122,252,1) 0%, rgba(2,61,158,1) 50%);
}

.sombra{
	box-shadow: 5px 5px 5px #ddd;
}
.texto-pie{
	font-size: 1.3rem;
}

.div-info-usuario{
	font-size: 1.3rem;
	border: 1px solid #999;
    border-radius: 5px;
}
.div-info-usuario h4{
	margin-bottom: 0;
}
.modulo{
	width: unset;
	font-size: 2.5rem;
	font-weight: 500;
	margin: auto;
	color:rgb(41,122,252);
}

.p-20px{
	padding: 20px;
}

.negrita{
	font-weight: 500;
}
.check-seleccionado{
	color: blue;
	font-weight: 500;
}
.div-check-servicio-atendido label{
	margin-bottom: 0;
}
.div-historial{
	font-size: 1.0rem;
	border: 1px solid #999;
    border-radius: 5px;
	padding:20px;
}
.tabla-historial th, .tabla-historial td {
    padding: 5px !important;
}
.tabla-historial{
	width: 100% !important;
}

.p-turnos-espera {
    font-size: 1.4rem;
    font-weight: 500;
}

.color-azul{
	color: blue;
}
.color-gris{
	color: #777;
}

.tabla-turnos th{
	background: rgb(41,122,252) !important;
	background: linear-gradient(0deg, rgba(41,122,252,1) 0%, rgba(2,61,158,1) 50%) !important;
}

.nuevo_turno_destacado{
	//background-color: #bbb !important;
	color: green !important;
}

.w-150px{
	width: 150px;
}

.w-75px{
	width: 75px;
}

.datepicker {
    border: 1px solid #aaa;
    border-radius: 0;
}

.borde{
	border: 1px solid #ddd;
	overflow: scroll;
	height: 800px;
}

.mi-select{
    padding: 6px 0px;
    background-color: white;
    border: 1px solid #aaa;
}

.bloque{
	display: block
}