/* Bug encontrado en la plantilla ace. El dropdown menu del usuario aparece un scroll vertical y otro horizontal al desplegar.*/
/*.dropdown-menu.dropdown-close.dropdown-menu-right {
    right: 0 !important;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background-image: none !important;
}*/

a {
    color: var(--ct-link-color);

    &:hover {
        color: var(--ct-link-hover-color);
    }
}


/*a { Este es el original
    color: rgba(var(--ct-link-color-rgb), 1);

    &:hover {
        --ct-link-color-rgb: var(--ct-link-hover-color-rgb);
    }
}*/

.modal-lg-extra {
    width: 80% !important;
}

.bpAjaxAction {
    width: 90% !important;
}
.bpIframe, .bootbox .bpIframe{
    width: 95% !important;
    max-width: 95% !important;
    height: 95vh;
}

.bpIframe .modal-content, .bpIframe .modal-body, .bpIframe .bootbox-body, .bpIframe .mmSelectorPoppupContent,  .bpIframe .mmInputPoppupContent{
    height: 100%;
}
.bpIframe .close {
    font-size: 31px;
}

.bpWrapper {
    font-size: 35px;
}

.dd{
    max-width: inherit !important;
}

.dual-listbox__container div{
    flex: 1 0 0%;
}

.dual-listbox__container .dual-listbox__buttons{
    flex: inherit;
}

.dual-listbox .dual-listbox__available, .dual-listbox .dual-listbox__selected {
    width: 100%;
}
