a:focus,
button:focus,
input:focus,
extar.responsiveea:focus {
    outline: none;
}
.ev-list .ev-action {
    position: absolute;
    right: 15px;
    bottom: 8px;
}
.ev-list li {
    min-height: 71px;
    position: relative;
    list-style: none;
}
.ev-list name {
    display: block;
    font-weight: bold;
    margin-bottom: -3px;
}
.ev-list location {
    display: block;
    color: #4b4b4b;
    font-size: 10pt;
    margin-bottom: -3px;
}
.ev-list date {
    display: block;
    margin-bottom: -3px;
}
.ev-list stato {
    text-align: center;
    display: block;
    margin: auto;
    letter-spacing: -0.4px;
    white-space: nowrap;
    position: absolute;
    right: 15px;
    top: 1px;
}
.ev-list stato > button {
    padding: 0 5px !important;
    font-size: 0.8em !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
}
.task-list small {
    margin-left: 29px;
}
.task-icon {
    width: 15px;
    margin-right: 10px;
    text-align: center;
    top: 10px;
    position: relative;
}
.task-function {
    position: absolute !important;
    right: -1px;
    bottom: -1px;
    width: 101px;
    padding: 0px;
    height: 40px;
    /*   border-radius: 8px 0px 0px 0px;
 background: #f5f5f5; */
}
.btn--function button {
    background: rgba(0, 0, 0, 0);
}
.ajaxSubmitStatus {
    width: 26px;
    margin: 0px -1px -1px 0px;
    padding: 0px;
    border: 0px;
    height: 100%;
    border: 1px solid #dddddd;
}
label {
    font-weight: 700 !important;
}
#wrapper {
    position: relative;
}

.box-form {
    margin: auto 0px !important;
}

.panel-heading {
    padding: 4px 15px;
    /*   margin: auto -15px; */
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.smallpadding {
    padding: 5px !important;
    margin: 5px !important;
}
.task-li {
    list-style-type: none;
}
.skin-red .main-header .navbar {
    background: #960c13 !important;
}
.skin-red .sidebar-menu > li:hover > a,
.skin-red .sidebar-menu > li.active > a {
    border-left-color: #960c13 !important;
}
a {
    color: #960c13;
}
a:hover {
    color: #ca0009;
}
.text-warning {
    color: #ff6b00 !important;
}
.btn-warning {
    color: white !important;
}
.btn-warning :hover {
    color: white !important;
}
.text-danger {
    color: #c3000a !important;
}
.text-success {
    color: green !important;
}
.text-default {
    color: grey !important;
}
.btn-default:hover {
    z-index: 100000;
}

.fc-ltr .fc-basic-view .fc-day-number {
    font-size: 12pt;
}
.evidenzia-click {
    background: #fff898 !important;
}
.evidenzia {
    background: #fff898 !important;
}
.list-group-item {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
#contentarea {
    position: fixed;
    top: 0px;
    width: 70%;
    right: 15%;
    z-index: 1100;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 0px;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22),
        0 19px 60px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22),
        0 19px 60px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22),
        0 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
}
#coprente {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade 0.6s;
    -moz-animation: fade 0.6s;
    animation: fade 0.6s;
    overflow: auto;
}
.popupCloseButton {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    position: absolute;
    border: none;
    border-radius: 50%;
    background-color: WHITE;
    cursor: pointer;
    outline: none;
}
.popupCloseButton:hover {
    box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.16);
    transition: all 0.5s;
}
.popupCloseButton:before {
    position: absolute;
    color: rgb(175, 175, 175);
    content: "X";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-left: 5px;
    transition: all 0.5s;
}

.radio-workers label:hover {
    background-color: rgb(116, 158, 209);
    color: white;
}

.radio-workers input[type="radio"]:checked + label {
    background-color: #b8ccf8 !important;
    color: #192e5c;
}
.radio-all label {
    display: inline-block;
    color: white;
    padding: 3px 10px;
    font-family: sans-serif, Arial;
    font-size: 12px;
    position: relative;
    border-radius: 22px;
    box-shadow: #cecece 0px 4px 3px;
}
.radio-workers label {
    background-color: #2b4c94;
}
.radio-all input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-status label:hover {
    background-color: rgb(255, 255, 255);
    color: white;
}
.radio-status input[type="radio"]:focus + label {
    border: 1px solid rgb(219, 219, 219);
}
.radio-status input[type="radio"]:checked + label {
    background-color: #ffffff !important;
    border-color: #d8d8d8;
}
.radio-status label {
    background-color: #e6e6e6;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 8px;
    margin-right: 10px;
}
.radio-status i {
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px !important;
    position: absolute;
}
.prodotti-preventivo {
    font-size: 9px;
    right: 0px;
    position: relative;
    width: 0px;
    bottom: -14px;
    color: #adadad;
    justify-content: normal !important;
}
.preventivo-input {
    padding: 0px;
    height: 20px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}
.add1 {
    border: none !important;
    background: none !important;
    border-radius: 0px !important;
}
.add1:hover {
    background: #eeeeee !important;
}
.progress-bar {
    display: none;
    position: fixed;
    left: 0px;
    bottom: 10%;
    box-shadow: 0px 0px 20px 8px #000000b5;
    height: 20px;
    background-color: #ffffff !important;
    z-index: 1100;
}
img.mosaico {
    width: 74px;
    margin: 2px;
}
img.mosaico {
    width: 74px;
    margin: 2px;
}
.q-thumb {
    display: inline;
    position: relative;
    padding-top: 5px;
}

.files-list {
    background: #e9ecef;
    margin-bottom: 16px;
    border-radius: 10px;
    padding: 5px;
    min-height: 90px;
}

.q-thumb img {
    box-shadow: 0 0 6px 0px #0000003b;
    border-radius: 5px;
}

.form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}

input.select-photo-product[type="radio"],
input.category-file-upload[type="checkbox"] {
    display: none;
}

input.select-photo-product[type="radio"] + label,
input.category-file-upload[type="checkbox"] + label {
    cursor: pointer;
    background-size: cover;
    border-color: white;
    border-style: solid;
    height: 50px;
    width: 50px;
    display: inline-block;
    padding: 0 0 0 0px;
}
input.select-photo-product[type="radio"]:checked + label,
input.category-file-upload[type="checkbox"]:checked + label {
    border-color: red;
}
.barrato {
    text-decoration: line-through;
}
.event-label {
    font-size: 13px;
    top: 10px;
    margin: 0px;
    position: relative;
    margin-left: 12px;
    background: white;
    color: #ababab;
    z-index: 10;
}

.select2-container .select2-selection--single {
    border-radius: 0 !important;
    height: 38px !important;
    border-color: #d2d6de !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 33px !important;
    padding: 0px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 20px !important;
}
.select2-dropdown .select2-results__option[aria-describedby="true"] {
    display: none;
}
p.help-block {
    width: 100%;
    display: inline-block;
    background: #960c13;
    border-radius: 7px;
    color: white;
    font-weight: 600;
    padding: 0px 20px;
    line-height: 3;
    margin: 0px;
}

.card {
    margin-bottom: 15px;
}
.card .table {
    margin-top: -15px;
    padding-top: 0px;
}
.list-inline {
    display: inline-flex;
}
.breadcrumb {
    background-color: inherit !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
}
ul.list-inline li {
    margin: 0 15px;
}
.sidebar-mini.sidebar-collapse
    .sidebar-menu
    > li:hover
    > a
    > .pull-right-container {
    background-color: transparent !important;
}
@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse
        .sidebar-menu
        > li:hover
        > a
        > .pull-right-container {
        top: -33px !important;
    }
}

.t-action {
    text-align: right;
}
.t-action button {
    background-color: transparent !important;
}

table.responsive {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}

table.responsive caption {
    font-size: 1.5em;
    margin: 0.5em 0 0.75em;
}

table.responsive tr {
    border: 1px solid #ddd;
    padding: 0.35em;
}
table.responsive tr:hover:not(.noHover) {
    background-color: #daeaf3 !important;
}
table.responsive th {
    background-color: #ffffff !important;
}
table.responsive th,
table.responsive td {
    padding: 0.6em;
    white-space: nowrap;
}

table.responsive th {
    font-size: 0.85em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
table.responsive tr:not(.noColor):nth-child(odd) {
    background-color: #e9e9e9;
}
table.responsive tr:not(.noColor):nth-child(even) {
    background-color: #f8f8f8;
}
table.responsive tr .noColor {
    background-color: #b3b3b3;
}

@media screen and (max-width: 600px) {
    table.responsive {
        border: 0;
    }

    table.responsive caption {
        font-size: 1.3em;
    }

    table.responsive thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.responsive tr {
        border-bottom: 3px solid #ddd;
        background-color: #f8f8f8 !important;
        display: block;
        margin-bottom: 0.2em;
    }

    table.responsive td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 0.8em;
        text-align: right;
        line-height: 0;
    }

    table.responsive td::before {
        /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table.responsive td:last-child {
        border-bottom: 0;
    }
    #contentarea {
        width: 100%;
        right: 0px;
    }
}
.datepicker-dropdown:after {
    content: "a";
    color: black;
}
.break-line-photo {
    background: #67717b;
    height: 2px;
    margin-bottom: 5px;
}
.form-inline {
    width: 100%;
}
.handle-list {
    height: 50px;
    position: relative;
    line-height: 60px;
    display: inline-block;
}
.rounded-pill {
    top: 0px;
    position: absolute;
    z-index: 1;
    right: 0px;
}
.image-hover-popup-show {
    position: absolute;
    width: auto;
    z-index: 100;
    height: 200px;
}
.fc-daygrid-event-dot,
.fc-event-time {
    display: none;
}
.fc-today-button {
    padding-top: 3px !important;
}
.fc-button {
    padding-top: 1px !important;
}
.fc-event {
    font-size: 0.75em !important;
    text-transform: uppercase !important;
    letter-spacing: -0.06em !important;
    line-height: 1 !important;
    border-radius: 0px !important;
    background-color: #ddd !important;
    color: black !important;
    border: 0px !important;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: 0px !important;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
    margin-left: 0px !important;
}
.fc .fc-daygrid-day.fc-day-today {
    background-color: #f4f4f4 !important;
    box-shadow: inset 2px 2px 6px 0px #c3c3c3 !important;
    z-index: 1 !important;
    color: #960c13 !important;
    font-weight: 600 !important;
}
.fc-daygrid-dot-event .fc-event-title {
    font-weight: 600 !important;
}
.member-team {
    float: left;
    width: 50px;
    height: 64px;
    margin-right: 10px;
    margin-left: -10px;
}
.ev-assigned * {
    filter: saturate(0.2);
}
.ev-disabled * {
    filter: saturate(0) contrast(0.5) brightness(1.2);
}
.dropdown-menu {
    left: auto !important;
    right: 0px !important;
    transform: translate3d(25px, 20px, 0px) !important;
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #750000 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 9px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #750000;
    border-radius: 0px;
    border: 0px solid #ffffff;
}
