body {
    height: 100%;
}

.width-fill, .width-fill input {
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.width-140, .width-140 input {
    width: 140px;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.panel-contacto {
    margin: 10px auto;
    width: 500px;
    height: 100%;
    background-color: #5F7E96;
    text-align: center;
    padding-top: 5px;
    color: #fff;
    box-sizing: border-box; 
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.10);
}

.panel-contacto.contacto {
    background-color: #5F7E96; 
}

.panel-contacto.contacto a:hover, .panel-contacto.contacto a.ui-link:hover, .panel-contacto.contacto a.ui-commandlink:hover {
    background-color: #fff;
    color: #5F7E96; 
}

.panel-contacto .message-title {
    font-size: 24px;
    font-weight: bold; 
}

.panel-contacto .message-summary {
    font-size: 16px;
}

.panel-contacto a, .panel-contacto a.ui-link, .panel-contacto a.ui-commandlink {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #fff;
    color: #fff;
    margin: 90px 0 100px 0;
    padding: 10px;
    font-size: 16px;
    -moz-transition: color 0.15s;
    -o-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s; 
}

.panel-contacto .footer {
    color: #fff;
    font-size: 12px;
    margin-top: 20px; 
}

@media (max-width: 40em) {
    .panel-contacto {
        width: 100%; 
    } 
}

.panel-bienvenida {
    background-color: transparent;
    height: 100%;
    min-height: 100%;
}

.olvideClave {
    color: #2399e5 !important;
}

.olvideClave:hover {
    text-decoration: underline !important;
}

.main {
    height: 100%;
}

.wrapper {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;    
    min-height: 100%;
    height: auto;
}

.fab {
    background: green; 
}

.textoUsuario {
    text-align: center; 
    margin: 240px auto;
    font-size: 1.2em;
    font-weight: 500;
}

.periodo {
    margin: 6px auto;
    height: 40px;
    width: 100%;
    line-height: 0px;
    background-color: #5F7E96;
    text-align: center;
    padding-top: 5px;
    color: #fff;
    box-sizing: border-box; 
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.10);
}

.borde-omega {
    border: 1px solid #d5d5d5;
}

.confirmacion.ui-dialog .ui-dialog-buttonpane {
    text-align: center;
}

.ui-datatable tbody td.padding-4 {
    padding: 4px;
}

.ui-filter-column .ui-column-customfilter .custom-filter.ui-selectonemenu .ui-selectonemenu-label {
    font-size: 0.96em;
}

.ui-filter-column .ui-column-customfilter .custom-filter.ui-selectonemenu .ui-selectonemenu-trigger {
    width: 20px;
}

.custom-filter-panel.ui-selectonemenu-panel .ui-selectonemenu-list-item {
    font-size: 0.7em;
}

.ui-filter-column .custom-filter {
    font-size: 0.96em;
    min-width: 100% !important;
}

.tabla-electivos.ui-datatable table {
    table-layout: auto;
}

.tabla-electivos.ui-datatable {
    font-size: 0.8em;
}

.tabla-electivos.ui-datatable tbody td.padding-4 {
    padding: 4px;
}

.ui-outputlabel {
    color: #575757;
}

.seccion {
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    border-bottom: 2px solid #8D8D8D;
}

.seccion label {
    color: #87A0D1 !important;
    font-weight: bold;
    font-size: 1.1em;
}

.icono {
    color: #000060;
    font-weight: bold;
    font-size: 1.4em;
    margin-right: 6px;
}

.grabar {
    width: 200px !important;
    background-color: #638B2C !important;
    border: 1px solid #638B2C !important;
}

.salir {
    width: 120px !important;
    background-color: #FF605C !important;
    border: 1px solid #FF4743 !important;
    margin: 20px 0 !important;
}