body {
    clear: both;
    margin: 0;
    padding: 0;
    min-width: 320px;
}

.nav-link {
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 18px;
}

.table > :not(caption) > * > * {
    padding: 1px 4px !important;
}

.navbar-brand {
    padding: 0 !important;
}

.personalForm {
    margin: auto;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    border-color: #9e9e9e;
    padding: 0 10px;
}

.personalFormManualWith {
    margin: auto;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    border-color: #9e9e9e;
    padding: 0 10px;
}

.personalFormManualWithNoBorder {
    margin: auto;
    border-style: none;
    border-width: 1px;
    border-radius: 5px;
    border-color: #9e9e9e;
    padding: 10px 10px;
}

    .personalFormManualWithNoBorder row {
        padding: 0;
    }

.botonesOpciones a, botonesOpciones i, button, botonesOpciones btn {
    text-transform: capitalize !important;
    color: #ffffff;
    font-size: 18px !important;
    font-weight: normal !important;
    font-family: Arial !important;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 200px;
}

.custom-link table tr td a {
    color: #02158b;
}

.navbar {
    background-color: #ECECEC !important;
}

    .navbar a {
        color: #000000 !important;
    }

    .navbar ul li:hover a:hover, .navbar ul li a:hover {
        background-color: #df251f !important;
        color: #FFFFFF !important;
    }

    .navbar ul li ul {
        background-color: #ECECEC !important;
    }

        .navbar ul li ul a {
            color: #000000 !important;
        }

    .navbar .dropdown-menu-scroll {
        max-height: 600px;
        overflow-y: scroll;
        width: 350px !important;
    }

    .navbar .log-in-menu a {
        font-weight: bold;
        font-size: 18px;
    }

.link-primary {
}

.text-center {
    font-size: 30px;
}

.spinner {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000099;
}

.center-div {
    width: 350px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -150px;
    background-color: white;
    border-radius: 10px;
}

.loader {
    margin: auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 15px solid #01a7e1;
    border-bottom: 15px solid #01a7e1;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1000;
}

.inner-div {
    background-color: white;
    border-radius: 15px;
    margin: auto;
    padding: 2%;
    width: 150px;
}

.loader-title {
    color: #02158b;
    font-size: 40px;
    margin-top: 40px;
    text-align: center;
}

.loader-subtitle {
    color: #02158b;
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

table th {
    text-align: center !important;
    vertical-align: middle !important;
}

table tbody a i {
    /*font-size: 15px !important;*/
    font-size: 10px !important;
}

.tableButton {
    width: 150px !important;
}

.statusField {
    width: 100px;
}

.dateField {
    width: 100px;
}

.timeField {
    width: 75px;
    text-align: center;
}

.dniField {
    width: 120px;
}

.regStatusField {
    width: 450px;
}

.regObsField {
    width: 200px;
}

.idField {
    width: 45px;
}

footer {
    background: #df251f;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    display: table;
}

    footer > p,
    footer > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #F4CB1E;
        font-weight: bold;
        text-transform: uppercase;
    }

.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}

@media (max-width: 900px) {
    .center {
        width: 100%;
    }
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
