select.lang_select{
    font-size: 1.4em;
}

div.ajax_data_form{
    width: 100%;
}

div.ajax_data_form label, div.ajax_data_form p{
    display: inline-block;
    font-size: 1.2em;
}

div.ajax_data_form p{
    margin-left: 0.5em;
}

div.cursos_periodo{
    width: 100%;
    display: inline-flex;
}

div.cursos_periodo span, div.cursos_periodo h2, div.cursos_periodo p{
    margin: 0;
}

div.cursos_periodo input{
    max-height: 1.6em;
    margin-top: 0.2em;
    font-size: 1.2em;
}

div.cursos_periodo p{
    margin-top: 0.1em;
}

table.table-certificado-print{
    width: 100%;
}

table.table-certificado-print td{
    padding: 1em 0.5em;
    font-size: 2em;
}

table.table-certificado-print td:nth-child(1){
    text-align: right;
    width: 50%;
}

table.table-certificado-print td:nth-child(2){
    text-align: left;
    width: 50%;
}


.btrep_si-centrado{
    background: url(/static/img/repo_si.png) center center no-repeat;
}

.btrep_no-centrado{
	background: url(/static/img/repo_no.png) center center no-repeat;
}

div.paper-size{
    margin-left: auto;
    margin-right: auto;
}

div.paper-size div{
    border: solid #A3C951 2px;
    margin-top: 1em;
    cursor: pointer;
}

div.paper-size div:hover{
    border: solid #5C7892 2px;
}

div.paper-size p{
    font-size: 1.2em;

}

.to-canvas{
    background: #FFFFFF !important;
}

.to-canvas div{
    background: #FFFFFF !important;
}

table.calendario-para-imprimir{
    width: 100%;
}



table.calendario-para-imprimir th{
    padding: 0.5em;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-collapse: collapse;
}

table.calendario-para-imprimir td{
    padding: 4px;
    vertical-align: top;
    color: black;
    background: white;
    border: solid 2px black;
    border-collapse: collapse;
}

table.calendario-para-imprimir div{
    margin: 0;
    width: 100%;
}

table.mini-calendar{
    width: 100%;
}

table.mini-calendar th{
    color: black !important;
    background: white;
    border: solid 2px black;
    border-collapse: collapse;
    font-size: 1.2em;
}

table.mini-calendar td{
    font-size: 1.2em;
}

table.mini-calendar th p{
    display: inline-block;
    margin: 0;
}

table.mini-calendar th p:nth-child(1){
    font-size: 1em;
}

table.mini-calendar th p:nth-child(2){
    font-size: 1.2em;
}

.tabla-reporte-asistencia{
    width: 100%;
}

.tabla-reporte-asistencia th, .tabla-reporte-asistencia td{
    padding: 5px;
    font-size: 1.2em;
}

.tabla-reporte-asistencia th{
    font-weight: bold;
}

#totales-mes{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

#totales-mes table{
    margin-left: 20px;
}

#totales-mes th{
    padding: 10px;
    border: 1px solid #CCCCCC;
    background: white;
}

#add-incident label{
    width: 100%;
    display: block;
    margin-bottom: 0.5em;
}

#add-incident textarea{
    min-width: 300px;
    min-height: 200px;
}

div.real_form{
    width: 100%;
}

div.real_form label, div.real_form input, div.real_form select, div.real_form textarea{
    display: block;
    font-size: 1.4em;
}

div.real_form input, div.real_form select, div.real_form textarea{
    margin-top: 0.5em;
}

div.real_form textarea{
    min-width: 24em;
    min-height: 6em;
}

div.medium_font label, div.medium_font input, div.medium_font select, div.medium_font textarea{
    font-size: 1.2em!important;
}

table.display-personal-info{
    width: 100%;
}

table.display-personal-info td{
    padding: 0.5em;
    font-size: 1.4em;
}

div.my-arrow {
    max-width: 34px !important;
    min-width: 34px !important;
    max-height: 34px !important;
    min-height: 34px !important;
}

.my-arrow.backward {
    background: url(/static/img/back_arrow.png) center center no-repeat;
}

.my-arrow.backward:hover {
    background: url(/static/img/back_arrow_h.png) center center no-repeat;
}

.my-arrow.forward {
    background: url(/static/img/forwar_arrow.png) center center no-repeat;
}

.my-arrow.forward:hover {
    background: url(/static/img/forwar_arrow_h.png) center center no-repeat;
}

div.history_div{
    margin: 5px;
    padding: 5px;
    border: solid 2px #A3C951;
}

div.history_div t4{
    font-size: 1.5em;
    text-align: center
}

table.history_datos_personales{
    margin-top: 1em;
    width: 100%;
}

table.history_datos_personales td{
    border: solid 2px #A3C951;
    border-collapse: collapse;
    vertical-align: center;
}

table.table_history_data{
    margin: auto;
}

table.table_history_data  td{
    border: none;
    padding: 5px;
    font-size: 16px;
}

div.green_solid_border{
    border: solid 2px #A3C951;
    padding: 1em;
}

