/* Add here all your CSS customizations */

/*Colors -------------------------
Green Comisa - #00754a - 0, 117, 74
Green Button Hover - #0a6845
Dark Green - #015838
Green input focus - #0a6845
-------------------------------------*/

@media print {
    a {
        display: none !important;
        display: none;
    }
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

body {
    color: #333;
    font-size: 12px;
}

.bg-blue {
    background-color: #1a5a80 !important;
}

.bg-lightgreen {
    background-color: #20811a !important;;
}

.bg-lightblue {
    background-color: #20811a !important;;
}

html .bg-primary, html .background-color-primary {
    background-color: #00754a !important;
}

html .heading-primary, html .lnk-primary, html .text-color-primary, html .text-primary {
    color: #00754a !important;
}

html .btn-primary {
    color: #ffffff !important;
}

.btn.btn-tippy {
    font-size: 0.4rem;
    padding: 0.3rem 0.3rem;;
}

.hiddenNoAdmin {
    display: none !important;
}

@media (max-width: 990px) {
    .hiddenMedium {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    .hiddenLarge {
        display: none !important;
    }
}

.role-admin .hiddenNoAdmin {
    display: block !important;
}

@media (min-width: 1600px) {
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/*Header---------------------*/
.header .logo {
	margin-top: 4px;
}

/*Header right---------------------*/
.check-server-header {
    display: inline-block;
    list-style: none;
    margin: 0px -10px 0 0;
    padding: 0;
    vertical-align: middle;

    background: #00754a;
    border-radius: 5px;
    padding: 5px 10px;
}

.check-server-header.server-offline {
    background: #d2322d;
}

.check-server-header .check-server-text {
    float: left;
    font-size: 11px;
    line-height: 18px;
    margin-right: 10px;
    color: #fff;
}

.check-server-header .check-server-text .check-server-value {
    font-weight: 500;
}

.check-server-header .check-server-icon {
    line-height: 36px;
    color: #fff;
}

.calendar-header {
    display: inline-block;
    list-style: none;
    margin: 4px -10px 0 0;
    padding: 0;
    vertical-align: middle;
}

.calendar-header .calendar-text {
    float: left;
    font-size: 11px;
    line-height: 18px;
    margin-right: 10px;
    color: #333;
}

.calendar-header .calendar-icon {
    line-height: 36px;
    color: #00754a;
}

.header .search {
    width: 300px;
}

@media only screen and (max-width: 1299px) {
    .header .separator {
        margin: 0 15px;
    }

    .calendar-header {
        display: none;
    }
}

@media only screen and (max-width: 1099px) {
    .userbox .name, .userbox .role {
        max-width: none;
    }

    .header .search {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .userbox {
        float: right;
        margin-right: 21px;
    }

    .check-server-header {
        margin-left: 15px;
        margin-top: 5px;
    }
}

/*Contenuto--------------------------*/
.content-body {
    padding: 20px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.content-body:not(.card-margin) > .row + .row {
    padding-top: 20px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
}

.card-footer {
    text-align: right;
}

.card-footer a {
    color: #999;
    font-style: italic;
    text-decoration: underline;
}

/*Memos--------------------------*/
#datatable-memos.table tr.memo-completed td {
    text-decoration: line-through;
}

/*#datatable-memos.table tr.memo-completed:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #111;
    width: 100%;
}*/

#datatable-memos.table tr td {
    font-size: 12px;
    vertical-align: middle;
    padding: 0.5rem;
}

.table tr.addRow td {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.table tr.addRow td input {
    width: 100%;
    border: 1px solid #efefef;
}

.table tr.addRow td input.memo-add-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.table tr.addRow td input.memo-add-date {
    border-radius: 0;
    border-right: 0;
    background: #fff;
}

.table tr.addRow td .memo-add-submit {
    border: 1px solid #efefef;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    max-width: 28px;
    line-height: 18px;
}

/*Modal-------------------------*/
.loading-overlay {
    background: rgba(255,255,255,0.85);
}

.bounce-loader {
    max-width: 90%;
    width: auto;
}

.bounce-loader .textLoader {
    margin-top: 5px;
}

.bounce-loader .bounce1, .bounce-loader .bounce2, .bounce-loader .bounce3 {
    background: #00754a;
}

/*Widget-------------------------*/
.widget-summary .summary {
    word-break: normal;
}


/*Left menù---------------------*/
html.no-overflowscrolling .sidebar-left .nano {
    background: #015838;
    -webkit-box-shadow: -10px 0 0 #015838 inset;
    box-shadow: -10px 0 0 #015838 inset;
}

html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
    background: #007549;
}

@media only screen and (min-width: 768px) {
    html.fixed .sidebar-left .nano-content {
        padding-bottom: 20px;
    }
}

.sidebar-left .sidebar-header {
    min-height: 50px;
    height: auto;
    background: #007549;
}

.sidebar-left .sidebar-header .sidebar-toggle {
    background: #015838;
    width: 50px;
}

.sidebar-left-collapsed .sidebar-left .sidebar-header .sidebar-toggle {
    width: 73px;
}

.sidebar-left .sidebar-header .sidebar-toggle i {
    color: #fafafa;
}

.sidebar-left .sidebar-header .sidebar-toggle:hover i {
    color: #fff;
}

.sidebar-left .sidebar-header .sidebar-title {
    padding-left: 15px;
    background: #007549;
    color: #8cc1ad;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 50px;
}

.sidebar-left .sidebar-header .sidebar-title .workAsDiv {
    line-height: 22px;
    margin-top: 22px;
    font-size: 13px;
}

.sidebar-left .sidebar-header .sidebar-title .userName {
    line-height: 16px;
    font-size: 15px;
}

.sidebar-left .sidebar-header .sidebar-title .userRole {
    line-height: 12px;
    font-size: 10px;
}

ul.nav-main {
    padding-right: 8px;
}

ul.nav-main > li {
    margin-bottom: 1px;
}

ul.nav-main > li.mb-1 {
    margin-bottom: 7px !important;
}

ul.nav-main li a {
    color: #fff;
    background: #007549;
}

ul.nav-main > li > a, .sidebar-left-collapsed .nano:hover ul.nav-main > li > a {
    text-transform: uppercase;
    padding-left: 15px;
}

.sidebar-left-collapsed ul.nav-main > li > a {
    padding-left: 25px;
}

ul.nav-main > li.nav-expanded > a, ul.nav-main > li.nav-expanded.nav-active > a {
    background: #0a6844;
}

ul.nav-main li .nav-children {
    background: #0a6844;
    -webkit-box-shadow: none;
    box-shadow: none;
}

ul.nav-main li .nav-children li a {
    background: #0a6844;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.nav-main > li.nav-active > a {
    -webkit-box-shadow: 2px 0 0 #007549 inset;
    box-shadow: 2px 0 0 #007549 inset;
    background: #fff;
    color: #015838;
    font-weight: 600;
}

ul.nav-main > li > a:hover, ul.nav-main > li > a:focus {
    background: #fff;
    color: #015838;
}

ul.nav-main > li.nav-active > a:hover {
    background: #fff;
    color: #015838;
}

ul.nav-main li .nav-children li.nav-active > a {
    color: #fff;
    background: #111;
}

/*Client select----------*/
.select2-container--bootstrap .select2-results__group {
    color: #333;
    font-size: 13px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
    color: #333;
    font-size: 11px;
    line-height: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #efefef;
}

.select2-container--bootstrap .select2-results__option .select2-results__option:last-child {
    border-bottom: 0;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    color: #fff;
}

#clientAgentSelectWrapper .select2-container--bootstrap .select2-selection--single {
    background: #007549;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    padding-left: 15px;
}

#clientAgentSelectWrapper .select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff;
    font-size: 12px;
    line-height: 26px;
}

#clientAgentSelectWrapper .select2-container--bootstrap .select2-selection__clear {
    color: #fff;
}

#clientAgentSelectWrapper .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent;
}

.sidebar-left-collapsed #clientAgentSelectWrapper .selectContainer, .sidebar-left-collapsed .global-menu-search-container .input-group {
    display: none;
}

#clientAgentSelectWrapper .nav-link, .global-menu-search-container .nav-link {
    display: none;
}

.sidebar-left-collapsed #clientAgentSelectWrapper .nav-link, .sidebar-left-collapsed .global-menu-search-container .nav-link {
    display: block;
}

@media only screen and (min-width: 768px) {
    html.sidebar-left-xs.sidebar-left-collapsed.fixed .sidebar-left .nano:hover #clientAgentSelectWrapper .nav-link,
    html.sidebar-left-xs.sidebar-left-collapsed.fixed .sidebar-left .nano:hover .global-menu-search-container .nav-link {
        display: none;
    }

    html.sidebar-left-xs.sidebar-left-collapsed.fixed .sidebar-left .nano:hover #clientAgentSelectWrapper .selectContainer {
        display: block;
    }

    html.sidebar-left-xs.sidebar-left-collapsed.fixed .sidebar-left .nano:hover .global-menu-search-container .input-group {
        display: flex;
    }
}

/*Page header - Breadcumb-------*/
.page-header {
	background: #015838;
    border-left: 1px solid #fff;
}

.page-header .left-wrapper {
    padding-left: 20px;
}

.page-header .breadcrumbs {
    font-size: inherit;
}

.page-header .breadcrumbs a, .page-header .breadcrumbs span {
    color: #fff;
}

.page-header .workAsTopDiv {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-left: 100px;
    color: #fff;
}

.workAsTopDiv .value {
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .page-header {
        padding-right: 20px;
    }

    .page-header .workAsTopDiv {
        margin-left: 0;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/*AGENT - HOMEPAGE------------------------------------------------------------*/
#adminSellStats
{
    padding-bottom: 40px !important;
    box-sizing: content-box !important;
}

#adminSellStats div.xAxis {
    margin-top: 10px;
}

#adminSellStats div.xAxis div.tickLabel {
    transform: rotate(-90deg);
    -ms-transform:rotate(-90deg); /* IE 9 */
    -moz-transform:rotate(-90deg); /* Firefox */
    -webkit-transform:rotate(-90deg); /* Safari and Chrome */
    -o-transform:rotate(-90deg); /* Opera */
    rotation-point:50% 50%; /* CSS3 */
    rotation:270deg; /* CSS3 */
    line-height: 1.05;
}

.chart-data-selector {
    padding: 0;
}

.liquid-meter-wrapper .liquid-meter-selector a {
    font-weight: 600;
}

.liquid-meter-wrapper .liquid-meter-selector a.active {
    color: #00754a;
}

.homepage-widget .widget-summary .summary {
    min-height: 59px;
}

.homepage-widget .widget-summary .summary .title {
    text-transform: uppercase;
    font-weight: 600;
}

.homepage-widget .widget-summary .summary .amount {
    color: #007549;
}

.homepage-widget .widget-summary .summary-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 38.4px;
    font-size: 2.4rem;
}

.homepage-widget .widget-summary .summary-footer {
    font-style: italic;
}

.homepage-widget .widget-summary .summary-footer a {
    text-decoration: underline;
}

.agentBudget {
    font-size: 1.1rem;
    margin-top: 20px;
}

@media screen and (min-width: 1200px) and (max-width: 1599px){
    .homepage-widget .widget-summary .summary-icon {
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 1.5rem;
    }

    .widget-summary .summary .amount {
        font-size: 1.0rem;
    }
}

/*Statistics---------------------------------------------*/
.flatpickr-day.hidden {
    display: block !important;
}

.statisticsfilters {
    background: #808080;
    padding: 7px 0 0;
    color: #fff;
}

.dateFilter, .clientsFilter, .zoneFilter {
    float: left;
}

.buttonFilter {
    float: right;
    margin-bottom: 7px;
}

.dateFilter {
    margin-right: 15px;
}

.datePickerStart, .datePickerEnd, .dateLabel, .clientsLabel, .zoneLabel, .dateButton {
    float: left;
    margin-right: 10px;
}

.datePickerStart, .datePickerEnd {
    margin-bottom: 7px;
}

.dateFilter .dateLabel, .clientsFilter .clientsLabel, .zoneFilter .zoneLabel {
    line-height: 28px;
    margin-bottom: 3px;
}

.statisticsfilters input, .statisticsfilters input[readonly], .statisticsfilters input:disabled {
    background: none;
    color: #fff;
    border-color: #fff;
}

.statisticsfilters input {
    width: 120px;
}

.dateButton .btn {
    height: 28px;
    font-size: 0.7rem;
}

.clientsFilter,
.zoneFilter {
    float: left;
}

.clientsFilter .clientsSelect,
.zoneFilter .zoneSelect {
    margin-right: 10px;
    margin-bottom: 7px;
    width: 250px;
    float: left;
}

.clientsFilter .select2-container--bootstrap .select2-selection--single,
.zoneFilter .select2-container--bootstrap .select2-selection--single {
    height: 28px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 28px;
    background: none;
}

.clientsFilter .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
.zoneFilter .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    font-size: 0.7rem;
    color: #fff;
}

.clientsSelected {
    float: left;

}

.clientsSelected .clientDiv {
    float: left;
    margin-right: 10px;
    margin-bottom: 7px;
    border: 1px solid #fff;
    border-radius: 3px;
    line-height: 28px;
    height: 28px;
    padding-left: 8px;
    font-size: 0.7rem;
}

.clientsSelected .clientDiv div {
    float: left;
}

.clientsSelected .clientDiv div.remove {
    padding-right: 4px;
    margin-left: 4px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .dateFilter .dateLabel {
        width: 100%;
    }
}

.performanceDiv {
    width: 100%;
    display: flex;
    position: relative;
}

.performanceTitle {
    position: absolute;
    top: 50%;
    left: 2%;
    width: 16%;
    transform: translateY(-50%);
    text-align: center;
}

.performanceTitle .performanceNumber {
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 700;
}

.performanceTitle .performanceTitleLabel {
    font-size: 0.8rem;
    line-height: 1.2rem;
}

.performanceSelectorDiv {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20%;
    width: 80%;
}

.performanceSelector {
    position: absolute;
    top: 56%;
    transform: translate(-100%, -50%);
    background: url(/img/assets/performance-selector.png) no-repeat center center;
    width: 35px;
    height: 35px;
    background-size: 100%;
}

.morris-hover.morris-default-style .morris-hover-row-label {

}

.performanceDays {
    display: none;
}

@media only screen and (max-width: 1280px) {
    .performanceTitle .performanceTitleLabel {
        font-size: 0.8rem;
        line-height: 1.2rem;
    }
}

@media only screen and (max-width: 1399px) {
    .performanceSelector {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .performance-bg {
        display: none;
    }

    .performanceDiv {
        display: block;
    }

    .performanceTitle {
        position: relative;;
        top: auto;
        left: auto;
        transform: none;
        text-align: left;
        width: 100%;
        font-size: 1.4rem;
    }

    .performanceTitle .performanceNumber, .performanceTitle .performanceTitleLabel {
        display: inline;
        font-size: 1.4rem;
    }


    .performanceDays {
        display: block;
        width: 100%;
    }

    .performanceSelectorDiv {
        display: none;
    }
}

.adminSellPerFamilyContainer {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .adminSellPerFamilyContainer {
        flex-direction: column-reverse;
        align-items: center;
    }

    .adminSellPerFamilyContainer .chart {
        margin-bottom: 30px;
    }
}

.legendLineDiv {
    font-size: 9px;
    line-height: 18px;
    height: 18px;
}

.legendLineDiv .titleBlock {
    text-transform: uppercase;
}

.colorBlock {
    width: 12px;
    height: 12px;
    margin: 3px;
    float: left;
}

.titleBlock {
    white-space: nowrap;
}

/*Dare - avere --------------------------------------------------------------------*/
.dareavereScadenziarioContainer {
    display: flex;
    flex-wrap: nowrap;
}

.dareAvereContainer {
    min-width: 250px;
}

.dareAvereContainer .dareAvereDiv {
    display: flex;
    flex-direction: column;
}

.dareDiv, .avereDiv {
    float: left;
    padding-right: 30px;
    margin-bottom: 15px;
}

.dareAvereDiv .icon-circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 500px;
    background: #0a6844;
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.scadenziarioContainer {
    width: 100%;
}

.icon-circle i {
    line-height: 50px;
}

.icon-circle img {
    width: 84%;
    height: 84%;
    margin: 8%;
    display: block;
}

.dareAvereDiv .icon-circle {
    float: left;
    margin-right: 10px;
}

.dareAvereDiv .text {
    float: left;
    padding: 7px 0;
}

.dareAvereDiv .text .title {
    text-transform: uppercase;
    line-height: 14px;
    font-weight: 700;
}

.dareAvereDiv .text .value {
    color: #0a6844;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.dareAvereBig .dareDiv, .dareAvereBig .avereDiv {
    width: 50%;
}

.dareAvereDiv.dareAvereBig .icon-circle {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
}

.dareAvereBig .icon-circle i {
    line-height: 70px;
}

.dareAvereDiv.dareAvereBig .text .title {
    line-height: 24px;
    font-size: 16px;
}

.dareAvereDiv.dareAvereBig .text .value {
    font-size: 24px;
    line-height: 32px;
}

@media screen and (min-width: 768px) and (max-width: 1599px) {
    .dareAvereBig .dareDiv, .dareAvereBig .avereDiv {
        width: 100%;
    }
}

.invoiceListDiv {
    clear: both;
    border-top: 1px dotted #ddd;
    margin-top: 15px;
}

.invoiceListDiv .invoiceDiv {
    padding: 5px 0;
    border-bottom: 1px dotted #ddd;
}

.invoiceListDiv .invoiceDiv .invoiceDescription {
    float: left;
    width: 30%;
    padding-right: 10px;
}

.invoiceListDiv .invoiceDiv .invoiceValue {
    float: left;
    width: 20%;
    padding-right: 10px;
}

.invoiceListDiv .invoiceDiv .invoicePaymentsDetails {
    float: left;
    width: 50%;
    font-size: 0.6rem;
}

.invoiceListDiv .invoiceDiv .invoicePaymentsDetails .expiredPayment {
    color: #d2322d;
}

@media screen and (max-width: 767px) {
    .dareDiv, .avereDiv {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
}

#adminSellStats div.xAxis div.tickLabel
{
    /*white-space: nowrap;
    transform: rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);*/
    /*rotation-point:50% 50%;*/
    /*rotation:270deg;*/
}

#ChartistCSSAnimation .ct-series.ct-series-a .ct-line {
    fill: none;
    stroke-width: 4px;
    stroke-dasharray: 5px;
    -webkit-animation: dashoffset 1s linear infinite;
    -moz-animation: dashoffset 1s linear infinite;
    animation: dashoffset 1s linear infinite;
}

#ChartistCSSAnimation .ct-series.ct-series-b .ct-point {
    -webkit-animation: bouncing-stroke 0.5s ease infinite;
    -moz-animation: bouncing-stroke 0.5s ease infinite;
    animation: bouncing-stroke 0.5s ease infinite;
}

#ChartistCSSAnimation .ct-series.ct-series-b .ct-line {
    fill: none;
    stroke-width: 3px;
}

#ChartistCSSAnimation .ct-series.ct-series-c .ct-point {
    -webkit-animation: exploding-stroke 1s ease-out infinite;
    -moz-animation: exploding-stroke 1s ease-out infinite;
    animation: exploding-stroke 1s ease-out infinite;
}

#ChartistCSSAnimation .ct-series.ct-series-c .ct-line {
    fill: none;
    stroke-width: 2px;
    stroke-dasharray: 40px 3px;
}

@-webkit-keyframes dashoffset {
    0% {
        stroke-dashoffset: 0px;
    }

    100% {
        stroke-dashoffset: -20px;
    }
}

@-moz-keyframes dashoffset {
    0% {
        stroke-dashoffset: 0px;
    }

    100% {
        stroke-dashoffset: -20px;
    }
}

@keyframes dashoffset {
    0% {
        stroke-dashoffset: 0px;
    }

    100% {
        stroke-dashoffset: -20px;
    }
}

@-webkit-keyframes bouncing-stroke {
    0% {
        stroke-width: 5px;
    }

    50% {
        stroke-width: 10px;
    }

    100% {
        stroke-width: 5px;
    }
}

@-moz-keyframes bouncing-stroke {
    0% {
        stroke-width: 5px;
    }

    50% {
        stroke-width: 10px;
    }

    100% {
        stroke-width: 5px;
    }
}

@keyframes bouncing-stroke {
    0% {
        stroke-width: 5px;
    }

    50% {
        stroke-width: 10px;
    }

    100% {
        stroke-width: 5px;
    }
}

@-webkit-keyframes exploding-stroke {
    0% {
        stroke-width: 2px;
        opacity: 1;
    }

    100% {
        stroke-width: 20px;
        opacity: 0;
    }
}

@-moz-keyframes exploding-stroke {
    0% {
        stroke-width: 2px;
        opacity: 1;
    }

    100% {
        stroke-width: 20px;
        opacity: 0;
    }
}

@keyframes exploding-stroke {
    0% {
        stroke-width: 2px;
        opacity: 1;
    }

    100% {
        stroke-width: 20px;
        opacity: 0;
    }
}

/*CONTENUTO----------------------------------------------------------------*/
/*Badge-------------------------*/
.badge {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.3rem 0.65rem;
    display: inline-block;
    border: 1px solid transparent;
}

.badge.badge-status--1,.badge.badge-status-0,.badge.badge-status-1,.badge.badge-status-2,.badge.badge-status-3,.badge.badge-status-4,.badge.badge-status-5,.badge.badge-status-6,.badge.badge-status-7 {
    background: #e19e45;
}

.badge.badge-status-8, .badge.badge-status-validated {
    background: #3886c4;
}

.badge.badge-status-9 {
    background: #00754a;
}

/*Buttons-----------------------*/
.btn.btn-xs {
    font-size: 11.2px;
    font-size: 0.7rem;
    padding: 3.2px 7.2px;
    padding: 0.2rem 0.45rem;
}

.btn-info {
    background-color: #b3b3b3;
    border-color: #b3b3b3 #b3b3b3 #aaaaaa;
    color: #FFF !important;
}

.btn-info:hover, .btn-info.hover {
    background-color: #ccc;
    border-color: #ccc #ccc #999;
    color: #FFF;
}

/*Card-----------------------*/
.card-header {
    border-bottom: 0;
    background: #fff;
}

.card-title {
    font-size: 16px;
}

.card-title .card-title-message {
    float: right;
    font-size: 13px;
    font-weight: 600;
    color: #777;
}

.row-eq-height .card {
    height: 100%;
}

/*Datatables----------------------*/
.table thead th {
    vertical-align: middle;
    line-height: 16px;
}
.table thead th small {
    font-size: 75%;
}

.table thead th .subheader {
    font-size: 80%;
    font-style: italic;
}

.table td {
    font-size: 11px;
    padding: 0.75rem 8px;
    vertical-align: middle;
}

.table .cell-bl-1 {
    border-left: 1px solid #dee2e6;
}

.table .cell-br-1 {
    border-right: 1px solid #dee2e6;
}

@media only screen and (min-width: 768px) {
    .table-responsive {
        /*display: table;*/
    }
}

/*Form------------------------*/
.form-group label {
    font-size: 12px;
}

.form-small-mb .form-group {
    margin-bottom: 0.3rem;
}

.data-edit {
    display: none;
}

.invalid-feedback {
    display: block;
}

/*PNOTIFY-----------------------------*/
.ui-pnotify .notification .ui-pnotify-icon {
    width: 60px;
}

.ui-pnotify .notification .ui-pnotify-icon > span {
    width: 40px;
    font-size: 25px;
    height: 40px;
    line-height: 38px;
    margin-top: 8px;
}

.ui-pnotify .notification.notification-danger .ui-pnotify-icon > span.fa-times {
    line-height: 38px;
}

.ui-pnotify .notification .ui-pnotify-title {
    font-size: 13px;
    line-height: 20px;
}

.ui-pnotify .notification-success {
    background: rgba(0,117,73,0.95);
    color: #fff;
}

.ui-pnotify .notification-success {
    background: rgba(0,117,73,0.95);
    color: #fff;
}

.ui-pnotify .notification-success, .ui-pnotify .notification-danger {
    color: #fff;
}

/*AGENT - PROFILO------------------------------------------------------------*/
.profile-base-container .profile-edit-button {
    color: #797979;
    font-size: 18px;
}

.profile-base-container .profile-edit-button:hover {
    color: #666;
    background: none;
}

.profile-base-container .card-body {
    padding: 0 15px;
}

.profile-base-info {
    background: #e4efeb;
    display: flex;
    align-items: center;
}

.profile-base-info .profile-image {
    max-width: 100px;
}

.profile-base-info .profile-image img {
    max-width: 100%;
    border-radius: 100%;
    border: 1px solid #999;
}

.profile-label {
    display: block;
    font-weight: 700;
    font-size: 12px;
    margin-right: 5px;
    width: 100%;
}

.profile-value {
    display: block;
    font-size: 12px;
    width: 100%;
}

.profile-base-contact {
    /*background: #e4efeb;*/
}

.profile-agent-billing-info {
    margin-bottom: 15px;
}

.profile-client-shipping-info .profile-label, .profile-client-shipping-info .profile-value,
.profile-agent-billing-info .profile-label, .profile-agent-billing-info .profile-value {
    display: block;
}

.profile-client-shipping-addresses .row {
    display: none;
}

.profile-client-shipping-addresses .row:first-child {
    display: block;
}

.profile-agent-billing-info .col-12, .profile-client-shipping-info .col-12 {
    margin-bottom: 5px;
}

.profile-agent-billing-icons .widget-summary {
    margin-bottom: 10px;
}

.profile-widget-clients .summary-icon {
    background: #02a4a7;
}

.profile-widget-orders .summary-icon {
    background: #1d577f;
}

.profile-widget-revenue .summary-icon {
    background: #00754a;
}

.profileEdit .data-static {
    display: none;
}

.profileEdit .profile-edit-button {
    display: none;
}

.profileEdit .data-edit {
    display: block;
}

.card.profile-conditions-container {
}

.profile-conditions-container .card-body {
    background: #cedad6;
}

.profile-conditions-container .title {
    text-transform: uppercase;
    /*background: url("../img/assets/icons/pdf-icon.png") no-repeat left center;
    background-size: auto 32px;
    padding-left: 40px;*/
    font-weight: 600;
    font-size: 11px;
}

.profile-conditions-container .card-title {
    margin-bottom: 10px;
}

.profile-conditions-container .btn {
    margin-top: 3px;
}

.profile-conditions-container .card-content div {
    margin-bottom: 5px;
}

.profile-conditions-container b {
    display: block;
}

.passwordEdit .profile-change-password {
    display: none;
}

.profile-change-password-container {
    display: none;
}

.passwordEdit .profile-change-password-container {
    display: block;
}

/*ORDINI - History------------------------------*/
.dataTables_filter label {
    float: right;
}

/*ORDINI - Dettaglio-----------------------------*/
.orderDetails-header {
    margin: -20px -20px 0;
    padding: 15px 5px;
    background: #f6f6f6;
}

.orderDetails-header .orderDetails-number, .orderDetails-header .orderDetails-notes, .orderDetails-header .orderDetails-clients, .orderDetails-header .orderDetails-state {
    font-size: 1.0rem;
    line-height: 30px;
}

.orderDetails-header .label {
    float: left;
    margin-right: 10px;
    width: 100%;
}

.orderDetails-header .value {
    float: left;
    font-weight: 700;
}

.orderDetails-number-label {
    font-weight: 400;
    font-style: italic;
}

.orderDetails-header .orderDetails-state .status {
    float: left;
    margin-right: 10px;
}

.table td.shippingDestination {
    font-size: 0.65rem;
    line-height: 0.8rem;
}

.shippingDetails-intestation {
    padding: 0.75rem;
    color: #212529;
    font-weight: bold;
    border-bottom: 1px solid #dee2e6;
    min-height: 69px;
}

.shippingDetails-block {
    padding: 0.75rem;
    border-bottom: 1px solid #dee2e6;
    font-size: 0.8rem;
}

.shippingDetails-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.shippingDetails-content {
    zoom: 1;
    overflow: auto;
}

.shippingDetails-document {
    float: left;
    margin: 0 10px 5px 0;
    font-size: 28px;
}

/*CATALOGUE-------------------------------*/
#datatable-catalogue .table td {
    vertical-align: middle;
}

.catalogueImg {
    max-height: 40px;
    margin: -5px auto;
    display: block;
}

.imageCell {
    background: #fff;
}

/*ORDERS - NEW--------------------------------------*/
#newOrder-Popup {
    background: #efefef;
    padding: 20px;
    display: none;
    width:100%;
    max-width:900px;
}

#newOrder-Popup .widget-summary .summary .info {
    font-size: 12px;
}

.form-file-upload form {
    width: 100%;
}

.uneditable-input {
    width: 154px;
}

.fileupload .uneditable-input {
    height: 31px;
    font-size: 10px;
    padding: 5px 5px;
}

.fileupload .uneditable-input .fa, .fileupload .uneditable-input .fab, .fileupload .uneditable-input .fal, .fileupload .uneditable-input .far, .fileupload .uneditable-input .fas {
    left: 19px;
}

.dateOrderLine {
    max-width: 100px;
}

.dateOrderLineDiv {
    padding-top: 21px;
}

.newOrder-Settings {
    padding-top: 10px;
}

.newOrder-Settings .settingsContainer {
    margin-bottom: 20px;
}

/*Table*/
.table-message .dataTables_scroll .dataTables_scrollBody:after {
    content: "⇰  Scorri a destra per visualizzare tutte le informazioni";
    padding-top: 80px;
    padding-left: 20px;
    color: #666;
    font-size: 0.9rem;
    font-weight: bold;
    font-family: "Open Sans", Arial, sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(230,230,230,0.9);
}

.table-message .dataTables_scroll.hideMessage .dataTables_scrollBody:after {
    display: none;
}

#datatable-new-order .catalogueImg {
    margin-top: 4px;
}

@media screen and (min-width: 768px) {
    .table-message .dataTables_scroll .dataTables_scrollBody:after {
        padding-right: 260px;
    }
}

@media screen and (max-width: 767px) {
    .table-message .dataTables_scroll .dataTables_scrollBody:after {
        max-width: 400px;
        padding-right: 80px;
        padding-left: 20px;
        right: auto;
    }
}

.addtocartOrderLine {
    margin-top: 19px;
}

.quantityOrderLine {
    max-width: 50px;
    width: 50px;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
}

.newOrder-cartTotals {
    background: #e3f0eb;
    padding: 20px;
}

.newOrder-cartTotals .newOrder-cartTotals-init, .newOrder-cartTotals .newOrder-cartTotals-actions, .newOrder-cartTotals .newOrder-cartTotals-totals {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

.newOrder-cartTotals .newOrder-cartTotals-totals,.newOrder-cartTotals .newOrder-cartTotals-actions {
    text-align: right;
}

.newOrder-cartTotals .newOrder-cartTotals-totals {
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 600;
}

.newOrder-cartTotals .newOrder-cartTotals-actions {
    border-bottom: 0;
}

/*Checkout-----------------------------*/
.orderCheckoutInfo {

}

.orderCheckoutTotals {
}

.orderCheckoutTotals {
    float: right;
    margin-top: 30px;
}

.orderCheckoutTotals-label {
    line-height: 14px;
    float: left;
    margin-right: 20px;
}

.orderCheckoutTotals-label .title {
    font-weight: 600;
}

.orderCheckoutTotals-totals {
    float: left;
    line-height: 42px;
    font-size: 2rem;
    font-weight: 600;
    margin-right: 20px;
}

.orderCheckoutTotals-actions {
    float: left;
    padding-top: 5px;
}

/*Order - Reorder-------------------------------------------*/
.reOrder-actions {
    text-align: right;
}

/*Assistenza------------------------------------------------*/
#assistance-Popup {
    background: #efefef;
    padding: 20px;
    display: none;
    width:100%;
    max-width:900px;
}

#assistance-Popup textarea {
    height: 150px;
}

.hasError input, .hasError textarea {
    border: 1px solid #f00;
}

.inputError {
    display: none;
    margin-top: 5px;
    color: #f00;
}

.hasError .inputError {
    display: block;
}

/*LOGIN------------------------------------------------------*/
.showHiddenPassword {
    cursor: pointer;
}
