//blu:#3563A9 rgb(53,99,169)

.sidebar-header {
    padding: 15px 15px 0 !important;
    text-align: center;
}
.sidebar-header img{
    width: 70%;
}

.profile-dropdown form{
    padding: 0 35px;
}
    .profile-dropdown form input {
        border: none;
        background-color: #007be8;
        text-decoration: none;
        outline: none;
        opacity: 0.5;
        cursor: pointer;
    }
.profile-dropdown form input:hover,
.profile-dropdown form input:focus,
.profile-dropdown form input:active{
    opacity: 1;
}
.profile-dropdown form input.active{
    opacity: 1;
}


.table.table-hover tbody tr:hover td {
    background: rgba(142, 153, 170, 0.8) !important;
    color: black;
}

.table.table-hover tbody tr.nohover:hover td {
    background: #ffffff !important;
}

.content-custom {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    overflow-y: hidden;
}
    .page-content-wrapper {
        padding: 0 30px;
    }

        .page-content-wrapper .card-header,
        .page-content-wrapper .card-body {
            padding-left: 0;
            padding-right: 0;
        }

        .page-content-wrapper #cars {
            width: 200px;
            max-width: 100%;
        }

    .richiesta-preventivi-page form {
        width: 500px;
        max-width: 100%;
    }

    .new-ticket-page form {
        width: 500px;
        max-width: 100%;
    }

    .gestione-profilo-page form {
        max-width: 100%;
    }

    .header-company {
        margin-left: 150px;
    }

        .header-company select {
            margin-left: 10px;
            width: 200px;
        }

    .employee-box .card {
        background-color: transparent;
        border: none;
    }

    .operator-img {
        margin: 0 auto 15px;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
    }

        .operator-img.no-image {
            background-image: url('../img/user-image.png');
        }

    .ticket-chiusi {
        padding: 20px;
        background-color: #fff;
    }


    .sede-section {
        padding: 120px 0;
        background-size: cover;
        background-position: center;
    }

        .sede-section div {
            padding: 30px 15px;
            background-color: rgba(53,99,169,0.6);
            text-align: center;
            color: #fff;
        }

        .sede-section h6 {
            margin: 0 0 10px 0;
            font-size: 20px;
            font-weight: 400;
            color: #fff;
        }

        .sede-section p {
            margin-bottom: 0;
        }

    #divRss ul {
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #divRss li {
        margin-bottom: 15px;
        padding: 30px 15px;
        position: relative;
        padding-left: 230px;
        list-style: none;
        background-color: #fff;
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }

    @media (max-width: 992px) {
        #divRss li {
            -ms-flex: 0 0 calc(100% - 15px);
            flex: 0 0 calc(100% - 15px);
            max-width: calc(100% - 15px);
        }
    }

    #divRss li:nth-child(odd) {
        margin-right: 15px;
    }

    #divRss li:nth-child(even) {
        margin-left: 15px;
    }

    #divRss img {
        width: 200px;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    #divRss p:last-child {
        display: none;
    }

    .notices .single-notice {
        margin-bottom: 15px;
    }

        .notices .single-notice div {
            padding: 15px;
            background-color: #fff;
        }

        .notices .single-notice p:last-child {
            margin-bottom: 0;
        }
    /*
.progress-circle,
.progress-circle .pie,
.progress-circle .pie .half-circle{
    height: 100px;
    width: 100px;
}
.progress-circle .pie .half-circle {
    clip: rect(0, 50px, 100px, 0);
    border: 10px solid rgba(0, 0, 0, 0.1);
}
.progress-circle .shadow {
    border: 10px solid rgba(0, 0, 0, 0.1);
}*/



    #company-modal ul {
        padding: 7.5px 0 0 0;
        list-style: none;
    }

        #company-modal ul li {
            padding: 0;
            margin: 0 0 7.5px 0;
        }

        #company-modal ul button {
            padding: 5px;
            background-color: transparent;
            border: none;
            cursor: pointer;
            transform: scale(1);
            font-size: 18px;
            font-weight: 300;
        }

            #company-modal ul button:hover,
            #company-modal ul button:active,
            #company-modal ul button:focus {
                text-decoration: underline;
            }

    #company-modal .modal-body {
        max-height: 400px;
        overflow: hidden;
        overflow-y: scroll;
    }


.btn-link {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    color: #0000EE;
    padding: 0;
    text-decoration: underline;
    font-family: inherit;
    font-size: inherit;
}

.modal .modal-body .content-errore {
    box-shadow: none;
    padding: 25px;
    padding-top: 0;
    white-space: normal;
    overflow-y: hidden;
}

.small-table{
    width: 50%;
    max-width: 100%;
}
@media(max-width: 1200px) {
    .small-table {
        width: 75%;
    }
}
@media(max-width: 992px) {
    .small-table {
        width: 100%;
    }
}

.drop-down {
    position: relative;
    display: inline-block;
    width: auto;
    margin-top: 0;
    font-family: verdana;
}

.drop-down select {
    display: none;
}

.drop-down .select-list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: 40px;
    padding: 0;
    background-color: #595959;
}

.drop-down .select-list li {
    display: none;
}

.drop-down .select-list li span {
    display: inline-block;
    min-height: 40px;
    min-width: 280px;
    width: 100%;
    padding: 5px 15px 5px 35px;
    background-color: #595959;
    background-position: left 10px center;
    background-repeat: no-repeat;
    font-size: 16px;
    text-align: left;
    color: #FFF;
    opacity: 0.7;
    box-sizing: border-box;
}

.drop-down .select-list li span:hover,
.drop-down .select-list li span:focus {
    opacity: 1;
}

.modal-backdrop{
    z-index: 1000;
}

#modalSlideUp {
    background-color: rgba(0,0,0,0.4);
}

.card .card-header + .card-body {
    padding-left: 10px;
}

.card .card-header .card-title {
    padding-left: 10px;
}

.progress {
    background-color: white;
}

.nav-tabs-simple > li > a::after {
    background-color: #007be8;
}

.feedEkList {
    width: 1500px;
}

.btn-link {
    color: #b5b5b5;
}

.btn-link :focus {
    color: #000;
}

.form-horizontal .form-group {
    padding-left: 10px;
}


.itemTitle a {
    color: #3F86C7 !important;
}

.itemDate {
    font-size: 11px;
    color: #828282;
}

.itemContent {
    color: #828282;
}

.windows h3{
    padding-left: 10px;
}

.windows body, .windows p{
    padding-left: 10px;
}