.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #acece6;
    border-radius: 2px;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden
}

.progress .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #26a69a;
    transition: width .3s linear
}

.progress .indeterminate {
    background-color: #26a69a
}

.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite
}

.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }

    60% {
        left: 100%;
        right: -90%
    }

    100% {
        left: 100%;
        right: -90%
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }

    60% {
        left: 100%;
        right: -90%
    }

    100% {
        left: 100%;
        right: -90%
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }

    60% {
        left: 107%;
        right: -8%
    }

    100% {
        left: 107%;
        right: -8%
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }

    60% {
        left: 107%;
        right: -8%
    }

    100% {
        left: 107%;
        right: -8%
    }
}

#paddingnull {
    padding: 2px 15px
}

#nit {
    padding: 1px 2px;
}

.labelmargin {
    margin-top: 2px;
    margin-bottom: 0px;
}

hr.margin {
    margin-top: 10px;
    margin-bottom: 10px;
}

#bs-example-navbar-collapse-2 {
    background-color: #206696;
}

.activadojejeje {
    background-color: rgba(0, 180, 255, 0.42);
    height: 100%;
}

.glyphicon-remove {
    color: red;
}

.glyphicon-edit {
    color: black;
}

.YYY {
    margin-top: -28px;
    float: right;
    margin-right: 129px;
}

#pdf {
    float: right;
    margin: 2px;
}

#imprimir {
    float: right;
    margin: 2px;
}

.nav-quirk-primary>li>a>i:hover {
    color: #206696;
}


/* Estilos para el DualListbox */
.dual-listbox .dual-listbox__button {
    background-color: #2574AF !important;
    padding: 5px !important;
}

.dual-listbox .dual-listbox__item {
    padding: 5px 10px !important;
}

.dual-listbox .dual-listbox__button:hover {
    background-color: #2574AF !important;
    opacity: 0.8 !important;
}

.dual-listbox .dual-listbox__title {
    padding: 5px 10px !important;
}

.dual-listbox .dual-listbox__item.dual-listbox__item--selected {
    background-color: #2574AF !important;
    opacity: 0.8 !important;
    color: #fff !important;
}

.dual-listbox .dual-listbox__available {
    height: 150px !important;
}
.dual-listbox .dual-listbox__selected {
    height: 150px !important;
}

.dual-listbox .dual-listbox__search {
    height: 25px !important;
}

/* End Estilos para el DualListbox */

/* Responsive Navbar Styles */
@media (max-width: 767px) {
    .headerbar {
        padding: 5px 10px;
    }

    .header-right .headermenu {
        margin: 0;
        padding: 0;
    }

    .header-right .btn-group {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 2px !important;
        width: 100% !important;
        align-items: center !important;
    }

    .header-right .btn-logged {
        font-size: 13px !important;
        padding: 3px 5px !important;
        min-width: 0 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        line-height: 1.2 !important;
        flex-shrink: 1 !important;
    }

    .header-right .btn-logged#getHoraActual {
        max-width: 65px !important;
        flex: 0 0 65px !important;
    }

    .header-right .btn-logged[onclick*="openModalEmpresa"] {
        max-width: 120px !important;
        flex: 1 1 auto !important;
        min-width: 80px !important;
    }

    #empresaText {
        max-width: 100% !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .header-right .btn-logged[data-toggle="dropdown"] {
        max-width: 90px !important;
        flex: 0 1 90px !important;
    }

    .header-right .btn-logged[data-toggle="dropdown"] {
        font-size: 0 !important;
    }

    .header-right .btn-logged[data-toggle="dropdown"] img,
    .header-right .btn-logged[data-toggle="dropdown"] .caret {
        font-size: 13px;
    }

    .header-right .btn-logged img {
        width: 14px !important;
        height: 14px !important;
        margin-right: 2px !important;
    }

    .header-right .dropdown-menu {
        position: absolute !important;
        right: 0 !important;
        left: auto !important;
        top: 100% !important;
        margin-top: 2px !important;
        font-size: 13px !important;
        min-width: 180px !important;
    }

    .header-right .dropdown-menu li a {
        padding: 8px 12px !important;
        white-space: nowrap !important;
    }

    .header-right {
        flex: 1;
        margin-left: 10px;
    }
    
    .headermenu > li .btn{
        height: 35px !important;
    }
}

@media (max-width: 480px) {
    .header-right .btn-logged {
        font-size: 11px !important;
        padding: 2px 4px !important;
    }

    .header-right .btn-logged#getHoraActual {
        max-width: 60px !important;
        flex: 0 0 60px !important;
    }

    .header-right .btn-logged[onclick*="openModalEmpresa"] {
        max-width: 100px !important;
        min-width: 70px !important;
    }

    .header-right .btn-logged[data-toggle="dropdown"] {
        max-width: 70px !important;
        flex: 0 1 70px !important;
    }

    .headermenu > li .btn{
        height: 35px !important;
    }
}

.header-right .btn-logged {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-right .btn-logged img {
    margin-right: 3px;
}
/* End Responsive Navbar Styles */