﻿.navbar {
    background-color: #1B1534 !important;
    color: white !important;
    padding: 20px;
}

.logo {
    width: 8rem;
    margin-left: 1rem;
}

.nav-link {
    color: white;
    text-decoration: none;
}

.ajs-content {
    color: black !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.ajs-buttons{
    padding: 5px;
}

.nav-link:focus, .nav-link:hover {
    color: #009ba4;
}

.table > thead {
    vertical-align: middle;
    background: rgb(2,0,36);
    background: linear-gradient(74deg, rgba(2,0,36,1) 0%, rgba(62,34,94,1) 66%);
    color: white;
}

.table > thead > tr > th:first-child  {
    border-top-left-radius: 5px;
}

.table > thead > tr > th:last-child {
    border-top-right-radius: 5px;
}

.dataTables_filter {
    margin-bottom: 1rem;
}

.btn-secondary {
    color: var(--bs-white);
    background-color: #009ba4;
    border-color: #009ba4;
    font-weight: bold !important;
}

.btn-secondary:hover {
    color: var(--bs-white);
    background-color: #009ba4;
    border-color: #009ba4;
}


.btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #009ba4;
    border-color: #009ba4;
    box-shadow: 0 0 0 0.25rem #009ba4;
}

.bg-purple {
   color: #b04feb;
}

.footer {
    bottom: 0;
    position: fixed;
    width: 100%;
    background-color: #1B1534;
    padding: 5px;
    color: white !important;
    z-index: 999;
    font-size: small;
}

.profile {
    background-size: cover;
    height: 10rem;
    padding-top: 80px;
    width: 10rem;
    border-radius: 50%;
    border: inset;
}

.btn {
    border-radius: 20px !important;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgb(27, 21, 52) !important;
}

table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1).selected > * {
    box-shadow: inset 0 0 0 9999px rgb(88, 23, 157) !important;
}
table.table.dataTable > tbody > tr.selected > * {
    box-shadow: inset 0 0 0 9999px rgb(88, 23, 157) !important;
}

.Completo, .CompletoconExcepciones, .CompletoUC {
    background-color: #90ee90 !important;
}

.EnProceso, .EnProcesoUC {
    background-color: #ffa500 !important;
}

.drop-zone {
    border: 2px dashed #6c757d;
    border-radius: 10px;
    padding: 40px;
    text-align: center;
    color: #6c757d;
    transition: background-color 0.3s;
}

    .drop-zone.dragover {
        background-color: #e9ecef;
        border-color: #495057;
        color: #495057;
    }

input[readonly]:hover,
textarea[readonly]:hover,
select[readonly]:hover{
    cursor: not-allowed;
}


/*------------------------------------------------*/