/* Add here all your css styles (customizations) */
html, body, main{
	font-family: 'Visby Round CF' !important;	
}

main{
	
	font-size: 1.1rem !important;
}

.alert > *{
	font-size: 1.2rem !important;
}

input[type="radio"], input[type="checkbox"] {
    -ms-transform: scale(1.5) !important; /* IE 9 */
    -webkit-transform: scale(1.5) !important; /* Chrome, Safari, Opera */
    transform: scale(1.5) !important;
	padding-right: 10px !important;
}


label, input, textarea, select{
	font-size:1.1em !important;
}

.custom-switch .custom-control-label{	
	padding-left: 1rem !important;
  }

.custom-switch .custom-control-label::after {	
	width: calc(1.55rem - 4px) !important;
	height: calc(1.55rem - 4px) !important;
	border-radius: 1rem !important;
  }

  .custom-switch .custom-control-label::before {
	left: -2.30rem !important;
	width: 2.40rem !important;
	height: 1.54rem !important;
	pointer-events: all;
	border-radius: 1rem !important;
  }

.custom-control > .custom-control-input{
	border: solid 1px red !important;
  }

.sidebar li .submenu{ 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	padding-left: 1rem; 
	padding-right: 1rem;
}

.dt-buttons.btn-group.flex-wrap {
	float: right;
}


/* PERSONALIZACION ALERTAS-MENSAJES */
.callout.callout-danger {
    border-left-color: #bd2130;
}
.callout.callout-success {
    border-left-color: #1e7e34;
}
.callout.callout-warning {
    border-left-color: #d39e00;
}
.callout.callout-info {
    border-left-color: #117a8b;
}
.callout {
    border-radius: .25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    background-color: #fff;
    border-left: 5px solid #e9ecef;
        border-left-color: rgb(233, 236, 239);
    margin-bottom: 1rem;
    padding: 1rem;
}
.callout p:last-child {
    margin-bottom: 0;
}
/* PERSONALIZACION DATATABLES */
.dataTables_filter {
	float: left;
}
table.dataTable thead {
    background-color: #10609c;
    color: white;
}
table.dataTable thead tr:first-child {
    border-bottom: none;
    background-color: #6c757d;
}
.dataTables_info {
    font-size: 0.8em;
}

/* CREDITOS COMPARTIDOS */
.creditos-totales-compartidos{
	font-size: 1.2em;
}
.creditos-totales-compartidos #NumeroTotalCreditos{
	font-size: 1.2em;
	font-weight: bold;
}

.codigo-compartido .codigo{
	border:1px solid white;
	padding:10px;
	margin-bottom: 10px;
}
.codigo-compartido .codigo > span{
	font-size: 1.1em;
	font-weight: bold;
}
.numero-creditos, .numero-usos, .numero-usos-por-usuario{
	font-size: 0.8em;
}

/* Botones circulares */

.balon {
	margin: 0 auto; /* Centrado */
	width: 250px;
	height:250px;
	max-width: 100%;
	max-height: 100%;
	border-radius: 900px;
	/*border: 1px solid #10609c;*/
	background: #10609c;
	
	/* Sobra bisel interior */
	box-shadow: inset 5px 5px 5px rgba(255, 255, 255, 0.5), inset -5px -5px 5px rgba(0,0,0,.2), 5px 5px 5px rgba(0,0,0,.5);

	/* Centrado texto con flex */
	display: -webkit-flex;
	display: flex;
	
	align-items: center;
	justify-content: center;
	
	cursor: pointer;
}

.balon .texto{
	font-size: 2em;
	color: white !important;  /* Color del texto */
	line-height: 1em;
}

.balon:hover{
	background: #13456b;
}
/* PERSONALIZACIONES CABECERA ASISATENTE */
.asistente .asistente_cerrar .botoncerrar:hover{
	text-decoration: none;
}
.asistente .asistente_titulo .subtitulo{
	text-transform: uppercase;
	font-weight: bold;
}
.asistente .asistente_paciente .codigo{
	font-weight: bold;
	font-size: 0.8em;
}
.asistente .asistente_paciente .nombre{
	font-size: 1em;
}
.divdebug{
	width: 100%;
	background-color: #ccc;
	padding:10px;
	overflow: auto;
	max-height: 300px;
}


/* div con icono en el borde*/

.borde-iconoabajo > i, .borde-iconoarriba > i{
	color: black;
	position:relative;
	float: right;
	font-size: 25px;
	margin-right: 1px;
	margin-left: -20px;
}


.selectdestacado .col-form-label{
	font-weight: bold;
}

h1{
	font-weight: bold;
	color: #10609c;
	font-size: 2.2em;
}
h3{
	font-size: 1.2em;
	margin-top: -10px;
	margin-bottom: 20px;
	font-weight: 100;
}

.divojo{
	font-weight: bold;
	font-size: 1.4em;
}
.divojo img{
	margin:10px;
}

.u-check-icon-checkbox-v7, .u-check-icon-radio-v7{
	color: #5e5e5e !important;
	border-color: #5e5e5e !important;
}
.u-check-icon-checkbox-v7 i::after, .u-check-icon-radio-v7 i::after {
	background-color: #5e5e5e !important;
}

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v7 i::after, .u-check input[type="checkbox"]:checked + .u-check-icon-radio-v7 i::after, .u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v7 i::after, .u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v7 i::after, .u-check input[type="radio"]:checked + .u-check-icon-checkbox-v7 i::after, .u-check input[type="radio"]:checked + .u-check-icon-radio-v7 i::after, .u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v7 i::after, .u-check input[type="radio"]:checked + * .u-check-icon-radio-v7 i::after {
	background-color: #fff !important;
	color:white !important;
  }
  .u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v7 i::before, .u-check input[type="checkbox"]:checked + .u-check-icon-radio-v7 i::before, .u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v7 i::before, .u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v7 i::before, .u-check input[type="radio"]:checked + .u-check-icon-checkbox-v7 i::before, .u-check input[type="radio"]:checked + .u-check-icon-radio-v7 i::before, .u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v7 i::before, .u-check input[type="radio"]:checked + * .u-check-icon-radio-v7 i::before {
	color: white !important;
  }


  #contenido_ojo_drch {
	padding-right: 35px !important;
  }

  #contenido_ojo_izq {
	padding-left: 35px !important;
  }

  p, ul > li{
	font-size: 1.1em !important;
  }

  .form-check-input[type="radio"] {
	position: relative;
	margin-top: 1.3rem;
	margin-left: 0.3rem;
	margin-right: 13px !important;
  }

  .b{
	font-weight: bold;
  }
  .resultados_calculos_gratuitos{
	background-color: #f0f0f0;
	font-size: 1.2em;
	padding:10px;
	margin-bottom: 10px;
	margin-top: 20px;
	float: none;
  }
  .resultados_calculos_gratuitos .leyenda{
	font-size: 0.8em;
  }
  .resultados_calculos_gratuitos .titulo{
	font-size: 1.2em;
	font-weight: bold;
  }

  .resultados_calculos_gratuitos .log{
	font-size: 0.8em;
	
  }
/*# sourceMappingURL=custom.css.map */
