
.bootstrap-select .dropdown-toggle {
    background-image: none !important;
    background-color: #fff !important;
    font-family: 'Arial', sans-serif !important;
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
    height: 32px !important;
    text-transform: none !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    padding: 7px 12px 5px 18px !important;
    min-width: 150px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bootstrap-select .dropdown-toggle .filter-option {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bootstrap-select .dropdown-toggle .bs-caret {
    flex-shrink: 0;
    margin-left: 5px; !important;
}

.bootstrap-select .dropdown-menu {
    width: 200px !important;
}
.bootstrap-select button.dropdown-toggle {
    border: 1px solid #aaa !important;
}
.bootstrap-select .dropdown-menu li a {
    height: 25px !important;
    line-height: 22px !important;
}
.bootstrap-select button.dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none !important;
}
.bootstrap-select .dropdown-menu li a:focus {
    outline: none !important;
    box-shadow: none !important;
}
.bs-searchbox input {
    height: 32px; !important;
}
.bootstrap-select .dropdown-menu li a {
    display: flex; !important;
    align-items: center; !important;
    justify-content: space-between; !important;
    white-space: nowrap; !important;
    overflow: hidden; !important;
    text-overflow: ellipsis; !important;
    max-width: 100%; !important;
    padding-right: 25px; !important;
}

.bootstrap-select .dropdown-menu li a .text {
    flex-grow: 1; !important;
    overflow: hidden; !important;
    text-overflow: ellipsis; !important;
    white-space: nowrap; !important;
}

.bootstrap-select .dropdown-menu li a .glyphicon-ok {
    flex-shrink: 0; !important;
    margin-left: 5px; !important;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 3px; !important;
}

.bootstrap-select .dropdown-menu li a:hover {
    height: auto !important;
}

.bootstrap-select .dropdown-menu li a:hover .text {
    overflow: visible !important;
    text-overflow: unset !important;
    white-space: normal !important;
}

.form-control {
    height: 32px; !important;
}

.datepicker {
    background-color: #fff !important;
    font-family: 'Arial', sans-serif !important;
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
    padding: 7px 12px 5px 18px !important;
}

#colecao {
    border-bottom: 1px solid #c9c6c6;
    padding-bottom: 10px;
    padding-right: 0;
}

#modal-dialog-pop-up{
    width: 100vw;
    max-width: 95vw;
}

@media (min-width: 992px) {
    #colecao {
        border-right: 1px solid #c9c6c6; !important;
        border-bottom: none; !important;
        padding-right: 15px; !important;
    }
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    #modal-dialog-pop-up {
        max-width: 75vw; !important;
    }
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left;
    }
    .text-sm-right {
        text-align: right;
    }
}

.pagination li a
{
    font-size: 13px;
}

.modal-header {
    padding-bottom: 0 !important;
}

.modal-body {
    padding-top: 0 !important;
}
