﻿#iconoperiodo:hover {
    cursor: pointer;
}

.Mantenimiento {
    max-width: 1250px;
}

.RNC {
    width: 130px;
}

.NCF {
    width: 130px;
}

.NCFAlterado {
    width: 230px;
}

.NombreOpcion {
    width: 400px;
}

.GrupoFormulario {
    width: 100%;
    /*align-content: space-between;*/
}

.SubGrupoFormulario {
    /*   display: inline-flex;*/
    width: 90%;
    /* justify-content: space-between;*/
    margin-top: 0.5%;
}

.UltimoGrupo {
    align-content: flex-end;
    height: auto;
}

.EditarUsuario {
    display: inline-flex;
    width: 90%;
    justify-content: normal;
    margin-top: 0.3%;
}

.EditarUsuario>label {
    padding-right: 3%;
}

.Selectores {
    white-space: nowrap;
}

.ListasFormulario {
    /*   max-height: 530px;*/
    max-height: 80vh;
    max-width: 80vw;
    /* overflow-y: scroll;
    overflow-x: scroll;*/
}

.CrearActualizar {
    max-height: 80vh;
    max-width: 90vw;
    overflow-y: scroll;
}

.IT1 {
    max-height: 80vh;
    max-width: 95vw;
    overflow-y: scroll;
}

.IR2 {
    max-height: 80vh;
    max-width: 85vw;
    overflow-y: scroll;
}

.BotonListo {
    padding-top: 1%;
}

.CeldaDinero {
    text-align: end;
}

.PAlta,
.Alta,
.Inactivo {
    background-color: red;
}

.PMedia,
.Media {
    background-color: yellow;
}

.PBaja,
.Baja,
.Activo {
    background-color: green;
}

.SemaforoP {
    width: 25px;
    align-content: center;
    background-color: darkgray;
}

.SemaforoP>div  {
    height: 25px;
    width: 25px;
    border-radius: 20px;
}

.Calculador {
    text-align: right;
    border-radius: 5px;
}

.Fecha {
    width: 150px;
}

.print-volante td th label div {
font-size: 10px;
}

.header {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.col-form-label {
    font-weight: bold;
}

.form-control-plaintext {
    padding: 10px;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.dialog-content {
    padding: 20px;
}
 