﻿div.allwidth {
    width: 100%;
}

.bold {
    font-weight: bold;
}

.nobold {
    font-weight: normal;
}

div.smallpadding {
    padding: 0.2rem;
}

div.smallpaddingrightonly {
    padding-right: 1rem;
    padding-left: 0;
}

div.smallpadding .button {
    margin: 0;
}

.smallPaddingTop {
    padding-top: 0.2rem !important;
}

.infotransaction .vin {
    font-size: large;
    font-weight: bold;
}

.white {
    background-color: #fff !important;
}

.lightgray {
    background-color: #f2f2f2;
}

.lightergray {
    background-color: #f7f7f7;
}

.lightestgray {
    background-color: #fcfcfc;
}

.menugrey {
    background-color: #e6e6e6;
}
.green {
    background-color: #ddFFcc;
}

.darkGreen {
    background-color: #4a831c !important;
}

.lightgreen {
    background-color: #E6FFCC;
}

.lightred {
    background-color: #FFACAC;
}

.orange {
    background-color: #004 !important;
   color: #fff;
}

.orangesoft {
    background-color: #66668e !important;
}

.orangeText {
    color: #004 !important;
}

.orangeBorder {
    border-color: #004 !important;
}

.gridRowSelected{
    background-color: #004 !important;
    color: #fff;
    border: 1px solid #f2f2f2;
}

.lightyellow {
    background-color: #FFFF99 !important;
}

.ar-border {
    border: 2px solid #004;
}

span.badge {
    margin: 0 0.2rem 0 0;
}

.accordion-title.noplusminus::before {
    content: none !important;
}

.listadocrow .doc_img {
    padding: 0.3rem;
}

.listadocrow .doc_name {
    padding: 0.5rem;
}

div.lightorange {
    background-color: #e3a15d;
}

div.gray {
    background-color: #ddd;
}

div.faded, img.faded {
    opacity: 0.3;
}

div.bottomspace {
    padding-bottom: 0.6rem;
}

/*div.topspace {
    padding-top: 0.6rem;
}*/

div.toplargespace {
    padding-top: 1.4rem;
}

div.bottommargin {
    margin-bottom: 0.6rem;
}

.ninetyperc {
    width: 90%;
}

.tenperc {
    width: 10%;
}

.fiveperc {
    width: 5%;
}

.margin-bottom-1 {
    margin-bottom: 1rem;
}

.margin-top-1 {
    margin-top: 1rem;
}

.margin-top-0-8 {
    margin-top: 0.8rem;
}

.topmargin {
    margin-top: 0.6rem;
}

.margin-top-0-5 {
    margin-top: 0.5rem;
}


.topmarginneg{
    margin-top:-1rem;
}
.topbigmargin {
    margin-top: 1.5rem;
}

.leftmargin {
    margin-left: 4.6rem !important;
}

.rightmargin {
    margin-right: 2rem;
}

.rightshortmargin {
    margin-right: 0.6rem;
}

.alignleft {
    text-align: left;
}

.resetspaces {
    margin: 0;
    padding: 0;
}

.input-group-label {
    padding: 0 0.4rem;
}

.button.dropdown::after {
    content: none;
}

.loginBrandsSection {
    font-size: 1rem;
    color: #e3923f;
    font-weight: bold;
    margin-bottom: 0.5rem;
    border-bottom: #e3923f solid;
}
.bigborder {
    border-width: 0.2rem;
}

div.spacer {
    background-color: transparent;
    height: 0.6rem;
}

div.newsbox {
    margin: 0.4rem 0 0.4rem 0;
}

div.borderbottom {
    border-bottom: 0.1rem solid #ddd;
}

div.newsbox div.newsitem {
    border-radius: 3px;
    margin: 0.4rem 0 0.4rem 0;
    background: #f5f5f5;
}

    div.newsbox div.newsitem h5 {
        font-weight: bold;
        font-size: 0.9rem;
        margin: 0.4rem 0 0.2rem 0;
        height: 2.7rem;
        overflow: hidden;
    }

    div.newsbox div.newsitem div.imgc {
        border-radius: 3px;
        height: 6rem;
        overflow: hidden;
    }

    div.newsbox div.newsitem div.textc {
        margin: 0 0 0.2rem 0;
        border-radius: 3px;
    }

    div.newsbox div.newsitem div.imgc img {
        width: 100%;
        height: 100%;
    }

    div.newsbox div.newsitem p {
        font-size: 0.8rem;
        margin: 0.2rem 0 0.2rem 0;
    }

    div.newsbox div.newsitem a {
        font-style: italic;
        font-size: 0.8rem;
    }

@media only screen and (max-width: 64em) {
    div.newsbox div.newsitem p {
        margin-top: 0;
        margin-bottom: 0;
    }

    div.newsbox div.newsitem h5 {
        height: 1.5rem;
    }
}

div.event {
    border-right: 0.3rem solid #fff;
    background-color: #eee;
}

    div.event strong, p, a {
        font-size: 0.8rem;
    }

    div.event p {
        height: 2rem;
    }

.listaclieprom .mailicon {
    height: 1.7rem;
    width: 1.7rem;
}

.listaclieprom .brands {
    height: 2.5rem;
    width: 2.5rem;
}

@media only screen and (max-width: 40em) {
    div.event {
        text-align: left;
        border-right: 0;
    }
}

div.sideevent {
    margin-bottom: 1rem;
    background: #eee;
}

    div.sideevent strong, p, a {
        font-size: 0.8rem;
    }

    div.sideevent p {
        margin-bottom: 0.1rem;
    }

div.noborder {
    border: 0;
}

.nomargin {
    margin: 0;
}

div.event img {
    display: inline;
}

@media only screen and (min-width: 64em) {
    div.event img {
        display: inline;
        width: 20%;
    }
}

div.event strong {
    display: block;
}

div.event p {
    margin-bottom: 0.1rem;
}

div.sidemenu {
    margin-bottom: 0.4rem;
    padding: 0.6rem;
    /*background-color:#f5f5f5; 
    border-left: 0.4rem solid #004;
    border-right: 0.4rem solid #004;*/
    background-color: #eee;
    border-left: 0.4rem solid #fff;
    border-right: 0.4rem solid #fff;
}

@media only screen and (min-width: 64em) {
    div.sidemenu {
        border-right: 0;
    }
}

div.sitemap {
    width: 100%;
    background: #ddd;
    padding: 2rem 1rem;
    margin-top: 0.8rem;
}

    div.sitemap strong {
        display: block;
        font-size: 0.9rem;
    }

    div.sitemap a, div.sitemap span {
        display: block;
        font-size: 0.8rem;
    }

div.copyright {
    margin: 3rem 0 1rem 0;
    background-color: #f5f5f5;
    padding: 1rem;
    text-align: center;
    font-size: 0.9rem;
}

#main-menu a {
    font-size: 0.9rem;
}

.magadata .mailsender {
    position: relative;
    bottom: 0.2rem;
    padding-left: 0.3rem;
}

.verde_gallo {
    background: #52A423 !important;
}

.rosso_gallo {
    background: #e10000 !important;
}

@media only screen and (min-width: 64em) {
    #main-menu li :after {
        display: none;
    }
}

@media only screen and (min-width: 64em) {
    #main-menu li ::after {
        display: initial;
    }
}

.breadcrumbs li {
    font-size: 0.7rem;
}

    .breadcrumbs li a {
        font-size: 0.7rem;
    }

    .breadcrumbs li:not(:last-child)::after {
        top: 0px;
    }

img.quickicon {
    cursor: pointer;
}

span.quickicon {
    cursor: pointer;
}

a.topsidemenu img {
    margin-top: 30px;
}

a.topsidemenu {
    float: left;
    margin-left: 0.25rem;
}
.medium-cart .input-decimal {
    height: 1rem;
    width: 50%;
    margin-top: 0.2rem;
}

.large-cart .input-decimal {
    height: 1.8rem;
}

.input-decimal.oldvalue {
    text-decoration: line-through;
    font-size: smaller;
}

.smallerFont {
    font-size: smaller;
}

.flowrecap .dateinfo {
    font-size: small;
    margin-left: 0;
}

ul.arstyle {
    list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0 0 1rem 0;
}

    ul.arstyle li {
        padding-left: 0.5rem;
    }

        ul.arstyle li:before {
            content: "•";
            font-size: x-large;
            padding-right: 8px;
            color: #004;
            line-height: 1rem;
        }

p.userinfo {
    text-align: right;
    margin-top: 34px;
    margin-bottom: 0px;
    padding-right: 1.8rem;
    font-size: initial;
    border-right: 2px solid #004;
}

.square2rem {
    height: 2rem;
    width: 2rem;
}
@media only screen and (max-width:59.9999em) {
    p.userinfo {
        text-align: right;
        margin-top: 2.6rem;
        margin-bottom: 0;
        padding-right: 0;
        font-size: initial;
        border-right: 0;
    }
}

@media only screen and (max-width: 39.9999em) {
    p.userinfo {
        text-align: left;
        margin-top: 1rem;
        margin-bottom: 0;
        padding-right: 0;
        font-size: initial;
        border-right: 0;
    }
}

div.workers div.info {
    padding: 0;
}

    div.workers div.info p {
        margin: 0 0 0 0;
    }

@media only screen and (max-width:59.9999em) {
    div.workers {
        padding-top: 0.6rem;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 39.9999em) {
    div.workers {
        padding-top: 0;
        padding-bottom: 0.6rem;
    }
}

div.quicklink ul {
    list-style-image: url('https://media.csoftonline.it/images/img/favlistitem_blue.png');
}

    div.quicklink ul.add {
        list-style-image: url('https://media.csoftonline.it/images/img/addlistitem_blue.png');
    }

    div.quicklink ul.box {
        list-style-image: url('https://media.csoftonline.it/images/img/box_mini_icon_blue.png');
    }

@media only screen and (max-width:59.9999em) {
    div.quicklink {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 39.9999em) {
    div.quicklink {
        margin-bottom: 0.6rem;
    }
}

.flussi {
}

    .flussi span {
        display: inline;
    }

.flusso {
}

@media only screen and (min-width: 64em) {
    .flusso div div div a i {
        margin: 0 1rem;
    }
}

@media only screen and (max-width:59.9999em) {
    .flusso div div div a i {
        margin: 0 1rem;
    }

    .flusso div div div a span.info {
        display: block;
        margin: 0 0 0.2rem 0;
    }
}

@media only screen and (max-width: 39.9999em) {
    .flusso {
        padding-bottom: 1rem;
    }

        .flusso div div div a i {
            margin: 0 0 0 0;
        }
}

.flowpreview i {
    display: inline-block;
}

a.download {
    background-image: url('../img/downlistitem.png');
    background-position: left;
    padding-left: 16px;
    background-repeat: no-repeat;
}

a.view {
    background-image: url('https://media.csoftonline.it/images/img/viewlistitem.png');
    background-position: left;
    padding-left: 16px;
    background-repeat: no-repeat;
}

div.reducedpadding {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

div.spreadreducedpadding div.columns {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.reducedfont, .reducedfont input {
    font-size: 0.8rem;
}

.noleftpadding {
    padding-left: 0;
}

.norightpadding {
    padding-right: 0;
}

a.logout {
    color: #f44;
}

.expanded {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

@media only screen and (min-width: 64em) {
    .banner-slider {
        margin-right: 0;
        padding-right: 0;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.85;
    }

    100% {
        opacity: 0.7;
    }
}

.alert {
    animation: blink 1s;
    animation-iteration-count: infinite;
}

    .alert.noblink {
        animation: none;
    }

.alert_slow {
    animation: blink 2s;
    animation-iteration-count: infinite;
}

.labelalert {
    animation: blink 1s;
    animation-iteration-count: infinite;
}

.button.alert {
    animation: blink 1s;
    animation-iteration-count: infinite;
}

.button.noblink {
    animation: none;
}

.button.alertorange {
    animation: blink 1s;
    animation-iteration-count: infinite;
}

.progress.alert .progress-meter {
    animation: blink 1s;
    animation-iteration-count: infinite;
}

.pulsing {
    animation: pulse 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.progress.sent .progress-meter {
    background-color: gray;
}

.progress.management .progress-meter {
    background-color: orange;
}

.half {
    width: 50%;
}

.threequarters {
    width: 75%;
}

.completed {
    width: 100%;
}

.label.lowmargin {
    display: block;
    margin: 2px;
}

a.nostylelink {
    color: initial;
    text-decoration: none;
    font-size: initial;
}

@media only screen and (max-width: 39.9999em) {
    .half, .threequarters, .completed {
        width: 100%;
    }
}

.order ul li.is-active {
    font-weight: bold;
}

@media only screen and (max-width: 39.9999em) {
    .order ul li {
        display: none;
    }

        .order ul li.is-active {
            display: initial;
            width: 100%;
        }
}

.order .callout p {
    margin: 0;
}

.order button.alert {
    animation: none;
}

button.attachmentButton {
    background-image: url("https://media.csoftonline.it/images/img/blue/attachment_512_blue.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.5rem;
    height: 2.5rem;
    background-position: center;
}

button.approveButton {
    background-image: url("https://media.csoftonline.it/images/img/approve_512.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.5rem;
    height: 2.5rem;
    background-position: center;
}

span.approveButton {
    background-image: url("https://media.csoftonline.it/images/img/approve_512.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.switch-paddle span.approveButton {
    height: 2rem;
    width: 2rem;
}

button.closeButton {
    background-image: url("https://media.csoftonline.it/images/img/blue/close_512_blue.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.5rem;
    height: 2.5rem;
    background-position: center;
}

span.closeButton {
    background-image: url("https://media.csoftonline.it/images/img/blue/close_512_blue.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.switch-paddle span.closeButton {
    height: 2rem;
    width: 2rem;
}

.closeButton.disabled {
    background-image: url("https://media.csoftonline.it/images/img/close_512_grey_full.png") !important;
}

button.comments-chat-remove {
    margin-top: 0.15rem;
    height: 1rem;
    width: 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://media.csoftonline.it/images/img/close_512.png);
}

button.showButton {
    background-image: url("https://media.csoftonline.it/images/img/blue/arrowdown_512_blue.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.5rem;
    height: 2.5rem;
    background-position: center;
}

button.hideButton {
    background-image: url("https://media.csoftonline.it/images/img/blue/arrowup_512_blue.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.5rem;
    height: 2.5rem;
    background-position: center;
}

button.deleteButton,
a.deleteButton {
    background-image: url("https://media.csoftonline.it/images/img/close_512_red_full.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ff0000;
}
button.deleteButton,
a.deleteButton :hover{
background-color: #ff0000 !important;
}

button.searchButton {
    background-image: url("https://media.csoftonline.it/images/img/search_512.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

button.printButton {
    background-image: url("https://media.csoftonline.it/images/img/blue/printer_512_blue.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

button.printButtonexcel {
    background-image: url("https://media.csoftonline.it/images/img/blue/excel_512_blue.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

button.printButtonpdf {
    background-image: url("https://media.csoftonline.it/images/img/blue/pdf_512_blue.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

button.editButton {
    background-image: url("https://media.csoftonline.it/images/img/blue/edit_512_blue.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    button.editButton.small {
        background-image: url("https://media.csoftonline.it/images/img/blue/edit_blue_full.png");
    }

button.menuButtonWh {
    background-image: url("https://media.csoftonline.it/images/img/blue/mode_512_blue.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

button.menuButton {
    background-image: url("https://media.csoftonline.it/images/img/mode_512.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    button.menuButton.white {
        background-image: url("https://media.csoftonline.it/images/img/mode_512.png") !important;
    }

button.backButton.white,
i.backButton.white,
div.backButton.white {
    background-image: url("https://media.csoftonline.it/images/img/back_512.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.5rem;
    height: 2.5rem;
    background-position: center;
}

button.addButton,
input.addButton {
    background-image: url("https://media.csoftonline.it/images/img/blue/add_512_blue.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.5rem;
    height: 2.5rem;
    background-position: center;
}

button.subButton,
input.subButton {
    background-image: url("https://media.csoftonline.it/images/img/blue/minus_512_blue.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.5rem;
    height: 2.5rem;
    background-position: center;
}

button.resetButton {
    background-image: url("https://media.csoftonline.it/images/img/blue/reset_512_blue.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.5rem;
    height: 2.5rem;
    background-position: center;
}

button.saveButton {
    background-image: url("https://media.csoftonline.it/images/img/blue/save_512_blue.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.5rem;
    height: 2.5rem;
    background-position: center;
}

button.selectAllButton {
    background-image: url("https://media.csoftonline.it/images/img/blue/selectall_512_blue.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.5rem;
    height: 2.5rem;
    background-position: center;
}

button.deSelectAllButton {
    background-image: url("https://media.csoftonline.it/images/img/blue/deselectall_512_blue.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.5rem;
    height: 2.5rem;
    background-position: center;
}

button.refreshButton {
    background-image: url("https://media.csoftonline.it/images/img/circular_512_wb.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.5rem;
    height: 2.5rem;
    background-position: center;
	background-color: transparent !important;
    z-index:2;
    margin-top:-1.5rem;
}



button.halfHeight {
    height: 1.5rem;
}

button.heightLikeInput {
    height: 2.4375rem !important;
}

.tinyBtn {
    width: 1rem !important;
    height: 1rem !important;
    background-position: center !important;
}

.mediumBtn {
    width: 2.5rem !important;
    height: 2.5rem !important;
    background-position: center !important;
}

@media only screen and (max-width: 39.9999em) {
    .small-text-right {
        text-align: right;
    }
}

@media only screen and (max-width: 39.9999em) {
    .small-text-left {
        text-align: left !important;
    }

    .small-noMargin {
        margin: 0 !important;
    }

    .small-float-right {
        float: right !important;
    }

    .small-float-left {
        float: left !important;
    }
}

@media only screen and (max-width:59.9999em) {
    .medium-text-right {
        text-align: right;
    }

    .medium-text-left {
        text-align: left;
    }

    .medium-noMargin {
        margin: 0 !important;
    }

    .medium-marginTop {
        margin-top: 0.8rem;
    }
}

.marchioauto {
    display: block;
    width: 4.2rem;
    height: 4.2rem;
    margin: 0;
}

.accordion-title {
    padding: 0.2rem 1rem;
}

.accordion-title div.count {
    padding-top: 0;
    /*padding-top: 0.4rem;*/
    margin: 0;
}

.accordion-title span.convcount {
    display: inline;
    font-size: 0.8rem;
    background-color: #004;
    color: #f5f5f5;
    padding: 0.3rem 0.6rem;
    border-radius: 10%;
}

.accordion-title h5 {
    margin: 0;
}

.accordion-title.noplus::before {
    content: none !important;
}

.accordion-title div.icons {
    margin: 0 3rem 0 0;
}

.accordion-title div.icons img {
    width: 2rem;
    border-radius: 50%;
    border: 1px solid #888;
}


@media only screen and (max-width:39.9999em) {
    .accordion-title div.count {
        padding-top: 0.4rem;
        margin: 0 2% 2% 2%;
    }
}

.accordion-title span.convcount {
    display: inline;
    font-size: 0.8rem;
    background-color: #004;
    color: #f5f5f5;
    padding: 0.3rem 0.6rem;
    border-radius: 10%;
}

.accordion-content {
    background: #f5f5f5;
}

    .accordion-content h5 {
        margin: 0;
    }

    .accordion-content.nocolor {
        background: none !important;
    }

img.ecoleft {
    width: 6rem;
    height: auto;
    margin: 0 0.4rem 0.4rem 0;
}

img.brandleft {
    width: 2.2rem;
    height: 2.2rem;
    margin: 0 0.4rem 0.4rem 0;
}

.censimento ul li.is-active {
    font-weight: bold;
}

@media only screen and (max-width: 39.9999em) {
    .censimento ul li {
        display: none;
    }

        .censimento ul li.is-active {
            display: initial;
            width: 100%;
        }
}

.lobibox-body {
    font-size: 0.8rem !important;
}

.orderedgrid a {
    font-size: initial !important;
}

.fattmobile img {
    position: relative;
    top: -0.3rem;
    height: 2rem;
    width: 2rem;
}

/*******Loading panel*********/
#loadingpanel {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 99;
    background-image: url("https://media.csoftonline.it/images/logos/loader_generic.gif");
    background-position: center;
    background-repeat: no-repeat;
}

#loadingpanelmap,
.loadingpanel {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 10;
    background-image: url("https://media.csoftonline.it/images/logos/loader_generic.gif");
    background-position: center;
    background-repeat: no-repeat;
}

    .loadingpanel.fakecenter {
        background-position-y: 14rem !important;
    }

    .loadingpanel.solid {
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 1;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 10;
        background-image: url("https://media.csoftonline.it/images/logos/loader_generic.gif");
        background-position: center;
        background-repeat: no-repeat;
    }
/*****************************/


.commento_trader {
    width: 70%;
    box-shadow: 3px 3px 5px #ddd;
    /*background: #e9e9e9;*/
    border-radius: 0.3rem;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
    margin-bottom: 0.4rem;
}

    .commento_trader .hour {
        display: block;
        font-size: 0.6rem;
        color: #838383;
        text-align: right;
        float: right;
        margin: 0.2rem 0.1rem auto 0.1rem;
    }

        .commento_trader .hour span {
            position: relative;
            bottom: -0.3rem;
        }

.comments_chat div div {
    width: 30%;
    height: 100%;
    padding: 0.2rem 0.3rem 0 0;
    /* margin: 1rem 0.3rem 0.3rem 0; */
    display: inline-block;
    vertical-align: middle;
}

.comments_chat .date {
    width: 15% !important;
    margin: 0.2rem auto 0.5rem auto;
    background-color: #d4e9f4;
    text-align: center;
    font-size: 0.6rem;
    font-weight: bold;
    border-radius: 0.3rem;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
}

.comments_chat {
    height: 10rem;
    overflow-y: scroll;
    padding: 0.3rem 0 0.3rem 0;
    background-color: #f5f5f5;
}

    .comments_chat .other {
        background-color: #eee;
    }

    .comments_chat .mine {
        background-color: #e1fdc7;
    }

.attachmentShowList {
    padding: 0.3rem 0 0.2rem 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div.noinput input {
    border: 0;
    background-color: transparent;
    box-shadow: none;
    padding: 0.5rem 0 0.5rem 0;
}

div.relative-zero {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ar_border {
    /*border-radius: 10px;*/
    border: 2px solid #004 !important;
}

    .ar_border.rounded {
        border-radius: 10px;
        /*border: 2px solid #004;*/
    }

.ar_border_thin {
    /*border-radius: 10px;*/
    border: solid #004 !important;
}

.panelcounter {
    float: left;
    padding: 0.3rem;
    background-color: #004;
    color: #fff;
    margin: 0 0.3rem 0.2rem 0;
    font-size: 0.85rem;
    line-height: 1rem;
    cursor: pointer;
}

    .panelcounter.white {
        background-color: #fff !important;
        color: #004 !important;
    }

div.panelback span.text {
    padding: 0.3rem 0.8rem 0.3rem 0.5rem;
}

div.panelback span.sign {
    font-size: 2rem;
}

.resoitem .ordineval {
    margin-top: 0.35rem;
}

.largeFontBold {
    font-size: large;
    font-weight: bold;
}

.largerFont {
    font-size: larger;
}

/*****swicth*****/
.traderItems .switch-paddle {
    font-size: small;
    height: 2.2rem;
    background: #b0b0b0;
}

/*.switch-paddle::after {
    top: 0.33rem !important;
}*/

.traderItems .editcomment_icon {
    height: 1rem;
}

input:checked ~ .switch-paddle.fillWidth::after {
    left: calc(100% - 2rem) !important;
}
/*****************/

.traderItems .rembutton {
    font-size: x-small;
    width: 4rem;
    margin: 0.2rem 0 0 0.5rem !important;
}

#rubri_download ul {
    list-style-image: url(https://media.csoftonline.it/images/img/blue/arrowdown_blue.png);
    margin-left: 3rem;
}

    #rubri_download ul li {
        position: relative;
    }

    #rubri_download ul span {
        text-decoration: underline;
        color: #004;
        position: absolute;
        top: 0.2rem;
        cursor: pointer;
    }

        #rubri_download ul img {
            height:1.8rem;
            margin: 0 0 0 0.5rem;
            cursor:pointer;
        }

#checksImport img {
    margin-left: 0.5rem;
    height: 1.5rem;
    width: 1.5rem;
}

.listaerrori div.errdiv {
    text-align: center;
}

.listaerrori .errimg {
    height: 1.5rem;
    width: 1.5rem;
    margin-bottom: 0.5rem;
}


.asBlock {
    display: block;
}

.notVisible {
    display: none;
}

div.riassuntopromo {
    line-height: 1.2rem;
}

p.mailchiusure {
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.dotsIfContentOverflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*PROMOTER*/
.borderTop {
    border-top: 1px solid #222222 !important;
}

.smallImg {
    width: 30px !important;
}

.noPaddingBottom {
    padding-bottom: 0 !important;
}

.smallFontSize {
    font-size: small !important;
}

.centodieci {
    height: 110px;
    width: 110px;
}

textarea.ng-invalid-required.ng-touched {
    border-color: red;
}

div.Sede {
    float: left;
    width: 180px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 5px;
}

div.info {
    margin: 10px 2px 10px 10px;
    padding: 0;
}

div.RightSide div.Grid div.PromColumnLargeLeft div.info a {
    background-image: url('https://media.csoftonline.it/images/icons/email.png');
    background-repeat: no-repeat;
    background-position: left;
    padding: 0px 0px 0px 18px;
}

button.bigprint {
    font-size: 1.5rem;
}

.button.printinlane {
    margin-top: 25px;
    font-size: 1.3rem;
}

.button.printbig {
    font-size: 1.3rem;
}

span.step {
    position: absolute;
    top: -0.8rem;
    right: -0.8rem;
    background: red;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
}

div.fatannmob {
    text-align: right;
    padding-right: 1rem !important;
}

.gestvisitafilter{
    line-height:1;
    height:1.5rem;
}

.noPaddingRight{
    padding-right:0rem;
}

.noPaddingLeft{
    padding-left:0rem;
}

.itemadded {
    background-color: #e6f7d9 !important;
}

.bagdecounter {
    margin: 0 0 0 0.2rem !important;
    position: relative;
    top: -0.2rem;
    font-size: 0.8rem;
    padding: 0.1rem 0 0 0 !important;
}

.cancelbutton {
    background-color: #ff0000 !important;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

    .cancelbutton:hover {
        background-color: #cc0000 !important;
    }

.button.inlane {
    margin-top: 22px;
}

.tabBorderNone ul {
    border: none;
}

#formaffiliazioni {
    margin: 0;
}

.gridbutton {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.gridmargintop {
    margin-top: 0.3rem;
}

button.grideditButton {
    background-image: url("https://media.csoftonline.it/images/img/blue/edit_512_blue.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

button.gridapproveButton {
    background-image: url("https://media.csoftonline.it/images/img/blue/approve_512_blue.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

button.griddeleteButton {
    background-image: url("https://media.csoftonline.it/images/img/close_512_red_full.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ff0000;
}

button.gridprintButtonpdf {
    background-image: url("https://media.csoftonline.it/images/img/blue/pdf_512_blue.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

button.downloadButton {
    background-image: url("https://media.csoftonline.it/images/img/blue/download_512_orange_full_blue.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

button.linkButton {
    background-image: url("https://media.csoftonline.it/images/img/blue/open_link_512_orange_full_blue.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#login_gdpr p {
    font-size: x-small;
}

.lonngdropdown button {
    font-size: 0.8rem;
}

.inputWidth27 {
    width: 27rem;
}

.marginTopSpecial {
    margin-top: 1.8rem;
}

.marginBottomSpecial {
    margin-bottom: 1.8rem;
}

.floatCLear {
    clear: both;
}

tr.selectedrow, div.selectedrow {
    background-color: #004 !important;
    color: #fff !important;
}

.ritiroColor {
    background: #c3c0c0 !important;
    color: #ffffff !important;
}

.noBorderRadius {
    border-radius: 0 !important;
}

.rltbtnactive {
    opacity: 1 !important;
}

.rltbtn1 {
    background-color: red;
    color: #fff;
    opacity: 0.2;
    display: inline;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 0.85em 1em;
    font-size: 0.8rem;
    width: 100%;
}

.rltbtn2 {
    background-color: orange;
    opacity: 0.2;
    display: inline;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 0.85em 1em;
    font-size: 0.8rem;
    width: 100%;
}

.rltbtn3 {
    background-color: yellow;
    opacity: 0.2;
    display: inline;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 0.85em 1em;
    font-size: 0.8rem;
    width: 100%;
}

.rltbtn4 {
    background-color: green;
    color: #fff;
    opacity: 0.2;
    display: inline;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 0.85em 1em;
    font-size: 0.8rem;
    width: 100%;
}

.tgladjlbl {
    line-height: 2em;
}

.titleclosebuttontext {
    padding-left: 40px;
    display: inline-block;
}

button.bias0 {
    background-color: red;
    color: #fff;
}

button.bias1 {
    background-color: yellow;
    color: #000;
}

button.bias2 {
    background-color: green;
    color: #fff;
}

.button.bias0:hover, .button.bias0:focus {
    background-color: #B20000;
    color: #fff;
}

.button.bias1:hover, .button.bias1:focus {
    background-color: #E5E500;
    color: #000;
}

.button.bias2:hover, .button.bias2:focus {
    background-color: #006600;
    color: #fff;
}

.lightyellow {
    background-color: #FFFFAC !important;
}

.underlinedtext {
    text-decoration: underline;
}

/* academy */

div.academyRowTitle {
    padding: 0.4rem;
    background-color: #f28411;
    color: #f5f5f5;
    font-size: 15pt;
}

div.academyCatalogCategory {
    margin: 0;
    padding: 0;
    position: relative;
}

div.academyCourseImg {
    position: relative;
}

div.academyCatalogCategory img {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .5s ease;
}

div.academyCatalogCategory:hover img {
    opacity: 0.8;
}

div.academyCatTitle {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0em;
    width: 100%;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #f28411;
    font-size: 13pt;
}

div.academyFoTitle {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0em;
    width: 100%;
    background-color: rgba(240, 240, 240, 0.8);
    color: #222;
    font-style: italic;
}

.is-accordion-submenu-parent > a::after {
    display: none;
}

li.academySideNavItem {
    margin-bottom: 0.6rem;
}

    li.academySideNavItem a {
        text-transform: uppercase;
        font-size: 11pt;
        color: #222;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        li.academySideNavItem a span.text {
            border-bottom: 2px solid #f28411;
            padding: 0.4rem;
        }

        li.academySideNavItem a span.symbol {
            color: #f28411;
        }

li.academySideNavDetail {
    padding: 0.3rem 1.8rem 0.3rem 0rem;
}

    li.academySideNavDetail a {
        border-bottom: 2px dotted #777;
        color: #777;
        transition: .5s ease;
        text-transform: none;
    }

        li.academySideNavDetail a:hover {
            color: #444;
        }

div.academyGreyBox {
    background-color: #e9e9e9;
    border-radius: 0.6rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

    div.academyGreyBox div.courseItem {
        padding: 0.6rem 0 0.6rem 0;
    }

div.academySubtitle {
    border-bottom: 1px solid #999;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 0.6rem;
    color: #777;
}

div.academyCourseDescr li {
    font-size: 0.8rem;
}

.orangeQuestio{
    background-color: #fbc690 !important;
}

.closeButtonQuestio{
    left: 0.5rem !important;
    right: 0 !important;
    top: 0.2rem !important;
    margin: 0 !important;
}

.surveyImg{
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 1rem;
    margin-bottom: 0.3rem;
}

.sizeTitleSurvey{
    font-size: 1rem;
}

.pSurvey {
    display: inline!important;
}

.buttonSurvey{
    /*animation: blink 1s;
    animation-iteration-count: infinite;*/
    margin: 0 !important;
    background-color: #fefefe;
    color: #004;
    border: 1px solid #004;
}

.buttonSurvey:hover, .buttonSurvey:focus {
    background-color: #fefefe;
    color: #004;
    border: 1px solid #004;
}

.thumbmygraph{
    border: solid 4px #fefefe;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    display: block;
    line-height: 0;
    max-width: 100%;
    transition: box-shadow 200ms ease-out;
    border-radius: 3px;
    margin-bottom: 1rem;
}

.otpcoin {
    height: 1rem;
    width: 1rem;
    margin-left: 0.5rem;
    margin-bottom: 0.2rem;
}

.hlrpadtb{
    padding-top:0.5rem;
    padding-bottom:0.5rem;
}

.sv_body{
    border-color: white !important;
}

.sv_header{
    border-bottom: 0.1rem solid rgb(227, 146, 63) !important;
    /*border-bottom-color: rgb(227, 146, 63) !important;*/
}

.sv_next_btn {

    text-align: center !important;
    line-height: 1 !important;
    cursor: pointer !important;
    -webkit-appearance: none !important;
    transition: background-color 0.25s ease-out, color 0.25s ease-out !important;
    vertical-align: middle !important;
    border: 1px solid transparent !important;
    border-radius: 3px !important;
    padding: 0.85em 1em !important;
    margin: 0 0 1rem 0 !important;
    font-size: 0.9rem !important;
    background-color: #004 !important;
    color: #fff !important;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
    /*height: 2rem !important;*/
}

.sv_prev_btn {

    text-align: center !important;
    line-height: 1 !important;
    cursor: pointer !important;
    -webkit-appearance: none !important;
    transition: background-color 0.25s ease-out, color 0.25s ease-out !important;
    vertical-align: middle !important;
    border: 1px solid transparent !important;
    border-radius: 3px !important;
    padding: 0.85em 1em !important;
    margin: 0 0 1rem 0 !important;
    font-size: 0.9rem !important;
    background-color: #004 !important;
    color: #fff !important;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
    /*height: 2rem !important;*/
}

.sv_complete_btn{

    text-align: center !important;
    line-height: 1 !important;
    cursor: pointer !important;
    -webkit-appearance: none !important;
    transition: background-color 0.25s ease-out, color 0.25s ease-out !important;
    vertical-align: middle !important;
    border: 1px solid transparent !important;
    border-radius: 3px !important;
    padding: 0.85em 1em !important;
    margin: 0 0 1rem 0 !important;
    font-size: 0.9rem !important;
    background-color: #004 !important;
    color: #fff !important;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
    /*height: 2rem !important;*/
}

.sv_start_btn{

    text-align: center !important;
    line-height: 1 !important;
    cursor: pointer !important;
    -webkit-appearance: none !important;
    transition: background-color 0.25s ease-out, color 0.25s ease-out !important;
    vertical-align: middle !important;
    border: 1px solid transparent !important;
    border-radius: 3px !important;
    padding: 0.85em 1em !important;
    margin: 0 0 1rem 0 !important;
    font-size: 0.9rem !important;
    background-color: #004 !important;
    color: #fff !important;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
    /*height: 2rem !important;*/
}

.sv_q_title {
    font-size: 1.1rem !important;
}

.hlrpadtb {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.lstexp {
    margin-top: -1rem;
    font-size: smaller;
}

.fdisabled {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none;
}

.sv_progress .sv_progress_bar span {
    width: 10rem !important;
}

.sv_q_rating_item_text {
    width: 4rem !important;
}

.areasyborder{
    border-color:red;
}

.noPaddingLeftChildren div{
    padding-left: 0;
}

#beeTip_panel > *{
    cursor: default !important;
}

.progressbar {
    width: 0.1%;
    /*height: 0.12rem;*/
    height: 2px;
    background-color: #004;
    float: left !important;
    opacity: 0.6;
}

.oval {
    /*width: 4rem;
  height: 1.5rem;*/
    border-radius: 4px;
    border: 1px solid #E3923F;
}

.break-word {
    word-break: break-word;
}

/*msgs*/
.msgcallout {
}

.msgpointer {
    cursor: pointer;
}

#msgcontainer {
    padding: 0;
    position: relative;
}

    #msgcontainer::-webkit-scrollbar {
        display: none;
    }

.msgmessage {
    padding: 0.2rem 0;
    position: relative;
    background: rgba(255, 255, 255, 100);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    /*border-bottom-width:1px;*/
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: lightgray;
    overflow: hidden;
    display: flex;
}

    .msgmessage:nth-last-child(2) {
        padding: 0.2rem 0;
        position: relative;
        background: rgba(255, 255, 255, 100);
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-width: 0;
        border-bottom-style: solid;
        border-bottom-color: lightgray;
        overflow: hidden;
        display: flex;
    }

.msgmessagetofillholder {
    width: 0;
    height: 0;
    padding: 0;
}

.msgmessagetofill {
    padding: 0.2rem 0;
    position: relative;
    background: rgba(255, 255, 255, 0);
    overflow: hidden;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    /*border-bottom-width:1px;*/
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: lightgray;
    /*color:#fff;*/
    display: flex;
}

.msgmessagetofill-add {
    color: #222;
    transition: color 0.07s ease;
    -o-transition: color 0.07s ease;
    -ms-transition: color 0.07s ease;
    -moz-transition: color 0.07s ease;
    -webkit-transition: color 0.07s ease;
}

.msgmessagetofill-add-active {
    /*color:#fff;*/
    color: #222;
}

.msgmessageselectedfill {
    z-index: -1;
    /*background-color:#E3923F !important; a S. non piaceva */
    /*background-color:#E88D67 !important;*/
    background-color: #F5f5f5 !important;
    color: #000;
    border-radius: 5px;
    position: absolute;
    height: 100%;
}

.msgmessageselectedfill-add {
    top: 100%;
    /*background-color:#E3923F !important; a S. non piaceva */
    /*background-color:#E88D67 !important;*/
    background-color: #F5f5f5 !important;
    z-index: -1;
    transition: top 0.07s ease-in;
    -o-transition: top 0.07s ease-in;
    -ms-transition: top 0.07s ease-in;
    -moz-transition: top 0.07s ease-in;
    -webkit-transition: top 0.07s ease-in;
}

.msgmessageselectedfill-add-active {
    /*background-color:#C9B79C !important;*/
    background-color: #F5f5f5 !important;
    top: 0%;
}

.msgborder {
    z-index: 3;
    margin-top: 3px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: lightgray;
    width: 100%;
    /*left:10%;*/
    /*position:relative;*/
    position: absolute;
    bottom: 0px;
}

.msgborderunseen {
    /* position: relative; 
    z-index:10; 
    width:90%;
    left:5%;
    height:0.5rem; 
    background-color:#E3923F;*/
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #E3923F;
    /* width:95%;
    left:2.5%;*/
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 3;
}

.msgseenqualizer {
    z-index: 3;
    margin-bottom: 4px;
    display: contents;
}

.msgviewbox {
    margin-top: 1rem;
    /* border-style:ridge;
    border-width:1px;
    border-radius:1px;
   white-space:pre-line;*/
}

.msgpadding {
    padding: 1rem 0;
}

.msgmargin {
    margin-top: 1rem !important;
}

.msginsidemsg {
    margin: 0.5rem;
}

.msginsidemsgbox {
    border-right-style: inset;
    border-right-width: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    /*exp feature*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.msgoverbroder {
    margin-top: 0.8rem;
    /*border-right-style:groove;
    border-right-width:1px;
    border-left-style:groove;
    border-left-width:1px;*/
}

.msgdata {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0.5rem;
}

.msgdatatext {
    font-size: 0.8rem;
    opacity: 0.8;
    margin-right: 0.7rem;
    font-style: italic;
}

.msgcat {
    float: right;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0.4rem;
}

.msgcattext {
    font-size: 0.8rem;
    opacity: 0.8;
    margin-right: 0.7rem;
}

.msgtitle {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0.5rem;
    margin-left: 0.7rem;
    text-indent: -0.7rem;
    width: 99%;
}

.msgtitletext {
    margin-left: 0.7rem;
    font-weight: bold;
    font-size: 1.0rem;
}

.feedbackbox {
    white-space: normal;
    /*text-align:center;
    border: 1px solid rgba(10, 10, 10, 0.25); */
    /*width:50%;*/
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

.feedbackbutton {
    width: 2.5rem !important;
    height: 2.5rem !important;
    margin-bottom: 0.5rem;
}

.msghumbdown {
    background-image: url('https://media.csoftonline.it/images/icons/thumbsdown-white.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 4.0rem;
    height: 2.0rem;
    background-position: center;
    margin-top: 0.5rem;
}

.msgthumbup {
    background-image: url('https://media.csoftonline.it/images/icons/thumbsup-white.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 4.0rem;
    height: 2.0rem;
    background-position: center;
    margin-top: 0.5rem;
}

.msgthumbuponly {
    background: url(https://media.csoftonline.it/images/icons/thumbsup-green.jpg);
    /*background-color:green;*/
    /*-webkit-mask-image: url(https://media.csoftonline.it/images/icons/thumbsup-white.png);*/
    /*-webkit-mask-image: url(https://media.csoftonline.it/images/icons/thumbsup-green.jpg);*/
}

    .msgthumbuponly:hover {
        background-color: #006400 !important;
    }

.msgthumbdownonly {
    background-image: url('https://media.csoftonline.it/images/icons/thumbsup-red.jpg');
    /*background-color:red;*/
    /*-webkit-mask-image: url(https://media.csoftonline.it/images/icons/thumbsdown-white.png);*/
    /*-webkit-mask-image: url(https://media.csoftonline.it/images/icons/thumbsup-red.jpg);*/
}

    .msgthumbdownonly:hover {
        background-color: #8B0000 !important;
    }

/*.switch-paddle.msgpaddle {
    width: 3.5rem;
    height: 1.75rem;
    border-radius:25px;
}
input:checked ~ .switch-paddle.msgpaddle::after {
      left: 2.00rem;
}


.switch-paddle.msgpaddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.25rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.25rem;
    transition: all 0.25s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 50px;
}

.msgtogglelabel {
    font-size:smaller;
    display:block;
}*/

.msgsearcher {
    border-radius: 4px;
}

.msgnomsg {
    margin-top: 1rem;
    text-align: center;
}

.msgnotrow {
    font-size: smaller;
    padding: 0.25rem !important;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ddd;
    position: relative;
    cursor: pointer;
}

    .msgnotrow:nth-last-child(2) {
        border-bottom-width: 0;
    }

.msgnotdropdown {
    width: 25rem;
    padding: 0 !important;
    border-radius: 4px;
}

.msgnotdropdownheader {
    text-align: left;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-width: 1px;
    border-bottom-style: groove;
    font-size: smaller;
}

.msgnotdropdownfooter {
    background-color: #f7f7f7;
    text-align: center;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    text-decoration: underline;
}

.msgnotdropdownfooterdatatext {
    font-size: 0.8rem;
    opacity: 0.8;
    font-style: italic;
    margin-right: 0.25rem;
}

.msglinguettaright {
    background-image: url('https://media.csoftonline.it/images/icons/chevron-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 5.0rem;
    height: 2.5rem;
    background-position: center;
    margin-top: 0.5rem;
}

.msgicon {
    padding: 0.3rem !important;
    width: inherit;
    height: inherit;
    font: 0/0 a;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .msgicon .plaincent {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

.msgnoticon {
    padding: 0.4rem !important;
    width: inherit;
    height: inherit;
    font: 0/0 a;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .msgnoticon .plaincent {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

.msgnotificationbody {
    padding: 0.2rem 0.2rem 0.2rem 0 !important;
}

.msgnotificationlinguetta {
    float: right;
    width: 0.6rem;
    z-index: 2;
    height: 100%;
    position: absolute;
    right: 0;
    top: -0.0rem;
}

.msglinguettanotright {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.maskstyle {
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    width: 100%;
    height: 100%;
}

.msglinguetta {
    float: right;
    width: 0.6rem;
    z-index: 2;
    height: 100%;
    position: absolute;
    right: 0;
    top: -0.0rem;
    margin-top: 0.2rem;
    border-top-right-radius: 4px;
}

.msgfiltercat {
    width: 95%;
}

.dropdown.menu .submenu {
    z-index: 80;
}

.fieldsSedeOp {
    width: -webkit-fill-available;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
}

.plateCoin {
    height: 1rem;
    width: 1rem;
    margin-bottom: 0.2rem;
}

.negmargUp {
    margin-top: -0.4rem;
    margin-bottom: 0.4rem;
    outline: none;
    box-shadow: none;
}

.aspcSocial {
    height: 3rem;
    width: 3rem;
    margin-top: 0.5rem;
}

.plate1rem {
    font-size: 1.0rem !important;
}

.platecontainer {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.calloutfitplate {
    padding-left: 0px;
    padding-right: 0.02rem;
}

.platecontainererr {
    border-bottom: 1px solid #e6e6e6;
}

.platesmallerfont {
    font-size: 0.7rem;
}

.brandsShowTrader {
    height: 3.5rem;
    width: 3.5rem;
    float: left;
    margin: .1rem .1rem;
    cursor: pointer;
}

.brandsShowTrader.bigger {
    height: 6rem !important;
    width: 6rem !important;
}

.tooltipAr {
        position: relative;
        display:inline-block;
    }

        .tooltipAr .tooltiptext {
            visibility: hidden;
            width: 120px;
            background-color: black;
            color: #fff;
            text-align: center;
            border-radius: 6px;
            padding: 5px 0;
            /* Position the tooltip */
            position: absolute;
            top: -2.5rem;
            left: -2rem;
            z-index: 1;
        }
		
		#saveItemsButton .tooltipAr.badge .tooltiptext{
        top: -6.5rem !important;
        left: -5.3rem !important;
        padding: .5rem;
        font-size: .8rem;
        width:12rem;
    }

            .tooltipAr .tooltiptext::after {
                content: " ";
                position: absolute;
                top: 100%; /* At the bottom of the tooltip */
                left: 50%;
                margin-left: -5px;
                border-width: 5px;
                border-style: solid;
                border-color: black transparent transparent transparent;
            }

        .tooltipAr:hover .tooltiptext {
            visibility: visible;
        }
		
		 .tooltipAr .tooltipAStext {
        visibility: hidden;
        width: auto;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        /* Position the tooltip */
        position: absolute;
        top: -4.5rem;
        left: -2rem;
        z-index: 1;
    }

        .tooltipAr .tooltipAStext::after {
            content: " ";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: black transparent transparent transparent;
        }

    .tooltipAr:hover .tooltipAStext {
        visibility: visible;
    }
        
/* nuova homepage */
.hp_top_panels {
    padding-top: 0.2rem;
    margin-bottom: 0.4rem;
}

    .hp_top_panels .title_section {
        color: #000044;
        font-style: italic;
        font-size: medium;
        font-weight: bold;
    }

    .hp_top_panels .title_icons {
        max-width: 2rem;
        margin-right: 0.5rem;
    }

    .hp_top_panels .artEnumerator {
        font-size: 0.7rem;
        background-color: transparent;
        padding: 0.3rem 0;
        float: right;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        right: -0.25rem;
    }

        .hp_top_panels .artEnumerator.orange_border {
            color: #000044;
        }

        .hp_top_panels .artEnumerator.green_border {
            color: #5da423;
        }

    .hp_top_panels .brand_imgs {
        height: 1.8rem;
        margin: 0;
        border: none;
    }

        .hp_top_panels .brand_imgs.smaller {
            height: 1.3rem !important;
        }

.listamarchi li {
    display: block;
    position: relative;
    float: left;
    /*margin-left: 50px;
    margin-bottom: 50px;*/
}

/** detail panel **/

.details-pane {
    display: none;
    color: #414141;
    background: transparent;
    /*border: 1px solid #a9a9a9;*/
    /*border-radius: 3px;*/
    position: absolute;
    z-index: 99999;
    /*width: 530px;*/
    padding: 2px;
    text-align: left;
    /*-webkit-box-shadow: 1px 3px 3px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 3px 3px rgba(0,0,0,0.4);
    box-shadow: 1px 3px 3px rgba(0,0,0,0.4);*/
}

    .details-pane.operations {
        top: 0;
        left: 3.6rem;
    }

    .details-pane.brandname {
        top: 0;
        right: 100%;
    }

    .details-pane .insidepanel {
        width: max-content;
        cursor: pointer;
    }

    .details-pane .panelink {
        padding: 0.2rem 0.5rem;
        display: inline-block;
        text-align: center;
        color: #fff;
        font-weight: bold;
        /*cursor: pointer;*/
        margin-bottom: 0.3rem;
        border-radius: 10px;
    }

    .details-pane .addImg {
        height: 1.3rem;
        position: relative;
        top: -0.2rem;
    }

.hvrlink {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}
    /** hover styles **/
    .hvrlink:hover + .details-pane {
        display: block;
    }

    .hvrlink:hover + .details-pane + .brandname {
        display: block;
    }

.details-pane:hover {
    display: block;
}

button.searchButtonBlue {
    background-image: url("https://media.csoftonline.it/images/img/blue/search_512_blue.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.imgBrand2-with-border {
    height: 2em;
    border-width: 2px;
    border-style: solid;
    border-color: white;
} 

.padding-top-0-5rem {
    padding-top: 0.5rem;
}

.padding-bottom-0-3rem {
    padding-bottom: 0.3rem;
}

.padding-top-0-2rem {
    padding-top: 0.2rem;
}

.padding-bottom-0-2rem {
    padding-bottom: 0.2rem;
}

.padding-left-0-3 {
    padding-left: 0.3rem;
}

.padding-right-1-3 {
    padding-right: 1.3rem;
}

.padding-right-0-3 {
    padding-right: 0.3rem;
}

.margin-top-2 {
    margin-top: 2rem;
}

.margin-top-075 {
    margin-top: 0.75rem;
}

/**************/

.integrationInvite {
    color: #e3923f;
    float: right;
    text-align: right;
}

    .integrationInvite span {
        font-size: 0.8rem;
        color: #E3923F;
        margin-right: 0.5rem;
    }
	
	.integrationInvite a {
		 font-weight: bold;
        padding: 0.1rem;
        float: right;
        border-radius: 0.2rem;
        font-size: 0.8rem;
        background-color: #e3923f;
        color: #fff;
	}
	
	.thumbnailAS {
    border: solid 4px #fefefe;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: box-shadow 200ms ease-out;
    border-radius: 3px;
    margin-bottom: 0;
    height: 2.5rem;
    width: 2.5rem;
}


/*------------- Chat component -------------------*/

#chatContainer{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 300;
    width: auto;
    /*min-height: 3rem;*/
    margin-right: 1.5rem;
}

.chatListConteiner{
    float: right;
    position: fixed;
    bottom: 0;
    right: 1rem;
    width: 11rem;
}

.fbNubButton{
    border: none;
    background: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    padding-left: 12px;
    padding-right: 12px;
    background: #F5F6F7;
    border: 1px solid rgba(132, 132, 132, 0.3);
    border-width: 1px 0 0;
    box-sizing: border-box;
    color: #333;
    display: block;
    font-weight: bold;
    height: 2rem; /*29px;*/
    outline: none;
    padding: 6px 4px 5px;
    position: relative;
    font-size: 1rem;
    z-index: 1;
}

.fbNubButtonHeight{
    height: 2.6rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.labelChatDiv{
    position: relative;
    top: -2px;
}

.labelChat{
    font-size: 13px;
    font-weight: 600;
    /*line-height: 16px;*/
    line-height: 1.2rem;
    margin-right: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rfloat{
    float: right;
}

.lfloat{
    float: left;
}

.chatMessIcon {
    height: 1.4rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.chatMessIconSmall {
    height: 1.3rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.chatTabsPageConteiner{
    width: auto;
    float: right;
    position: fixed;
    bottom: 0;
    right: 13rem;
    align-items: flex-end;
    display: flex;
}

.chatTabConteiner{
    width: 10rem;
    margin-left: 1rem;
}

.singleChatConteiner{
    position: relative;
    top: -2px;
}

.chatCloseIcon {
    vertical-align: -webkit-baseline-middle;
    height: 1.2rem;
}

.divChatDetailConteiner{
    position: relative;
    height: 16rem;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    padding: 0;
    border: 1px solid rgba(132, 132, 132, 0.3);
    border-width: 0 1px;
    background: #ffffff;
}

.divSearchConteiner{
    position: relative;
    height: 25rem;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    padding-top: 0.2rem;
    /*padding: 6px 0;*/
    border: 1px solid rgba(132, 132, 132, 0.3);
    border-width: 0 1px;
    background: #ffffff;
}

.chatOpen{
    width: 17rem !important;
}

.listChatOpen{
    width: 17rem !important;
}

.traslSingleChat{
    right: 19rem !important;
}

.divInputSearch{
    background-color: white;
    width: 100%;
    height: 10%;
    background-clip: padding-box;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 300;
}

.listChat{
    height: 90%;
    width: 100% !important;
    direction: ltr;
    overflow: hidden;
    position: relative;
}

.labelSearch{
    padding-bottom: 1px;
    border: none;
    width: 88%;
    box-sizing: border-box;
    cursor: default;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    position: relative;
    vertical-align: middle;
    color: #606770;
}

.inputSearch{
    margin-bottom: 2px;
    box-shadow: none;
    border-style: none;
    font-size: 14px;
    /*height: 100%;*/
}

.searchIcon{
   margin-left: 1%;
   width: 9%;
}

.borderTopChat{
    position: relative;
    border-top: 1px solid #cccccc;
}

.scrollConteiner{
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    direction: ltr;
}

.ulChat{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.liChat{
    display: list-item;
    min-height: 2rem;
}

.contactChat{
    color: #333;
    display: block;
    height: auto;
    /*line-height: 30px;*/
    padding: 2px 0;
    position: relative;
}

.divContactChat{
    padding: 0.2rem;
    font-size: 0.75rem;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #cccccc;
}

.divLabelChat:hover{
    color: #da7e20;
    cursor: pointer;
}

.divLabelChat{
    padding: 0;
}

.conteinerDescLabelRag{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 1.2rem;
}

.conteinerDescLabelTito{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 1rem;
}

.descDataMess{
  margin-top: 0.3rem;
  margin-bottom: 0;
  width: 100%;
  font-size: 0.7rem;
  text-align: center;
}

.greenColorChat{
  color:#25d366;
}

.stepChat{

    background: #25d366;
    border-radius: 0.9em;
    -moz-border-radius: 0.9em;
    -webkit-border-radius: 0.9em;
    color: #ffffff;
    display: block;
    font-weight: bold;
    line-height: 1rem;
    text-align: center;
    width: 1rem;
    height: 1rem;
    font-size: 0.65rem;
    margin-right: auto;
    margin-left: auto;
}

.conteinerLabelSingleChat{
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}

.labelSingleChat {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 16px;
    margin-right: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stepTitleChat {
    background: #25d366;
    border-radius: 0.9em;
    -moz-border-radius: 0.9em;
    -webkit-border-radius: 1rem;
    color: #ffffff;
    display: block;
    font-weight: bold;
    line-height: 1.3rem;
    text-align: center;
    width: 1.3rem;
    height: 1.3rem;
    font-size: 0.7rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0.1rem;
}

.CHAT_comments_chat{
    height: 84.5%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    direction: ltr;
    padding-bottom: 0.2rem;
 }

.divInputText{
    width: 100%;
    height: 15.5%;
    background-clip: padding-box;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 300;
}

.sendIcon{
   margin-bottom: 0.2rem;
   width: 10%;
   cursor: pointer;
   height: 1.4rem;
}

.noCntact{
    text-align: center;
    color: red;
    padding: 0;
}

.titolareDesc{
    margin-bottom: 0;
    font-size: 0.7rem;
    color: grey;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 1rem;
}

.titolareImg{
    width: 8%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 0.1rem;
}

.CHAT_column{
    width: 100%;
    float: left;
    min-width: 0;
  }

.CHAT_columBorder{
    background-color:#efefef;
    border-bottom-style: inset;
    border-bottom-width: 1px;
    border-top-style: outset;
    border-top-width: 1px;
    border-color: #d6d6d6;;
    /*box-shadow: 1px 1px 3px #ddd;*/
    /*margin-top: 0.2rem;*/
  }

.CHAT_commento_trader {
    width: 70%;
    box-shadow: 3px 3px 5px #ddd;
    /*background: #e9e9e9;*/
    border-radius: 0.3rem;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
    /*Mi serve per i video*/
    position: relative;
}

.CHAT_commento_trader .hour {
    display: block;
    font-size: 0.6rem;
    color: #838383;
    text-align: right;
    float: right;
    margin: 0.2rem 0 0.2rem 0.1rem;
}

.CHAT_commento_trader .hour span {
    position: relative;
    bottom: -0.2rem;
}

.CHAT_comments_chat div div {
    width: 30%;
    height: 100%;
    padding: 0.2rem 0.3rem 0 0;
    /* margin: 1rem 0.3rem 0.3rem 0; */
    display: inline-block;
    vertical-align: middle;
}
        
.CHAT_comments_chat .date {
    /*width: 25% !important;*/
    width: fit-content !important;
    margin: 0.2rem auto 0.25rem auto;
    background-color: #d4e9f4;
    text-align: center;
    font-size: 0.6rem;
    font-weight: bold;
    border-radius: 0.3rem;
        padding: 0.1rem 0.5rem 0.1rem 0.5rem;
}

.CHAT_comments_chat .other {
    /*background-color:#fbfbfb;*/
    background-color: #eee;
}

.CHAT_comments_chat .mine {
    background-color: #e1fdc7;
}

.CHAT_comments_chat .newmess {
    width: fit-content !important;
    margin: 0.25rem auto 0.25rem auto;
    background-color:#fbfbfb;
    text-align: center;
    font-size: 0.75rem;
    font-weight: bold;
    border-radius: 2rem;
    padding: 0.1rem 1rem 0.1rem 1rem;
}

.CHAT_float-left{
    float:left;
    margin-left: 0.2rem;
}

.CHAT_float-right{
    float:right;
    margin-right: 0.2rem;
}

.CHAT_readIcon{
  position: relative;
  bottom: -0.25rem;
  width: 1rem;
  height: 0.6rem;
  margin-right: 0.1rem;
}

.CHAT_imgMess{
  width: 100%;
}

/*.CHAT_playConteiner{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}*/

.CHAT_playConteiner{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    top: 30%;
    left: 40%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.4);
    /*background: white;*/
    border-radius: 3rem;
    height: 3rem;
    width: 3rem;
}

.CHAT_iconPlay{
        padding-left: 0.4rem;
  height: 3rem;
    width: 3rem;
    background-color: transparent;
    border-radius: 3rem;
}

/*.CHAT_playConteiner{
    top: 30%;
    left: 40%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 3rem;
    height: 3rem;
    width: 3rem;
}*/

.CHAT_micConteiner{
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*background-color: rgba(255, 255, 255, 0.4);*/
    /*background: white;*/
    /*border-radius: 3rem;*/
    /*height: 3rem;*/
    margin-top: 0.35rem;
    display: inline-block;
    width: 100%;
}

.CHAT_iconMicConteiner{
    height: 2rem;
    width: 2rem;
    background-color: rgba(167, 166, 166, 0.4);
    border-radius: 2rem;
    float: right;
}

.CHAT_iconMic{
    height: 2rem;
    border-radius: 2rem;
}

.CHAT_iconPlayPausaMic{
    cursor: pointer;
    margin-left: 1rem;
    height: 2rem;
    width: 2rem;
    background-color: transparent;
    border-radius: 2rem;
}

.brandChatImg {
    width: 9.5%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 0.1rem;
}

.brandSingleChatImg{
    width: 9%;
}
/*--------------------------------*/
.platesmallerfont {
    font-size:0.7rem;
}

.platehidden {
    display:none !important;
}

.plarrow {
    margin-top:-0.3rem;
}

.plfastpreviewfirst{
    font-weight:bold !important;
}

.plateleftborder {
    border-left-width:1px;
    border-left-style: ridge;
    position:relative;
}

.pstatusmsg {
    margin-bottom:0;
    font-size:smaller;
    font-weight:bold;
}

.pstatusmsg span {
    display:block !important;
}

div .plateclickable {
    color: #da7e20;
    font-weight:bold;
    font-style: italic;
    cursor: pointer;
    content: '';
    display: inline-block;
}

div .plateclickable::after  {
    content: '';
    display: inline-block;
    background-image: url('https://media.csoftonline.it/images/img/arrow_right_512_orange_noborder.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.0rem;
    height: 1.0rem;
    margin-left:0.5rem;
}

.ploadingpanel {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
    opacity:0.4;
    /*background-color: #fff;*/
    /*background-image: url("https://media.csoftonline.it/images/logos/loader_asconauto_leftright_small.gif");
    background-position: center;
    background-repeat: no-repeat;*/
}

.pfaded {
    opacity:0.7;
}

.mzindex{
    z-index:99 !important;
    position: relative;
}

.usrcfg div ul.tabs li.tabs-title > a
{
    padding-left:1rem;
    padding-right:1rem;
}

.usrcfgtlts {
    border-bottom-style: ridge;
    border-bottom-color: #e6e6e6;
    border-bottom-width: 1px;
}

.plfieldset {
    border: 1px solid #e6e6e6;
    padding:0 !important;
    border-left-style:none;
    border-left-width:0;
    border-left-color:transparent;
    border-right-style:none;
    border-right-width:0;
    border-right-color:transparent;
    margin: 0.6rem 0;
}

.plfilterlegend {
    padding-left:0.8rem !important;
    margin-left:0 !important;
}

.plfilterlegendhide {
    border-bottom-width:0;
}

.usrcfgtltschld div{
    margin-bottom:0.5rem;
}

.tooltipAr:hover .tooltiptext {
    visibility: visible;
}


.platedigit {
    max-width: 9%;
    display: inline-block;
}

.platedigitinput{
    border: none;
    height: 3.3rem;
    font-size: 2.5rem;
    padding: 0;
    font-weight: bold;
    box-shadow: none;
    transition: none;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 0.5rem;
    margin-bottom: 0;
    text-transform: uppercase;
    background-color:transparent;
    font-family:platesFont;
}

.platedigitinput:focus {
    outline:none;
    box-shadow:none;
    transition:none;
    border:none;
    background-color:transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.platedigitleft {
    display: inline-block;
    max-width: 12%;
    width: 12%;
    height: 100%;
    background: #003399;
    background-image:
    radial-gradient( circle at top left, #799BE0 ,#003399 40% );
    color: white;
    line-height: 4.4rem;
    float:left;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}


.platedigitright {
    display: inline-block;
    max-width: 12%;
    width: 12%;
    height: 100%;
    background: #003399;
    background-image:
    radial-gradient(circle at left, #799BE0   ,#003399 70% );
    color: white;
    content:" ";
    line-height: 4.4rem;
    float:right;
    border-top-right-radius:8px;
    border-bottom-right-radius:8px;
}

.platedigitparent {
        display: inline-block;
        text-align: center;
        border-style: ridge;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background-image:
        radial-gradient(at right, #FCFCFC 25% ,#F4F4F4)
}

.platedigitspace {
        display: inline-block;
        content: '';
        margin-left: 0.1rem;
        margin-right: 0.1rem;
}


.platedigitplain{
    transform: translateY(25%);
    font-weight: bolder;
    font-size: 1.8rem;
    color:transparent;
}

.platedigitplain:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 30px;
	border: 1px solid #FFCC00;
    transform: translate(-70%, -30%);
}

.platedigitsymbol{
    transform: translateY(25%);
    font-weight: bolder;
    font-size: 1.8rem;
}

.platedigitsymbol:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 30px;
	border: 1px dashed #FFCC00;
    transform: translate(-70%, -30%);
}


button.iButton {
    background-image: url("https://media.csoftonline.it/images/img/iorange.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.5rem;
    height: 2.5rem;
    background-position: center;
}


@font-face
{
    font-family: platesFont;
    src: url(plates1999.ttf) format('truetype'),
        url('plates1999.woff2') format('woff2'),
         url('plates1999.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


input[type="number"].platedigitinput::-webkit-outer-spin-button,
input[type="number"].platedigitinput::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"].platedigitinput{
    -moz-appearance: textfield;
}

.platesearchbutton {
    max-width: 95%;
    width: 95%;
    font-size: 1.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.platelist {
    font-size: 0.8rem;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

.platecardext {
    display:inline-block;
    padding:0.5rem;
    transition:0.2s;
}

.platecardext:hover {
      transform: translateY(-2rem);
}

.platecardinner {
  background: white;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  box-shadow: 3px 3px 12px 2px rgba(105, 105, 105, 0.6);
  padding: 0.5rem;
  /*background-image: radial-gradient(at right, #FCFCFC 25% ,#F4F4F4);*/
  background: radial-gradient(at right, #FCFCFC 25% ,#F4F4F4);
  background: -ms-radial-gradient(circle,white,white);
}

.platecardmarca {
    font-weight:bold;
    font-size:0.6vw;
}


.platemail {
    mix-blend-mode: multiply;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.platehighlighted {
    box-shadow: 0px 3px 0px 0px #E3923F;
}

.platerow {
    transition: 0.2s;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
}

.platerow:hover {
    transform:scale(1.052)
}

/*.platerow:hover ~ .platerow{
    transform:translateY(2rem);
}*/

.plateOption {
    background-image: url('https://media.csoftonline.it/images/icons/opt_orange.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 4.0rem;
    height: 2.0rem;
    background-position: center;
    vertical-align:middle;
    display: inline-block;
}

.plateOptTitle{
    display:inline-block;
    vertical-align:top;
    margin-left:-0.7rem;
    line-height: 1.5;
}

.platetitledesc{

}

.aColorRedText a {
    color: #cc0000;
}

.mb-1rem{
    margin-bottom: 1rem;
}

@media screen and (min-width: 40em) {
    .row .nomargin {
        margin: 0px;
    }
}

.pad-left-1 {
    padding-left: 1rem;
}

.pad-top-03{
    padding-top: 0.3rem;
}

.height-9 {
    height: 9rem;
}

.height-5 {
    height: 5rem;
}

.height-4 {
    height: 4rem;
}

.padbox-r {
    padding: 0 0.5rem 0 0;
}

.padbox-lr {
    padding: 0 0.5rem 0 0.5rem;
}

.padbox-l {
    padding: 0 0 0 0.5rem;
}

.pad-lr-02{
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

.flowtoolbar {
    margin: 0 0 1rem 0;
    padding: 0 1rem 0 0;
    border: 1px solid #004;
    border-radius: 3px;
    background-color: #004;
}

.color-white {
    color: #ffffff;
}

.fontsize-08 {
    font-size: 0.8rem;
}

.flow-detail-heading:hover .flow-detail-heading-inner {
    background: #fff none repeat scroll 0 0;
    border: 2px solid transparent;
    box-shadow: 0px 5px 10px 0px #bfbfbf;
}

.flow-detail-heading-inner {
    border: 1px solid #004;
    transition: .3s;
    padding-top: .3rem;
}

.bagdecounter-square {
    margin: 0 0 0 0.2rem !important;
    font-size: 0.8rem;
    padding: 0.1rem 0 0 0 !important;
	font-weight: bold;
    display: inline-block;
    cursor: help;
	min-width: 2.1em;
    text-align: center;
    background: #004;
    color: #fefefe;
}

.platedigitparent-flow {
    display: inline-block;
    text-align: center;
    border: 2px groove !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: radial-gradient(at right, #FCFCFC 25% ,#F4F4F4);
    height: 2rem;
}

.platedigitleft-flow {
    display: inline-block;
    max-width: 12%;
    width: 12%;
    height: 100%;
    background: #003399;
    background-image: radial-gradient( circle at top left, #799BE0 ,#003399 40% );
    color: white;
    line-height: 2rem;
    float: left;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.platedigitsymbol-flow {
    transform: translateY(15%);
    font-weight: bolder;
    font-size: 0.8rem;
}

.platedigitsymbol-flow:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 30px;
    border: 1px dashed #FFCC00;
    transform: translate(-61%, -30%);
}

.platedigit-flow {
    display: inline-block;
    transform: translate(0px, -3px);
}

.platedigitinput-flow {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    font-family: platesFont;
}

.platedigitright-flow {
    display: inline-block;
    max-width: 12%;
    width: 12%;
    height: 100%;
    background: #003399;
    background-image: radial-gradient(circle at left, #799BE0 ,#003399 70% );
    color: white;
    content: " ";
    line-height: 2rem;
    float: right;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.platedigitplain-flow {
    transform: translateY(20%);
    color: transparent;
}

.platedigitplain-flow:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 30px;
    border: 1px solid #FFCC00;
    transform: translate(-70%, -30%);
}

.mt-02{
    margin-top: 0.2rem;
}

.fontsize-1 {
    font-size: 1rem;
}

.fontsize-1e25 {
    font-size: 1.25rem;
}

.mb-05{
    margin-bottom: 0.5rem;
}

.height-10 {
    height: 10rem;
}

.no-border {
    border: 0;
}

.bg-white {
    background-color: white !important;
}


.collialtroconsorzio {
    background: #CEB1BE;
}

.rosetto {
    background-color:#CEB1BE;
}

.senderHeader {
    background-color: #E3923F;
    color: white;
    font-weight: bold;
    padding-left: 1rem !important;
    height:2rem;
    line-height:2rem;
}

.smallmarginbottom {
    margin-bottom: 0.3rem;
}

.searchqrpromqrheaders {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.searchqrpromocars {
    max-height:1.5rem;
    margin-right: 0.5rem;
    margin-top: 0.25rem;
}

.searchqrpromsenderheaderspan {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-weight: bold;
    font-size: 1rem;
}

.searchqrpromocarssmaller{
    max-height:1.5rem;
    margin-right: 0.5rem;
    margin-top: 0.25rem;
}

.searchqrpromqrforntotalrow{
    padding-left:1rem;
    padding-right:1rem;
}

.searchqrpromoqrrow {
    padding-top:0.2rem;
    padding-bottom:0.2rem;
    font-size:small;
}

.searchqrpromofornpanel {
    padding:0rem;
    max-height:100%;
}

.searchqrpromhomepagebuttton {
    height: 2.5rem;
    width: 2.5rem;
}

.searchqrpromhomepagebuttonshortcut {
    width:100%;
}

button.searchButtonhollow {
    background-image: url("https://media.csoftonline.it/images/img/search_512_orange_hollow.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

button.searchQrPromofitbutton {
    margin-top:0.8rem;
    margin-bottom:0rem;
}

.loadingpanelBig {
    height: 100%;
    width: 100%;
    position: absolute;
    opacity:0.5;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 10;
    background-image: url("https://media.csoftonline.it/images/logos/loader_asconauto_leftright_small_tallest.gif");
    background-position: center;
    background-repeat: repeat-y;
}

.min-h-15{
    min-height: 15rem;
}

.img-beetip-panel{
    max-width: 1.8rem;
    margin-right: 0.5rem;
}

.fontst-normal{
    font-style: normal;
}

.m-top-04{
    margin-top: 0.4rem;
}

.m-bot-04{
    margin-bottom: 0.4rem;
}

.curs-def{
    cursor: default !important;
}

.m-panel-img{
    margin: 0.2rem 0.5rem 0.2rem 0 !important;
}

.noMargBottom{
    margin-bottom: 0;
}

.pad-01{
    padding: 0.1rem;
}

.h-2{
    height: 2rem!important;
}

.img-beetip-panel-state{
    max-width: 2rem;
    margin-right: 0.5rem;
    width: 1.8rem;
    margin-left: 0.5rem;
}

.spanFlussiN{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
}

.spanFlussiDesc{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 0.85rem;
}

.boxFlussi{
    float:left;
    display: block;
    text-align: center;
    line-height: 1;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 0.5rem 0.5rem;
    /*margin: 0 0.5rem 0.5rem 0;*/
    font-size: 0.9rem;
    background-color: transparent;
    border: 1px solid #E3923F;
    color: #E3923F;
}

.borderForPlate{
    height: 1.8rem;
    border: 2px groove !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: radial-gradient(at right, #FCFCFC 25% ,#F4F4F4);
}

.platedigitleft-visita {
    display: inline-block;
    max-width: 12%;
    width: 10%;
    height: 100%;
    background: #003399;
    background-image: radial-gradient( circle at top left, #799BE0 ,#003399 40% );
    color: white;
    line-height: 1.6rem;
    float: left;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.platedigitright-visita {
    display: inline-block;
    max-width: 12%;
    width: 12%;
    height: 100%;
    background: #003399;
    background-image: radial-gradient(circle at left, #799BE0,#003399 70% );
    color: white;
    content: " ";
    line-height: 2rem;
    float: right;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.platedigitsymbol-visita{
    transform: translateY(25%);
    font-weight: bolder;
    font-size: 1.4rem;
}

.platedigitplain-visita {
    transform: translateY(20%);
    color: transparent;
}

.platedigitsymbol-visita:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 30px;
    border: 1px dashed #FFCC00;
    transform: translate(-61%, -30%);
}
.platedigitplain-visita:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 30px;
    border: 1px solid #FFCC00;
    transform: translate(-70%, -30%);
}

.platedigitleft-visita {
    display: inline-block;
    max-width: 12%;
    width: 12%;
    height: 100%;
    background: #003399;
    background-image: radial-gradient( circle at top left, #799BE0 ,#003399 40% );
    color: white;
    line-height: 1.6rem;
    float: left;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.platedigitright-visita {
    display: inline-block;
    max-width: 12%;
    width: 12%;
    height: 100%;
    background: #003399;
    background-image: radial-gradient(circle at left, #799BE0 ,#003399 70% );
    color: white;
    content: " ";
    line-height: 1.6rem;
    float: right;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.platedigitinput-visita {
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    font-family: platesFont;
}

.platedigitsymbol-visita {
    margin-left: 0.45rem;
    transform: translateY(15%);
    font-weight: bolder;
    font-size: 0.5rem;
}

.platedigitplain-visita {
    margin-left: 0.45rem;
    transform: translateY(20%);
    color: transparent;
}

.platedigit-visita {
    display: inline-block;
    transform: translate(0px, -3px);
    width: 76%;
    text-align: center;
    padding-top: 0.3rem;
}

.platedigitspace-vista {
        display: inline-block;
        content: '';
        margin-left: 0.05rem;
        margin-right: 0.05rem;
}

.flussoOpacity {
    opacity: 0.4;
}
/*@keyframes w70 {
    from { width: 0%; }
    to { width: 70%; }
}*/

.boxFlussiVisita {
    float: left;
    display: block;
    text-align: center;
    line-height: 1;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 0.5rem 0rem;
    font-size: 0.9rem;
    background-color: transparent;
    border: 1px solid #E3923F;
    color: #E3923F;
}

.paddingLeftLentDiv {
    padding-right: 0;
    padding-left: 0;
}

.pCode{
  margin: 0;
}

.smallBottomPadding{
    padding-bottom:0.3rem;
}

.ragRevealFatt {
    margin-bottom: 0;
}

.verticalAlign {
    vertical-align: middle;
    line-height: 1.5rem;
}

.sizeTotal {
    font-size: 0.9rem;
}

.sizeVaria {
    font-size: 1.2rem;
}

.noPaddingLeftRight{
    padding-left: 0;
    padding-right: 0;
}

.marg-left-1{
    margin-left: 1rem;
}

@media screen and (min-width: 64em) {
    .font-unlock{
        font-size: 15px;
    }
}

@media screen and (max-width: 63em) and (min-width: 40em){
    .font-unlock{
        font-size: 10px;
    }
}

.margin-top-2 {
    margin-top: 2rem;
}

.top-bar-left ul ul {
    min-width: max-content !important;
}

.docOption {
    background-image: url(https://media.csoftonline.it/images/icons/send_blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 4.0rem;
    height: 2.0rem;
    background-position: center;
    vertical-align: middle;
    display: inline-block;
}

.iconsCSV{
    width: 1.5rem;
    height: 1.5rem;
}

.dropdown-check-list {
    position: relative;
    /*display: inline-block;*/
    vertical-align: middle;
    background-color: white;
    margin: 0 0 1rem;
}

.dropdown-check-list.visible .dropdown-menu {
  display: block;
}

.anchor{
    width: 100%;
}
.dropdown-menu {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  /*border: 1px solid #ccc;*/
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 3px;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
}

.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 5px;
  right: 10px;
  top: 20%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
}
.dropdown-check-list ul.items {
  padding: 2px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
}
.dropdown-check-list ul li {
  /*list-style: none;*/
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-check-list.visible .anchor {
  /*color: #0094ff;*/
}
.dropdown-check-list.visible .items {
  display: block;
}

.fontSizeLabel{
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a;
}

.itemRowDocument{
    padding: 0.3rem 0 0 0 !important;
}

.itemInline{
    margin: 0 !important;
    padding: 0.2rem 0 0.2rem 0 !important;
    font-size: 0.9rem !important;
    height: auto !important;
    border: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

.borderForEdit{
    border: 1px solid #cacaca !important;
    border-radius: 3px !important;
}

.divVerticalAlign{
    display: flex;
    justify-content: center;
    align-items: center;
}

.divOnlyVerticalAlign{
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

div.cursor{
    cursor:pointer;
}

.totalSize{
    font-size: 1.1rem;
}

.sigleDoc{
    font-size: 0.9rem;
}

a:hover, a:focus {
    color: #1111ad;
}

/* Tasti link homepage concessionari */
.partnerSiteLinkButton {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 15px;
    padding: .5rem 0;
    width: 100%;
    height: 2rem;
    font-size: .9rem;
    background-color: #3d72c7;
    color: #fff;
}

.smallArrowIcon {
    height: .6rem;
    width: .6rem;
}

/* Classe per l'icona "+" sugli accordion delle configurazioni utente (sez. "informazioni siti partner") */
.accordionTitleIcon {
    float: right;
    height: .8rem;
    width: .8rem;
}

/* Classi per le div dei banner siti partner, allineati orizz. solo in large e medium media */
.bannerImgDiv {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media screen and (min-width: 40em) {
    .banner-left {
        padding-right: .5rem;
    }

    .banner-right {
        padding-left: .5rem;
    }

    .banner-center {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}

/* Classe per rendere responsive i banner siti partner */
.bannerLogo {
    height: 8rem;
    object-fit: contain;
}