*{
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}
a{
	cursor: pointer;
}

a:link, a:visited, a:active{
    text-decoration:none;
    color: black;
}
.azul_oscuro {
	background: #035367;
}
.itemActive{
	background: #035367;
	color: white !important;
}
.itemActive span{
	color: white;
}
.nav-link:hover{
	background: #43BEE6;
	color: white;
}
#title_page{
	font-weight:lighter;
}
#title_page a{
	font-weight:lighter;
	font-size: inherit;
/*	color:#c2c2c2; */
	font-style: italic;
	text-decoration: underline;
}

.btn-back{
	color: black;
}
/* Login */
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
.cont_body_login{
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.name_project_login{
    font-size: 22px;
    position: relative;
    top: 20px;
}
.name_project_version{
    font-size: 14px;
    position: relative;
    top: 20px;
}

.brand_mark {
	border-bottom: 1px solid #f2f2f2;
}
.img_brand {
	width: 30px;
	height: 30px;
}
.name_brand {
	font-size: 14px;
	position: relative;
	top: 10px;
	left: -2px;
	color: black;
}
.version_brand {
	font-size: 10px;
	position: relative;
	top: 10px;
	left: -5px;
	color: grey;
}
.user_profile {
	width: 45%;
	margin: auto;
}
.name_user_ {
	display: block;
	text-align: center;
	color: black;
	font-size: 16px;
	margin: 7px 0px 7px 0px;
	font-weight: lighter;
}
.banner_conf_profile {
	width: 100%;
}
.banner_conf_profile a {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 14px;
	color: black;
}
.menu-left{
	position: fixed;
	height: 100vh;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: white;
	z-index: 3;
	border-right: 1px solid
	#f2f2f2;
}

.menu-left li a{
	color: black;
}

.element-specialties{
	display: block;
}

/* Calendario */
.contenedorTitulo{
	display: flex;
	justify-content: space-between;
}
#calendarioCitas{
	width: 230px;
	height: 210px;
}
div.mes {
  margin: 0 auto;
  width: 230px;
  cursor: pointer;
  /*position: relative;*/
}

div.mes:nth-child(odd) {
  right: 50px;
}

div.mes:nth-child(even) {
  left: 50px;
}

div.mes th,
div.mes td,
div.mes caption {
  font: normal 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 6px 4px;
}

.tabla_mes {
  border-spacing: 3px;
  empty-cells: hide;
}

div.mes td {
  text-align: center;
   padding: 3px 2px;
}
div.mes td a{
  display: block;
  width: 100%;
  height: 100%;
   padding: 3px 2px;

}

div.mes th {
  color: #999;
}

div.mes caption.titulo {
  text-align: left;
  font-size: 18px;
  color: #c00;
  position: absolute;
  top: -40px;
  width: 210px;
}

/* Tabla gestionar citas */
.conGestionarCitas{
	width: 100%;
	height: 100%;
	font-size: 13px;
}

.itemGestionarCitas{
	width: 100%;
	height: auto;
	background: white;
	border-bottom: 1px solid #f2f2f2;
	display: flex;
}
.contHoraItemGestionarCita{
	width: 100%;
	height: auto;
	min-height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #f2f2f2;
	cursor: pointer;
}
.contTableIntemGestionarCita table{
	width: 100%;
}
.contTableIntemGestionarCita table tr{
	display: flex;
}
.contTableIntemGestionarCita table tr:hover{
	background: #035367;
	color: white;
	cursor: pointer;
}
.contTableIntemGestionarCita table tr:hover > td a{
	color: white;
} 
.contTableIntemGestionarCita .nav-link{
	padding: .2rem 1rem;
}
.contTableIntemGestionarCita .dropdown-divider{
	margin: 0px;
}

.contTableIntemGestionarCita table tr:hover > td .dropdown-menu  a{
	color: black;
} 
.contTableIntemGestionarCita table tr td a{
	font-size: 14px;
}
.contTableIntemGestionarCita table tr:first-child{
	border-top: 1px solid #f2f2f2;
}
.contTableIntemGestionarCita table td{
	border-bottom: 1px solid #f2f2f2;
}

.contTableIntemGestionarCita{
	width: calc(100% - 150px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.hourItemGestionarCita{
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.listItemGestionarCita{
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 5px 0 5px 0;
}
/* Jornada continua y exportacion EXCEL*/
.iconoExportar{
	font-size: 16px;
	color: grey;
}

#elementoBotones button{
	margin-right: 5px;
}

/* Directorio de citas */

.contTable{
	margin-top: 55px;
	width: 100%;
}
.contTable table{
	width: 100%;
}
.contTable table thead th, .contTable table tbody td{
	text-align: center;
	font-size: 14px;
	border-top: none;
}
.contTable table tbody a{
	color: black;
}
.contTable table a i{
	color: black;
}

/* Formularios Ajax */
.content_forms form label, .content_forms form select, .content_forms form input, .content_forms .alert, .alert {
    font-size: 14px !important;
}

/* Pagination */
.pagination .page-link{
    color: #035367;
}
.page-item.active .page-link{
    background: #035367;
    border: 1px solid #dee2e6;
}

.cont_banner_perfil {
    background: white;
}

.cont_banner_perfil table {
    font-size: 13px;
    width: 350px;
    margin-top: 25px;
}

.cont_img_alert_total_page{
	font-size: 40px;
}

/*Submenu configuración*/
.content_pag_config{
	position:relative; 
	top: 150px
}

.content_main_page{
	position:relative; 
	top: 110px;
	z-index: 1;  
}
.top_header_settings{
	position: fixed;
	top: 48px;
	background: white;
}

.content_main_page .nav > li >a:hover, .content_main_page .nav > li > .link_active {
    background: #035367;
    color: white;
    transition: 0.5s;
}
.content_main_page .nav > li >a {
    color: black;
    font-size: 14px;
}

.nav > li > a:hover, .nav > li > .link_active {
    background: #43BEE6;
    color: white;
    transition: 0.5s;
}

.flag_required{
	color: red;
}

/* Documental */
.cont-list-select{
    width: 400px;
    margin: auto;
}
.cont-list-select a{
    display: block;
    padding:  .8rem;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
    color: black;
}

/* Citas */
.cont_busq_usuarios{
	width: 100%;
	height: 0px;
	position: relative;
}
.bloque_busq_usuarios{
	width: 100%;
	background: white;
	border: 1px solid #c2c2c2;
	border-radius: 5px;
	position: absolute;
	z-index: 1000;
	display: none;
	padding: 8px;
}
.nombre_paciente_busq_usuarios{
	display: block;
	padding: 4px 10px 4px 10px;
	font-size: 14px;
}

.conGestionarCitas .dropdown-item{
	color: black;
}

/* Tabla información de pacientes */
.table_patients_info td, .table_patients_info th{
	font-size: 14px;
	padding: .5rem;
	border-top: none;
}

/*Eliminar citas*/
.delete_date, .info_cita, .info_paciente, .asistencia_cita{
	cursor: pointer;
}

.tabla_eliminar{
	width: 100%;
}
.descriInd{
	font-weight: bolder;
}

