.login-page {
    width: 100%;
    height: 100%;
    position: fixed
}

.login-fondo{
    z-index:-1; 
    position:fixed; 
    min-width: 100%; 
    min-height: 100%;
}

.login-box .card {
    background-color: rgb(255,255,255,0.9);
}

.login-card-body, .register-card-body {
    background: none;
    border-top: 0;
    color: #000;
    padding: 20px;
    padding-top: 0;
}

.brand-link {
    padding: .2rem .8rem !important;
    height: 57px;
    overflow: hidden;
}

.brand-link img {
    max-width: 100%;
    max-height: 100%;
}

label.requerido:after{
    content: " *";
    color: #e73d4a
}
.btn-accion-tabla {
    cursor: pointer;
    border: none;
    background: 0;
    padding: 0 0 0 5px;
    font-size: 14px !important;
    line-height: 1.5;
}
/*.d-inline{
    display: inline;
}*/

.table-bordered td, .table-bordered th {
    border: 1px solid #f4f4f4 !important;
}

.table td, .table th {
    padding: .40rem;
}

.width70{
    width: 70px !important;
    min-width: 70px !important;
}

.form-horizontal .control-label {
    text-align: right;
}

/*Quitar verde a los campos validos*/
.form-control.is-valid:focus, .was-validated :valid.form-control, 
form.was-validated select:valid~.select2-container--bootstrap4 .select2-selection, select.is-valid~.select2-container--bootstrap4 .select2-selection
.custom-file-input.is-valid~.custom-file-label, .was-validated .custom-file-input:valid~.custom-file-label{ 
    border: 1px solid #ced4da !important;
    background-image: inherit !important;
    box-shadow:inherit !important;
}

.pl-20{
    padding-left:20px !important;
}
.pl-30{
    padding-left:30px !important;
}
.pl-40{
    padding-left:40px !important;
}

.sidebar-dark-primary .menu-open .nav-treeview .menu-open>.nav-link.active{
    background-color:#ff0000 !important;
    color:#fff;
}

.nav-treeview{
    background: RGB(255,255,255,0.1) !important;
}

.nav-treeview .nav-treeview {
    /*margin-left: 20px;*/
    background: none !important;
}

.fc-day-grid-event .fc-content {
    white-space: initial;
    overflow: hidden;
}

.fc-title {
    font-size: 12px;
}

.col-lg-0 {
    display: none;
}

#form-detalle .col-lg-12 {
    padding: 0 !important;
}

.select2-container {
    background-color: #fff;
}

.tabla-detalles .form-control {
    padding: .3rem;
}

@media (max-width: 992px) {
    .form-horizontal .control-label {
        text-align: left; 
    }
}

.note-editor.note-frame .note-editing-area .note-editable {
    height: 200px;
}

.control-label {
    word-wrap: initial;
}

.input-group-prepend {
    height: calc(2.25rem + 2px);
}


.chat-personal{
    display: flex;
    justify-content: flex-end;
}

.contenido-personal{
    background-color: #ffdeb1;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    width: fit-content;
    max-width:-webkit-fill-available;
}

.chat-cliente{
    display: flex;
}

.contenido-cliente{
    background-color: #b6e7b8;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    width: fit-content;
    max-width:-webkit-fill-available;
}

.contenido-observacion{
    background-color: #b2e3e2 !important;                    
    margin: 10px;
    border-radius: 5px;  
}

.disposicion-observacion{
    border-bottom: 1px solid; 
    padding: 10px; 
    display:flex;
}

.fecha-observacion{
    width:50%; 
    text-align:left;
}

.nombre-observacion{
    width:50%; 
    text-align:right;
}

.mensaje-observacion{
    padding: 10px !important;
}