.ui-datepicker { position: relative; z-index: 10000 !important; }

#date_from {
    background-color: white;
}

.nav-disabled {
    pointer-events: none;
}

.select2-container {
    width: 100% !important;
}

.content-search {
    width: 98%;
    display: flex;
    align-items: center; }
.content-search svg {
    stroke-width: 2.5px;
    margin-right: 10px;
    color: #8392a5; }
.content-search .form-control {
    padding: 0;
    border-width: 0;
    background-color: transparent; }
.content-search .form-control:focus {
    box-shadow: none;
    color: #1b2e4b;
}

.tt-menu {
    min-width: 450px;
    top: 130%!important;
}

.twitter-typeahead {
    width: 98%;
}

@media print {
    body * {
        visibility: hidden;
    }
    .modal-content * {
        visibility: visible;
        overflow: visible;
    }
    .main-page * {
        display: none;
    }
    .modal {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        min-height: 550px;
        visibility: visible;
        overflow: visible !important; /* Remove scrollbar for printing. */
    }
    .modal-dialog {
        visibility: visible !important;
        overflow: visible !important; /* Remove scrollbar for printing. */
    }
}

.select2-search--inline {
    display: contents; /*this will make the container disappear, making the child the one who sets the width of the element*/
}

.select2-search__field:placeholder-shown {
    width: 100% !important; /*makes the placeholder to be 100% of the width while there are no options selected*/
}

.modal.fade .modal-dialog{
    -webkit-transform: inherit;
}

span.select2-container {
    z-index:10050;
}

.modal {
    overflow: auto !important;
}

.nav-aside .nav-item.active svg {
    color: #f8931c;
    fill: rgb(255 255 255 / 20%);
}
