.select2-container--default .select2-selection--single {
    border: none;
    height: 3.25rem;
    line-height: 3.25rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.25rem;

}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 3.25rem;
}

.select2 {
    -webkit-appearance: none;
    border: .0625rem solid #D8D8D8;
    border-radius: 0;
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    width: 100%;
}

.select2:hover, .select2.select2-container--open {
    border: .0625rem solid #6EAF1B;
}

.page-link {
    color: #007836;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007836;
    border-color: #007836;
}

span.select2-selection.select2-selection--single.header-select2 {
    height: 34px;
    line-height: 34px;
}

span.select2-selection.select2-selection--single.header-select2 > .select2-selection__rendered {
    line-height: 34px;
}

span#select2-farmacia-header-search-container:focus, span.select2-selection.select2-selection--single.header-select2:focus {
    outline-width: 0px;
}

.group_label div:empty::after {
    content: '-';
    display: block;
}

#previous_btn, #next_btn {
    cursor: pointer;
}

p.user-role-description {
    margin: 0 0 0 3rem;
    text-transform: none;
    font-size: 14px;
}

table tr td a {
    text-decoration: underline;
}

.map-scroll:before {
    content: 'Usa CTRL + scroll per ingrandire la mappa';
    position: absolute;
    top: 45%;
    z-index: 999;
    font-size: 32px;
    width: 100%;
    text-align: center;
}

.map-scroll:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
    background: #00000061;
    z-index: 999;
}

#loading-container {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    text-align: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 40vh;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    margin: 6px;
    border: 6px solid #00ff73;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #00ff73 transparent transparent transparent;
}

ul.list {
    list-style: disc;
    padding-left: 20px;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

#banner-success, #banner-error {
    position: fixed;
    z-index: 999;
    width: 83vw;
    top: 80px;
}

.group_title {
    margin-bottom: 2rem;
}

.farmacia-title {
    display: inline-block;
}

.card_header h2:hover, .card_open .card_header h2 {
    color: #007836;
    cursor: pointer;
}

/*.table_actions a {*/
/*    color: #9A9A9A;*/
/*}*/

.table_actions a:hover {
    color: #007836;
}

.notice_header_notice_list {
    max-height: 50vh;
    overflow-y: scroll;
}

.notice_list_inner .notice:nth-child(even) {
    background-color: #FFF;
}

.notice_list_inner .notice.unread {
    background-color: #E5F1EA;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

td:empty::after {
    content: '-';
    display: block;
}

.button.button_red:hover {
    background: #e25d5d;
    border-color: #e25d5d;
    color: #FFFFFF;
}

.button.button_warning:hover {
    background: #da860e;
    border-color: #da860e;
    color: #FFFFFF;
}

.select2-utenti-container {
    min-width: 300px;
}

.select2-results__option {
    height: 34px !important;
}

.group_label.has_error .label {
    color: #761b18;
}

.group_label.has_error input {
    border-color: #761b18;
}

#box_login {
    background-color: #FFF;
}
