﻿
body {
    padding-top: 54px;
    padding-bottom: 0px;
}
.separatorLine {
    border-bottom:2px solid lightgray;
}
.TituloArea {
    padding: 10px;
    background-color: #a2ccd1 !important;
    width: 100%;
    left: 0;
    top: 56px;
    font-weight: bold;
    color: white !important;
    text-align: center;
    position: sticky;
    z-index: 900;
}
    .TituloArea a.navbar-brand {
        color: white !important;
    }

    .tituloZona {
        font-weight: bold;
        color: #007782;
    }
.tituloSubZona {
    color: black;
    font-weight: bold;
}
.textoTotal {
   color: #65b7c3 !important;
   font-weight:bold;
}
.Hide{
    display:none !important;
}

.fondoSuave {
    background-color: #d7ecef;
}

.comentario {
    padding-top: 5px;
}
    .comentario b {
        color: darkgray;
    }
    .comentario i {
        padding-left:5px;
    }

.table-nowrap th, .table-nowrap td {
    white-space: nowrap;
}
    .table-nowrap th:first-child {
        position: sticky;
        left: 0;
    }
.noSticky {
    position: unset !important;
}

.tHeadBlue {
    background-color: #79b6bc !important;
    color: white;
}
.thLightBlue {
    background-color: #a2ccd1 !important;
    color:darkslategray;
}
.darkgray {
    color: darkgray;
}
.btnBlue {
    background-color: #057381 !important;
    border-color: #3d959e !important;
}
.tabBorders {
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}
.euros {
    border: 1px solid #ced4da;
    display: flex;
    border-radius: 5px;
    background-color:white;
}
    .euros:focus-within {
        box-shadow: 0 0 0 0.25em rgb(13 110 253 / 25%) !important;
    }

.euros input {
    border: 0;
    width: calc(100% - 26px);
}
    .euros input:focus {
        border: 0px !important;
        box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
    }
    .euros i {
        padding-top: 10px;
        color: #899097;
    }
.filaInvisible {
display:none
}
.euros-plaintext {
    display: flex;
}
    .euros-plaintext:focus-within {
        outline: -webkit-focus-ring-color auto 1px;
    }
    .euros-plaintext input {
        width: calc(100% - 26px);
    }
        .euros-plaintext input:focus-visible {
            outline: transparent !important;
        }

    .euros-plaintext i {
        padding-top: 10px;
        color: #899097;
    }

#lblGuardado {
    margin-right: 20px;
    color: #034047;
    opacity: 100;
    -webkit-animation: fadeIn linear 5s forwards;
    -moz-animation: fadeIn linear 5s forwards;
    -o-animation: fadeIn linear 5s forwards;
    -ms-animation: fadeIn linear 5s forwards;
    animation: fadeIn linear 5s forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 100;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 100;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 100;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 100;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 100;
    }

    100% {
        opacity: 0;
    }
}

.colorA {
    background-color: #a9d4db;
}

.colorB {
    background-color: #d8ebef;
}

.colorC {
    background-color: #65b7c3;
}

.colorD {
    background-color: #91c9d2;
}

.colorE {
    background-color: #4aafbb;
}
.colorF {
    background-color: #0098a6;
}

.colorA a, .colorB a, .colorC a, .colorD a, .colorE a, .colorF a {
    text-decoration: none;
    color: black
}

.colorA:hover, .colorB:hover, .colorC:hover, .colorD:hover, .colorE:hover, .colorF:hover {
    background-color: #057381;
}
    .colorA:hover a, .colorB:hover a, .colorC:hover a, .colorD:hover a, .colorE:hover a, .colorF:hover a {
        color: white;
    }

.navScroll {
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
}
.tabScreenSize {
    height: calc(100vh - 175px);
    overflow:auto;
}

.form-control + .input-group-addon:not(:first-child) {
    border-left: 0;
}

.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .input-group-btn:not(:last-child) > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    background-color: #79b6bc;
    border: 1px solid rgba(0,0,0,.15);
    border-left-color: rgba(0, 0, 0, 0.15);
    border-left-style: solid;
    border-left-width: 1px;
    border-radius: .25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.input-group-addon a{
    color: white;
}
.maxHeight {
height:calc(100vh - 40px)
}
.btnGuardar {
    background-color: #67abb2;
    border-color: white;
}

.paqueteEmpleado {
    border: 2px solid #6c757d;
    border-radius: 5px;
    padding: 5px;
}
.tituloEmpleados {
    padding-left: 10px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
.trashbtn {
    font-size: 15px;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: transparent;
    border: 0px;
    color: #2a8a94;
}
.fixHead {
    position: relative;
    padding: 5px;
    top: 2px;
}

/*Boostrap Tweaks*/
td {
    border-color: #737373 !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color:black;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-weight:bold;
}
.col-form-label {
    font-weight: bold;
}
.form-control-plaintext {
    padding: 0.375rem 0.75rem !important;
}

.textoPorcentaje {
    text-align: right;
    font-weight: bold;
    color: gray;
}

.close {
    border: 0;
    background-color: transparent;
    color: #3d959e;
}
.modal-title {
    color: #3d959e;
}
li.nav-item.active {
    font-weight: bold;
}

@media (max-width: 767px) {
    .top-menu {
        top: 6px;
        right: 52px;
        width: 100%;
    }
    .top-menu>.navbar-nav>li {
        float: none!important;
    }
}

@media (min-width: 768px) {
    .top-menu {
        margin-right: -15px;
    }
    .top-auth-menu {
        margin-left: auto;
    }
}

/*DevExpress stilos*/
.btn-secondary {
    color: #fff;
    background-color: #2a8a94 !important;
    border-color: #057381 !important; 
}
.dxbs-table {

}
    .dxbs-table th {
        background-color: #67abb2 !important;
        border-color: #057381 !important;
    }
.dxbs-fixed-header-content > a {
    color: white;
    text-decoration: none !important;
}
.dxbs-icon {
    color: #057381;
}
a.nav-link:hover {
    color: #078b98 !important;
    /* font-weight: bold; */
}

.derecha {
    text-align: end;
    border-right: 1px solid #a2ccd1;
    border-bottom: 1px solid #a2ccd1;
}

.ulMenu li.nav-item {
    border-right: 2px solid #afafb0;
}
.ulMenu li.nav-item a {
    font-weight:bold;
}
    .ulMenu li.active a {
        color: #018b98 !important;
    }
.ulMenu li.nav-item:last-child {
    border-right: 0px solid #afafb0;
}

@media (max-width: 992px) {
    .ulMenu li.nav-item {
        border-right: 0px solid #afafb0;
    }
}


.dxbs-table tbody tr td a {
    color: #004f58;
    font-weight: bold;
}
.page-item.active.page-number a {
    background-color: #2a8a94;
    border: 2px solid black;
}
.page-link {
color:black;
}
button.btn.btn-link.dxbs-button {
    color: darkred;
}

.disabled {
    pointer-events: none;
    background-color: #e9ecef;
}