﻿.form-control {
    padding: 6px 12px !important;
}

.control-label {
    text-align: right;
}

@media (min-width: 0px) and (max-width: 768px) {
    #contenido {
        margin: 15px;
    }
}


@media (min-width: 0px) and (max-width: 1199px) {
    #tableEstudiosUniversitarios, #tableDocumentosRequeridos {
        display: none;
    }

    #tableEstudiosUniversitariosItem, #tableDocumentosExpedienteItem {
        display: block;
    }
}

@media (min-width: 1200px) {
    #tableEstudiosUniversitarios, #tableDocumentosRequeridos {
        display: table;
    }

    #tableEstudiosUniversitariosItem, #tableDocumentosExpedienteItem {
        display: none;
    }
}

select[class=form-control] {
    cursor: pointer;
}

#contenido h4 {
    text-align: center;
}

.seccion {
    float: left;
    margin-left: 35px;
    margin-bottom: 10px;
}

.imagen-seccion {
    float: left;
    margin-right: 10px;
    margin-bottom: 4px;
    top: -5px;
    position: relative;
}

#ol_formularios {
    padding-left: 0px;
}

.input-group.date {
    cursor: pointer;
}

[data-requerido=true] > label:after {
    content: " *";
    font-weight: 900;
    color: #bfad07;
}

[data-obligatorio=true] > label:after {
    content: " *";
    color: red;
    font-weight: 900;
}

.help-block {
    margin: 0px;
}

.modal-header button.close {
    text-align: right;
}

.eliminar {
    color: red;
}

.editar {
    color: gray;
}

.editar, .eliminar {
    cursor: pointer;
    text-align: center;
}

#tableEstudiosUniversitarios tbody tr td span {
    text-overflow: ellipsis;
    width: 90px;
    display: block;
    white-space: nowrap;
    overflow-x: hidden;
}

#cmpHistoriaPersona .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.form-control[disabled] {
    background-color: #eee !important;
    opacity: 1 !important;
}

#tableDocumentosRequeridos td {
    text-align: center;
}

    #tableDocumentosRequeridos td:nth-child(1) {
        text-align: inherit;
    }

#tableDocumentosRequeridos th {
    text-align: center;
}

    #tableDocumentosRequeridos th:nth-child(1) {
        text-align: initial;
    }

.pendiente {
    color: orange;
}

.valido {
    color: green;
}

.subir, .descargar {
    cursor: pointer;
}

.documento-requerido-file {
    display: none !important;
}

.subir:hover, .descargar:hover, .eliminar:hover, .editar:hover {
    text-align: center;
    background-image: url(circlehover.jpg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position-y: -10%;
    background-position-x: 50%;
}

#cmpEntregaSolicitud p {
    text-align: center;
}


.fb-boton {
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: .25px;
    font-size: 16px;
}

.g-boton {
    font-size: 16px;
}

.fb-boton, .g-boton {
    padding: 15px;
    text-align: center;
    color: white;
    margin-bottom: 10px;
    border-radius: 4px;
}

.button-expandido {
    width: 100%;
    height: 45px;
    font-size: 16px;
}

.dropdown.open a {
    cursor: pointer;
}

#botonDropdownMenu {
    position: fixed;
    top: 165px;
    left: 89.5%;
}

#contentBox {
    min-width: 315px !important;
}

.centralizado {
    text-align: center;
}

    .centralizado > div > a:nth-child(1) {
        cursor: pointer;
    }

#olvidoContrasena + span.checkbox-custom-dummy {
    pointer-events: none !important;
    border-radius: 4px !important;
    left: auto !important;
    position: absolute !important;
    margin-left: -25px !important;
}

.modal-centered {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal-centered:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog-centered {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#tableDocumentosRequeridos.table th:nth-child(n+2), .table td:nth-child(n+2) {
    padding-left: 8px !important;
}

#contenido legend {
    padding-top: 20px !important;
}

#tableDocumentosExpedienteItem button {
    width: 100%;
    margin: 10px 0px 0px 0px;
}

#tableDocumentosExpedienteItem .col-sm-12 .col-sm-4 {
    text-align: center;
}

#tableEstudiosUniversitarios tr:first-child td {
    font-weight: 100;
}

@media (min-width: 992px) {
    #tableEstudiosUniversitarios th:nth-child(n+2), .table td:nth-child(n+2) {
        padding-left: 8px;
    }
}
