main {
    min-height: calc(100vh - 113px);
    padding-bottom: 20px;
}

.alignLeft {
    text-align: left !important;
}

.alignCenter {
    text-align: center !important;
}

.oculto {
    display: none !important;
}

.colorRojo {
    color: #dc3545 !important;
}

.colorVerde {
    color: #28a745 !important;
}

.textMin {
    font-size: 20px;
}

.alert {
    position: fixed;
    top: 2px;
    padding: 5px 1rem;
    z-index: 999999;
    min-width: 73%;
}

.filtro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.formulario {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.formulario .mb-3 {
    width: calc(100% / 2);
    padding: 0 20px;
}

.formulario .mb-12 {
    width: 100%;
    padding: 0 20px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    margin-bottom: 1rem!important;
}

.formulario label {
    width: 100%;
}

.filtro h2 {
    margin-bottom: 20px;
}

.filtro .row {
    width: 50%;
}

.editar {
    cursor: pointer;
}

#footer {
    padding: 0 50px;
    margin: 0 !important;
    /* background-color: var(--bs-body-color); */
}

#footer img {
    width: 200px;
}

.table-striped {
    font-size: 14px;
}

#tablaClientes,
#tablaProyectos,
#tablaProyectosCerrados,
#tablaPartes,
#tablaUsuarios,
#tablaContactos,
#tablaEstadoProyecto {
    text-align: center;
}

#tablaEstadoProyecto td:nth-child(6),
#tablaEstadoProyectoCerrados td:nth-child(6) {
    min-width: 100px;
}


/* .table-striped th:first-child,
.table-striped td:first-child {
    width: 250px;
}

.table-striped th:nth-child(7),
.table-striped td:nth-child(7) {
    width: 150px;
}

.table-striped th:last-child,
.table-striped td:last-child {
    text-align: center;
}

 */

.table-striped td:last-child i {
    margin: 0 5px;
    font-size: 20px;
    cursor: pointer;
}

.dt-buttons {
    display: inline-block;
}

#tablaPartes th:nth-child(1),
#tablaPartes td:nth-child(1) {
    width: 80px;
}

#tablaPartes .colTarea {
    min-width: 200px;
}

#tablaPartes .colFecha {
    min-width: 75px;
}

#tablaPartes .colNota {
    width: 200px;
}

#formCambioPass {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 300px;
    justify-content: flex-end;
}

#formCambioPass .mb-6 {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

#tablaHorasSemana th,
#tablaHorasSemana td {
    text-align: center;
    width: 100px;
}

#tablaHorasSemana th:first-child,
#tablaHorasSemana td:first-child {
    text-align: left;
    width: auto;
}

#tablaHorasSemana tr.total {
    background: black;
    color: white;
    font-weight: bold;
}

#tablaHorasSemana tr.total td {
    background: black;
    color: white;
    font-weight: bold;
}

.parte {
    margin-bottom: 40px;
}

.parteLogo {
    display: none;
}

#tablaImprimirPartesDiv h4 {
    font-size: 1.2rem;
}

.tablaImprimirPartes {
    /* caption-side: top; */
    text-align: center;
}

.tablaImprimirPartes caption {
    display: none;
    font-size: 30px;
    color: black;
    font-weight: bold;
}

th.sorting {
    color: #565656 !important;
}

th.sorting.sorting_asc,
th.sorting.sorting_desc {
    color: black !important;
}

@media (min-width: 1000px) {
    .modal-dialog {
        max-width: 800px;
    }
}

.filtro {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}

.filtro h3 {
    width: 100%;
    text-align: left;
    font-size: 20px;
}

.filtro form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.filtro form .form-group {
    margin-right: 5px;
}

.filtro form .mb-12 {
    width: 100%;
}

.datepicker {
    padding: 0.375rem 0.75rem !important;
}

.indicadorAmarillo {
    background-color: yellow;
    padding: 5px;
    border-radius: 5px;
}

.indicadorRojo {
    background-color: #dc3545;
    padding: 5px;
    border-radius: 5px;
}

/*MENU LATERAL*/

nav#sidebarMenu.col-lg-2 {
    width: 11%;
}

main.col-md-9.ms-sm-auto.col-lg-10.px-md-4 {
    width: 89%;
}

.filtro .mb-3 {
    max-width: 45%;
}


/*ISCB 2023-06-22*/
.main.col-md-9.ms-sm-auto.col-lg-10.px-md-4{
    display: flex;
}

main{
    width: 100%;
    min-height: calc(100vh - 170px);
}

#sidebarMenu{
    border-bottom: 1px solid lightgray;
}


#sidebarMenu .nav-link {
    border: 1px solid #dee2e6;
    border-radius: 5px 5px 0 0;
    border-bottom: 0;
    background-color: white;
    margin-right: 3px;
}


#sidebarMenu .nav-link.active {
    background: #0d6efd;
    border-radius: 5px 5px 0 0;
    border: 1px solid lightgray;
    color: white;
}

div#tablaPartes_wrapper {
    max-height: 50vh;
    overflow: scroll;
}