﻿/*	--  RESE TOPBAR  --  */
a:hover {
    color: #23527c;
    text-decoration: underline;
}

.show-storico {
    color: #337ab7;
    text-decoration: none;
}

.ui-datepicker {
    z-index: 1060 !important;
}

.rese-topbar {
    height: 53px;
    border-bottom: 1px solid #DCDCDC;
}

.rese-topbar_filter,
.rese-topbar_text,
.rese-topbar_date {
    float: left;
    color: #6C6C6C;
    font-weight: normal;
    line-height: 52px;
    margin-right: 10px;
}

.rese-topbar_export {
    float: left;
    margin-right: 10px;
}

    .rese-topbar_export .rese-buttons {
        margin-top: 3px;
    }

        .rese-topbar_export .rese-buttons button {
            padding: 0 8px;
        }

.input-group {
    line-height: normal;
}

.rese-topbar_text button,
.rese-topbar_date button,
.rese-topbar_text input,
.rese-topbar_date input {
    margin-top: 10px;
}

.rese-topbar_visualizzazione {
    float: right;
    padding-top: 19px;
}

    .rese-topbar_visualizzazione a svg {
        fill: #6C6C6C;
        height: 15px;
        /*width: auto;*/
        transition: .2s;
    }

    .rese-topbar_visualizzazione a:first-child {
        margin-right: 30px;
    }

    .rese-topbar_visualizzazione a:hover svg, .rese-topbar_visualizzazione a.selected svg {
        fill: #002661;
    }


/*  --  RESE LIST BOX  --  */

.rese-list-box {
    margin-top: 21px;
}

.rese-list-box_item {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
}

    .rese-list-box_item.rese-list-box_item__add {
        border: 1px solid #FFF;
        background-color: #ECF0F6;
        transition: .2s;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .rese-list-box_item.rese-list-box_item__add:hover {
            background-color: #E8EBEF;
        }

        .rese-list-box_item.rese-list-box_item__add svg {
            width: 52px;
            height: auto;
            fill: #EC6446;
            transition: .2s;
            margin-bottom: 22px;
        }

        .rese-list-box_item.rese-list-box_item__add:hover svg {
            fill: #DB401F;
        }

        .rese-list-box_item.rese-list-box_item__add p {
            text-align: center;
            line-height: 24px;
            margin: 0;
        }

            .rese-list-box_item.rese-list-box_item__add p span {
                display: block;
                color: #EC6446;
                font-size: 16px;
            }

            .rese-list-box_item.rese-list-box_item__add p a {
                color: #EC6446;
                font-weight: bold;
                transition: .2s;
                text-decoration: none;
            }

                .rese-list-box_item.rese-list-box_item__add p a:hover {
                    color: #DB401F;
                }

.rese-list-box_item {
    background-color: #FFF;
    position: relative;
    margin-top: 29px;
}

.rese-list-box_item_top {
    height: 70px;
    background-color: #EC6446;
    padding-left: 24px;
    padding-top: 12px;
    position: relative;
    z-index: 90;
}

.rese-list-box_item__dark-orange .rese-list-box_item_top {
    background-color: #B75B46;
}

.rese-list-box_item__blue .rese-list-box_item_top {
    background-color: #083781;
}

.rese-list-box_item__gray .rese-list-box_item_top {
    background-color: #888;
}

.rese-list-box_item_top_title {
    font-size: 20px;
    color: #FFF;
    font-weight: 900;
    line-height: 23px;
    margin: 0;
    text-transform: uppercase;
}

.rese-list-box_item_top_subtitle {
    font-size: 12px;
    color: #FFF;
    font-weight: normal;
    line-height: 14px;
    margin: 0;
    margin-top: 14px;
}

.rese-list-box_item_type {
    min-width: 72px;
    width: auto;
    height: 21px;
    position: absolute;
    right: 0;
    top: -13px;
    border-top: 1px solid #FFF;
    background-color: #EC6446;
    text-align: center;
}

    .rese-list-box_item_type span {
        font-size: 12px;
        color: #FFF;
        font-weight: bold;
        line-height: 21px;
        text-transform: uppercase;
    }

    .rese-list-box_item_type::before {
        content: '';
        position: absolute;
        left: -4px;
        top: 0;
        width: 5px;
        height: 100%;
        background-color: #EC6446;
        transform: skewX(-19deg);
        border-left: 1px solid #FFF;
    }

.rese-list-box_item__dark-orange .rese-list-box_item_type::before, .rese-list-box_item__dark-orange .rese-list-box_item_type {
    background-color: #B75B46;
}

.rese-list-box_item__blue .rese-list-box_item_type::before, .rese-list-box_item__blue .rese-list-box_item_type {
    background-color: #083781;
}

.rese-list-box_item__gray .rese-list-box_item_type::before, .rese-list-box_item__gray .rese-list-box_item_type {
    background-color: #888;
}

.rese-list-box_item.locked .rese-list-box_item_top,
.rese-list-box_item.locked .rese-list-box_item_top .rese-list-box_item_type,
.rese-list-box_item.locked .rese-list-box_item_top .rese-list-box_item_type:before {
    background-color: red;
}

.rese-list-box_item_date {
    height: 31px;
    border-bottom: 1px solid #C8C8C8;
    padding: 0 20px;
    margin-bottom: 10px;
}

.rese-list-box_item_date_value {
    font-size: 14px;
    color: #353535;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    float: left;
}

.rese-list-box_item_crezione {
    font-size: 10px;
    color: #353535;
    line-height: 30px;
    margin: 0;
    float: right;
}

.rese-list-box_item_status {
    font-size: 13px;
    color: #FFF;
    font-weight: bold;
    line-height: 30px;
    padding-left: 26px;
    padding-right: 25px;
    display: block;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 1px solid #FED9D2;
    border-top: 1px solid #FED9D2;
}

    .rese-list-box_item_top i,
    .rese-list-box_item_status i {
        width: 11px;
        height: 11px;
        display: inline-block;
    }

        .rese-list-box_item_status i svg {
            position: relative;
            top: -3px;
            fill: #FFF;
        }

        .rese-list-box_item_top i svg.yellow {
            position: relative;
            top: -3px;
            fill: yellow;
        }

.rese-list-box_item_content {
    width: 100%;
    background-image: linear-gradient(to right, rgba(131, 131, 137, 1) 50%, rgba(255, 255, 255, 0) 0%);
    background-position: left bottom;
    background-size: 19px 1px;
    background-repeat: repeat-x;
    padding-left: 17px;
    padding-right: 14px;
    padding-bottom: 25px;
    position: relative;
}

.rese-list-box_item_content_top {
    color: #353535;
    margin: 0;
    margin-top: 15px;
    line-height: 18px;
}

.rese-list-box_item_content_da-autorizzare {
    color: #E69B0C;
    line-height: 18px;
    margin: 0;
    text-transform: uppercase;
}

.rese-list-box_item_content_totale {
    font-size: 20px;
    color: #353535;
    font-weight: bold;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 8px;
    line-height: 25px;
}

.rese-list-box_item_content_note {
    position: absolute;
    bottom: 93px;
    left: 17px;
    width: calc(100% - 31px);
    height: 24px;
    border-top: 1px solid #C8C8C8;
    margin: 0;
    font-size: 12px;
    color: #353535;
    line-height: 24px;
}

.rese-list-box_item_content textarea {
    width: calc(100% - 31px);
    height: 64px;
    border: 1px solid #D1D1D1;
    resize: none;
    padding: 7px;
    outline: none;
    color: #6C6C6C;
    line-height: 14px;
    position: absolute;
    left: 17px;
    bottom: 29px;
}

.rese-list-box_item_modifica {
    width: 100%;
    height: 46px;
    display: block;
    line-height: 46px;
    text-align: center;
    font-weight: bold;
    color: #EC6446;
    transition: .2s;
}

    .rese-list-box_item_modifica svg {
        width: 19px;
        height: 26px;
        fill: #EC6446;
        position: relative;
        top: 3px;
        margin-right: 2px;
        transition: .2s;
    }

    .rese-list-box_item_modifica:hover {
        text-decoration: none;
        color: #DB401F;
    }

        .rese-list-box_item_modifica:hover svg {
            fill: #DB401F;
        }

.rese-list-box_item_chiudi {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-weight: bold;
    color: #083781;
    transition: .2s;
}

    .rese-list-box_item_chiudi svg {
        width: 17px;
        fill: #083781;
        position: relative;
        top: 3px;
        margin-right: 2px;
        transition: .2s;
    }

    .rese-list-box_item_chiudi:hover {
        text-decoration: none;
        color: #07285B;
    }

        .rese-list-box_item_chiudi:hover svg {
            fill: #07285B;
        }

.rese-list-box_item_visualizza {
    width: 100%;
    bottom: 0;
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-weight: bold;
    color: #666;
    transition: .2s;
    display: block;
}

    .rese-list-box_item_visualizza svg {
        width: 24px;
        height: 16px;
        fill: #666;
        position: relative;
        top: 2px;
        margin-right: 2px;
        transition: .2s;
    }

    .rese-list-box_item_visualizza:hover {
        text-decoration: none;
        color: #555;
    }

        .rese-list-box_item_visualizza:hover svg {
            fill: #555;
        }

.rese-list-box_item_content_approvate {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 22px;
    background-color: #FFD9D1;
    text-align: center;
    background-image: url(../img/svg/alert_arancio.svg);
    background-size: 17px auto;
    background-position: 24px center;
    background-repeat: no-repeat;
}

    .rese-list-box_item_content_approvate span {
        color: #353535;
        line-height: 22px;
        display: inline-block;
    }


/*  --  RESE LIST  --  */

.breadcrumb ul li {
    float: left;
    margin-right: 12px;
}

    .breadcrumb ul li::before {
        content: '>';
        margin-right: 11px;
    }

    .breadcrumb ul li:first-of-type::before {
        display: none;
    }

    .breadcrumb ul li:last-of-type {
        margin-right: 0;
    }

.rese-list_item {
    margin-top: 3px;
    background-color: #FFF;
    position: relative;
}

    .rese-list_item.rese-list_item__add {
        height: 62px;
        margin-top: 10px;
        border: 1px solid #FFF;
        background-color: #ECF0F6;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .rese-list_item.rese-list_item__add:hover {
            background-color: #E8EBEF;
        }

        .rese-list_item.rese-list_item__add svg {
            width: 34px;
            height: auto;
            margin-right: 22px;
            fill: #EC6446;
            transition: .2s;
        }

        .rese-list_item.rese-list_item__add:hover svg {
            fill: #DB401F;
        }

        .rese-list_item.rese-list_item__add p {
            text-align: center;
            line-height: 24px;
            margin: 0;
        }

            .rese-list_item.rese-list_item__add p span {
                display: inline-block;
                color: #EC6446;
                font-size: 16px;
            }

            .rese-list_item.rese-list_item__add p a {
                color: #EC6446;
                font-weight: bold;
                transition: .2s;
                text-decoration: none;
            }

                .rese-list_item.rese-list_item__add p a:hover {
                    color: #DB401F;
                }

    .rese-list_item .rese-list-box_item_top {
        height: 77px;
        position: relative;
        padding-left: 25px;
        padding-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .rese-list_item .rese-list-box_item_top_title {
        margin-left: 2px;
    }

        .rese-list_item .rese-list-box_item_top_title span {
            font-size: 12px;
            margin-left: 2px;
        }

    .rese-list_item .rese-list-box_item_status {
        float: none;
        padding: 0 16px;
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: transparent;
        color: #FFF;
        border-left: 1px solid #FED9D2;
        border-top: 1px solid #FED9D2;
        line-height: 27px;
    }

        .rese-list_item .rese-list-box_item_status svg {
            fill: #FFF;
        }

@media screen and (max-width: 1199px) {
    .rese-list_item .rese-list-box_item_status.rese-list-box_item_status__small {
        font-size: 11px;
        padding-left: 10px;
    }
}

.rese-list-box_item_col {
    width: 100%;
    margin-bottom: 5px;
}

.rese-list_item .rese-list-box_item_col {
    width: 15%;
    height: 49px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 28px;
    float: left;
    margin-bottom: 0;
}

    .rese-list_item .rese-list-box_item_col.rese-list-box_item_col__long {
        width: 21%;
    }

.rese-list-box_item_col .rese-list-box_item_content_left_top.orange {
    color: #EC6446;
}

.rese-list-box_item_col.rese-list-box_item_col__long .rese-list-box_item_content_left_top {
    font-weight: bold;
}

.rese-list_item .rese-list-box_item_content_left {
    width: 146px;
    height: 62px;
    float: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.rese-list-box_item_content_left_top {
    color: #353535;
    line-height: 18px;
    margin: 0;
}

    .rese-list-box_item_content_left_top span {
        float: right;
    }

.rese-list_item .rese-list-box_item_content_right {
    width: calc(100% - 146px);
    height: 62px;
    float: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.rese-list_item .rese-list-box_item_date_value {
    line-height: 18px;
}

.rese-list_item .rese-list-box_item_content_totale {
    margin-top: 18px;
}

    .rese-list_item .rese-list-box_item_content_totale.rese-list-box_item_content_totale__top {
        margin-top: 14px;
    }

.rese-list-box_item_cambio-stato {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #000;
    font-style: italic;
    line-height: 22px;
    display: block;
}

    .rese-list-box_item_cambio-stato::before {
        content: '';
        width: 32%;
        height: 1px;
        position: absolute;
        top: 0;
        left: 34%;
        background-color: #DCDCDC;
    }

.rese-list_item .rese-list-box_item_modifica {
    width: calc(100% - 10px);
    height: 77px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    background-image: linear-gradient(to bottom, rgba(131, 131, 137, 1) 50%, rgba(255, 255, 255, 0) 0%);
    background-position: left bottom;
    background-size: 1px 19px;
    background-repeat: repeat-y;
}

    .rese-list_item .rese-list-box_item_modifica svg {
        top: 0;
    }

.rese-list_item .rese-list-box_item_content_approvate {
    bottom: -15px;
}

@media screen and (max-width: 1199px) {
    .rese-list_item .rese-list-box_item_content_approvate {
        background-position: 5px center;
    }
}

.rese-list_item .rese-list-box_item_chiudi {
    width: calc(100% - 10px);
    height: 77px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    background-image: linear-gradient(to bottom, rgba(131, 131, 137, 1) 50%, rgba(255, 255, 255, 0) 0%);
    background-position: left bottom;
    background-size: 1px 19px;
    background-repeat: repeat-y;
}

    .rese-list_item .rese-list-box_item_chiudi svg {
        top: 0;
    }

.rese-list_item .rese-list-box_item_visualizza {
    width: calc(100% - 10px);
    height: 77px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    background-image: linear-gradient(to bottom, rgba(131, 131, 137, 1) 50%, rgba(255, 255, 255, 0) 0%);
    background-position: left bottom;
    background-size: 1px 19px;
    background-repeat: repeat-y;
}

    .rese-list_item .rese-list-box_item_visualizza svg {
        top: 0;
    }

.rese-list_item .rese-list-box_item_content_note {
    width: 100%;
    left: 0;
    bottom: -15px;
    padding-left: 15px;
}

.rese-list_item .rese-list-box_item_bottom-row {
    position: absolute;
    bottom: 0;
    height: 28px;
    width: 100%;
}

    .rese-list_item .rese-list-box_item_bottom-row .rese-list-box_item_bottom-row_col {
        display: block;
        width: 15%;
        height: 100%;
        line-height: 28px;
        margin-bottom: 0;
        float: left;
        border-top: 1px solid #C8C8C8;
    }

        .rese-list_item .rese-list-box_item_bottom-row .rese-list-box_item_bottom-row_col:first-of-type {
            margin-left: calc(25% - 15px);
            padding-left: 43px;
            width: calc(15% + 43px);
        }

        .rese-list_item .rese-list-box_item_bottom-row .rese-list-box_item_bottom-row_col:last-of-type {
            width: 21%;
        }

.rese-list-box_item_bottom-row_col__small {
    font-size: 10px;
}


/*  -- LISTA RESE -- */
#wrap.rese {
    background-color: #FFF;
}

.stato-resa {
    width: 100%;
    height: 30px;
    border-top: 1px solid #E6E8EC;
}

    .stato-resa p {
        font-size: 13px;
        color: #303030;
        line-height: 29px;
        margin: 0;
        position: relative;
    }

        .stato-resa p span {
            position: absolute;
            width: 11px;
            height: 11px;
            display: block;
            background-image: url(../img/svg/info.svg);
            right: -13px;
            top: 6px;
        }

        .stato-resa p.gray {
            color: #6C6C6C;
        }

.warning-resa {
    background: #F4D3CC;
    width: 100%;
    min-height: 30px;
    font-size: 14px;
    color: #002661;
    font-style: italic;
}

.btn-file {
    cursor: pointer;
}

.carica-resa {
    height: 195px;
    background-color: #E6E8EC;
}

.carica-resa_left {
    width: 50%;
    height: 195px;
    border-right: 1px solid #FFF;
    float: left;
    position: relative;
    justify-content: center;
    align-items: center;
}

.carica-resa_content {
    position: absolute;
    margin: auto;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carica-resa_left_dra-and-drop {
    width: 550px;
    height: 100px;
    border: 2px dashed #c7ccd4;
    display: flex;
    justify-content: center;
    align-items: center;
}


.table-upload-monitor {
    width: 100%;
    background-color: #F1F1F1;
    border: 1px solid #c7ccd4;
}

    .table-upload-monitor tr td:nth-child(1) {
        width: 75%;
    }

    .table-upload-monitor tr td img {
        width: 25px;
        height: 20px;
    }

.minibook {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    border: 1px solid #002661;
    width: 30px;
    height: 20px;
}

.minibook__page {
    position: absolute;
    left: 50%;
    top: -1px;
    margin: 0 auto;
    border-top: 1px solid #002661;
    border-bottom: 1px solid #002661;
    border-right: 1px solid #002661;
    background: #FFFFFF;
    width: 15px;
    height: 20px;
    -webkit-transform-origin: 0% 50%;
    /* transform-origin: 0% 50%; */
    -webkit-animation: flip 1.2s infinite linear;
    animation: flip 1.2s infinite linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

    .minibook__page:nth-child(1) {
        z-index: -1;
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }

    .minibook__page:nth-child(2) {
        z-index: -2;
        -webkit-animation-delay: 2.8s;
        animation-delay: 2.8s;
    }

.table-upload-monitor.close {
    display: none;
}

.table-upload-monitor tr td, .table-upload-monitor tr th {
    padding: 5px;
}

.carica-rese-monitor {
    position: absolute;
    width: 100%;
    display: none;
}

.carica-rese-monitor-trigger {
    display: flex;
    color: #EC6446;
    font-size: 17px;
    text-align: center;
}

.carica-rese-monitor-opener {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

    .carica-rese-monitor-opener button {
        width: 100%;
        height: 100%;
        border: 0;
        margin: 0;
        padding: 0;
        background: none;
    }

        .carica-rese-monitor-opener button svg .croce_su {
            opacity: 1;
            transform: .2s;
        }

    .carica-rese-monitor-opener.open button svg .croce_su {
        opacity: 0;
    }




.carica-resa_left_dra-and-drop_title {
    font-size: 26px;
    color: #EC6446;
    font-weight: bold;
    line-height: 26px;
    margin: 0;
    padding-left: 59px;
    background-image: url(../img/svg/carica-excel.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 64px 64px;
}

    .carica-resa_left_dra-and-drop_title a {
        font-size: 17px;
        color: #EC6446;
        line-height: 26px;
        font-weight: normal;
        display: block;
        text-decoration: underline;
        display: block;
        margin-top: 10px;
    }

        .carica-resa_left_dra-and-drop_title a span {
            text-decoration: none;
        }

.carica-resa_right {
    width: 50%;
    height: 195px;
    border-left: 1px solid #FFF;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.carica-resa_right_title {
    font-size: 26px;
    color: #EC6446;
    font-weight: bold;
    line-height: 34px;
    margin: 0;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.carica-resa_right input {
    font-size: 20px;
    text-align: center;
    width: 528px;
    height: 42px;
    background-color: #FFF;
    border: 0;
    padding: 0 10px;
    outline: none;
}

.carica-resa_warning {
    width: 100%;
    height: 30px;
    background-color: #F4D3CC;
}

    .carica-resa_warning p {
        font-size: 14px;
        color: #002661;
        font-style: italic;
        margin: 0;
        line-height: 30px;
    }

.scanner-selector {
    background-size: 25px 25px;
    background-position: 3px;
    width: 100px;
    height: 30px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 10px;
    float: left;
    padding: 8px 0px 0 40px;
    margin-top: 8px;
    background-color: #fff;
    background-image: url(/img/svg/scan-off.svg);
}

    .scanner-selector.on {
        background-image: url(/img/svg/scan-on.svg);
    }

.ricerca-resa {
    width: 100%;
    height: 85px;
    background-color: #083781;
}

.ricerca-resa_title {
    width: 355px;
    font-size: 16px;
    color: #FFF;
    line-height: 41px;
    float: left;
    margin: 0;
    margin-top: 22px;
}

.ricerca-resa .form-wrapper {
    float: left;
    width: calc(100% - 355px);
    height: 43px;
    margin-top: 21px;
}

    .ricerca-resa .form-wrapper input {
        width: calc(100% - 101px);
        height: 100%;
        margin-right: 2px;
        float: left;
        padding: 0 15px;
        font-size: 20px;
        border: 0;
        outline: none;
    }

    .ricerca-resa .form-wrapper button {
        width: 99px;
        height: 100%;
        background-color: #EC6446;
        border: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

        .ricerca-resa .form-wrapper button svg {
            fill: #FFF;
            width: 28px;
            height: auto;
        }

.filtri-rese {
    height: 55px;
    overflow: hidden;
    transition: .2s;
}

    .filtri-rese.open {
        height: auto;
    }

    .filtri-rese button {
        width: 81px;
        height: 36px;
        margin-top: 9px;
        margin-right: 20px;
        padding: 0;
        border: 1px solid #838389;
        background-color: #EDEDED;
        font-size: 14px;
        color: #083781;
        text-transform: uppercase;
        transition: .2s;
    }

        .filtri-rese button:hover {
            background-color: #E0E0E0;
        }

    .filtri-rese > label {
        font-size: 14px;
        color: #6C6C6C;
        line-height: 41px;
        font-weight: normal;
        margin: 7px 0;
    }

    .filtri-rese select[name="ricerca_rese_raggruppa"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: none;
        background-image: url(../img/svg/freccia_raggruppa_giu.svg);
        background-repeat: no-repeat;
        background-position: right center;
        border: 0;
        margin-left: 9px;
        color: #000;
        padding-right: 25px;
        outline: none;
    }

.filtri-rese_hidden {
    width: 100%;
    height: 67px;
    clear: both;
    overflow: hidden;
    border-bottom: 2px solid #D1D1D1;
    display: none !important;
}

    .filtri-rese_hidden label {
        font-size: 14px;
        color: #353535;
        font-weight: bold;
        line-height: 37px;
        margin: 0;
        margin-top: 15px;
        margin-right: 27px;
    }

    .filtri-rese_hidden select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 220px;
        height: 42px;
        background-color: #F2EEEE;
        border: 1px solid #B5B5B5;
        border-radius: 0;
        background-image: url(../img/svg/freccia_giu.svg);
        background-repeat: no-repeat;
        background-position: right 12px center;
        padding: 0;
        padding-left: 14px;
        font-size: 14px;
        color: #000;
        outline: none;
        margin-right: 42px;
    }

.rese-list {
    width: 100%;
}

.resa-item {
    width: 100%;
    min-height: 119px;
    border-bottom: 2px solid #D1D1D1;
    display: flex;
    align-items: center;
}

.resa-item_status {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    border: 1px solid #B1B1B1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 23px;
}

    .resa-item_status::before {
        content: '';
        width: 41px;
        height: 41px;
        border-radius: 50%;
        background-color: #60B760;
    }

    .resa-item_status.orange::before {
        background-color: #F4AB1F;
    }

    .resa-item_status.blue::before {
        background-color: #083781;
    }

    .resa-item_status.gray::before {
        background-color: #DCDCDC;
    }

    .resa-item_status.black::before {
        background-color: #2F2F2F;
    }

    .resa-item_status.red::before {
        background-color: #C50000;
    }

    .resa-item_status.darkGreen::before {
        background-color: #438043;
    }

    .resa-item_status.skyblue::before {
        background-color: deepskyblue;
    }

.resa-item_info {
    width: 320px;
    height: auto;
}

    .resa-item_info.resa-item_info__long {
        width: 473px;
    }

.resa-item_info_autore {
    font-size: 16px;
    color: #09357A;
    font-weight: bold;
    line-height: 19px;
    margin: 0;
}

.resa-item_info_titolo {
    font-size: 18px;
    color: #EC6446;
    font-weight: bold;
    line-height: 21px;
    margin: 0;
}

.resa-item_info_casa-editrice {
    font-size: 14px;
    color: #09357A;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
}

.resa-item_agente {
    width: 199px;
    height: auto;
}

    .resa-item_agente p {
        font-size: 14px;
        color: #09357A;
        line-height: 22px;
        margin: 0;
    }

        .resa-item_agente p.error {
            color: #C50000;
            display: inline-block;
            line-height: 31px;
        }

            .resa-item_agente p.error ~ select {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                height: 31px;
                border: 1px solid #C50000;
                background-color: #F2EEEE;
                font-size: 14px;
                color: #646464;
                border-radius: 0;
                padding: 0;
                padding-left: 10px;
                padding-right: 37px;
                background-image: url(../img/svg/freccia_giu.svg);
                background-repeat: no-repeat;
                background-position: right 7px center;
                float: right;
                margin-right: 14px;
            }

    .resa-item_agente .tooltip {
        border-radius: 0 !important;
    }

    .resa-item_agente .tooltip-inner {
        font-size: 12px;
        text-align: left;
        background-color: #464646;
        border-radius: 0;
        padding: 15px;
        line-height: 17px;
    }

.resa-item_prezzo {
    width: 156px;
    height: auto;
}

    .resa-item_prezzo p {
        font-size: 14px;
        color: #083781;
        margin: 0;
    }

        .resa-item_prezzo p b {
            font-size: 20px;
            margin-left: 5px;
        }

.resa-item_quantita {
    width: 153px;
    height: auto;
}

    .resa-item_quantita label {
        font-size: 14px;
        color: #083781;
        line-height: 42px;
        margin: 0;
    }

    .resa-item_quantita select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 80px;
        height: 42px;
        border: 1px solid #B5B5B5;
        background-color: #F2EEEE;
        border-radius: 0;
        background-image: url(../img/svg/freccia_giu.svg);
        background-repeat: no-repeat;
        background-position: right 12px center;
        padding: 0;
        padding-left: 15px;
        font-size: 20px;
        color: #292929;
        font-weight: bold;
        outline: none;
        float: right;
    }

.resa-item_quantita__bottom {
    margin-top: 10px;
}

.resa-item_prezzo.resa-item_quantita > p > span, .resa-item_prezzo.resa-item_quantita label {
    display: inline-block;
    width: 65px;
}

.resa-item_prezzo.resa-item_quantita label {
    font-weight: normal;
    line-height: 30px;
}

.resa-item_prezzo.resa-item_quantita select {
    height: 30px;
    font-size: 14px;
}

.resa-item_elimina {
    width: auto;
    height: auto;
    margin-left: auto;
}

    .resa-item_elimina button {
        border: 0;
        background: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .resa-item_elimina button svg {
            fill: #D00;
        }

        .resa-item_elimina button span {
            font-size: 10px;
            color: #D00;
            font-weight: bold;
            display: block;
            margin-top: 2px;
        }

.resa-item_non-riconosciuto_title {
    font-size: 18px;
    color: #2F2F2F;
    font-weight: bold;
    margin: 0;
    margin-right: 10px;
}

.resa-item_non-riconosciuto_info {
    font-size: 14px;
    color: #2F2F2F;
    margin: 0;
    margin-left: 14px;
}

.resa-item_non-riconosciuto_message {
    font-size: 12px;
    color: #FFF;
    line-height: 39px;
    height: 39px;
    margin: 0;
    margin-left: 30px;
    background-color: #C50000;
    padding: 0 18px;
    position: relative;
}

    .resa-item_non-riconosciuto_message svg {
        position: absolute;
        left: -28px;
        top: 9px;
        width: 24px;
        height: 24px;
    }

.rese-summary {
    width: 100%;
    height: 90px;
    background-color: #F1F1F1;
    margin-top: 34px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.rese-summary_info {
    font-size: 14px;
    color: #083781;
    line-height: 21px;
    text-transform: uppercase;
    margin: 0;
    margin-right: 54px;
}

    .rese-summary_info b {
        font-size: 20px;
        display: block;
    }

.stampa-ean-non-rendibili {
    font-size: 18px;
    color: #6C6C6C;
    line-height: 17px;
    padding-left: 25px;
    background-image: url(../img/svg/stampa.svg);
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 11px;
    display: inline-block;
    background-size: 16px 16px;
}

    .stampa-ean-non-rendibili:hover {
        color: #606060;
    }

.popover-content button {
    border: 0;
    background-color: #EC6446;
    height: 27px;
    padding: 0 8px;
    font-size: 10px;
    color: #FFF;
    font-weight: bold;
    margin-right: 10px;
    transition: .2s;
}

.rese-buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 37px;
}

    .rese-buttons button {
        border: 0;
        background-color: #EC6446;
        height: 47px;
        padding: 0 28px;
        font-size: 14px;
        color: #FFF;
        font-weight: bold;
        margin-right: 10px !important;
        transition: .2s;
    }

        .rese-buttons button:hover, .popover-content button:hover {
            background-color: #CF492C;
        }

        .rese-buttons button:last-of-type, .popover-content button:last-of-type {
            margin-right: 0;
        }

        .rese-buttons button[disabled], .popover-content button[disabled] {
            background-color: #DCDCDC;
        }

.popover {
    width: auto;
    max-width: 1500px;
}


/*  --  RESE POPUP  --  */

.rese-popup .modal-dialog {
    margin-top: 200px;
}

.rese-popup .modal-content {
    box-shadow: none;
    background-color: #ECF0F6;
    border: 1px solid #FFF;
    border-radius: 0;
}

.rese-popup .modal-header {
    border-bottom: 0;
    padding: 0;
    display: block !important;
}

.rese-popup .close {
    width: 32px;
    height: 32px;
    background-color: #FFF;
    color: #6C6C6C;
}

.rese-popup .modal-header .close {
    margin-top: 0;
}

.rese-popup .modal-title {
    font-size: 25px;
    color: #002661;
    font-weight: 900;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 43px;
    margin-bottom: 22px;
}

.rese-popup .modal-body {
    padding: 0;
}

    .rese-popup .modal-body p {
        font-size: 16px;
        color: #09357A;
        font-weight: bold;
        line-height: 20px;
        margin: 0;
    }

.rese-popup .modal-footer {
    border-top: 0;
    padding: 0;
    padding-bottom: 50px;
    padding-top: 39px;
    text-align: center;
    display: block !important;
}

    .rese-popup .modal-footer .btn {
        min-width: 212px;
        height: 43px;
        padding: 0 10px;
        font-size: 14px;
        color: #FFF;
        font-weight: bold;
        border-radius: 0;
        border: 0;
        background-color: #EC6446;
        transition: .2s;
        margin: 0 5px;
    }

        .rese-popup .modal-footer .btn:first-of-type {
            margin-left: 0;
        }

        .rese-popup .modal-footer .btn:last-of-type {
            margin-right: 0;
        }

        .rese-popup .modal-footer .btn:hover {
            background-color: #DB401F;
        }

.rese-popup_cta {
    font-size: 14px;
    text-decoration: underline;
    line-height: 29px;
    margin-top: 13px;
    margin-bottom: 37px;
    display: inline-block;
}

.rese-popup_cta__no-mb {
    margin-bottom: 0;
}

.rese-popup_cta svg {
    width: 18px;
    height: auto;
    vertical-align: middle;
    margin-right: 9px;
}

.rese-popup_cta.orange {
    color: #EC6446;
}

    .rese-popup_cta.orange:hover {
        color: #EC6446;
    }

.rese-popup_cta.gray {
    color: #6C6C6C;
}

    .rese-popup_cta.gray:hover {
        color: #6C6C6C;
    }

.rese-popup_form {
    width: 380px;
    margin: 0 auto;
    margin-top: 48px;
}

.rese-popup_label {
    font-size: 16px;
    color: #002661;
    font-weight: normal;
    line-height: 42px;
    margin: 0;
}

.rese-popup_form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 160px;
    height: 42px;
    border: 1px solid #B5B5B5;
    background-color: #F2EEEE;
    border-radius: 0;
    background-image: url(../img/svg/freccia_giu.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding: 0;
    padding-left: 10px;
    font-size: 14px;
    color: #292929;
    font-weight: normal;
    outline: none;
    float: right;
    margin-bottom: 29px;
}

.text-input,
.date-input {
    width: 169px;
    height: 42px;
    border: 1px solid #B5B5B5;
    background-color: #FFF;
    padding-left: 17px;
    font-size: 14px;
    color: #555;
    float: right;
    margin-bottom: 29px;
    outline: none;
    line-height: normal;
}

    .date-input.small {
        height: 34px;
        width: 130px;
    }

    .text-input.small {
        height: 34px;
        width: 100px;
    }

.toggle_date_button {
    width: 84px;
    height: 42px;
    border: 1px solid #B5B5B5;
    border-left: 0;
    background-color: #F2EEEE;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .toggle_date_button.small {
        height: 34px;
    }

.search_button {
    width: 42px;
    height: 42px;
    border: 1px solid #B5B5B5;
    border-left: 0;
    background-color: #F2EEEE;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .search_button.small {
        height: 34px;
    }

.rese-popup_form input[name="nome_corriere"] {
    width: 253px;
    margin-bottom: 16px;
}

.rese-popup_carica-file {
    width: calc(100% - 84px);
    height: 42px;
    line-height: 40px !important;
    border: 1px solid #B5B5B5;
    background-color: #FFF;
    display: inline-block;
    padding-left: 18px;
    font-size: 14px !important;
    color: #555 !important;
    float: left;
    font-weight: normal !important;
    margin-bottom: 12px !important;
}

.rese-popup_form button[name="carica_ddt"] {
    width: 84px;
    height: 42px;
    border: 1px solid #B5B5B5;
    border-left: 0;
    background-color: #F2EEEE;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rese-popup_ddt-file {
    font-size: 18px;
    color: #393939;
    line-height: 21px;
    display: inline-block;
    padding-left: 28px;
    background-image: url(../img/svg/cancella.svg);
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 10px;
    cursor: pointer;
}

.rese-popup_btn-clean {
    font-size: 14px;
    color: #444;
    font-weight: bold;
    line-height: 27px;
    margin-top: 15px;
    display: inline-block;
}

    .rese-popup_btn-clean:hover {
        color: #444;
    }

.resa-item.resa-item__small {
    height: 72px;
    border-width: 1px;
}

    .resa-item.resa-item__small:last-of-type {
        border-bottom: 0;
    }

.resa-item__small .resa-item_status {
    width: 47px;
    height: 47px;
}

    .resa-item__small .resa-item_status::before {
        width: 33px;
        height: 33px;
    }

.resa-item__small .resa-item_info {
    width: 630px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.resa-item__small .resa-item_info_autore {
    width: 230px;
}

.resa-item__small .resa-item_info_titolo {
    width: 400px;
}

.resa-item__small .resa-item_prezzo {
    width: 135px;
}

    .resa-item__small .resa-item_prezzo p b {
        font-size: 14px;
    }

.resa-item_copie {
    width: 135px;
    height: auto;
}

    .resa-item_copie p {
        font-size: 14px;
        color: #083781;
        margin: 0;
    }

.resa-item_totale {
    width: 120px;
    height: auto;
}

    .resa-item_totale p {
        font-size: 14px;
        color: #083781;
        margin: 0;
    }

        .resa-item_totale p b {
            margin-left: 10px;
        }

.resa-item-autore {
    border-bottom: 2px solid #D1D1D1;
    height: 53px;
    overflow: hidden;
}

    .resa-item-autore.open {
        height: auto;
    }

.resa-item-autore_item {
    width: 100%;
    height: 53px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 2px solid #D1D1D1;
}

.resa-item-autore_item_autore {
    width: 300px;
    height: auto;
    font-size: 14px;
    color: #09357A;
    font-weight: 900;
    margin: 0;
    text-transform: unset;
    padding-left: 4px;
}

.resa-item-autore_item_titoli {
    width: 400px;
    height: auto;
}

    .resa-item-autore_item_titoli p {
        font-size: 14px;
        color: #083781;
        margin: 0;
        display: inline-block;
    }

        .resa-item-autore_item_titoli p:first-child {
            margin-right: 13px;
        }

        .resa-item-autore_item_titoli p b {
            font-size: 16px;
        }

.resa-item-autore_item_copie {
    width: 268px;
    height: auto;
}

    .resa-item-autore_item_copie p {
        font-size: 14px;
        color: #083781;
        margin: 0;
        display: inline-block;
    }

        .resa-item-autore_item_copie p b {
            font-size: 16px;
        }

.resa-item-autore_item_totale {
    width: 119px;
    height: auto;
}

    .resa-item-autore_item_totale p {
        font-size: 14px;
        color: #083781;
        margin: 0;
        display: inline-block;
    }

        .resa-item-autore_item_totale p b {
            font-size: 16px;
        }

.resa-item-autore_item_open {
    width: 24px;
    height: 24px;
    margin-left: auto;
}

    .resa-item-autore_item_open button {
        width: 100%;
        height: 100%;
        border: 0;
        margin: 0;
        padding: 0;
        background: none;
    }

        .resa-item-autore_item_open button svg .croce_su {
            opacity: 1;
            transform: .2s;
        }

.open .resa-item-autore_item_open button svg .croce_su {
    opacity: 0;
}

.rese-summary_left {
    width: auto;
    height: 47px;
    margin-right: auto;
    margin-left: 19px;
    padding: 0 40px 0 21px;
    background-color: #FFF;
}

    .rese-summary_left p {
        font-size: 14px;
        color: #E69B0C;
        margin: 0;
        line-height: 47px;
        text-transform: uppercase;
    }

.rese-legenda {
    top: 0;
    right: 15px;
    height: 55px;
    display: flex;
    align-items: center;
}

    .rese-legenda p {
        font-size: 14px;
        color: #222;
        margin: 0;
        display: inline-block;
    }

.resa-legenda_circle {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #AEAEAE;
    margin: 0 9px 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .resa-legenda_circle::before {
        content: '';
        width: 18px;
        height: 18px;
        border-radius: 50%;
    }

.resa-legenda_circle__gray::before {
    background-color: #DCDCDC;
}

.resa-legenda_circle__black::before {
    background-color: #2F2F2F;
}

.resa-legenda_circle__orange::before {
    background-color: #F4AB1F;
}

.resa-legenda_circle__green::before {
    background-color: #60B760;
}

.resa-legenda_circle__dark_green::before {
    background-color: #438043;
}

.resa-legenda_circle__blue::before {
    background-color: #083781;
}

.resa-legenda_circle__skyblue::before {
    background-color: deepskyblue;
}

.resa-legenda_circle__red::before {
    background-color: #C50000;
}

.resa-item_prezzo__long {
    width: 160px;
    padding-bottom: 5px;
}

    .resa-item_prezzo__long p:first-of-type {
        margin-bottom: 16px;
    }

.resa-item_textbox {
    width: 370px;
    height: auto;
    margin-left: auto;
}

    .resa-item_textbox textarea {
        width: calc(100% - 30px);
        height: 64px;
        border: 1px solid #D1D1D1;
        resize: none;
        padding: 10px;
        font-size: 14px;
        color: #353535;
        outline: none;
        float: left;
    }

    .resa-item_textbox button {
        width: 30px;
        height: 64px;
        background-color: #DCDCDC;
        border: 0;
        padding: 0;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .resa-item_textbox button svg {
            width: 15px;
        }

.resa-item_text-error {
    width: 317px;
    height: 67px;
    border: 1px solid #C50000;
    background-color: #F9F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

    .resa-item_text-error p {
        font-size: 14px;
        color: #C50000;
        margin: 0;
    }

.rr_lavorate {
    margin: 0px 0px 5px;
}

/*  --  AUTORIZZAZIONI  --  */
.autorizzazioni-list {
    width: 100%;
    border-top: 1px solid #D1D1D1;
    padding-bottom: 70px;
}

.autorizzazione-item {
    width: 100%;
    height: 53px;
    border-bottom: 2px solid #D1D1D1;
    overflow: hidden;
}

.autorizzazione-item_item {
    width: 100%;
    height: 53px;
    border-bottom: 2px solid #D1D1D1;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.autorizzazione-item.open {
    height: auto;
}

.autorizzazione-item_codice {
    width: 149px;
    font-size: 14px;
    color: #09357A;
    font-weight: bold;
    margin: 0;
}

.autorizzazione-item_titolo {
    width: 449px;
    font-size: 16px;
    color: #09357A;
    font-weight: bold;
    margin: 0;
}

    .autorizzazione-item_titolo span {
        color: #EC6446;
    }

.autorizzazione-item_collana {
    width: 199px;
    font-size: 14px;
    color: #09357A;
    margin: 0;
}

.autorizzazione-item_copie {
    width: 148px;
    font-size: 14px;
    color: #09357A;
    margin: 0;
}

.autorizzazione-item_totale {
    width: 150px;
    font-size: 14px;
    color: #09357A;
    margin: 0;
}

.autorizzazione-item_small {
    width: calc(100% - 10px);
    height: 74px;
    border-bottom: 1px solid #D1D1D1;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

    .autorizzazione-item_small:last-child {
        height: 73px;
        border-bottom: 0;
    }

.autorizzazione-item_small_libreria {
    width: 344px;
    font-size: 14px;
    color: #09357A;
    font-weight: bold;
    background-image: url(../img/svg/libreria.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 24px;
    margin: 0;
}

.autorizzazione-item_small_info {
    width: 245px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

    .autorizzazione-item_small_info p {
        font-size: 14px;
        color: #09357A;
        margin: 0;
        line-height: 22px;
    }

.autorizzazione-item_small_prezzo {
    width: 199px;
    font-size: 14px;
    color: #09357A;
    margin: 0;
}

    .autorizzazione-item_small_prezzo b {
        font-size: 20px;
        margin-left: 7px;
    }

.autorizzazione-item_small_totale {
    width: 150px;
    font-size: 14px;
    color: #09357A;
    margin: 0;
}

    .autorizzazione-item_small_totale b {
        font-size: 20px;
        margin-left: 7px;
    }

.autorizzazione-agente_small {
    width: calc(100% - 10px);
    min-height: 118px;
    border-bottom: 1px solid #D1D1D1;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.autorizzazione-agente_small_checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #838389;
    display: block;
    margin: 0;
    margin-right: 10px;
    padding: 0;
    cursor: pointer;
    position: relative;
}

    .autorizzazione-agente_small_checkbox::before {
        content: '✓';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
    }

.agente_small_checkbox_input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 !important;
}

    .agente_small_checkbox_input:checked ~ .autorizzazione-agente_small_checkbox::before {
        opacity: 1;
    }

.autorizzazione-agente_small_info {
    width: 268px;
    height: auto;
}

.autorizzazione-agente_small_info_autore {
    font-size: 16px;
    color: #09357A;
    font-weight: bold;
    margin: 0;
    line-height: 19px;
}

.autorizzazione-agente_small_info_titolo {
    font-size: 18px;
    color: #EC6446;
    font-weight: bold;
    margin: 0;
    line-height: 21px;
}

.autorizzazione-agente_small_info_editore {
    font-size: 14px;
    color: #09357A;
    text-transform: uppercase;
    margin: 0;
    line-height: 20px;
}

.autorizzazione-agente_small_info_libreria {
    font-size: 14px;
    color: #09357A;
    font-weight: bold;
    margin: 0;
    margin-top: 7px;
    line-height: 12px;
    background-image: url(../img/svg/libreria.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px 16px;
    padding-left: 24px;
}

.autorizzazione-agente_small_ean {
    width: 222px;
}

    .autorizzazione-agente_small_ean p {
        font-size: 14px;
        color: #09357A;
        margin: 0;
        line-height: 22px;
    }

.autorizzazione-agente_small_ean_alert {
    font-size: 14px;
    color: #EC6446;
    font-style: italic;
    margin: 0;
    margin-top: 3px;
    background-image: url(../img/svg/alert_arancio.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    line-height: 16px;
}

.autorizzazione-agente_small_prezzo {
    width: 170px;
}

    .autorizzazione-agente_small_prezzo p {
        font-size: 14px;
        color: #09357A;
        margin: 0;
    }


        .autorizzazione-agente_small_prezzo p b {
            font-size: 20px;
            margin-left: 7px;
        }

.autorizzazione-agente_small_textbox {
    width: 281px;
    height: auto;
}

    .autorizzazione-agente_small_textbox textarea {
        width: calc(100% - 30px);
        height: 64px;
        border: 1px solid #D1D1D1;
        resize: none;
        padding: 10px;
        font-size: 14px;
        color: #353535;
        outline: none;
        float: left;
    }

    .autorizzazione-agente_small_textbox button {
        width: 30px;
        height: 64px;
        background-color: #DCDCDC;
        border: 0;
        padding: 0;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .autorizzazione-agente_small_textbox button svg {
            width: 15px;
        }

.autorizzazione-agente_small_action {
    width: 112px;
    margin-left: auto;
}

    .autorizzazione-agente_small_action button {
        width: 54px;
        height: 57px;
        border: 1px solid #DCDCDC;
        border-radius: 0;
        background: none;
        background-color: #F6F4F4;
        display: flex;
        justify-content: center;
        align-items: center;
        float: right;
    }

        .autorizzazione-agente_small_action button:first-child {
            float: left;
        }

        .autorizzazione-agente_small_action button span {
            width: 32px;
            height: 32px;
            display: block;
            border: 1px solid #ACACAC;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .autorizzazione-agente_small_action button span::before {
                content: '';
                width: 24px;
                height: 24px;
                border-radius: 50%;
                display: block;
            }

        .autorizzazione-agente_small_action button.selected {
            box-shadow: inset 1px 1px 10px 1px rgba(0, 0, 0, .2);
        }

        .autorizzazione-agente_small_action button.blue span::before {
            background-color: #083781;
        }

        .autorizzazione-agente_small_action button.red span::before {
            background-color: #C50000;
        }

.autorizzazione-item_codice__agente {
    width: 367px;
    text-transform: uppercase;
}

.autorizzazione-item_copie__titoli_agente {
    width: 382px;
}


#gotopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999;
    font-size: 18px;
    border: 1px solid #eee;
    outline: none;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    padding: 0px;
}

    #gotopBtn img {
        height: 50px;
        z-index: 999;
        background-color: #fff;
    }

        #gotopBtn img:hover {
            background-color: #EC6446;
        }

.bootstrap-select {
    width: 150px !important;
}

/* DATEPICKER for editors */

.date-input-editors {
    height: 48px;
    width: 120px;
    padding: 5px;
    border: 1px solid #B5B5B5;
}

.toggle_date_button-editors {
    height: 48px;
    border: 1px solid #B5B5B5;
    background-color: #F2EEEE;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84px;
    margin-left: -1px;
    cursor: pointer;
    margin-top: 8px;
}
