.body-content {
    padding-top: 82px;
}

.navbar-brand img {
    height: 56px;
}

.logologin {
    display: block;
    width: 300px;
    margin: 0 auto;
}

/* pagination */
.page-item a {
    position: relative;
    display: block;
    padding: 0.35rem 0.75rem;
    margin-left: -1px;
    line-height: 19px;
    top: 1px;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item:first-child a {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item:last-child a {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}


.ui-selectmenu-button.ui-button {
    width: 100%;
}


/*----------- Avvisi ------------*/
#advicePop {
    width: 400px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 10px;
    position: fixed;
    top: 20px;
    right: 0;
    z-index: 10000;
}

.popClose {
    width: 50px;
    height: 70px;
    line-height: 70px;
    float: right;
    color: #fff;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background: #ccc;
}

    .popClose i {
        line-height: 70px;
    }

.testoPop {
    width: 348px;
    height: 70px;
    padding: 10px;
    float: left;
    background: #fff;
}

#advicePop.no {
    border-color: #EBCCD1;
}

    #advicePop.no .popClose {
        color: #A94442;
        background: #EBCCD1;
    }

    #advicePop.no .testoPop {
        color: #A94442;
        background: #F2DEDE;
    }

#advicePop.popLoading .testoPop {
    width: 398px;
    border-radius: 4px;
    background: #fff url(../img/loader.gif) no-repeat 350px center;
}

#advicePop.popLoading .popClose {
    display: none;
}

#advicePop.popNotification {
    border-color: #2D89E4;
}

    #advicePop.popNotification .testoPop {
        width: inherit;
    }

        #advicePop.popNotification .testoPop span {
            color: #2D89E4;
        }

    #advicePop.popNotification .popClose {
        display: none;
    }

    #advicePop.popNotification a {
        text-decoration: none;
        height: 70px;
        line-height: 70px;
        float: right;
        color: #fff;
        text-align: center;
        font-size: 18px;
        padding: 0 10px;
        margin: -10px 10px 0 0;
        cursor: pointer;
        background: #2D89E4;
    }

.field-validation-error, .validation-summary-errors {
    color: #f00;
}

.badge-danger.field-validation-error, .badge-danger.validation-summary-errors {
    color: #fff;
}

.select2-container span.select2-selection {
    box-shadow: none;
    height: 38px;
    font-size: 1rem;
}