﻿/* Colors */
.nav-item-project > .nav-link-project {
    color: black !important;
}

.masterpro_vintage_color {
    background: #3e6bb4 !important;
}

.masterpro_vintage_text_color {
    color: #3e6bb4 !important;
}

.masterpro_vintage_color:hover {
    box-shadow: none;
}

.masterpro_navbar_color {
    background: /*#083054*/ #ffffff !important;
}

.masterpro_vintage_shadow {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px #809FBF !important;
}

.masterpro-text-vintage-color {
    color: #809FBF !important;
}

.masterpro_alt_sidebar_color {
    background: #4b5d6d !important;
}

.message-header {
    margin-top: 50px !important;
}


/* Login */
.body-login {
    /*    background-image: url('../images/desk_white.jpg');*/
    /*background-image: url('../images/office-min.png');*/
    background-size: cover;
    background-color: #F5F5F5;
}

.custom-login {
    /*    margin-top: 100px !important;*/
    background-color: rgba(255,255,255,0.95) !important;
    /*background-color: rgba(255,255,255,0.8) !important;*/
    border-radius: 2px !important;
}

.custom-logo-login {
    margin-top: 100px !important;
}

.app-login-title {
    color: #808080;
}

.masterpro-title {
    text-align: center;
    margin: 15px auto 0 auto;
    font-family: 'Roboto';
    /*font-size: 56px;*/
    /*font-family: cursive;*/
}

/* Navbar Dropdown Menu : hover*/
/*.dropdown-menu .dropdown-item:hover {
    -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px #809FBF !important;
    background: #809FBF !important;
    color: #FFFFFF;
    cursor: pointer !important;
}*/
.dropdown-menu .dropdown-item {
    width: 100%;
    margin: 0px;
    color: #333;
}

    .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active {
        box-shadow: none;
        background-color: #e6e6e6;
        color: #333;
        cursor: pointer;
    }

.card .card-header-primary .card-icon, .card .card-header-primary:not(.card-header-icon):not(.card-header-text) {
    /*    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px #809FBF !important;*/
}

.card {
    color: #000000 !important;
}

    .card .card-header {
        margin: 0px !important;
        padding: 14px !important;
        border-radius: 0px !important;
        border-bottom: 1px solid #f0f0f0 !important;
    }

.card-header-text {
    padding: 6px 0px 6px 0px;
    margin: 0px !important;
    top: 4px;
    color: black !important;
}

.card .card-title:last-child {
    padding: 0px 6px 6px 6px;
}

.card [class*="card-header-"]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
    border-radius: 1px;
    margin-top: 1px;
    padding: 6px;
}


.content {
    padding: 25px 6px 0px 6px !important;
    margin-top: 0px !important;
}

.search-input-container {
    position: relative;
    width: 250px;
    margin-left: 14px;
}

.search-label {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.search-input {
    width: 100%;
    padding: 5px 10px;
    border: 0px solid #ccc;
    font-size: 14px;
    /* Spazio per l'etichetta */
    /*padding-left: 70px;*/
    background-color: #F8F8F8;
    color: #74787F;
    border: 0px solid #838383;
}



/* Logo */
.masterprologo {
    position: fixed;
    left: 27px !important;
    top: 8px !important;
    color: #3e6bb4;
}

    .masterprologo .label {
        font-size: 20px;
        color: #3e6bb4;
    }

    .masterprologo i {
        font-size: 20px;
        transition: all ease 1s;
        color: #3e6bb4;
        margin-right: 5px;
    }

        .masterprologo i:hover {
            cursor: pointer;
        }

/* Sidebar */
.sidebar {
    position: fixed;
    top: 43px;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 200px;
    background: #e9eaec !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.56), 0 0 1px 0px rgba(0, 0, 0, 0.12), 0 0 12px -5px rgba(0, 0, 0, 0.2) !important;
}

.sidebar-icon {
    font-size: 20px !important;
}

.sidebar .sidebar-wrapper {
    width: 200px;
    overflow: hidden !important;
    height: calc(100vh - 35px) !important;
}

div.sidebar-wrapper > ul.nav > li.nav-item > a.nav-link > p {
    transition: width 0s !important;
}

div.sidebar-wrapper > ul.nav {
    transition: width 0.5s !important;
}

.nav li .nav-link {
    padding: 4px 10px 4px 10px !important;
    margin: 0px 0px !important;
    font-weight: 500 !important;
}

.sidebar .nav li {
    border-left: 4px solid transparent;
}

    .sidebar .nav li:hover {
        background-color: #d9e1e5;
    }

        .sidebar .nav li:hover > a {
            color: #848A94 !important;
        }




/* Sidebar not active link */
.nav li:not(.active) .nav-link, .nav li:not(.active) i {
    color: #848a94;
}
/* Sidebar not active link */
.nav li:not(.active) .nav-link, .nav li:not(.active) i {
    color: #848a94;
}

.sidebar .nav .nav-item .nav-link i :hover {
    color: #3e6bb4;
}



.nav li:not(.active) .nav-link.nav-link-project {
    border: 2px solid transparent !important;
    color: #838383 !important;
    background-color: #f8f8f8 !important;
    padding: 3px 9px !important;
    margin-right: 14px !important;
    border-radius: 2px !important;
    text-transform: none;
    font-size: 14px;
    font-weight: 200 !important;
}

    .nav li:not(.active) .nav-link.nav-link-project:hover {
        background-color: #f0f0f0 !important;
    }

.nav li .nav-link.nav-link-project.active {
    border: 2px solid #3e6bb4 !important;
    color: #3e6bb4 !important;
    background-color: #3e6bb435 !important;
    padding: 3px 9px !important;
    margin-right: 14px !important;
    border-radius: 2px !important;
}

    .nav li .nav-link.nav-link-project.active:hover {
        background-color: #3e6bb435 !important;
        cursor: default;
    }


/*.nav-link-hover:hover {
background-color: red !important;
}*/
/* Media Query for interactions between Sidebar and Navbar */
@media (max-width: 991px) {
    .sidebar, .off-canvas-sidebar nav .navbar-collapse {
        background-color: #4b5d6d !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}

@media (max-width: 991px) {
    .sidebar::before, .off-canvas-sidebar nav .navbar-collapse::before {
        background-color: #e9eaec !important;
        -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 991px) {
    [class*="navbar-"] .navbar-nav > li > a, [class*="navbar-"] .navbar-nav > li > a:hover, [class*="navbar-"] .navbar-nav > li > a:focus, [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a, [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:hover, [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:focus {
        opacity: 1 !important;
        background: transparent;
    }
}

@media (max-width: 991px) {
    [class*="navbar-"] .navbar-nav > li > a:hover {
        background-color: #9ab9da !important;
    }
}

@media (max-width: 991px) {
    .navbar .dropdown.show .dropdown-menu, .navbar .dropdown .dropdown-menu {
        background-color: white !important;
        border: 0;
        padding-bottom: 15px;
        -webkit-transition: none;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none !important;
        transform: none !important;
        width: auto;
        margin-bottom: 15px;
        padding: 0.3125rem 0 !important;
        height: auto !important;
        -webkit-animation: none;
        animation: none;
        opacity: 1;
        overflow-y: auto !important;
        position: absolute !important;
        right: 0 !important;
        left: auto !important;
    }
}

@media (max-width: 991px) {
    .navbar .dropdown-menu .dropdown-item {
        margin-left: 0px !important;
        padding: 0.625rem 1.25rem !important;
    }
}
/* Navbar */
.navbar {
    position: fixed !important;
    box-shadow: 0 0px 1px 0px rgba(0, 0, 0, 0.12), 0 5px 5px -5px rgba(0, 0, 0, 0.15) !important;
    height: 43px !important;
    padding: 0px !important;
}

.custom-nav {
    height: 100%;
    /*    display: ruby;
*/
}

.custom-nav-li {
    display: flex !important;
}

.custom-nav-item {
    padding: 10px !important;
    height: 100% !important;
    color: #848a94 !important;
    font-weight: 400 !important;
}

    .custom-nav-item:hover {
        background-color: #f5f5f560;
    }

.navbar-toggler .icon-bar {
    background-color: white !important;
}

.nav-icon {
    margin-right: 5px !important;
    font-weight: 400 !important;
}
/* Main panel behaviour when Sidebar is open or closed */
.main-panel2 {
    width: calc(100% - 200px);
}

.main-panel2-minimized {
    width: calc(100% - 55px) !important;
}

.dropheader {
    float: right;
    margin-right: 15px;
    margin-top: 0.2%;
    font-size: 120%;
    cursor: pointer;
}

/* DataTable */

.card {
    margin-bottom: 8px !important;
    margin-top: 0px;
    border-radius: 2px !important;
}

@media (min-width: 991px) {
    .sidebar-mini .visible-on-sidebar-regular {
        display: none !important;
    }
}

.sidebar-mini .visible-on-sidebar-mini {
    display: inline-block !important;
}

/* Overrides datatable searchbox width */
div.dataTables_wrapper div.dataTables_filter input {
    width: 300px !important;
}

#tab_commesse_wrapper {
    padding-left: 0px !important;
}

.dataTables_filter {
    margin-right: 15px;
}

.mdl-button--raised.mdl-button--colored {
    /*background: #5a3f94 !important;*/
    background: linear-gradient(60deg, #5a3f94, #6c51a6) !important;
    color: #fff;
}

    .mdl-button--raised.mdl-button--colored:hover, mdl-button--raised.mdl-button--colored:focus, mdl-button--raised.mdl-button--colored:active {
        background: linear-gradient(60deg, #6c51a6, #785eb1);
        box-shadow: 0 12px 20px -10px rgba(149, 166, 183, 1), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(149, 166, 183, 1);
    }

.pagination > .page-item.active > a, .pagination > .page-item.active > a:focus, .pagination > .page-item.active > a:hover, .pagination > .page-item.active > span, .pagination > .page-item.active > span:focus, .pagination > .page-item.active > span:hover {
    background-color: #999999 !important;
    border-color: #999999 !important;
    color: #fff !important;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px #999999 !important;
}

.dt-custom-header {
    padding-top: 5px !important;
}

.dt-td {
    display: flex !important;
}

.dt-image-btn {
    font-size: 15px;
    cursor: pointer;
    color: #73787f !important;
    /*margin-right: 10px !important;*/
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.dt-right {
    float: right !important;
}

.dt-left {
    float: left !important;
}

.table-button {
    margin: 15px 30px 0px 0px !important;
}

.table-title {
    margin: 0px !important;
    color: white !important;
}

.table-hover > tbody > tr:hover {
    background-color: #fcfcfc !important;
    cursor: pointer;
}

.iconMargin {
    margin-right: 10px !important;
    font-size: 12px;
    position: relative;
}

.form-last-action-button {
    /*margin-left: 15px !important;*/
}

.table-active, .table-active > th, .table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table {
    /* box-shadow: 0 0px 4px 0 rgba(0,0,0,0.14), 0 3px 3px -2px rgba(0,0,0,0.12), 0 1px 8px 0 rgba(0,0,0,0.2);*/
    border-spacing: 0;
}

    .table tfoot tr th {
        font-size: 14px;
        border-top: 2px solid #809FBF !important;
        background-color: #f4f2f9;
    }

    .table thead tr th, .customTableHeader {
        font-size: 14px;
        border-bottom: 2px solid #b4b4b4;
    }

        .table thead tr th:hover {
            background-color: #f8f8f8;
            border-bottom: 2px solid #000000 /*#3e6bb4*/;
        }

    .table thead th.sorting_desc {
        font-weight: 800 !important;
        /*background-color: #f5f5f5;*/
        border-bottom: 2px solid #000000 /*#3e6bb4*/;
    }

    .table thead th.sorting_asc {
        font-weight: 800 !important;
        /*background-color: #f5f5f5;*/
        border-bottom: 2px solid #000000 /*#3e6bb4*/;
    }

    .table thead th.sorting_disabled:hover {
        background-color: #ffffff;
        border-bottom: 2px solid #b4b4b4 !important;
    }

    .table thead th.sorting:before, .table thead th.sorting:after,
    .table thead th.sorting_asc:before, .table thead th.sorting_asc:after,
    .table thead th.sorting_desc:before, .table thead th.sorting_desc:after {
        font-size: 14px !important;
        font-weight: 800 !important;
        bottom: 6px;
    }

    .table > thead > tr > th {
        font-weight: 800 !important;
        white-space: nowrap !important;
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 5px 8px 5px 8px !important;
    }


/* Dropdown */
/* Overrides the color of unselected tabs */
.btn-group.open > .dropdown-toggle.btn.btn-primary, .btn-group-vertical.open > .dropdown-toggle.btn.btn-primary {
    background: linear-gradient(60deg, #667483, #758391);
}

.dropdown-menu li > a {
    padding: 10px 20px;
    margin: 0 0px;
    border-radius: 0px;
}
/* Overrides the color of hover on list items of dropdown */
.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active {
    background-color: #eeeeee !important;
    color: #3C4858 !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

.dropdown-menu {
    box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
}

.dropdown-group-label {
    display: block;
    padding: 0px 10px;
    font-size: 11px;
    line-height: 1.42857143;
    color: #a6cd4d;
    white-space: nowrap;
    margin: 10px 0px 5px 0px;
}

.open > .dropdown-toggle.btn-primary {
    border-bottom: 2px solid #6c7a88 !important;
}

.label-for-dropdown {
    float: left !important;
    /*margin: inherit !important;*/
    margin-top: 0px !important;
}


/* Title */
.application-title {
    margin-left: 20px !important;
}

.section-title {
    left: 15px;
    color: #809FBF;
    font-size: 11px;
    font-weight: bold;
}

.main-panel {
    transition: width 0.3s;
    /*z-index: 6000;*/
    margin-top: 25px;
}

/* DateTimePicker */
.bootstrap-datetimepicker-widget a[data-action], .bootstrap-datetimepicker-widget a[data-action]:hover span {
    color: #809FBF !important;
}

.bootstrap-datetimepicker-widget table td.active:hover > div, .bootstrap-datetimepicker-widget table td.active > div {
    background-color: #809FBF !important;
    color: #fff;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px #809FBF !important;
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #809FBF !important;
    color: #fff;
}
/* Hides DatePicker triangles for current day */
.bootstrap-datetimepicker-widget table td.today > div:before {
    content: none !important;
}

.toolbar-button {
    float: right;
    margin-left: 15px;
    margin-top: 0px;
    cursor: pointer;
    padding: 3px;
    color: #838383;
    background-color: #f8f8f8;
    border: 2px solid transparent;
    border-radius: 2px !important;
}

    .toolbar-button:hover {
        /*color: #838383;*/
        background-color: #f0f0f0;
    }

.toolbar-button-left {
    float: left !important;
}

.toolbar-button-text {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    padding: 6px;
}

.customUniversalButton {
    float: right;
    margin-left: 15px;
    margin-top: 0px;
    cursor: pointer;
    padding: 3px;
    color: #838383;
    background-color: #f8f8f8;
    border: 2px solid transparent !important;
    border-radius: 2px !important;
}

    .customUniversalButton:hover {
        /*color: #838383;*/
        background-color: #f0f0f0 !important;
        color: #838383 !important;
    }

.red-tooltip + .tooltip > .tooltip-inner {
    background-color: #f00;
    position: absolute
}


.iconMargin {
    margin-right: 10px !important;
    font-size: 12px;
    position: relative;
}

/* Select2 */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 80% !important;
}

/* Bootbox */
.iconMargin {
    margin-right: 10px !important;
    font-size: 12px;
    position: relative;
}

.btn-bootbox {
    margin-right: 5px !important;
    padding: 7.5px 16px !important;
}
/* Overrides Bootbox buttons primary color (purple) */
.btn.btn-primary, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:hover {
    color: #fff;
    background-color: #809FBF !important;
    border-color: #809FBF !important;
    box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2) !important;
}

.btn-in-column {
    width: 26px !important;
}

    .btn-in-column:hover {
        background-color: #f5f5f5;
    }

td.interactivetext-in-column, div.interactivetext-in-column {
    border-bottom: 2px solid transparent;
}

    td.interactivetext-in-column:hover, div.interactivetext-in-column:hover {
        background-color: #f5f5f5;
        border-bottom: 2px solid #3e6bb4;
    }

.viewSpeseVarie, .viewFatture, .viewOrdini {
    top: 0;
    position: absolute;
    display: flex;
    height: 100%;
    align-items: center;
}

.dt-td {
    display: flex !important;
}

.text-bold {
    font-weight: 400;
}

.modal-content {
}

.modal-dialog .modal-content {
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.14);
}

.modal-dialog .modal-footer button {
    margin: 0;
    padding: 8px 12px 8px 12px;
    width: auto;
}

.single-task {
    height: 30px !important;
    padding: 5px;
}

/* Form Input */

.form-group {
    margin-top: 0px !important;
    margin-bottom: 15px !important;
    padding-bottom: 0px !important;
}

.form-control:focus {
    color: #809FBF !important;
    background-color: rgba(0,0,0,0);
    border-color: #9acffa;
    outline: 0;
}

.form-control, .is-focused .form-control {
    background-image: linear-gradient(to top,#809FBF 2px,rgba(156,39,176,0) 2px),linear-gradient(to top,#d2d2d2 1px,rgba(210,210,210,0) 1px);
    height: auto !important;
}

.form-group label {
    font-size: 90% !important;
    margin-bottom: 0px !important;
}

/* Classi per Full Calendar */

.full-calendar-attivita {
    color: #FFEBEE !important;
    background-color: rgba(34,88,137,0.8) !important;
    border-color: rgba(27,76,120,0.5) !important;
    overflow: hidden !important;
    padding: 1px 0 1px 3px !important;
}

.full-calendar-overflow-attivita {
    overflow: hidden !important;
    height: 16px;
}

.full-calendar-assenza {
    color: #FFEBEE !important;
    background-color: rgba(244,81,30,0.9) /*#F44336*/ !important;
    border-color: rgba(244,81,30,1) /*#F44336*/ !important;
    overflow: hidden !important;
    padding: 1px 0 1px 3px !important;
}

.full-calendar-assenza-da-convalidare {
    background-color: #f4511e1a !important;
    /* font-weight: bold; */
    color: #f4511e !important;
    border-color: #f4511e !important;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(255, 255, 255, .5) 3px, rgba(255, 255, 255, .5) 6px) !important;
    overflow: hidden !important;
    padding: 1px 0 1px 3px !important;
}

.full-calendar-presenza {
    color: #444141 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    font-style: italic !important;
    font-size: 8px !important;
}

.fc-day-number {
    color: #000000 !important;
    font-size: 12px !important;
    padding-right: 5px !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

.fc-month-view span.fc-title {
    white-space: normal !important;
}

.full-calendar-background {
    background-color: #215171;
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255,255,255,.7) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgba(255,255,255,.7) 50%);
    background-image: linear-gradient(left, transparent 50%, rgba(255,255,255,.7) 50%);
}

.full-calendar-center-alert {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.fc-widget-header {
    color: #5a3f94;
    font-size: 14px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
    font-weight: 400;
}

.fc-widget-header, .fc-head-container {
    border: 0px !important;
    border-bottom: 2px solid #809FBF !important;
    /*    background-color: #f4f2f9 !important;*/
}

.fc-view {
    box-shadow: unset;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody {
    border-color: #efefef !important;
}

.full-calendar-notFeriale {
    background-color: #E8EAF6 !important;
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255,255,255,.7) 50%) !important;
    background-image: -moz-linear-gradient(left, transparent 50%, rgba(255, 255, 255, .7) 50%) !important;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(255, 255, 255, .5) 3px, rgba(255, 255, 255, .5) 6px) !important;
}

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

/* Wizard classes */
.tab-wizard {
    border-radius: 3px !important;
}

.tab-wizard-icon {
    font-size: 20px !important;
}

.nav-pills .nav-item .nav-link.active {
    background-color: #809FBF !important;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px #809FBF !important;
}

.nav-pills .nav-item .nav-link:hover {
    /*background-color: rgba(33, 109, 224, 0.3) !important;*/
}

.nav-pills .nav-item .nav-link:not(.active) {
    background-color: #eee !important;
}
/*a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: white !important;
}*/
.drop-btn {
    font-size: 11px !important;
    margin-top: 20px !important;
}

.custom-form-check {
    margin-top: 15px !important;
}

.form-check .form-check-input:checked + .form-check-sign .check {
    background: #809FBF !important;
}

.togglebutton label input[type=checkbox]:checked + .toggle {
    background-color: rgb(30, 185, 56);
}

    .togglebutton label input[type=checkbox]:checked + .toggle:after {
        border-color: rgb(30, 185, 56);
    }

.task-container {
    /*border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: #d2d2d2;*/
    max-height: 52px;
    border-radius: 1px;
    overflow: hidden !important;
    margin: 4px 0 4px 0;
    padding: 10px 5px 10px 10px;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0.14), 0 0px 0px 0px rgba(0,0,0,0.12), 0 0px 4px 0 rgba(0,0,0,0.3);
}

.placeholder {
    height: 52px;
    border-radius: 2px;
    overflow: hidden !important;
    margin: 4px 0 4px 0;
    padding: 10px 5px 10px 10px;
    background-color: #f5f5f5;
}

    .placeholder:last-child {
        margin: 4px 0 4px 0 !important;
    }

.opacity {
    opacity: 0.9;
    background-color: #FFFFFF;
}

.task-completed {
    background-color: rgba(42, 185, 33, 0.5) !important;
}

.task-inscadenza {
    background-color: rgba(227, 230, 23, 0.5) !important;
}

.task-icon {
    cursor: pointer;
}

.list-group-item:first-child {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
}

.list-group-item:last-child {
    margin-bottom: 4px !important;
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
}

.list-group-item :first-child {
    margin-right: 0px !important;
}

.list-description {
    cursor: pointer;
    padding-top: 4px;
    font-size: 12px;
    font-weight: 100;
    overflow: hidden;
    display: flex;
    height: 18px;
}

.list-title {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    display: flex;
}

.task-container-alone {
    width: 100% !important;
    padding-right: 5px !important;
    margin-top: -10px !important;
    margin-bottom: -10px !important;
}

.task-container-left {
    width: calc(100% - 50px) !important;
    cursor: pointer;
    padding-right: 5px !important;
    margin-top: -19px !important;
    margin-bottom: -10px !important;
}

.task-container-right {
    width: 50px !important;
    height: 50px;
    padding-top: 17px;
    margin-top: -9px;
    margin-right: -4px;
    padding-right: 3px;
    cursor: pointer;
}

    .task-container-right:hover {
        background-color: rgb(237, 237, 237) !important;
        box-shadow: none !important;
    }

.fw-500 {
    font-weight: 500;
}

.fw-400 {
    font-weight: 400;
}

.darkgrey {
    color: #BBBBBB !important;
}

.projectDate {
    font-size: 11px;
    width: 62px;
    background-color: transparent !important;
}

.progress {
    height: 10px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #DDDDDD;
    margin-bottom: 20px;
    margin-top: 9px;
}

    .progress.progress-line-primary {
        background: rgb(222, 222, 222);
    }

.DeleteActivity:hover {
    color: #84c6da !important;
    background-color: rgb(237, 237, 237) !important;
    box-shadow: none !important;
}

.CopyActivity:hover {
    color: #84c6da !important;
    background-color: rgb(237, 237, 237) !important;
    box-shadow: none !important;
}

.task-container-left:hover {
    color: #707070 !important;
}

.task-completed-true {
    border-left: 8px solid #4caf50 !important;
}

.task-completed-truedatebloccate {
    border-left: 8px solid #4caf50 !important;
}

.task-completed-false {
    border-left: 8px solid #dddddd !important;
}


.task-completed-falsedatebloccate {
    position: relative;
    z-index: 10 !important;
    padding-left: 18px;
}

    .task-completed-falsedatebloccate::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 8px;
        background: repeating-linear-gradient(135deg, #dddddd, #dddddd 3px, rgba(221, 221, 221, 0.5) 3px, rgba(221, 221, 221, 0.5) 6px) !important;
        z-index: -1;
        border-radius: 4px 0px 0px 4px;
    }


.task-details-right {
    margin-top: 8px;
    width: 135px !important;
}

.task-details-left {
    width: calc(100% - 140px) !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.task-details {
    width: 100% !important;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px !important;
}

.removePaddingLR {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.alert-info {
    color: #31708F;
    background-color: rgba(0,0,0,0.8) !important;
    border-color: #BCE8F1;
    padding: 10px 10px 10px 10px;
}


.removeActivity {
    padding-right: 2px !important;
    color: transparent;
}

    .removeActivity:hover {
        color: #FFFFFF !important;
    }

.removeActivityDaConvalidare {
    padding-right: 2px !important;
    color: transparent;
}

    .removeActivityDaConvalidare:hover {
        color: #f4511e !important;
    }

.card .card-footer {
    border-top: 1px solid #eeeeee !important;
}


.card .cardFooterCustomBorder {
    border-top: 0px !important;
}

.btn-secondary {
    background-color: #F8F8F8 !important;
    color: #838383 !important;
}

    .btn-secondary:hover {
        background-color: #F0F0F0 !important;
        box-shadow: none !important;
    }

    .btn-secondary:active, .btn-secondary.active {
        color: inherit !important;
        background-color: rgb(237, 237, 237) !important;
        box-shadow: none !important;
    }

    .btn-secondary:focus {
        background-color: rgb(237, 237, 237) !important;
        box-shadow: none !important;
    }

/*.projectDetail:hover {
    background-color: rgb(237, 237, 237) !important;
    box-shadow: none !important;
}*/

.projectActivities:hover {
    /*background-color: rgb(237, 237, 237) !important;
    box-shadow: none !important;*/
}

.tooltip-down {
    position: relative;
}

    .tooltip-down .tooltiptext {
        font-family: "Roboto";
        font-weight: 200;
        font-size: 14px;
        padding: 6px;
        visibility: hidden;
        background-color: #ffffff;
        color: black;
        border-radius: 3px;
        align-items: center;
        display: grid;
        text-align: center;
        /*box-shadow: 0.2px 0.2px 0.2px 0.2px;*/
        box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px #809FBF !important;
        width: 150%;
        height: 130%;
        min-width: 130px;
        min-height: 40px;
        /* Position the tooltip */
        position: absolute;
        top: 150%;
        left: -25%;
        z-index: 5;
        /*fade*/
        opacity: 0;
        transition: opacity 0.5s;
    }

    .tooltip-down:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

    .tooltip-down .tooltiptext::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 43%;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #ffffff transparent;
    }

.reduced-tooltip-text {
    min-width: 90px !important;
    top: 210% !important;
    /*left: -480% !important;*/
}

.visibile {
    color: white !important;
}

.visibile-da-convalidare {
    color: #f4511e !important;
}

/*da modificare*/
.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.task-consuntivato-true {
    /*background-color: #dbe6decc;*/
    border-color: #225889 !important;
}

.card ._card-header {
    z-index: unset !important;
}

/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/*********INIZIO DEFINIZIONE CLASSI PER LA VISTA PRESENZE**************/
/**********************************************************************/
/**********************************************************************/
/*********************************************************************

*/


.largeWidth {
    width: 900px !important;
}

.tBody-masterpro {
    margin-left: 20px !important;
    margin-right: 20px !important;
    height: 660px;
    overflow: scroll !important;
    overflow-x: scroll !important;
}

@media (max-height: 670px) {
    .tBody-masterpro {
        height: 350px !important;
    }
}

.custom-scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: #225889;
    border-color: #225889;
    border-radius: 20px;
    box-shadow: inset 0 0 0px rgb(0, 0, 0) !important;
}

.custom-scroll::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 20px;
    box-shadow: inset 0 0 0px rgb(0, 0, 0) !important;
}

.alert-triangle {
    color: #ffdb4d;
    text-shadow: -1px 0 #806600, 0 1px #806600, 1px 0 #806600, 0 -1px #806600;
}

.straordinari-stamp {
    color: #ffffff;
    text-shadow: -1px 0 #809FBF, 0 1px #809FBF, 1px 0 #809FBF, 0 -1px #809FBF;
}

.tHead-masterpro {
    margin-left: 20px !important;
    margin-right: 20px !important;
    position: relative !important;
    overflow-x: hidden !important;
}

/*border-bottom: 4px solid rgba(0, 0, 0, 0.1) !important;*/
.td-nominativo {
    min-width: 250px !important;
    max-width: 250px !important;
}

.td-nominativo-body {
    min-width: 250px !important;
    max-width: 250px !important;
    border-bottom: 2px solid #809FBF !important;
    padding-left: 5px !important;
    /*overflow-x: hidden !important;*/
}

.td-data-giorno {
    max-width: 40px !important;
    min-width: 40px !important;
    text-align: center !important;
    overflow-x: hidden !important;
    /*border-bottom: 4px solid rgba(0, 0, 0, 0.1) !important;*/
}

.tHead-masterpro > table {
    margin-bottom: 0px !important;
    border-top: 0px solid !important;
    border-left: 0px !important;
}

.td-data-attivita {
    max-width: 40px !important;
    min-width: 40px !important;
    text-align: center !important;
    overflow-x: hidden !important;
    font-size: 12px !important;
    border-bottom: 2px solid #809FBF !important;
}

    .td-data-attivita:hover {
        /*border: 1px solid #E0E0E0 !important;*/
        cursor: pointer !important;
        /*background-color: antiquewhite !important;*/
        background-color: rgb(232, 240, 254) !important;
    }

.td-header-totale {
    max-width: 90px !important;
    min-width: 90px !important;
    text-align: center !important;
    overflow-x: hidden !important;
    font-size: 14px !important;
}

.td-data-totale {
    max-width: 80px !important;
    min-width: 80px !important;
    text-align: center !important;
    overflow-x: hidden !important;
    font-size: 14px !important;
    font-weight: bold !important;
    /*border-bottom: 4px solid rgba(0, 0, 0, 0.1) !important;*/
    border-bottom: 2px solid #809FBF !important;
}

.lineaSeparatore {
    border-width: 0px 0px 0px 0px !important;
    height: 1px !important;
    background-color: #E0E0E0 !important;
}

.lineaSeparatoreAdmin {
    border-width: 0px 0px 0px 0px !important;
    height: 2px !important;
    background-color: #E0E0E0;
}

.index-scroll {
    z-index: 0 !important;
}

.content-loader-show {
    display: inline-block !important;
    text-align: center !important;
}

.content-loader-hide {
    display: none !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(255, 0, 0) !important;
    border-radius: 10px !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 6px #ffdb4d !important;
}


.paghe-format-txt {
    font-size: 12px !important;
    color: red;
    font-weight: 100;
}

.header-rettifica {
    font-weight: 400;
    font-size: 14px !important;
}

.ore-format-txt {
    font-style: italic;
    font-weight: 100;
    font-size: 12px !important;
    color: #838383;
}

.cursorPointer {
    cursor: pointer !important;
}

.cerchio {
    /*width: 25px;
    height: 25px;*/
    /*padding-left:6px;*/
    border-radius: 50px;
    background-color: white;
    height: 30px;
}

    .cerchio:hover {
        background-color: #e6e6e6;
    }

.btn-hidden {
    display: none;
}

.fieldCausale {
    width: 300px !important;
}

.icon-in-list {
    width: 36px;
}

.form-control-inline-label {
    padding-top: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
}

.form-control-date {
    width: 80px;
}

.form-control-time {
    width: 40px;
}
/*Definizione delle classi personalizzate per la ridefinizione della bootbox*/
.modal-no-footer {
    display: none !important;
}

.modal-body-custom {
    padding: 10px !important;
    min-height: 90px !important;
}

.modal-dialog-custom {
    margin-left: 0px !important;
    width: 200px !important;
}

.font-size-rettifica {
    font-size: 15px !important;
}

.row-rettifica {
    cursor: pointer !important;
    border: 1px solid transparent !important;
    color: #838383;
}

    .row-rettifica:hover {
        background-color: #F8F8F8 !important;
        border: 1px solid #E0E0E0 !important;
    }


/*FINE DEFINIZIONE CLASSI PER LA VISTA PRESENZE*/
/**********************************************************************/

.select2-results__options {
    max-height: 300px !important;
}

.select2-option-disabled {
    color: #bbbbbb !important;
}

.pills {
    min-height: 30px;
    line-height: 20px;
    padding: 1px 5px 1px 5px;
    border: 0;
    border-radius: 5px;
    background-color: #dedede;
    display: inline-block;
    color: rgba(0, 0, 0, 0.87);
    margin: 2px 0;
    font-size: 0;
    white-space: nowrap;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    float: left;
    margin-right: 8px;
    margin-bottom: 4px;
}



.LabelSearch {
    margin-top: 6px !important;
    margin-bottom: 0px !important;
}

#searchbox {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.dataTableSearchBox {
    padding: 0px !important;
    color: white !important;
    height: 15px !important;
    background-image: none !important;
    padding: 0 !important;
    background-color: transparent !important;
}

    .dataTableSearchBox:focus {
        color: white !important;
        background-color: transparent !important;
        border-color: unset !important;
        outline: 0;
    }

.text-custom-hour {
    text-align: center;
}

.custom-form-control {
    background-image: none !important
}

.card-shadow {
    box-shadow: 0 0px 4px 0 rgba(0,0,0,0.14), 0 3px 3px -2px rgba(0,0,0,0.12), 0 1px 8px 0 rgba(0,0,0,0.2);
    padding-top: 8px;
}

.card-stats-value {
    font-size: 1.4rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    text-align: right !important;
}

.card-stats-icon {
    /*font-size: 36px !important;*/
    color: #cccccc;
}

.google-chart-project-tooltip-box {
    margin-top: -2px;
    margin-left: -250px;
    background-color: #FFFFFF;
    box-shadow: 0 0px 4px 0 rgba(0,0,0,0.14), 0 3px 3px -2px rgba(0,0,0,0.12), 0 1px 8px 0 rgba(0,0,0,0.2);
    width: 250px;
    border-radius: 4px;
    border-left: 5px solid #4caf50;
    border-right: 4px none green;
    padding: 8px 8px 8px 8px;
}

.google-chart-project-tooltip-icon {
    width: 35px;
    text-align: center;
    color: #999999;
    padding: 6px 6px 6px 0px;
}

.tableFatture > tbody, .tableSpeseVarie > tbody {
    font-size: 14px;
    color: rgb(0,0,0);
    font-weight: 300;
}

.field-nominativo {
    width: 100%;
}

.span-nominativo {
    padding-left: 0px;
    height: 24px;
    overflow: hidden;
}

.span-icon, .span-alertCDS {
    border-radius: 3px;
    padding-right: 0px;
    padding-left: 5px;
    text-align: left;
    /*z-index: 1;*/
    cursor: pointer;
    color: #838383;
    background-color: #F8F8F8
}

    .span-icon:hover, .span-alertCDS:hover {
        background-color: #F0F0F0 !important;
    }

.ora-corso {
    background: yellow !important;
    text-align: center !important;
    display: inline-block !important;
}

@media (min-width: 992px) {
    .handlePaddingCard + .handlePaddingCard {
        padding-left: 10px !important;
    }
}

.handlePaddingCardSAL {
    padding-left: 5px;
    padding-right: 5px;
}

.row-custom {
    margin-right: 11px !important;
    margin-left: 11px !important;
}

.row-custom-pd {
    margin-right: -5px !important;
    margin-left: -5px !important;
}

.trashArea {
    /*background-color: #eee !important;*/
    width: 50px;
}

.trashIcon {
    margin: auto;
    color: #b3b0b0;
}

.user-area-pill {
    width: 140px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    background-color: #3e6bb4;
    /* cursor: pointer;*/
}

.user-area-pill-disabled {
    width: 140px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #b0b0b0;
    background-color: #f8f8f8;
    /* cursor: pointer;*/
}

.ui-droppable {
    border: 2px dashed rgba(0,0,0,0.01) !important;
}

.ui-droppable-hover {
    border: 2px dashed rgba(34, 88, 137,0.5) !important;
}

.user-draggable {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.fontAwesome {
    font-family: "Font Awesome 5 Free", Roboto !important;
}

.user-container {
    width: 100% !important;
    overflow: hidden !important;
}

.user-content {
    width: 250px !important;
    overflow: hidden !important;
}

.custom-trash-area {
    font-size: 21px;
    color: #6c757d26;
    cursor: pointer;
}

.custom-delete-icon {
    padding: 6px 10px;
    font-size: 15px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    opacity: 0.5;
    color: #999999;
}

    .custom-delete-icon:hover {
        opacity: 1;
    }

.areaOperativaCard {
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
}

.txtAreaContainer {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 0 !important;
}

.txtArea {
    padding-left: 15px !important;
    padding-right: 30px;
    background-color: #f8f8f8 !important;
    cursor: pointer !important;
}

.areaUtentiRow {
    min-height: 70px !important;
}

.areaContainer {
    height: 100% !important;
}

.supervisorIcon {
    padding-right: 5px;
    color: #fff;
}

.supervisorIcon-disabled {
    padding-right: 5px;
    color: #b0b0b0;
}

.clearAreaContainer {
    text-align: center;
    background-color: #eeeeee3d;
    display: flex !important;
}

.buttonDatePicker {
    font-size: 1.25rem !important;
    font-weight: 300;
}

    .buttonDatePicker:hover {
        background-color: rgb(237, 237, 237) !important;
    }

/* Navbar Notifications */
.header-title {
    height: 30px;
    line-height: 25px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    list-style: none;
}

.notification-item {
    position: relative;
    width: auto;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    font-size: .8125rem;
    border-radius: .125rem;
    margin: 0 .3125rem;
    transition: all .15s linear;
    min-width: 7rem;
    padding: .625rem 1.25rem;
    overflow: hidden;
    line-height: 1.428571;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.navbar .notification {
    position: absolute;
    top: 3px;
    border: 1px solid #f44336;
    right: 19px;
    font-size: 9px;
    background: #f44336;
    color: #fff;
    min-width: 16px;
    padding: 0px 0px;
    height: 15px;
    border-radius: 10px;
    text-align: center;
    line-height: 13px;
    vertical-align: middle;
    display: none;
}

.dropdown-toggle:after {
    will-change: unset !important;
}

.notifications-dropdown {
    width: 300px !important;
    padding-left: 5px;
    padding-right: 5px;
}

.markNotifications {
    border-radius: 3px;
    padding: 5px;
    margin-left: auto;
    font-size: 12px;
    font-family: Roboto;
    text-align: right;
    color: #809FBF !important;
}

    .markNotifications:hover {
        background-color: #f5f5f5 !important;
    }


.notificationCard {
    font-family: Roboto !important;
    padding: 5px 10px;
    border-radius: 2px !important;
}

    .notificationCard:hover {
        background-color: #f5f5f5;
    }

.notificationRead {
    border-left: 4px solid #dddddd;
}

.notificationPending {
    border-left: 4px solid #225889;
}

.notificationTitle {
    font-weight: bold;
    font-size: 13px;
}

.notificationSender {
    font-style: italic;
    font-size: 12px;
}

.notificationDescription {
    font-size: 13px;
}

.notificationSeparator {
    padding: 0 10px;
    margin: 5px 10px;
}

.notifichePanel {
    padding-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.notificationIcon {
    font-size: 15px !important;
    padding: 5px !important;
}

.notificationDate {
    color: #3C4858;
    font-size: 10px;
    float: right !important;
    font-family: Roboto;
}

.markNotificationsPanel {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

#notifichePanel i {
    color: #212529 !important;
}

.notification-header-icon {
    font-size: 14px !important;
    padding: 5px;
    border-radius: 15px;
}

    .notification-header-icon:hover {
        background-color: #f5f5f5 !important;
    }

.dropdownAreeUtentiIcon {
    align-items: center;
    display: flex;
    color: #dedede; /*#225889;*/
    font-size: 22px !important;
}

.dropdownAreeUtentiText {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
}

.dropdownAreeUtentiInfo {
    font-size: 12px;
    color: #838383;
}

.progress-line-margin {
    position: relative;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    height: 20px !important;
}

#overlayMarginDiv {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.0);
    z-index: 1;
    width: 100% !important;
    text-align: center !important;
}

.progress-negative {
    background-color: #af4c4c !important;
}






body::-webkit-scrollbar, .custom-scroll::-webkit-scrollbar {
    width: 10px;
}

.custom-scroll::-webkit-scrollbar {
    width: 7px;
}

body::-webkit-scrollbar-track, .custom-scroll::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 20px;
    box-shadow: inset 0 0 0px rgb(0, 0, 0) !important;
}

body::-webkit-scrollbar-thumb, .custom-scroll::-webkit-scrollbar-thumb {
    /*background-color: #AA0202;
    outline: 1px solid #AA0202;*/
    background-color: #c0c0c0;
    outline: 1px solid #c0c0c0;
    border-radius: 20px;
    box-shadow: inset 0 0 0px rgb(0, 0, 0) !important;
}

/*.add-cost-button {
    float: right !important;
    margin-right: 15px !important;
    margin-top: 0px !important;
    cursor: pointer !important;
    padding: 6px !important;
}*/

.btn-datatable {
    margin-right: 12px;
    float: right !important;
}

* {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.dataTables_length {
    padding-top: 0.85em;
    margin-left: 0.8em;
}

.filterActive {
    border: 2px solid #c12400 /*#3e6bb4*/;
    color: #c12400 /*#3e6bb4*/;
    background-color: #c1240035 /*#3e6bb435*/;
}

.sidebarActiveElement {
    border-left: 4px solid #3e6bb4 !important;
    background-color: #d9e1e5 !important;
    color: #3e6bb4 !important;
}

    .sidebarActiveElement > p {
        color: #3e6bb4 !important;
    }

    .sidebarActiveElement > i {
        color: #3e6bb4 !important;
    }

.custom-navs {
    padding: 1px 15px 1px 15px !important;
    color: #b0b0b0;
    font-weight: 400;
    border-bottom: transparent 3px solid;
    cursor: pointer;
}

    .custom-navs:hover {
        color: #3e6bb4;
    }

.custom-navs-active {
    padding: 1px 15px 1px 15px !important;
    color: #3e6bb4;
    font-weight: 400;
    border-bottom: #3e6bb4 3px solid;
}

.buttonColorSecondary {
    background-color: #f1f1f1;
    color: #5c5c5c;
}

    .buttonColorSecondary:hover {
        color: #5c5c5c !important;
        background-color: #f1f1f1 !important;
    }

.cardHeaderCustom {
    background-color: #ffffff !important;
    /*    display: flex;
    justify-content: space-between;
    align-items: center;*/
    display: inline-flex;
    align-items: center;
}

.buttonHeaderContainer {
    display: inline-flex;
    margin-left: auto;
}

.buttonHeaderContainer-left {
    display: inline-flex;
    margin-right: auto;
}

tab-bar-icon {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.tab-bar {
    padding: 20px 30px 30px 30px !important;
}

.tab-bar-container {
    border-bottom: 1px solid #b0b0b088;
    padding: 0px;
}

body {
    background-color: #f5f5f5 !important;
}


.inputCustomContainer .select2-container--material .select2-selection {
    display: flex;
    border: 0px !important;
    background-color: #f8f8f8 !important;
    height: auto !important;
    padding: 4.5px !important;
    box-shadow: unset !important;
}

.inputCustomContainer .select2-container--material.select2-container--focus .select2-selection {
    box-shadow: unset !important;
}

.inputCustomContainer .form-control {
    background-image: none !important;
    display: flex;
    border: 0px !important;
    background-color: #f8f8f8 !important;
    /*    height: auto !important;*/
    padding: 9px !important;
    box-shadow: unset !important;
}


.card .table tr:first-child td {
    border-top: none;
    border-left: 0;
}

.effort-warning {
    color: red !important;
    font-weight: bold !important;
}

.cardHeaderCalendar #calendar-toolbar .fc-toolbar {
    margin-bottom: 0px !important;
}

    .cardHeaderCalendar #calendar-toolbar .fc-toolbar .fc-left {
        display: flex;
    }

.cardHeaderCalendar {
    display: block;
}

    .cardHeaderCalendar #calendar-toolbar .fc-toolbar .fc-left button {
        display: flex;
        align-self: center;
    }

    .cardHeaderCalendar #calendar-toolbar .fc-toolbar .fc-right .fc-state-default {
        margin-left: 14px;
        color: #838383 !important;
        background-color: #f8f8f8 !important;
        border: 2px solid transparent !important;
        border-radius: 1px;
        cursor: pointer;
        font-weight: 200;
    }

    .cardHeaderCalendar #calendar-toolbar .fc-toolbar .fc-right .fc-state-hover {
        color: #838383 !important;
        background-color: #f0f0f0 !important;
        border-radius: 2px !important;
    }


    .cardHeaderCalendar #calendar-toolbar .fc-toolbar .fc-right .fc-state-active {
        border: 2px solid #3e6bb4 !important;
        color: #3e6bb4 !important;
        background-color: #3e6bb435 !important;
    }


    .cardHeaderCalendar #calendar-toolbar .fc-toolbar .fc-left h2 {
        margin-left: 10px;
    }

    .cardHeaderCalendar #calendar-toolbar .fc-toolbar .fc-left .fc-prev-button {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .cardHeaderCalendar #calendar-toolbar .fc-toolbar .fc-left .fc-next-button {
        padding-top: 8px;
        padding-bottom: 8px;
    }

.full-calendar-attivita > div, .full-calendar-assenza > div {
    font-size: 11px !important;
}

.fc-event-container a {
    border-radius: 1px;
}

.sliderLabel {
    margin-top: 10px;
    width: 100% !important;
    display: flex;
    text-align: center;
}

.areaOperativaDiv span {
    border: 0px !important;
    background-color: #f8f8f8 !important;
}

.btn, .btn.btn-default {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.modalButton {
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding: 6px 6px 6px 6px !important;
    border: 2px solid transparent !important;
    box-shadow: unset;
    float: right;
    margin-left: 15px;
    margin-top: 0px;
    cursor: pointer;
    border-radius: 1px !important;
}

.modalButtonPrimary {
    color: #fff !important;
    background-color: #3e6bb4 !important;
    border-radius: 2px !important;
}

    .modalButtonPrimary:hover {
        border: 2px solid #3e6bb4 !important;
        color: #fff !important;
        background-color: #3e6bb4d6 !important;
    }

.modalButtonSecondary {
    color: #838383 !important;
    background-color: #f8f8f8 !important;
    border-radius: 2px !important;
}

    .modalButtonSecondary:hover {
        /*color: #838383 !important;*/
        background-color: #f0f0f0 !important;
    }


.cardBodyPw {
    padding: 0px 20px 4px 20px !important;
}

.cardBodyPw-mobile {
    padding: 0px 0px 4px 0px !important;
}

.customUserCardHeader {
    color: white !important;
    /*    display: flex !important;*/
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
    background-color: #3e6bb4 !important;
    background-image: repeating-linear-gradient(36deg, rgba(255,255,255, 0.1), rgba(255,255,255, 0.1) 1px, transparent 0px, transparent 2px) !important;
    width: 100% !important;
}

    .customUserCardHeader div.avatar {
        width: 100%;
        max-height: 140px;
        max-width: 140px;
        border-radius: 50%;
        background-color: #FFFFFF;
        display: inline-block;
    }

    .customUserCardHeader img.avatar {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        padding: 5px;
        object-fit: cover;
    }

.user-badge {
    margin: 4px;
    padding: 3px 10px;
    background-color: #3E6BB4cc; /*#3764ac*/
    border-radius: 3px;
    display: block;
    max-width: 100%;
}

.custom-detailcardheader {
    color: white !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
    background-color: #3e6bb4 !important;
    background-image: repeating-linear-gradient(36deg, rgba(255,255,255, 0.1), rgba(255,255,255, 0.1) 1px, transparent 0px, transparent 2px) !important;
}

.custom-detailcardheader-backbutton {
    float: left;
    color: white !important;
    background-color: transparent !important;
    font-size: 24px !important;
    padding: 2px 12px !important;
    margin: 0px 8px 0px 0px;
    z-index: 10;
}

    .custom-detailcardheader-backbutton:hover {
        background-color: #3e6bb4 !important;
    }

.custom-detailcardheader h3 {
    /*float:left;*/
    margin-top: 2px;
}

.custom-detailcardheader > .row {
    width: 100%;
}

.custom-detailcardheader-pills {
    /*float:left;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.no-search {
    padding: 60px 0px;
    text-align: center;
}

.pw-item-corpse {
    padding-top: 4px;
}

.pw-item-detail {
    color: #838383;
    margin-top: -6px;
}

.certificate-rating-on {
    font-size: 14px;
    color: #f5d142; /*giallo*/
    padding-right: 5px;
}

.modal-header {
    margin: 0px !important;
    padding: 14px !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.form-group input[type=file] {
    position: unset !important;
    opacity: unset !important;
}

.text-trasform-none {
    text-transform: none !important;
}

.navbar-avatar {
    height: 25px;
    border-radius: 50%;
}


.modal-header .modal-title {
    text-align: left !important;
    font-weight: bolder !important;
}

.pills-span {
    text-align: left;
    display: block;
}

a:focus {
    color: #3e6bb4 !important;
}

.buttonNav {
    padding: 0px;
    margin-left: -5px;
}

.navbar-avatar-img {
    padding: 1px;
    max-width: 45px;
    max-height: 45px;
    width: 25px;
    height: 25px;
    object-fit: cover;
}

.navbar-avatar-container {
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    width: 25px;
    height: 25px;
}

.cardFooterButtonRight {
    display: flex !important;
    justify-content: right !important;
}

.cardHeaderSpaceBetweenElement {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.txtArea:hover {
    background-color: #e4e3e3 !important;
}

.info-icon-color {
    color: #ffd43b !important;
}

.statusDot {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: green;
    border-radius: 50%;
}

.statusUtente {
    position: absolute;
    top: 17px;
    right: -2px;
    font-size: 3px;
    color: #fff;
    width: 8px;
    padding: 0px 0px;
    height: 8px;
    border-radius: 50%;
    text-align: center;
    line-height: 13px;
    vertical-align: middle;
}

.statusPresenza {
    border: 1px solid #3b9f05;
    background: #3b9f05;
}

.statusAssenza {
    border: 1px solid #f44336;
    background: #f44336;
}

.telefonoPill, .piattaformaPill {
    display: inline-block;
    width: fit-content;
    /*    margin-top: 4px;
    margin-bottom: 4px;*/
    padding: 2px 6px;
    border-radius: 3px;
    background-color: #f8f8f8;
    font-size: 12px;
    margin-right: 7px;
    border: #f0f0f0 1px solid;
    color: black;
    background-color: #f5f5f5;
}

.telefonoPill {
    margin-bottom: 5px !important;
}

.telefonoUtenteIcon, .piattaformaIcon {
    /*    color: #8d8d8d !important;*/
    margin-right: 5px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(7496%) hue-rotate(223deg) brightness(100%) contrast(102%);
    width: 12px;
    height: 12px;
    font-size: 11px;
    color: black;
}



.alertDisallineamento {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(255, 255, 255, .5) 3px, rgba(255, 255, 255, .5) 6px) !important;
    background-color: #f2f4f5;
}

.box-shadow-disallineamento {
    box-shadow: rgb(255 212 59) 0px 0px 0px 1px !important;
}

.avatarDropdown {
    height: 22px;
    width: 21.31px;
    margin-left: 10px;
    border-radius: 50%;
}

.width-inherit {
    width: inherit !important;
}

.colorBlack {
    color: #000000 !important;
}

ul.select2-choices {
    padding-right: 30px !important;
}

ul.select2-selection__rendered:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    top: 0.88rem;
    transform: translateY(-50%);
    border-top: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.select2-container--material .select2-results__option--highlighted[aria-selected] {
    background-color: #f5f5f578 !important;
}

.select2-container--material .select2-results__option {
    border-bottom: #ececec 1px solid !important;
}

.field-header-presenza {
    color: #000;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: #225889 !important;
}

.ui-slider-handle.ui-corner-all.ui-state-default {
    border-radius: 50%
}

#rangeStart {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}


#rangeEnd, #rangeStart {
    background: linear-gradient(to right, #225889 0%, #225889 50%, #fff 50%, #fff 100%);
    border: solid 1px #aaaaaa;
    border-radius: 8px;
    height: 12px;
    width: 356px;
    outline: none;
    -webkit-appearance: none;
}

.masterproTitle {
    font-size: 22px;
    font-weight: 400;
    color: #3c4858 !important;
}

.form-check .form-check-label .circle .check {
    background-color: #3e6bb4 !important;
}

.form-check .form-check-input:checked ~ .circle {
    border-color: #3e6bb4 !important;
}

.customRadioMT {
    margin-top: 0.4rem !important
}

    .customRadioMT > .form-check-label {
        padding-left: 20px !important;
    }

.ui-state-active {
    background: #225889 !important;
    border: #225889 !important;
}






.slider-range-custom {
    height: 20px !important;
    border: 1px solid #f0f0f0 !important;
    position: relative;
    z-index: 0;
}

    .slider-range-custom > .ui-slider-handle.ui-corner-all.ui-state-default {
        height: 18.1px !important;
        top: 0.1px !important;
        transform: scaleX(0.5) !important;
        border: #1b4c78 !important;
        border-radius: 2px !important;
        background-color: rgb(27,76,120,1) !important;
    }

    .slider-range-custom > .ui-slider-range.ui-corner-all.ui-widget-header {
        background-color: rgba(27,76,120,0.7) !important;
    }

.pw-interval-task-handle-work {
    background-color: rgba(27,76,120,1) !important;
}

.pw-interval-task-handle-work-7 {
    background-color: rgb(52, 168, 83, 1) !important;
}

.pw-interval-task-handle-work-8 {
    background-color: rgb(52, 168, 83, 1) !important;
}

.pw-interval-task-handle-vacation {
    background-color: rgba(244,81,30,1) !important;
}

.pw-interval-task-handle-training {
    background-color: rgba(246, 191, 38, 1) !important;
}


.pw-interval-task-handle-work::before {
    background-color: rgba(27,76,120,1) !important;
}

.pw-interval-task-handle-work-7::before {
    background-color: rgb(52, 168, 83, 1) !important;
}

.pw-interval-task-handle-work-8::before {
    background-color: rgb(52, 168, 83, 1) !important;
}

.pw-interval-task-handle-vacation::before {
    background-color: rgba(244,81,30,1) !important;
}

.pw-interval-task-handle-training::before {
    background-color: rgba(246, 191, 38, 1) !important;
}



.task-side-bar {
    position: relative;
    z-index: 10 !important;
    padding-left: 18px;
}

    .task-side-bar::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 8px;
        z-index: -1;
        border-radius: 2px 0px 0px 2px !important;
    }

.task-completed-true-datebloccate-true-work::before {
    background: repeating-linear-gradient(135deg, rgba(27,76,120,1), rgba(27,76,120,1) 3px, rgba(27,76,120,0.5) 3px, rgba(27,76,120,0.5) 6px) !important;
}

.task-completed-true-datebloccate-true-work-7::before,
.task-completed-true-datebloccate-true-work-8::before {
    background: repeating-linear-gradient(135deg, rgba(52, 168, 83, 1), rgba(52, 168, 83, 1) 3px, rgba(52, 168, 83, 0.5) 3px, rgba(52, 168, 83, 0.5) 6px) !important;
}

.task-completed-true-datebloccate-true-training::before {
    background: repeating-linear-gradient(135deg, rgb(246, 191, 38, 1), rgb(246, 191, 38, 1) 3px, rgba(246, 191, 38, 0.5) 3px, rgba(246, 191, 38, 0.5) 6px) !important;
}


.task-completed-true-datebloccate-false-work::before {
    background-color: rgba(27,76,120,1) !important;
}

.task-completed-true-datebloccate-false-work-7::before,
.task-completed-true-datebloccate-false-work-8::before {
    background-color: rgba(52, 168, 83, 1) !important;
}

.task-completed-true-datebloccate-false-training::before {
    background-color: rgba(246, 191, 38, 1) !important;
}

.task-completed-false-datebloccate-true::before {
    background: repeating-linear-gradient(135deg, #dddddd, #dddddd 3px, rgba(221, 221, 221, 0.5) 3px, rgba(221, 221, 221, 0.5) 6px) !important;
}

.task-completed-false-datebloccate-false::before {
    background-color: #dddddd !important;
}

.hide-before::before {
    content: none;
}

.padding-10 {
    padding-left: 10px;
}

.icon-triangle-exclamation {
    font-size: 60px;
}

.exclamation-alert-color {
    color: #d9d7d770 !important;
}

.exclamation-alert-text-color {
    color: #b0b0b0 !important;
}

.alert-container-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.not-verified-activity {
    background-color: #ff000029 !important;
}

    .not-verified-activity:hover {
        background-color: #ff00004d !important;
    }

.td_verifyAssenza {
    width: 50px
}

.iconTaskAssenze {
    font-size: 13px !important;
}


.background-color-white {
    background-color: #ffff !important;
}

.iconTypeTask {
    width: 25px
}

.iconActionMobile {
    margin-right: 2.5rem;
}


.table-loader-center {
    position: absolute;
    /*    height:500px;
*/ top: 30vh;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*#imageLoad{
    margin-top:200px;
}*/
.progress-line-primary-desktop {
    height: 14px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.overlayMarginDivDesktop {
    height: 14px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-line-primary-mobile {
    width: 95% !important;
    height: 12px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.overlayMarginDivMobile {
    height: 12px;
    font-size: 10px;
}

.box-shadow-none {
    box-shadow: none !important;
}

.select2-container--disabled .select2-selection__rendered::after {
    content: "";
    display: none;
}


.select2-container--disabled .select2-selection__choice {
    background-color: #e0e0e0;
    color: #888;
    border: 1px solid #ccc;
}

.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container .select2-search--inline {
    width: 100% !important;
}

input[type="checkbox"][disabled] + .toggle {
    background-color: #eaeaea !important;
    cursor: default;
}

    input[type="checkbox"][disabled] + .toggle::before {
        background-color: #999 !important;
    }

.togglebutton label input[type=checkbox][disabled] + .toggle:after, .togglebutton label input[type=checkbox][disabled]:checked + .toggle:after {
    border-color: #BDBDBD;
    cursor: default;
    box-shadow: none !important;
}

input[type="checkbox"]:disabled {
    transition: none !important;
    animation: none !important;
}

    input[type="checkbox"]:disabled + .toggle,
    input[type="checkbox"]:disabled + .toggle::before {
        transition: none !important;
        animation: none !important;
    }

.togglebutton label input[type=checkbox][disabled] + .toggle:after, .togglebutton label input[type=checkbox][disabled]:checked + .toggle:after {
    background-color: #e8e8e8 !important;
}

.testoInSecondoPiano {
    font-size: 11px !important;
}

.titleListTruncated {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.subTitleList {
    color: rgba(0, 0, 0, 0.5);
    font-size: 11px;
}

tr td div.only-show-on-hover {
    visibility: hidden;
}

tr:hover td div.only-show-on-hover {
    visibility: visible;
}

.projecttype-work {
    color: rgba(27, 76, 120, 1) !important;
}

.projecttype-work-7 {
    color: rgb(52, 168, 83, 1) !important;
}

.projecttype-work-8 {
    color: rgb(52, 168, 83, 1) !important;
}

.projecttype-vacation {
    color: rgba(244, 81, 30, 1) !important;
}

.projecttype-training {
    color: rgba(246, 191, 38, 1) !important;
}

.avatar-container-pm {
    color: #787575;
    background-color: #f9f9fa;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 1px solid #787575;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
}

.avatar-container-user {
    color: #787575;
    background-color: #f9f9fa;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 1px solid #7875752a;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
}

.primary-label-ddl {
    font-weight: 500;
    font-size: 15px;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.secondary-label-ddl {
    font-size: 11px;
}

