body {
    clear: both;
    margin: 0;
    padding: 0;
    background: linear-gradient(180deg, rgba(20,33,61,1) 0%, rgba(0,119,182,1) 100%);
    height: auto;
    min-height: 1200px;
    min-width: 350px;
}

.nav-link {
    color: #FCA311 !important;
    font-weight: bold !important;
    font-size: 18px;
}

.table > :not(caption) > * > * {
    padding: 0 !important;
}

.navbar-brand {
    padding: 0 !important;
}

    .navbar-brand img {
        height: 200px;
    }

@media (max-width: 900px) {
    .navbar-brand img {
        height: 80px;
    }
}

.personalForm {
    margin: auto;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    border-color: #235572;
    padding: 0 10px;
    background-color: #FFFFFF !important;
    color: #000000 !important;
}

.personalFormManualWith, personalFormManualWith input {
    margin: auto;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    border-color: #235572;
    margin-bottom: 20px;
    background-color: #E5E5E5;
    color: #000000 !important;
}

.personalFormManualWithNoBorder {
    margin: auto;
    border-style: none;
    border-width: 1px;
    border-radius: 5px;
    border-color: #235572;
    padding: 10px 10px;
    background-color: #FFFFFF !important;
    color: #000000 !important;
}

    .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: #023047 !important;
}

    .navbar a {
        color: #FFD60A !important;
    }

    .navbar ul li:hover a:hover, .navbar ul li a:hover {
        background: #FCA311 !important;
        color: #14213D !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 {
}

.banner-center {
    font-size: 30px;
    text-align: center;
}

.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;
}

.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: #FCA311;
    width: 100%;
    height: 100px;
}

    footer > p,
    footer > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #14213D;
        font-weight: bold;
        text-transform: uppercase;
        width: 1%;
        padding-top: 1em;
    }

.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

@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;
}

.form-title {
    height: 100px;
}

    .form-title h1 {
        background: #FCA311;
        padding: 10px;
        color: #14213D;
        margin: 0 !important;
        height: 80px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

#btnSubmit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tableFormManualWith {
    margin: 0px;
    background-color: #14213D;
    border-radius: 10px;
    padding: 10px;
}

.validation-summary-errors {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis);
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}

    .validation-summary-errors ul, li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

.validation-summary-valid {
    visibility: hidden;
}

#tableList tr, td, span {
    background-color: transparent;
}

.bi-bold {
    -webkit-text-stroke: 1px;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.CartTitle {
    display: -webkit-box;
    max-width: 600px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 680px) {
    .card-info {
        font-size: .9em;
    }
    #Cart-addTen {
        display:none;
    }
    #Cart-remTen {
        display: none;
    }
    #delText {
        display:none;
    }
}

@media only screen and (max-width: 480px) {
    .card-info {
        font-size: .8em;
    }
    #checkOutCart td:nth-child(1) {
        display: none;
    }
    #checkOutCart th:nth-child(3) {
        display: none;
    }
}

.banner-agotado-home {
    position:absolute;
    top: 0px;
    left: 0px;
    padding: 5px 10px;
    z-index: 1;
    text-align:center;
    vertical-align:middle;
    align-content:center;
}

.banner-agotado-product {
    position: absolute;
    z-index: 10;
}