/*
    inline id class element
*/
:root {
    --smsh-color-blue:      #113bea;
    --smsh-color-red:       #b9104c;
    --smsh-color-green:     #5ed9b8;
    --smsh-color-pink:      #fdbec4;
    --smsh-color-orange:    #fa5127;
    --smsh-color-yellow:    #fdbf38;
    --smsh-color-indigo:    #7900f8;
    --smsh-color-lightblue: #edf7fa;
    --smsh-color-darkgrey:  #55595b;
    --smsh-color-grey:      #798589;
    --smsh-color-lightgray: #dee2e6;
    --smsh-color-mailpending:      #cccccc;
    --smsh-color-mailproc:         #cccccc;
    --smsh-color-mailsent:         #b9de72;
    --smsh-color-mailnosent:       #495057;
    --smsh-color-maildelivered:    #28a745;
    --smsh-color-mailbounced:      #fa5127;
    --smsh-color-mailspam:         #495057;
    --smsh-color-mailopened:       #5ed9b8;
    --smsh-color-mailclicked:      #7900f8;
    --smsh-color-mailunsubscribed: #495057;
}

@font-face {
    font-family: 'ITC Clearface Std';
    src: url('../fonts/ClearfaceStd-Regular.eot');
    src: url('../fonts/ClearfaceStd-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ClearfaceStd-Regular.woff2') format('woff2'),
        url('../fonts/ClearfaceStd-Regular.woff') format('woff'),
        url('../fonts/ClearfaceStd-Regular.ttf') format('truetype'),
        url('../fonts/ClearfaceStd-Regular.svg#ClearfaceStd-Regular') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Clearface Std';
    src: url('../fonts/ClearfaceStd-Bold.eot');
    src: url('../fonts/ClearfaceStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ClearfaceStd-Bold.woff2') format('woff2'),
        url('../fonts/ClearfaceStd-Bold.woff') format('woff'),
        url('../fonts/ClearfaceStd-Bold.ttf') format('truetype'),
        url('../fonts/ClearfaceStd-Bold.svg#ClearfaceStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Clearface Std';
    src: url('../fonts/ClearfaceStd-Heavy.eot');
    src: url('../fonts/ClearfaceStd-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ClearfaceStd-Heavy.woff2') format('woff2'),
        url('../fonts/ClearfaceStd-Heavy.woff') format('woff'),
        url('../fonts/ClearfaceStd-Heavy.ttf') format('truetype'),
        url('../fonts/ClearfaceStd-Heavy.svg#ClearfaceStd-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Light.eot");
    src:
    url("../fonts/Roboto-Light.ttf") format("opentype"),
    url("../fonts/Roboto-Light.svg#filename") format("svg");
}

@font-face {
    font-family: "RobotoBold";
    src: url("../fonts/Roboto-Bold.eot");
    src:
    url("../fonts/Roboto-Bold.ttf") format("opentype"),
    url("../fonts/Roboto-Bold.svg#filename") format("svg");
}

@font-face {
    font-family: "RobotoReg";
    src: url("../fonts/Roboto/Roboto-Regular.eot");
    src:
    url("../fonts/Roboto/Roboto-Regular.ttf") format("opentype"),
    url("../fonts/Roboto/Roboto-Regular.svg#filename") format("svg");
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

body {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    background: #efefef;
    color:#333333;
}

a {
    /*color: #467fcf;*/
    color:#113bea;
}

strong, b {
    font-family: "RobotoReg";
    font-weight:normal;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "RobotoReg";
    font-weight:normal;
}


#containerSmsH {
    margin: 0 auto;
    text-align: left;
    height: 100vh;
    display: flex;
    flex-flow: column;    
}

#containerSmsHIndex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 90vh;
}

.signup__containersmsh {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;    
}

#containerSmsHIndexBar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 87vh;
}

.container2 {
    /*margin-top: 20px;*/
    padding: 80px 20px 0 20px;
    flex: 1 1 auto;    
}

.containerCRM{
    width: 1750px;
    max-width: 1750px;
}

.container-full {
    padding:0px;
}

#maincontent{
    /*min-height: 450px;*/
}

#indexcontent{
    min-height: 450px;
    margin:auto;
}

#errorcontent{
    margin:auto;
}

#credito {

    display: table-cell;
    height: 35px;
    vertical-align: middle;
}

#topmenu {
    margin-top: 7px;

}


#logo{
    border-right: 1px solid #CCC;
    margin-left: 10px;
}


#topmenu ul {
    list-style: none;
    margin-left: 0px;
}

#topmenu li{
    display: inline;
    padding: 0px 5px;
    border-left: 1px solid #808284;
}

#topmenu li.first{
    border: none;
}

#topmenu a{color:#808285;text-decoration:none;}
#topmenu a:hover{color:#808285;text-decoration:underline;}

#topmenu .active a{
    color:#2C71F1;
}

.nav-list>.active>a,.nav-list>.active>a:hover{color:#2C71F1;text-shadow: none;background-color:#ECF1FF;}

.leftmenu{
    margin-top: 25px;
}


.leftmenu .nav-list > li > a > [class^="icon-"] {

    margin-right: 5px;
}

small {
    font-size: 90%;
}

.bluscuro {
    color: #1C3A6B;
}

.page-header {
    padding-bottom: 0px;
}

table.inbox td.date {
    width: 1%;
    white-space: nowrap;
    text-align: left;
}

#tablepacchetti th.uno, #tableprodotti th.uno{
    width: 40%;
}

#tablepacchetti th.due, #tableprodotti th.due{
    width: 30%;
}

#tablepacchetti th.tre, #tableprodotti th.tre{
    width: 30%;
}

#tableorder.table td {
    border-top: none;
}

#tableorder td.uno{
    width: 1%;
    white-space: nowrap;
    text-align: left;
    padding-right: 30px;
}

.spaziodestra{
    margin-right: 20px;
}

.spaziosinistra{
    margin-left: 20px;
}

.tools a:hover{
    text-decoration:  none;
    color: #0a50ff;
}

.tools a{
    color: #333;
}

.tools {
    text-align: right;
    white-space: nowrap;
}

.tools input[type="checkbox"] {
    margin: 0px;
}

.wizard a {
    padding: 5px 12px 5px;
    margin-right: 5px;
    background: #efefef;
    position: relative;
    display: inline-block;
}

.wizard a.disabled {
    text-decoration: none;
    color:#999999;
    cursor: default;

}

.wizard a:before {
    width: 0;
    height: 0;
    border-top: 15px inset transparent;
    border-bottom: 15px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.wizard a:after {
    width: 0;
    height: 0;
    border-top: 15px inset transparent;
    border-bottom: 15px inset transparent;
    border-left: 20px solid #efefef;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;
}
.wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}
.wizard a:first-child .badge {
    margin-left: 0;
}
.wizard .current {
    background: #007ACC;
    color: #fff;
}
.wizard .current:after {
    border-left-color: #007ACC;
}
.rubricadiv {
    padding: 39px 19px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#tablemodelli .testo{
    width: 70%;
}

table.campaign td.desc {
    width: 33%;
    white-space: nowrap;
    text-align: left;
}

table.groups td .tools {
    width: 60px;
}

table.campaign td.value {
    width: 33%;
    text-align: center;
}


/*
.tools a{
    float: right;
    padding-left: 10px;
}*/

.scorrevole{
    max-height: 400px;
    overflow: auto;
}

.center{
    text-align: center;
}

.terzo{
    width: 33%;
    float: left;
}

.quarto{
    width: 25%;
    float: left;
}

.quinto{
    width: 20%;
    float: left;
}

.verybig{
    font-size: 150%;
    /*font-weight: bold*/
    font-weight:normal;
    font-family:'RobotoReg';
}

.nowrap{
    white-space: nowrap;
}

#holder2 {

    margin: 0 auto;
    width: 300px;
    height: 140px;
    float: left;
}

#holderCampagnaSmsRicevuti {
    margin: 0 auto;
    width: 300px;
    height: 140px;
}

p.why{
    margin-top: -15px;
}

.search .searchbox strong {
    vertical-align: middle;
    min-height: 20px;
}

a.filtro {
    border-right: 1px solid #AAA;
    padding-right: 10px;
    cursor: pointer;
}

a.filtroSelezionato {
    color:#0036bd;
    text-decoration:underline;
}

a.linkAzione {
    position: relative;
    /*
    border-top: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;*/
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 90%;
    padding-left: 4px;
    padding-right: 4px;
    background-color: #F9F9F9;
    margin-right: 4px;
}

#linkAzioneCancella {

}

a.linkAzioneSelezionato {

    background-color: #3A87AD;
    color: #fff;
    top:1px;
}

#linkAzioneCancella.linkAzioneSelezionato{
    background-color: #B94A48;
}

.pannelloDettaglioAzione {
    border-top: 1px solid #AAAAAA;
    /*border-right: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;*/
    padding: 10px;
    background-color: #F9F9F9;
}

.filtrobox {
    /*border-top: 1px solid #CCC;*/
    padding-top: 20px;
    padding-bottom: 20px;
}

#statFiltro a.selected, #srFiltro a.selected{
    text-decoration: underline;
    color: #0036BD;
}

.contactrow{
    border-top: 1px solid #CCC;
    padding: 10px 0px 10px 0px;
}

.contactrow .photo{
    padding: 0px 10px 0px 10px;
}

.contactrow .info{
    width: 360px;
}

.filtroset{
    padding: 10px 0px 10px 0px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border-top: 1px solid #CCC;
}

.paginationsms{
    margin-top: -20px;
}

.spazioriga{
    margin-bottom: 20px;
}

#bottommenu {
    /*border-top: 1px solid #ECF1FF;*/
    padding: 20px 0 20px 0;
    /*margin-top: 20px;*/
}

#bottommenu ul {
    list-style: none;
    margin: 0px 0px 0px 0px;
    -webkit-padding-start: 0px;
}

#bottommenu li{
    display: inline;
    padding: 0px 7px;
    border-left: 1px solid #808284;
}

#bottommenu li.first{
    border: none;
}

#bottommenu a{color:#808285;text-decoration:none;}


/*
    STATI SMS
*/
.colorSmsDELIVERED {
    color: #468847;
}

.colorSmsNOTDELIVERED {
    color: #B94A48;
}

.colorSmsPENDING {
    color: #C09853;
}

.colorSmsNOSENT {
    color: #555;
}

.colorSmsSENT {
    color: #66CC00;
}

.colorSmsREAD {
    color: #5ed9b8;  
}

.bkColorSmsDELIVERED {
    background-color: #468847;
}

.bkColorSmsNOTDELIVERED {
    background-color: #B94A48;
}

.bkColorSmsPENDING {
    background-color: #C09853;
}

.bkColorSmsNOSENT {
    background-color: #555;
}

.bkColorSmsSENT {
    background-color: #66CC00;
}



#gruppiRubricaContainer,#contattiGruppoContainer {
    max-height: 350px;
    overflow:auto;
}

#gruppiRubricaContainer a{
    display: block;
}

#gruppiRubricaContainerList {
    max-height: 350px;
    overflow-y:scroll;
}

ul.help-block {
    list-style: none outside none;
    margin: 0 10px 0 0;
}

table.history th,table.history tr {
    width: 1%;
    white-space: nowrap;
    text-align: left;
}


.avatar.green {
    background-color: #d9edf7;
    border: 1px solid #bce8f1;

}
.avatar {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 50%;
    /* Firefox 1-3.6 */
    -moz-border-radius: 50%;

    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
}

.avatar i {
    color: white;
    line-height: 36px;
}

.avatar .text{
    color: #3a87ad;
    line-height: 36px;
    font-weight: bold;
    font-size: 20pt;
}

.notify {
    margin-left: 50px;
    margin-bottom: 20px;

}

table.emailtosms td.opt {
    width: 1%;
    padding-right: 15px;
    white-space: nowrap;
    text-align: left;
}


.metro-nav-block {
    display: block;
    float: left;
    width: 100%;
    cursor: pointer;
    color: white;
    overflow: hidden;
    position: relative;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 20px;
    font-smooth: always;
    margin: 0 1% 1% 0;
    overflow: hidden;
    z-index: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.metro-nav-block.nolink {
    cursor: auto;
}

.metro-nav-block:hover {
    opacity: 0.8;
}

.metro-nav-block .info {
    float: left;
    padding: 10px;
}

.metro-nav-block .fs1{
    padding: 10px;
    float: left;
}


.nav-block-orange {
    background: #ed6d49;
}

.nav-block-green {
    background: #74b749;
}

.nav-block-yellow {
    background: #ffb400;
}

.nav-block-blue {
    background: #3a87ad;
}

.nav-block-red {
    background: #f63131;
}


/* rivenditori*/

/*Blocks*/
.block {
    border: 1px solid #ccc;
    background: white;
    margin-bottom: 20px;
}
.block-heading {
    border-bottom: 1px solid #a6a6a6;
    border-left: none;
    color: #505050;
    display: block;
    margin-bottom: 0px;
    text-shadow: none;
    text-transform: none;
    font-weight: bold;
    font-size: .85em;
    line-height: 3em;
}
.block-heading .block-icon {
    border-right: 1px solid #AAA;
    border-left: none;
}
.block-heading .block-icon a {
    padding: 0em;
}
.block-heading .block-icon [class*="icon-"] {
    padding: 0em 1em;
    line-height: 1em;
}
.block-heading .block-icon.pull-right {
    border-left: 1px solid #AAA;
    border-right: none;
}
.block-heading .label {
    float: right;
    margin-top: .5em;
    margin-right: .75em;
    line-height: 1.5em;
    -webkit-box-shadow: 1px 1px 0px #ffffff;
    -moz-box-shadow: 1px 1px 0px #ffffff;
    box-shadow: 1px 1px 0px #ffffff;
}
p.block-heading,
a.block-heading,
.block-heading a {
    color: #505050;
    background: #dddddd;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #fafafa));
    background: -ms-linear-gradient(bottom, #dddddd, #fafafa);
    background: -moz-linear-gradient(center bottom, #dddddd 0%, #fafafa 100%);
    background: -o-linear-gradient(bottom, #dddddd, #fafafa);
    filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e6e6e6', EndColorStr='#ffffff');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa',EndColorStr='#dddddd')";
    display: block;
    padding-left: 1em;
    border-top: 1px solid #fff;
    outline: none;
}
a.block-heading:hover,
.block-heading a:hover {
    background: #dddddd;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #fdfdfd));
    background: -ms-linear-gradient(bottom, #dddddd, #fdfdfd);
    background: -moz-linear-gradient(center bottom, #dddddd 0%, #fdfdfd 100%);
    background: -o-linear-gradient(bottom, #dddddd, #fdfdfd);
    filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e6e6e6', EndColorStr='#ffffff');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdfdfd',EndColorStr='#dddddd')";
    color: #505050;
}
.block-body {
    margin: 1em;
    min-height: .25em;
}
.block-body h1,
.block-body h2,
.block-body h3,
.block-body h4,
.block-body h5,
.block-body h6,
.block-body table {
    margin-top: 12px;
}
.block-body.collapse {
    margin-top: 10px;
    margin-bottom: 10px;
}

.marginborder {
    margin-left: 16px;
}

.h340{
    min-height: 340px;
}

.h250{
    min-height: 250px;
}

#resellermenu .center {
    text-align: center; /* center checkbox horizontally */
    vertical-align: middle; /* center checkbox vertically */
}

#tablepacchettisub .noactive,#tableprodottisub .noactive{
    background-color: #f2dede;
}

#ordinisub td.notop {
    border-top: none;
}

#ordinisub .due{
    width: 1%;
    white-space: nowrap;
    text-align: left;
}

#cobrandinginfo a,#cobrandinginfo a:hover {
    color: #fff;
    text-decoration: none;
}

.optionrow {
    line-height: 30px;
    vertical-align: middle;
}

.opzioneSondaggio{
    margin: 10px;
}

.inline-block {
    display: inline-block;
}

#filtroRicerca {
    min-height: 250px;
}

.phonebook-rimuovi-button {
    width: 100px;
    text-align: left;
}

#fileupload {
    height: 30px;
    line-height: 20px;
}

.channel {
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px #999999;
    height: 250px;
    padding-bottom: 30px;
    margin: 0 0 10px 0;
    position: relative;
}

.channel .channelImg{
    /*border-bottom: 1px solid #ccc;        */
}

.channel .channelImgRow{
    border-bottom: 1px solid #ccc;
}

.channel .channelTitle{
    color: #0A50FF;
    font-weight: bold;
    padding: 10px;
}

.channel .channelCategory{
    color: #666;
    padding: 0 10px 10px;
}

.channel .channelInfo{
    position: absolute;
    bottom: 0px;
    height: 30px;
    width: 100%;
    background-color: #CCC;
}

.channel .channelInfo .user{
    padding: 7px 10px;
}
a.channelEdit{text-decoration:none;}

#map-canvas,#map-canvas2 {
    height: 200px
}

#mapsend-canvas{
    height: 300px
}

#map-canvas img,#map-canvas2 img{
    max-width: none;
}

.channelInfo li{
    float: left;
    margin: 7px;
    list-style: none;
}

.backupSmsSet    {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}

.simplypush-template-testo-container {
    background-color: #fff;
    padding: 30px;
    text-align: center;
}

.simplypush-template-nome {
    font-size: 12px;
    width: 140px;
    left: 428px;
    position: absolute;
    top: 85px;
    font-weight: bold;
    color: #5D7DBB;
    text-align: center;

}

.simplypush-template-testo {
    color: #5D7DBB;
    display: inline-block;
    font-size: 24px;
    line-height: 26px;
    padding: 20px;
    text-align: center;
    width: 90%;
    font-weight: bold;

}

.pump-up {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin: 70px 22px 35px;
    text-align: center;
}
.pump-up strong {
    color: #777777;
    font-weight: 300;
    font-size: 18px;
}

.alert-simplypush {
    text-shadow: none;
    background-color: #ffdfb9;
    border-color: #d0d0d0;
    color: #333;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image:  url('/sms/pages/resources/img/simplypush_small.png');
    min-height: 220px;
}

.alert-promoter {
    text-shadow: none;
    background-color: #fffff5;
    border-color: #d0d0d0;
    color: #333;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image:  url('/sms/pages/resources/img/social-program.png');
    min-height: 300px;
}

.alert-promoter h4 {
    color: #2b70f0;
}

.alert-simplypush h4 {
    color: #e77e00;
}

.invType {
    text-align: center;
    display: block;
    color: #333333;
    padding-bottom: 12px;
}

.invType i{
    font-size: 4em;
}

.invType:hover {
    text-decoration: none;
}

.invType.active {
    color: #0A50FF;
    background: url("../img/menu_selected_triangle.png") no-repeat scroll center bottom #FFFFFF
}

.sp-marketing-button {
    margin-top: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
    cursor: pointer;

}

.sp-marketing-button {
    margin-top: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
    cursor: pointer;

}

.sp-marketing-button:hover {
    color:#0A50FF;
}

.sp-marketing-button .icon-marketing-button {
    display: inline-block;
    font-size: 4em;
    min-width: 60px;
    text-align: center;
}



.sp-marketing-button .text-marketing-button {
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    white-space: normal;
}



.banner-type {
    color:#999999;
    padding-bottom: 20px;
    display: inline-block;
    text-align: center;
}

.banner-type:hover{
    color:#999999;
}

.banner-type img {
    max-height: 100px;
}

.banner-type.active {
    background: url("../img/menu_selected_triangle.png") no-repeat scroll center bottom #ffffff;
}


.banner-type.active img {
    max-height: 100px;
    background-color:#e4942b;
}

input.vertical-nomargin {
    margin: -2px 0px 0px 0px !important;
}



.nomargin {
    margin: 0px !important;
}

h4 i {
    color: #333333;
}

#rubrica td.center {
    text-align: center;
    background-color: #d9edf7;
}

#rubrica .incrementa{
    text-align: center;
    background-color: #d9edf7;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.paginationitemxpage {
    float:right;
}

#linkTabs.nav-pills > li > a {
    font-size: 12px;
}
/*
#linkTabs.nav-pills > .active > a, #linkTabs.nav-pills > .active > a:hover {
    background-color: #3a87ad;
    color: #ffffff;
}*/

.jqplot-data-label{
  font-size: 10px;
  color: #FFF;
  font-weight: bold;
}

a.emailshare{
    color: #3b5998;
}

.emailshareText{
    font-size: 10px;
}

#testoUCS2 .no7bit, #testoUCS22 .no7bit{
    background-color: yellow;
    font-weight: bold;
}


#syncServices .syncServ {
    background-color: #FFFFFF;
    /*box-shadow: 0 1px 2px #999999;*/
    border: 1px solid #CCC;
    height: 300px;
    padding-bottom: 30px;
    margin: 0 0 10px 0;
    position: relative;
}

#syncServices .syncServ .channelImgRow{
    /*border-bottom: 1px solid #ccc;        */
}

#syncServices .syncServ .channelTitle{
    color: #0A50FF;
    font-weight: bold;
    padding: 10px;
}

#syncServices .syncServ .channelCategory{
    color: #666;
    padding: 0 10px 10px;
}

#syncServices .syncServ .channelInfo{
    position: absolute;
    bottom: 0px;
    height: 30px;
    width: 100%;
    background-color: #CCC;
}

#syncServices .syncServ .channelInfo .user{
    padding: 7px 10px;
}


.smsh-sortable {
    cursor: pointer;
}

.smsh-sortable i{
    float: right;
    margin-top: 3px;
}

#credits, .credits {
    background: none repeat scroll 0 0 #fffbd4;
    border-bottom: 1px solid #f0ed92;
    border-top: 1px solid #f0ed92;
    margin-top: 20px;
    padding: 10px 16px;
}

#emb-phone-preview {
    background: #15171a none repeat scroll 0 0;
    border-radius: 25px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    display: block;
    height: 628px;
    margin-top: -314px;
    opacity: 1;
    position: absolute;
    right: 320px;
    top: 50%;
    width: 340px;
    z-index: 1;
}
#emb-phone-preview.ng-hide-add {
    display: block !important;
    transition: opacity 0.1s linear 2s;
}
#emb-phone-preview::after, #emb-phone-preview::before {
    background: #373c44 none repeat scroll 0 0;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
}
#emb-phone-preview.ng-hide {
    opacity: 0;
}
#emb-phone-preview::after {
    border-radius: 5px;
    height: 10px;
    margin-left: -35px;
    top: 27px;
    width: 70px;
}
#emb-phone-preview::before {
    border-radius: 23px;
    bottom: 20px;
    height: 46px;
    margin-left: -23px;
    width: 46px;
}
#emb-phone-preview .content-mobile {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    height: 480px;
    left: 10px;
    overflow: hidden;
    position: absolute;
    top: 62px;
    width: 320px;
}
#emb-phone-preview .content-mobile iframe {
    border: medium none;
}

#emb-phone-preview.inline-preview {
    top:0;
    margin-top: 0px;
    display: inline-block;
    position: relative;

}

.landingtheme {
    position: relative;
}

/*
#previewDialogModal .modal-body {
    max-height: none;
}

#previewDialogModal.modal {
    width: 440px;
}
*/
/*
    import contatti
*/

#import .divider {
    background-color: #eeeeee;
    font-size: 14px;
    font-weight: bold;
    height: 1px;
    margin: 30px 0;
    text-align: center;
}

#import .divider span {
    background-color: white;
    padding: 0 13px;
    position: relative;
    top: -0.5em;
}

.tab-content {
    overflow: visible;
}

.wrap-bg .primary-form .box-wrap {
    background: #fcfcfc none repeat scroll 0 0;
}

.box-wrap {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    padding: 15px;
    position: relative;
}

#import-box {
    position: relative;
}

#import-box textarea {
    float: none;
    width: 98.5%;
}
#import-box textarea {
    font-family: "Droid Sans Mono Pro",Consolas,"Bitstream Vera Sans Mono","Andale Mono",Monaco,"DejaVu Sans Mono","Lucida Console",monospace;
    height: 425px;
    line-height: 1.6;
    position: relative;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

#file:hover, .ie8 #drop-area:hover, .ie8 .inputWrapper, .opacity #drop-area:hover, .opacity .inputWrapper {
    cursor: pointer;
}
.inputWrapper {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

#import-box #drop-area.fixed {
    width: 97.4%;
}
#import-box #drop-area.fixed {
    left: 0;
    position: absolute;
    top: 300px;
}
#import-box #drop-area {
    background-color: #fcfcfc;
    border: 1px solid #d9d9d9;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: block;
    padding: 10px;
    width: 746px;
    z-index: 99;
}

#import-box #drop-area section {
    height: 80px;
    margin: 20px 20px 10px;
}

#import-box #drop-area .dashed {
    border: 1px dashed #e3e3e3;
    border-radius: 2px;
}

#import-box .placeholder {
    color: rgba(0, 0, 0, 0.3);
    transition: color 0.3s ease 0s;
}

.pricesub input.span1 {
    margin-top: 7px;

}

.pricesub td {
    vertical-align: middle;

}

/* */


.box::before, .box::after {
    content: "";
    display: table;
    line-height: 0;
}
.box::after {
    clear: both;
}
.box::before, .box::after {
    content: "";
    display: table;
    line-height: 0;
}
.box {
    background-color: #fff;
    border: 1px solid rgba(0, 40, 100, 0.12)/*#d6d6d6*/;
    border-radius: 3px;
    display: block;
    /*margin: 0 0 20px;*/
    padding: 20px;
}

.boxHome::before, .box::after {
    content: "";
    display: table;
    line-height: 0;
}
.boxHome::after {
    clear: both;
}
.boxHome::before, .box::after {
    content: "";
    display: table;
    line-height: 0;
}
.boxHome {
    background-color: #e0e2e8;
    display: block;
    /*margin: 0 0 20px;*/
    padding: 20px;
}


#smshlogo {
    background: rgba(0, 0, 0, 0) url("../img/logo_smsh2x.png") no-repeat scroll 0 0;
    background-size: 205px 32px;
    color: #fff;
    display: block;
    padding: 0px;
    margin-left: 0px;
    height: 36px;
    margin-right: 0.75em;
    overflow: hidden;
    position: relative;
    top: 15px;
    width: 200px;
}

#botbuilderlogo {
    background: rgba(0, 0, 0, 0) url("../img/botgenerator/bot_builder_logo.png") no-repeat scroll 0 0;
    color: #fff;
    display: block;
    padding: 0px;
    margin-left: 0px;
    height: 36px;
    margin-right: 0.75em;
    overflow: hidden;
    position: relative;
    top: 10px;
    width: 200px;
}


.btn-bot-builder.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-bot-builder {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #81b839;
  background-image: -moz-linear-gradient(top, #8cc63f, #71a230);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8cc63f), to(#71a230));
  background-image: -webkit-linear-gradient(top, #8cc63f, #71a230);
  background-image: -o-linear-gradient(top, #8cc63f, #71a230);
  background-image: linear-gradient(to bottom, #8cc63f, #71a230);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8cc63f', endColorstr='#ff71a230', GradientType=0);
  border-color: #71a230 #71a230 #48671f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #71a230;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-bot-builder:hover,
.btn-bot-builder:focus,
.btn-bot-builder:active,
.btn-bot-builder.active,
.btn-bot-builder.disabled,
.btn-bot-builder[disabled] {
  color: #ffffff;
  background-color: #71a230;
  *background-color: #638e2a;
}
.btn-bot-builder:active,
.btn-bot-builder.active {
  background-color: #567b24 ;
}



.btn-smshosting.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-smshosting {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1f50ab;
  background-image: -moz-linear-gradient(top, #2258bc, #1a4491);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2258bc), to(#1a4491));
  background-image: -webkit-linear-gradient(top, #2258bc, #1a4491);
  background-image: -o-linear-gradient(top, #2258bc, #1a4491);
  background-image: linear-gradient(to bottom, #2258bc, #1a4491);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2258bc', endColorstr='#ff1a4491', GradientType=0);
  border-color: #1a4491 #1a4491 #0e2550;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #1a4491;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-smshosting:hover,
.btn-smshosting:focus,
.btn-smshosting:active,
.btn-smshosting.active,
.btn-smshosting.disabled,
.btn-smshosting[disabled] {
  color: #ffffff;
  background-color: #1a4491;
  *background-color: #163a7b;
}
.btn-smshosting:active,
.btn-smshosting.active {
  background-color: #123066 ;
}

/*
#menubar .navbar-inner{
    background-color: #333c4e;
}
*/
#topbar .navbar-inner {
    border-width: 0 0 1px;
    /*border-bottom-color: #2c4572;*/
}

#topbarNew .navbar-inner {
    border-width: 0 0 1px;
    border-radius: 0px;
    box-shadow: none;
}

#menubar .navbar-inner {
    border-radius: 0px;
}

#emailRenewBar .navbar-inner {
    border-width: 0 0 1px;
    background-color: #d8ae4b;
    border-bottom-color: #d8ae4b;
}

#signup .s-curved-shadow::before {

    width: 430px;
}

#signup .s-curved-shadow::after {
    width: 430px;
}

#signup h1 {
    color: #2b70f0;
    font-family: 'Open Sans';
    font-size: 28px;
    font-weight: bold;
}



#signup #payoff {
    color: #808285;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}

/*** SIGNUP ***/
#decorator-sx {
    /*-webkit-box-shadow: -3px 0 20px 0 #000000;
    box-shadow: -3px 0 20px 0 #000000;
    z-index:9;*/
}
#decorator-dx .dx-container>div {
    max-width: 600px;
    max-height: 23vh;
    min-height: 17vh;
}
#logo-dx {
    width:60px;
    height:auto;
    bottom:0px;
    margin-top:20px;
}
.step-bg {
    background-color:#113bea;
}
#dx-step-1 ul {
    font-size:1.8em;
    list-style: none;
    color:#fff;
    margin-top:40px;
    padding-left:0px
}
#dx-step-1 ul li {
    margin:30px 0px;
}
#dx-step-1 ul li img {
    width:35px;
    height:auto;
    margin-right:20px;
}
#dx-step-2 span {
    color:#113bea !important;
}
.step-bg1 {
    background-color:#edf7fa;
}
.step-bg2 {
    background-color:#5ed9b8;
}
.signup-content-row {
    height:auto !important;
}
#decorator-dx h2 {
    font-family: 'ITC Clearface Std', sans-serif;
    font-weight:900;
}
#privacyDiv {
   line-height:0.3em; 
}
#contractDiv {
    line-height:0.3em; 
}
#contractCvDiv {
    line-height:0.3em; 
}
#contractCvNotes {
    line-height: 1.4em;
    font-size: 0.9em;
}
.signup-page input {
    border-radius: 0.25rem !important;
}
.signup-page .input-group input {
    border-right:0px;
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.signup-page .input-group-text {
    background-color:#fff;
    border-left:0px;
    border-radius: 0 0.25rem 0.25rem 0 !important;
    padding:0rem 0.75rem !important;
}
.signup__formgroup_input:focus, .signup__form select:focus, .passwordField:focus {
    border-color: #ced4da !important;
    box-shadow: none;
}
.signup-page .input-icon-valid, .signup-page .input-icon-error {
    font-size:1.8rem;
    display:none;
}
.passwordFieldToggler {
    font-size:1.4rem;
    color:#ddd;
}
.signup-payload-subtext {
    font-size: 1.2em;
}
/*** END SIGNUP ***/

.s-curved-shadow::before {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #f8f8f8 0px, rgba(248, 248, 248, 0) 100%) repeat scroll 0 0;
    border-left: 1px solid #e5e5e5;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 230px;
}

.s-curved-shadow::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 0px, rgba(255, 255, 255, 0) 150px, rgba(255, 255, 255, 0) 75%, #fff 100%) repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 230px;
}

.s-curved-shadowb4::before {
    width: auto;
}

.s-curved-shadowb4::after {
    width: auto;
}

#signup .s-curved-shadow #rightcol {
    padding: 85px 0 0;
}

.s-curved-shadow #rightcol {
    z-index: 1;
    position: relative;
    right: 0;
    top: 0;
    padding: 55px 0 0;
}

.s-curved-shadow #rightcol.nospace {
    padding-top: 0;
}

.s-curved-shadow #rightcol ul li.function a,.col-left-line-sep #leftcol ul li.function a{
    font-size: 14px;
}

.s-curved-shadow #rightcol ul li.subtitle,.col-left-line-sep #leftcol ul li.subtitle{
    font-weight: normal;
    margin-bottom: 10px;
}

.s-curved-shadow #rightcol ul,.col-left-line-sep #leftcol ul {
    margin: 0px;
}
.s-curved-shadowb4 #rightcol ul,.col-left-line-sep #leftcol ul {
    -webkit-padding-start: 0px;
    padding: 0px;
}

.s-curved-shadow #rightcol ul li,.col-left-line-sep #leftcol ul li {
    color: #828282;
    font-size: 12px;
    font-weight: bold;
    list-style: outside none none;
    margin-left: 0px;
}

.s-curved-shadow #rightcol .top-separator {
    border-top: 1px solid #eee;
    margin-top: 20px !important;
    padding-top: 13px;
}

.s-curved-shadow #rightcol p{
    color: #828282;
    font-size: 12px;
}

.s-curved-shadow #rightcol h5{
    color: #444444;
}

.s-curved-shadow #rightcol .campaign {
    color: #468847;
}

.s-curved-shadow #rightcol .campaign.draft {
    color: #c09853;
}

.s-curved-shadow #rightcol .campaign[class^="icon-"] {
    float: right;
    margin-right: -6px;
    margin-top: 2px;
    opacity: 0.65;
    font-size: 14px;
}


.breadcrumb {
    background-color: #FFF;
    border-radius: 4px;
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0px;
    font-size: 90%;
}

.navbar .nav > li > a {
    padding: 10px 12px;
}

.navbar-static-top .container{
    /*width: 982px;    */
    /*width: 90%;*/
    width: 1200px;
    /*padding: 0px 20px 0px*/
}

.btn-success-coldx {
    width: 200px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
}

a.delete-link {
    color: #b94a48 !important;
}

/* inizio top bar */
.bar-top {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0 1px 3px 0 #efefef;
    height: 110px;
    margin-bottom: 30px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    background-color: #fafafa;
}
.bar-top.is-fixed {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}
.bar-top.is-fixed + .content {
    margin-top: 160px;
}
.bar-top h4 {
    float: left;
    overflow: hidden;
    padding-top: 36px !important;
    width: 35%;
}
.bar-top h1.wide {
    width: 45%;
}
.bar-top h4 span {
    clear: both;
    color: #888;
    display: block;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bar-top.breadcrumbs {
    overflow: hidden;
}
.bar-top.breadcrumbs h1 {
    padding-top: 10px !important;
}
.bar-top.breadcrumbs p.bread {
    padding-bottom: 0;
}
.bar-top.breadcrumbs .content {
    padding-top: 25px;
}
.bar-top .nav-with-icons {
    list-style: outside none none;
    margin: auto;
}
.bar-top .nav-with-icons::after, .bar-top .nav-with-icons::before {
    content: "";
    display: table;
}
.bar-top .nav-with-icons::after {
    clear: both;
}
.bar-top .nav-with-icons.one {
    width: 110px;
}
.bar-top .nav-with-icons.two {
    width: 240px;
}
.bar-top .nav-with-icons.three {
    width: 330px;
}
.bar-top .nav-with-icons.four {
    width: 440px;
}
.bar-top .nav-with-icons li {
    background: rgba(0, 0, 0, 0) url("../img/icon-nav-divider.png") no-repeat scroll 0 0;
    cursor: pointer;
    float: left;
    height: 110px;
    position: relative;
    width: 110px;
}
.bar-top .nav-with-icons li:first-child {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.bar-top .nav-with-icons li.current::before {
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #eaeaea;
    bottom: -18px;
    content: " ";
    height: 0;
    left: 38px;
    position: absolute;
    width: 0;
}
.bar-top .nav-with-icons li.current::after {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #fafafa;
    bottom: -16px;
    content: " ";
    height: 0;
    left: 40px;
    position: absolute;
    width: 0;
}

.side-bar.cap::after, h1.large.mid-separator::before {
    content: "";
    display: block;
    left: 0;
}
.bar-top .nav-with-icons li .new-icon-flag-fixed {
    background: #7ebd26 none repeat scroll 0 0;
    border: 2px solid #fff;
    opacity: 1;
}
.bar-top .nav-with-icons li .new-icon-flag-animated, .bar-top .nav-with-icons li .new-icon-flag-fixed {
    border-radius: 9px;
    color: #fff;
    display: block;
    font-size: 8px;
    height: 12px;
    line-height: 12px;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 21px;
    width: 26px;
}

.bar-top .nav-with-icons li .text-icon {
    color: #444;
    display: block;
    font-size: 32px;
    font-weight: bold;
    margin-top: 25px;
    text-align: center;
    opacity: 0.6;
    text-decoration: none;
}

.bar-top .nav-with-icons li .new-icon-flag-animated {
    background: #373c44 none repeat scroll 0 0;
    border: 2px solid #fff;
    opacity: 0;
    transform: scale(0);
    transition: background 0.2s ease 0s, transform 0.2s ease-out 0s, opacity 0.2s ease 0s;
}
.bar-top .nav-with-icons li.animate-new .new-icon-flag-animated {
    background: #7ebd26 none repeat scroll 0 0;
    opacity: 1;
    transform: scale(1);
}
.bar-top .nav-with-icons li [class^="icon-nav"] {
    display: block;
    height: 70px;
    left: 1px;
    opacity: 0.5;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease 0s;
    width: 109px;
}
.bar-top .nav-with-icons li#regular-tab {
    margin-right: -8px;
}
.bar-top .nav-with-icons li .text {
    bottom: 25px;
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 700;
    opacity: 0.6;
    position: absolute;
    text-align: center;
    transition: opacity 0.3s ease 0s;
    width: 100%;
    line-height: 13px;
}
.bar-top .nav-with-icons.small.one {
    width: 86px;
}
.bar-top .nav-with-icons.small.two {
    width: 172px;
}
.bar-top .nav-with-icons.small.three {
    width: 258px;
}
.bar-top .nav-with-icons.small.four {
    width: 344px;
}
.bar-top .nav-with-icons.small li, .bar-top .nav-with-icons.small li [class^="icon-nav"] {
    width: 86px;
}
.bar-top .nav-with-icons.small li.current::before {
    left: 35px;
}
.bar-top .nav-with-icons.small li.current::after {
    left: 37px;
}

.side-bar.cap::after, h1.large.mid-separator::before {
    content: "";
    display: block;
    left: 0;
}
.bar-top .nav-with-icons li .new-icon-flag-fixed {
    background: #7ebd26 none repeat scroll 0 0;
    border: 2px solid #fff;
    opacity: 1;
}
.bar-top .nav-with-icons li .new-icon-flag-animated, .bar-top .nav-with-icons li .new-icon-flag-fixed {
    border-radius: 9px;
    color: #fff;
    display: block;
    font-size: 8px;
    height: 12px;
    line-height: 12px;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 21px;
    width: 26px;
}
.bar-top .nav-with-icons li .new-icon-flag-animated {
    background: #373c44 none repeat scroll 0 0;
    border: 2px solid #fff;
    opacity: 0;
    transform: scale(0);
    transition: background 0.2s ease 0s, transform 0.2s ease-out 0s, opacity 0.2s ease 0s;
}
.bar-top .nav-with-icons li.animate-new .new-icon-flag-animated {
    background: #7ebd26 none repeat scroll 0 0;
    opacity: 1;
    transform: scale(1);
}
.bar-top .nav-with-icons li [class^="icon-nav"] {
    color: #444;
    display: block;
    height: 70px;
    left: 1px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 0;
    transition: opacity 0.3s ease 0s;
    width: 109px;
}
.bar-top .nav-with-icons li#regular-tab {
    margin-right: -8px;
}
.bar-top .nav-with-icons li .text {
    bottom: 25px;
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 700;
    opacity: 0.6;
    position: absolute;
    text-align: center;
    transition: opacity 0.3s ease 0s;
    width: 100%;
}
.bar-top .nav-with-icons.small.one {
    width: 86px;
}
.bar-top .nav-with-icons.small.two {
    width: 172px;
}
.bar-top .nav-with-icons.small.three {
    width: 258px;
}
.bar-top .nav-with-icons.small.four {
    width: 344px;
}
.bar-top .nav-with-icons.small li, .bar-top .nav-with-icons.small li [class^="icon-nav"] {
    width: 86px;
}
.bar-top .nav-with-icons.small li.current::before {
    left: 35px;
}
.bar-top .nav-with-icons.small li.current::after {
    left: 37px;
}

.bar-top .nav-with-icons li.current .text,.bar-top .nav-with-icons li.current .text-icon, .bar-top .nav-with-icons li.current [class^="icon-nav"], .bar-top .nav-with-icons li.current:hover .text, .bar-top .nav-with-icons li.current:hover [class^="icon-nav"], .bar-top .nav-with-icons li:hover .text, .bar-top .nav-with-icons li:hover [class^="icon-nav"] {
    opacity: 1;
}

.icon-nav-current-lists, .icon-nav-gallery, .icon-nav-import, .icon-nav-import-new, .icon-nav-plaintext, .icon-nav-recurring, .icon-nav-regular, .icon-nav-saved, .icon-nav-schedule, .icon-nav-send, .icon-nav-split, .icon-nav-test-complete, .icon-nav-test-quick {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
}

.icon-nav-mitt-alias {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/top_bar/mitt_alias.png");
}

.icon-nav-mitt-gsm {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/top_bar/mitt_gsm.png");
}

/* inizio top bar */

.img-responsive {
  display: block;
  max-width: 100%; /* Set a maximum relative to the parent */
  height: auto;    /* Scale the height according to the width, otherwise you get stretching */
}

/* novita2 */

.scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}

.navbar .nav > li > .dd_cat.dropdown-menu::after {
    /*border-bottom: 6px solid #333;*/
    border-bottom: 6px solid #efe9e9;

}
.dd_cat{
    /*background-color: #333;*/
    background-color: #fff;
}

.dd_cat a{
    text-decoration: none;
    /*color: #FFF;*/
    color: #333;
}

.header_badge {
    background-color: #ff7f00;
    border-radius: 50%;
    padding: 5px;
    position: absolute;
    right: 4px;
    top: -4px;
}

.dd_cat .novita2_row > td{
    padding-bottom: 10px;
}

.dd_cat img{
    width: 50px;
    height: 50px;
}

.dd_cat h5{
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    line-height: 15px;

}


.novita2_non_lette {
    background-color: transparent;
    font-size: 10px;
    font-weight: normal;
    line-height: 11px;
    text-overflow:ellipsis;
    overflow:hidden;
}

.novita2_lette {
    background-color: transparent;
    font-size: 10px;
    font-weight: normal;
    line-height: 11px;
    text-overflow:ellipsis;
    overflow:hidden;
}

#menu_categorie .active{
    background-color: red;
}

#novita2_edit img{
    width: 50px;
    height: 50px;
}

.bottom-align-text{
    bottom: 0;
    right: 0;
}


.novita2_td_new{
    width:20px;
    max-width: 20px;
    min-width: 20px;
    overflow:hidden;
    color: #f89406;
}

.novita2_td_img{
    width:60px;
    max-width: 60px;
    min-width: 60px;
    overflow:hidden;
}

.novita2_td_desc{
    width: 200px;
    max-width: 200px;
    min-width: 200px;
    overflow:hidden;
}

#edit_f_image {
    width: 1px;
    visibility: hidden;
}


#menu_scroll {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;

}

#linkTabs {
    margin: 0px;
}

#linkTabs > li {
    list-style: outside none none;
    float: left;
    padding-left: 0px;
    padding-right: 20px;
}

.divattach {
    display: none;
    background-color: #f8f8f8;
    padding: 10px;
    border-top: 1px solid #e5e5e5;
}

#divlongLink {
    margin: 0px;
}

#divlongLink a {
    margin-left: 10px;
    margin-top: 3px;
}

.divattach selectWebpage {
    margin-bottom: 0px;
}

.divattach #addweb{
    margin-left: 30px;
}

#fileExplorerDialogModal {
    width: 960px;
    margin-left: -480px;
}

#fileExplorerDialogModal .sfe-img-container {
    width: 152px;
    height: 162px;
    margin-right: 30px;
    margin-bottom: 30px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

#fileExplorerDialogModal .sfe-img-container:hover {
   border: medium none;
   box-shadow: 0 0 0 1px #1176a0, 0 0 0 3px #19a9e5;
}

#fileExplorerDialogModal .sfe-img-img {
    padding: 1px;
    min-height: 100px;
    background-color: #ccc;
}

#fileExplorerDialogModal .sfe-img-img img {
    max-width: 150px;
    max-height: 100px;
    margin: auto;
    display: block;
}

#fileExplorerDialogModal .sfe-img-title {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;              /* "overflow" value must be different from  visible"*/
    -o-text-overflow: ellipsis;    /* Opera < 11*/
    text-overflow:    ellipsis;
}

#fileExplorerDialogModal .sfe-img-desc {
    font-size: 11px;
    color: #5d5d5d;
}

/*template web pages*/
.wtpl-img-container {
    width: 202px;
    height: 430px;
    margin-right: 25px;
    margin-bottom: 30px;
    display: inline-block;
    /*overflow: hidden;*/
    /*cursor: pointer;*/
}

.wtpl-img-img:hover {
   border: medium none;
   box-shadow: 0 0 0 1px #1176a0, 0 0 0 3px #19a9e5;
}

.wtpl-img-img {
    border: 1px solid #bbb;
    min-height: 100px;
    background-color: #5d5d5d;
}

.wtpl-img-img img {
    max-width: 200px;
    margin: auto;
    display: block;
}

.wtpl-img-title {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;              /* "overflow" value must be different from  visible"*/
    -o-text-overflow: ellipsis;    /* Opera < 11*/
    text-overflow:    ellipsis;
}

.wtpl-img-desc {
    font-size: 11px;
    color: #ccc;
}

.wtpl-preview-button .btn {
    width: 177px;
}

.wtpl-select-button {
    width: 177px;
    margin-top: 5px;
}

.text-disabled {
    color: #ccc;
    opacity: 0.6;
}

.col-left-line-sep::before {
    /*background: rgba(0, 0, 0, 0) linear-gradient(to right, #f8f8f8 0px, rgba(248, 248, 248, 0) 100%) repeat scroll 0 0;*/
    border-right: 1px solid #e5e5e5;
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 230px;
}

.col-left-line-sep #leftcol {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
}

#product-accordion .accordion-group {
    margin-top: 20px;
}

#product-accordion  .accordion-group .accordion-heading {
    background-color: #eee;
    border-color: #2980b9;

}

#product-accordion  .accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
}
#product-accordion  .accordion-opened .accordion-toggle:after {
    content: "\f054";
}

#product-accordion  .accordion-group .accordion-heading a {
    color: #2b70f0;
    font-size: 16px;
}

#product-accordion  .accordion-group .accordion-heading a:hover {
    color: #2b70f0;
    text-decoration: none;
}

.checkboxLabel {

}

input.adminuses {
    float: left;
}

#menubar-bg .navbar-inner{
    background-color: #f89000;
}

.helplink {

}

a.helplink {
    text-decoration: underline;
}

.home-block-container {
    /*background: #e0e2e8;*/
    /*border: 1px solid #e4e5e7;*/
    padding: 10px 0px;
}

.home-block-container .home-block-col {
    text-align: center;
    font-size: 12px;
    /*min-height: 160px;*/
    position: relative;
    border: 1px solid #e2e6ed;
    border-radius: 3px;
    background: #ffffff;
}

.home-block-container .home-block-col h5 {
    font-weight: normal;
}

.home-block-container .home-block-col h5 img {
    width: 20px;
    margin-right: 7px;
}

.margin-block {
    margin-top: 30px;
}

.margin-block-internal {
    margin-top: 15px;
}

.home-block-container .home-block-col .font-big {
    font-size: 24px;

}

.home-block-container .home-block-col .jqplot-point-label {
  color: #fff;
}

.home-block-container .home-block-col  .link-grey {
    color: #aaaaaa;
    text-decoration: underline;
}

.home-block-container .home-block-col .alert {
    margin: 10px;
}

.home-block-container .home-block-col .link-block {
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;

}

.home-block-container .home-block-col.two-link .link-block {
    min-height: 40px;
}

.home-block-container .home-block-col .content-block {
    margin-top: 30px;
    margin-bottom: 40px;
    min-height: 50px;
}

.home-block-container .home-block-col.two-link .content-block {
    margin-top: 30px;
    margin-bottom: 60px;
}

#hometips {
    background-color: #d2f5ca;
    border: 3px solid #a0da91;
    /*border-top: 3px solid #a0da91;*/
    /*border-bottom: 3px solid #a0da91;*/
    margin-bottom: 10px;
    padding: 20px 0 20px 0;

}

#hometips [class^="icon-"]{
    color: #79926c;
    padding-left: 10px;
}

#creditDialogModal.modal {
    width: 250px;
    margin-left: -130px;
}

.chatbot-conference .home-block-container{
    min-height: 200px;
}

.chatbot-promote{
    padding: 20px 0 0 0;
}


.chatbot-usage{
    padding-bottom: 20px;
}

.chatbot-usage .home-block-container h5{
    vertical-align:middle;
}

.chatbot-usage .home-block-container .home-block-col {
    text-align: left;
    font-size: 12px;
    position: relative;
}

.chatbot-usage .home-block-container i.main{
    font-size: 2em;
    vertical-align:middle;
    padding-right: 10px;
}

.chatbot-usage .home-block-container .home-block-col.two-link .content-block {
    margin-bottom: 10px;
    margin-top: 10px;
}

.chatbot-usage .home-block-container{
    min-height: 240px;
}

.chatbot-usage .home-block-container .home-block-col .link-block {
    top: 210px;
    position: absolute;
}

.chatbot-usage .spanusage {
    width: 85%;
}


.bothelp .popover{
    max-width: none;
}

.bothelp .icon-info-sign{
    color: #0a50ff;
}

.switchUserLogoReplace {
    /*color: #fff;*/
    font-size: 18px;
    padding-top: 10px;
}

.switchUserLogoReplace a {
    /*color: #fff;*/
    text-decoration: none;
}

.switchUserLogoReplace span {
    opacity: 0.6;
}

.table td.noteText {
    max-width: 80px;
}
.table td.noteText span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}

.no_margin{
    margin:0px !important;
}

.small_padding_left{
    padding-left: 1em;
}

.text_centered_v{
    color: #fff;
    display: block;
    padding: 15px 0px 0px 0px;
    letter-spacing: 1px;
}

.text_force_white{
    color: #fff;
}

div.centre {
  width: 100px;
  display: block;
  background-color: #d8ae4b;
  margin-left: auto;
  margin-right: auto;
}

.nuovoContenutoEditor{
    height: 200px;
}
/*
.reportContainer{
    margin-left: 0px;
}
*/
.icon-color-warning{
    color: #e0b131;
}

.icon-color-ok{
    color: #6bbc20;
}

.icon-color-info{
    color: #4286f4;
}

.icon-color-danger{
    color: #f45942;
}

.roundedlabel{
    width: 50px;
    height: 50px;
    border-style: solid;
    border-color: #c4cad3;
    border-radius: 50%;
    margin-top: 5px;
    margin-bot:5px;
}

.roundedlabelcolor-ok{
    border-color: #6bbc20;
}

.roundedlabelcolor-warning{
    border-color: #e0b131;
}

.roundedlabelcolor-info{
    border-color: #4286f4;
}

.roundedlabeltext{
    text-align: center;
    margin-top:16px;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.roundedlabelicon{
    text-align: center;
    margin-top:8px;
}

.roundedlabelbodytext{
    margin-top:20px;
}

.share-block{
    margin-top:50px;
}

.share-modal-arrows{
    vertical-align: middle;
    margin-right: 20px;
}

.suggestionDiv{
    height: 80px;
}

#showMoreEmailBtn{
    margin-bottom: 10px;
}

.btn-info-outline-new{
    background-color: transparent;
    background-image: none;
    border: 2px solid;
    border-color: #3865B0;
    color: #3865B0;
}

.btn-info-outline-new:hover,
.btn-info-outline-new.activated{
    background-color: #467fcf;
    border-color: #467fcf;
    color: #fff;
}

.btn-success-outline-new{
    background-color: transparent;
    background-image: none;
    border: 2px solid;
    border-color: #8ac53e;
    color: #8ac53e;
}

.btn-success-outline-new:hover,
.btn-success-outline-new.activated{
    color: #fff;
    background-color: #8ac53e;
    border-color: #8ac53e;
}

.btn-danger-outline-new{
    background-color: transparent;
    background-image: none;
    border: 2px solid;
    border-color: #B80062;
    color: #B80062;
}

.btn-danger-outline-new:hover,
.btn-danger-outline-new.activated{
    color: #fff;
    background-color: #B80062;
    border-color: #B80062;
}

.btn-help-outline-new{
    background-color: transparent;
    background-image: none;
    border: 1px solid;
    border-color: #9aa0ac;
    border-radius: 50%;
    color: #B80062;
}

.btnrounded-blue{
    display: inline-block;
    color: #ffffff;
    background-color: #113bea;
    border: 1px solid #113bea;
    border-radius: 25px !important;
    padding: 10px 40px;
    text-align: center;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}
.btnrounded-blue:hover{color: #ffffff;}

#userDropdownTop{
    color: #94979a;
    display:block;
    text-align: right;
}

#userDropdownTop:hover{
    text-decoration: none;
}

#userDropdownTop:focus{
    text-decoration: none;
}


#userDropdownTop span{
    display:inline-block;
}

#userDropdownTop:hover{
    color: #94979a;
}

.roundedAvatar{
    display:inline-block;
    width: 32px;
    height: 32px;
    border-style: solid;
    /*border-color: #999;*/
    border-color: white;
    border-radius: 50%;
    font: bold 15px/29px Helvetica, Verdana, Tahoma;
    text-align: center;
    margin-top: 12px;
    box-sizing: content-box;
    border-width: 2px;
}

.avatarDiv{
    display:inline-block;
    vertical-align: top;
    height:61px;
    padding-left: 10px;
}

.avatarNameDiv{
    display:inline-block;
    margin-top: 12px;
    /*line-height: 61px;*/
}

#avatarName{
    /*color: #94979a;*/
    color:white;
}

.avatarName{
    /*color: #94979a;*/
    color:white;
}

#avatarNameSpan{
    display: block;
}

.separatormenu{
    margin: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.5)
}

#menubar{
    /*height:54px;*/
}

#menubar .navbar-inner .container{
    /*height:54px;*/
}

#barPrivateNav{
    /*height: 54px;*/
}

#barPrivateNav li a{
    padding: 17px 0px 17px;
    border-bottom: 1px solid;
    border-color: #ffffff00;
    transition: .3s border-color;
}

#barPrivateNav li ul li a{
    padding: 3px 20px;
    text-align: left;
    height: 30px;
}

#navbarDropdownList1 a.dropdown-item,
#navbarDropdownList2 a.dropdown-item{
    padding: 3px 20px;
    text-align: left;
    height: 30px;
}

#navbarDropdownList1 ul.dropdown-menu a.dropdown-item,
#navbarDropdownList2 ul.dropdown-menu a.dropdown-item{
    padding: 3px 20px;
    text-align: left;
    height: 30px;
}

#navbarDropdownList1,
#navbarDropdownList2{
    padding:0px;
}

#barPrivateNav li{
    margin-right: 20px;
}

#barPrivateNav li ul li {
    margin-right: 0px;
    text-align: center;
}

#barPrivateNav > li > a:focus{
  color: #6e7687;
  text-decoration: none;
  background-color: transparent;
}

#barPrivateNav li a:hover{
    border-color: #6e7687;
    color: #6e7687;
}

#barPrivateNav li ul li a:hover{
    border-color: #ffffff00;
    color: #000000;
    background-color: #ffffff00;
}

#barPrivateNav li ul li a:hover{
    border-color: #ffffff00;
    color: #000000;
    background-color: #ffffff00;
}
#barPrivateNav li div.dropdown-menu a.nav-link:hover{
    border-color: #ffffff00;
    color: #000000;
    background-color: #ffffff00;
}

#navbarDropdownList1 a.dropdown-item:hover,
#navbarDropdownList2 a.dropdown-item:hover{
    color: #ffffff;
    text-decoration: none;
    background-color: #2258bc;
}
/*
#barPrivateNav li ul li a{
    color: #94979a;
}
*/
#barPrivateNav a{
    color: #94979a;
}

#barPrivateNav a .caret{
    border-top-color: #94979a;
    border-bottom-color: #94979a;
}

#barPrivateNav > .active > a{
    color: #467fcf;
    border-color: #467fcf;
}

.helpTopIcon{
    margin-top:10px;
    font-size:22px;
}

.helpTopIcon:hover,
.helpTopIcon:focus{
    color:#94979a;
}

.DropdownTopBarDiv{
    padding: 10px 12px;
    text-decoration: none;
}

.DropdownTopBarDiv{
    margin-top:10px;
}

.DropdownTopBarDiv:hover,
.DropdownTopBarDiv:focus{
    color:#94979a;
}

#buyDropdownTop,
#helpDropdownTop{
    color:#94979a;
}

#navbarSupportedContent{
    /*height: 54px;*/
}

#navbarSupportedContent ul li a{
    /*height: 54px;*/
    text-align: center;
}
/*
#navbarSupportedContent ul li{
    border-bottom: 1px solid;
    border-color: #e2e6ed;
}
*/

#barPrivateNav .navbar-toggler{
    margin-top:7px;
}

#newPageHeader{
    margin: 35px 0px 35px 0px;
}

.newHomeCard tbody tr td i{
    padding-top: 13px;
    padding-left: 10px;
}

.newHomeCard{
    margin-bottom: 0px;
}
.graphTitle{
    text-align: center;
}

.graphContainer{
    background : #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.pageContainer{
    background : #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.graphSelector{
    margin-bottom: 15px;
}

.graphSelector .form-control{
    border: 2px solid #ced4da;
    border-radius: 1.25rem;
}

#grafSms1Desc{
    text-align: center;
    font-size: 16px;
}

.homeCard{
    margin-bottom: 15px;
}

.homeCard .cardRow{
    border-bottom: 1px solid var(--smsh-color-lightgray);
    min-height: 60px;
    margin-left: 0px;
    margin-right: 0px;
}

.homeCard .cardRow i{
    margin-top: 21px;
    margin-left: 25px;
}

.homeCard .cardRow .cardContentColumn{
    padding-top: 10px;
}

.homeCard .cardRow .cardLinkColumn{
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: right;
    padding-right: 25px;
}

.btn-info-home:hover{
    background-color: #113bea;
    border-color: #113bea;
}

.btn-info-home{
    color: #113bea;
    border-color: #113bea;
}

.dropdown-menu > li > span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
}

.DropdownTopBarDiv .dropdown-menu a:hover{
    color: #ffffff;
    text-decoration: none;
    background-color: #2258bc;
}

.DropdownTopBarAvatarDiv .dropdown-menu a:hover{
    color: #ffffff;
    text-decoration: none;
    background-color: #2258bc;
}

.homeCard .cardRow h4 i{
    margin-top: 0px;
    margin-left: 0px;
}

.passStrengthLineStrong{
width: 100%;
height: 47px;
border-bottom: 2px solid #4ce825;
position: absolute;
}

.passStrengthLineMedium{
width: 50%;
height: 47px;
border-bottom: 2px solid #e8c425;
position: absolute;
}

.passStrengthLineWeak{
width: 25%;
height: 47px;
border-bottom: 2px solid #e8c425;
position: absolute;
}

.passStrengthLineNotValid{
width: 0%;
height: 47px;
border-bottom: 2px solid transparent;
position: absolute;
}

#indexLogoRow{
    margin-bottom: 20px;
}

legend.main {
    border-bottom: none;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: lighter;
    color: #495057;
    /*font-family: "Open Sans";*/
    font-family: "ITC Clearface Std", sans-serif;
    font-weight: 900;

}

#grafSms1{
    height: 320px;
}

.stamp-md {
    min-width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
}

.stamp {
    color: #fff;
    background: #868e96;
    display: inline-block;
    min-width: 2rem;
    height: 2rem;
    padding: 0 .25rem;
    line-height: 2rem;
    text-align: center;
    border-radius: 3px;
    font-weight: 600;
}

.stampNoBorders {
    display: inline-block;
    min-width: 3rem;
    height: 2rem;
    padding: 0 .25rem;
    line-height: 2rem;
    text-align: center;
    font-weight: 600;
    font-size: 32px;
}

.bg-blue {
    background-color: #467fcf !important;
}

.bg-green {
    background-color: #3abc45 !important;
}

.bg-yellow {
    background-color: #f1c40f !important;
}

.mr-3, .mx-3 {
    margin-right: 0.75rem !important;
}

.usedCoupons{
    display: inline;
}

#wtpl4-left-column {
    background-color: #fff;
    padding: 25px 0 25px;
}

#wtpl4-left-column ul {
    margin: 0px;
    padding: 0px;
}

#wtpl4-left-column ul li {
    list-style-type: none;
    padding: 10px 25px;
    border-left: 3px solid white;
}

#wtpl4-left-column ul li.active {
    border-left: 3px solid rgb(70, 127, 207);
}

#wtpl4-left-column ul li.active a {
    font-weight: bold;
}


#wtpl4-left-column ul li a {
    color: #555;

}

#wtpl4-left-column ul li.separator {
    border-bottom: 1px solid #f3f3f3;
    padding: 0px;
    margin: 12px 0px;
}

#wtpl4-right-column .card {
    width: 220px;
    height: 459px;
    display: inline-block;
    margin: 0px 20px 20px 20px;
    vertical-align: top;
}
#wtpl4-right-column .card.card-add-new {
    background-color: transparent;
    border: 1px dashed #ccc;

}

#wtpl4-right-column .card.card-add-new h3 {
    margin-bottom: 50px;
}

#wtpl4-right-column .card.card-add-new p {
    margin-bottom: 50px;
}

#wtpl4-right-column .card  .card-footer {
    height: 70px;
}

#wtpl4-right-column .card .card-img-overlay {
    background: rgb(0,0,0,0.8);
    bottom: 70px;
    opacity: 0.0;
    text-align: center;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;

}

#wtpl4-right-column .card:hover .card-img-overlay {
    opacity: 1.0;
}
#wtpl4-right-column  .wtpl-card-na img{
    opacity: 0.4;
}

#wtpl4-right-column  .ttpl-card-na .tt-card-content{
    opacity: 0.4;
}

#wtpl4-right-column  .ttpl-card-na a {
    cursor: default;
}

#wtpl4-right-column  .wtpl-card-na .ribbon-wrapper,#wtpl4-right-column  .ttpl-card-na .ribbon-wrapper,.ribbon-wrapper{
    overflow: hidden;
    position: absolute;
    top: -3px;
    left: -3px;
    width: 85px;
    height: 88px;
}

#wtpl4-right-column  .wtpl-card-na .ribbon, #wtpl4-right-column  .ttpl-card-na .ribbon,.ribbon {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform:    rotate(-45deg);
    -ms-transform:     rotate(-45deg);
    -o-transform:      rotate(-45deg);
    position: relative;
    padding: 4px 0;
    top: 15px;
    left: -30px;
    width: 120px;
    background-color: #28a745;
    color: #fff;
}

#wtpl4-right-column .card .card-img-overlay .btn-sel-template {
    border-color: #fff;
    color: #fff;
    margin-top: 140px;

}

#wtpl4-right-column .tt-card {
    padding: 15px;
    height: 310px;
    margin: 0px 10px 20px 10px;
    position: relative;
}

#wtpl4-right-column .tt-card .text-secondary {
    font-size: 13px;
}

#wtpl4-right-column .tt-card .btn {
    position: absolute;
    bottom: 10px;
    width: 190px;
}

#previewMobileDesktopTabs > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

#previewMobileDesktopTabs {
    text-align:center;
    display: inline-block;
}

.card-table {
  margin-bottom: 0;
}

.card-table tr:first-child td,
.card-table tr:first-child th {
  border-top: 0;
}

.card-table:not(.table-compact) tr td:first-child,
.card-table:not(.table-compact) tr th:first-child {
  padding-left: 1.5rem;
}

.card-table:not(.table-compact) tr td:last-child,
.card-table:not(.table-compact) tr th:last-child {
  padding-right: 1.5rem;
}

@media (max-width: 576px) {
.card-table tr td:first-child,
.card-table tr th:first-child {
  padding-left: 0.5rem;
}

.card-table tr td:last-child,
.card-table tr th:last-child {
  padding-right: 0.5rem;
}
}

.card-body + .card-table {
  border-top: 1px solid rgba(0, 40, 100, 0.12);
}

.card-table thead th {
    border-top: 0;
    border-bottom-width: 1px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: rgb(154, 160, 172) !important;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#rightcolb4 ul {
    -webkit-padding-start: 0px;
    padding: 0px;
    margin-top: 10px;
}

#rightcolb4 ul li {
    color: #828282;
    font-size: 12px;
    font-weight: bold;
    list-style: outside none none;
    margin-left: 0px;
}

#rightcolb4 ul li a {
    font-size: 14px;
}

#rightcolb4 ul li.subtitle {
    font-weight: normal;
    margin-bottom: 10px;
}

.card-title {
    font-weight: normal;
    font-family: "Roboto";
    font-size: 16px;
    /*color:rgb(73, 80, 87);*/
    color:#495057;
}

.card-header {
    padding: 0.3rem 1.25rem;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5bb75b;
    border-color: #5bb75b;
}

.btn-group{
    display: inline-flex;
}

.card-body h4.label {
    color: #495057;
    margin-bottom: .5rem;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: .875rem;
    margin-top: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-icon{
    color: #9aa0ac;
}

.list-group-transparent .list-group-item.active {
    background: rgba(70, 127, 207, 0.06);
    font-weight: 600;
}

.list-group-transparent .list-group-item {
    background: none;
    border: 0;
    padding: .5rem 1rem;
    border-radius: 3px;
}

.list-group-item.active {
    z-index: 2;
    color: #467fcf;
    background-color: #f8fafd;
    border-color: rgba(0, 40, 100, 0.12);
}

.dotdotdot:after {
    font-weight: 300;
    content: '...';
    display: inline-block;
    width: 20px;
    text-align: left;
    animation: dotdotdot 1.5s linear infinite;
}

@keyframes dotdotdot {
  0%   { content: '...'; }
  25% { content: ''; }
  50% { content: '.'; }
  75% { content: '..'; }
}

.margintopbotAuto{
    margin-top: auto;
    margin-bottom: auto;
}

.commonSortablePlaceholder {
    outline: 1px dashed #49afcd;
    z-index: 100;
    margin-bottom: 10px;
}
.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}
.switch input + label {
  position: relative;
  min-width: calc(calc(2.375rem * .8) * 2);
  border-radius: calc(2.375rem * .8);
  height: calc(2.375rem * .8);
  line-height: calc(2.375rem * .8);
  display: inline-block;
  cursor: pointer;
  outline: none;
  user-select: none;
  vertical-align: middle;
  text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}
.switch input + label::before,
.switch input + label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(calc(2.375rem * .8) * 2);
  bottom: 0;
  display: block;
}
.switch input + label::before {
  right: 0;
  background-color: var(--smsh-color-lightgray);
  border-radius: calc(2.375rem * .8);
  transition: 0.2s all;
}
.switch input + label::after {
  top: 2px;
  left: 2px;
  width: calc(calc(2.375rem * .8) - calc(2px * 2));
  height: calc(calc(2.375rem * .8) - calc(2px * 2));
  border-radius: 50%;
  background-color: white;
  transition: 0.2s all;
}
.switch input:checked + label::before {
  background-color: #113bea;
}
.switch input:checked + label::after {
  margin-left: calc(2.375rem * .8);
}
.switch input:focus + label::before {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}
.switch input:disabled + label {
  color: #868e96;
  cursor: not-allowed;
}
.switch input:disabled + label::before {
  background-color: #e9ecef;
}
.switch input:disabled:checked + label::before {
  background-color: #0088dd57;
}
.switch.switch-sm {
  font-size: 0.875rem;
}
.switch.switch-sm input + label {
  min-width: calc(calc(1.9375rem * .8) * 2);
  height: calc(1.9375rem * .8);
  line-height: calc(1.9375rem * .8);
  text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
}
.switch.switch-sm input + label::before {
  width: calc(calc(1.9375rem * .8) * 2);
}
.switch.switch-sm input + label::after {
  width: calc(calc(1.9375rem * .8) - calc(2px * 2));
  height: calc(calc(1.9375rem * .8) - calc(2px * 2));
}
.switch.switch-sm input:checked + label::after {
  margin-left: calc(1.9375rem * .8);
}
.switch.switch-lg {
  font-size: 1.25rem;
}
.switch.switch-lg input + label {
  min-width: calc(calc(3rem * .8) * 2);
  height: calc(3rem * .8);
  line-height: calc(3rem * .8);
  text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
}
.switch.switch-lg input + label::before {
  width: calc(calc(3rem * .8) * 2);
}
.switch.switch-lg input + label::after {
  width: calc(calc(3rem * .8) - calc(2px * 2));
  height: calc(calc(3rem * .8) - calc(2px * 2));
}
.switch.switch-lg input:checked + label::after {
  margin-left: calc(3rem * .8);
}
.switch + .switch {
  margin-left: 1rem;
}

/*FORM DIALOG*/
#appFormDialogModal {
    width: 960px;
    margin-left: -480px;
    background-color: #535353;
    color: #fff;
}

#appFormDialogModal .modal-body {
    max-height: 600px;
}

#appFormDialogModal a:not(.btn)  {
    color: #fff;
}

#appFormDialogModal .modal-header,
#appFormDialogModal .modal-footer {
   background-color: rgba(0,0,0,0.1);
   border-bottom: 1px solid rgba(0,0,0,0.1);
}

#appFormDialogModal #appGenericTitle {
    font-size: 20px;
    font-weight: normal;

}

#appFormDialogModal button.close {
    color: #fff;
    opacity: 0.8;
}

#appFormDialogModalB4 .modal-dialog {
    max-width: 1000px;
}

#appFormDialogModalB4 .modal-content {
    background-color: #535353;
    color: #fff;
}

#appFormDialogModalB4 .modal-header {
    padding: 9px 15px;
}

#appFormDialogModalB4 a:not(.btn)  {
    color: #fff;
}

#appFormDialogModalB4 .modal-header,
#appFormDialogModalB4 .modal-footer {
   background-color: rgba(0,0,0,0.1);
   border-bottom: 1px solid rgba(0,0,0,0.1);
}

#appFormDialogModalB4 #appGenericTitle {
    font-size: 20px;
    font-weight: normal;

}

#appFormDialogModalB4 button.close {
    color: #fff;
    opacity: 0.8;
}


#appFormDialogModalB4 .modal-body {
    max-height: 600px;
}

#appFormTitle {
    font-size: 20px;
    font-weight: normal;
    color:white;
}

.chardinjs-helper-layer {
    z-index: 1049 !important;
}

.btn-primary {
  color: #fff;
  background-color: #113bea;
  border-color: #113bea;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0e2ca8;
  border-color: #0e2ca8;
}

.text-disabled-no-op {
    color: #ccc;
}

.fidelity_card{
    max-width: 450px;
    border-radius: 20px;
    background: var(--smsh-color-red);
    margin-left:auto;
    margin-right:auto;
}

.fidelity_card_inner{
    padding: 30px;
    width: inherit;
    height: inherit;
    position: relative;
}

.fidelity_card_name{
    color:white;
    font-size:calc(14px + 0.2vw);
    font-weight: bold;
    text-transform: uppercase;

}

.fidelity_card_code{
    color: white;
    font-family: "ITC Clearface Std", sans-serif;
    font-size: calc(20px + 0.4vw);
}

.fidelity_card_points{
    color: white;
    font-family: "ITC Clearface Std", sans-serif;
    font-size: calc(30px + 0.4vw);
}

.fidelity_card_text{
    color: white;
    font-size:calc(14px + 0.2vw);
}

.fidelity_card_cdata_text{
    color:white;
    font-size:calc(16px + 0.4vw);
    font-weight: bold;
}


.fid_not_active{
    color: #dc3545;
    font-size:calc(20px + 0.2vw);
    font-weight: bold;
    text-transform: uppercase;
}

.slider-range-blu .ui-slider-range {
    background: var(--smsh-color-green) !important;
}

.slider-range-blu .ui-slider-handle {
    border: 1px solid var(--smsh-color-green) !important;
    background: var(--smsh-color-green) !important;
    transition: none;
}

.slider-range-blu .ui-corner-all {
    border-radius: 15px !important;
}

@media screen and (min-width: 1200px) {
    .fidelity_card_name{
        color:white;
        font-size:calc(14px + 0.2vw);
        font-weight: bold;
        text-transform: uppercase;

    }

    .fidelity_card_code{
        color: white;
        font-family: "ITC Clearface Std", sans-serif;
        font-size: 30px;
    }

    .fidelity_card_points{
        color: white;
        font-family: "ITC Clearface Std", sans-serif;
        font-size: 40px;
    }

    .fidelity_card_text{
        color: white;
        font-size:calc(14px + 0.2vw);
    }

    .fidelity_card_cdata_text{
        color:white;
        font-size:18px;
        font-weight: bold;
    }
}

.btn-wrap-text {
    white-space: normal !important;
    word-wrap: break-word !important;
}

.text-color-red {
    color: var(--smsh-color-red) !important;
}

#sms_draggable_div {
  position: fixed;
  left: 30%;
  z-index: 10000;
  background-color: #f1f1f1;
  border: 1px solid #d3d3d3;
  text-align: center;
}

#sms_draggable_divheader {
  padding: 10px;
  cursor: move;
  z-index: 10001;
  background-color: red;
  color: #fff;
}

.upselling h2 {
    border-bottom: none;
    font-size: 18px;
    line-height: 22px;
       margin-bottom: 20px;
    color: #495057;
    font-family: "ITC Clearface Std", sans-serif;
    font-weight: 900;
}


.ms-content-preview {
   display: inline-block;
   background-color: #fff;
   border: 1px solid #ccc;
   padding: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   text-align: center;

}

.ms-content-preview-thumb-table img {
   width: 150px;
   height: 100px;
   object-fit:  cover;
   object-position: 0 0;
}

.ms-content-preview-thumb-detail img {
   width: 200px;
   height: 278px;
   object-fit: scale-down;
}

.ms-content-preview-thumb-detail-fullw img {
   width: 100%;
   /*height: 208px;*/
   object-fit: scale-down;
}

.ms-tpl-card-img-top {
    width: 100%;
    height: 387px;
    object-fit: cover;
}

/*
 * Slider
 */
.smsh-slider {
  /* Use flexbox for slider wrapper element */
  display:flex;
  /* Direct alignment of content along horizontal axis */
  flex-direction:row;
  /* Tell's flexbox to center content around the non-horizontal axis (ie around the vertical axis) */
  align-items:center;
}

.smsh-slider-label {
  width: 75px;
}

.smsh-slider-input {
    /* Causes the input element to horizontally stretch to fill in available horizontal space */
    flex: 5 1 0%;
    display: flex;
    margin-top: .625rem;
}

.smsh-slider-value {
  width: 100px;
}
input[type=range] {
    display: block;
    -webkit-appearance: none;
    background-color: transparent;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    margin: 0 auto;
    outline: 0;
}
input[type=range]:focus {
    outline: none;
}
/* Chrome */
input[type=range]::-webkit-slider-runnable-track {
    /*box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;*/
    width: 100%;
    height: 12.8px;
    cursor: pointer;
    animate: 0.2s;
    background: var(--smsh-color-lightgray);
    border-radius: 25px;
    /*border: 1px solid var(--smsh-color-blue);*/
}
input[type=range]::-webkit-slider-thumb {
    /*box-shadow: 1px 1px 1px #000000, 1px 1px 1px #0d0d0d;*/
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--smsh-color-blue);
    transition: .3s ease-in-out;
    background-color: white;
    cursor: pointer;
    margin-top: -10px;
}

/* Firefox */
input[type=range]::-moz-range-track {
    /*box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;*/
    width: 100%;
    height: 12.8px;
    cursor: pointer;
    animate: 0.2s;
    background: var(--smsh-color-lightgray);
    border-radius: 25px;
    /*border: 1px solid var(--smsh-color-blue);*/
}
input[type=range]::-moz-range-thumb {
    /*box-shadow: 1px 1px 1px #000000, 1px 1px 1px #0d0d0d;*/
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--smsh-color-darkgrey);
    transition: .3s ease-in-out;
    background-color: white;
    cursor: pointer;
}
input[type=range]::-moz-focus-outer {
    border: 0;
}

/* Edge */
input[type="range"]::-ms-fill-lower {
  background: transparent;
}
input[type="range"]::-ms-fill-upper {
  background: transparent;
}
input[type="range"]::-ms-track {
    height: 12.8px;
    border: 1px solid #bdc3c7;
    background-color: var(--smsh-color-lightgray);
    width: 100%;
}
input[type="range"]::-ms-thumb {
    position: relative;
    z-index: 99;
    margin-top: 0;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: white;
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
    border-color: #dee2e6;
    border-radius: 50%;
}
input[type="range"]::-ms-tooltip {
  display: none;
}

.ticksmsh-slider-tick-label{
    color: #333333;
    font-size: 16px;
}

.ticksmsh-slider-tick-na {
    text-decoration: line-through;
}

.smsh-slider-tick {
    background-color: #fff;
    height: 100%;
    position: absolute;
    width: .125rem;
}

.smsh-slider-tick-labelcontainer {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px 0 10px;
}

.smsh-slider-tick-label {
    position: relative;
    display: flex;
    justify-content: center;
    width: 1px;
    background: gray;
    height: 10px;
    line-height: 50px;
    margin-bottom: 20px;
}

.pricingSlider__tick {
    background-color: #fff;
    height: 100%;
    position: absolute;
    width: .125rem;
}

.ms-mail-status-badge-PENDING {
    background-color: var(--smsh-color-mailpending);
    color:white;
}
.ms-mail-status-badge-PROC {
    background-color: var(--smsh-color-mailproc);
    color:white;
}
.ms-mail-status-badge-SENT {
    background-color: var(--smsh-color-mailsent);
    color:white;
}
.ms-mail-status-badge-NOSENT {
    background-color: var(--smsh-color-mailnosent);
    color:white;
}
.ms-mail-status-badge-DELIVERED {
    background-color: var(--smsh-color-maildelivered);
    color:white;
}
.ms-mail-status-badge-BOUNCED {
    background-color: var(--smsh-color-mailbounced);
    color:white;
}
.ms-mail-status-badge-BOUNCED-SOFT {
    opacity: 0.6;
}
.ms-mail-status-badge-SPAMREPORT {
    background-color: var(--smsh-color-mailspam);
    color:white;
}
.ms-mail-status-badge-OPENED {
    background-color: var(--smsh-color-mailopened);
    color:white;
}
.ms-mail-status-badge-CLICKED {
    background-color: var(--smsh-color-mailclicked);
    color:white;
}
.ms-mail-status-badge-UNSUBSCRIBED {
    background-color: var(--smsh-color-mailunsubscribed);
    color:white;
}
.ms-mail-status-badge-PENDING {
    background-color: var(--smsh-color-mailpending);
    color:white;
}
.ms-mail-status-badge-SUBIUDICE {
    background-color: var(--smsh-color-mailsent);
    color:white;
}
.ms-mail-status-color-PROC {
    color: var(--smsh-color-mailproc);
}
.ms-mail-status-color-SENT {
    color: var(--smsh-color-mailsent);
}
.ms-mail-status-color-NOSENT {
    color: var(--smsh-color-mailnosent);
}
.ms-mail-status-color-DELIVERED {
    color: var(--smsh-color-maildelivered);
}
.ms-mail-status-color-BOUNCED {
    color: var(--smsh-color-mailbounced);
}
.ms-mail-status-color-SPAMREPORT {
    color: var(--smsh-color-mailspam);
}
.ms-mail-status-color-OPENED {
    color: var(--smsh-color-mailopened);
}
.ms-mail-status-color-CLICKED {
    color: var(--smsh-color-mailclicked);
}
.ms-mail-status-color-UNSUBSCRIBED {
    color: var(--smsh-color-mailunsubscribed);
}

ul.ms-timeline {
    list-style-type: none;
    position: relative;
}
ul.ms-timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.ms-timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.ms-timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

ul.ms-timeline > li .ev-label {
    font-size: 13px;
}

ul.ms-timeline > li.ev-SENT:before {
    border: 3px solid var(--smsh-color-mailsent);
}


ul.ms-timeline > li.ev-NOSENT:before {
    border: 3px solid var(--smsh-color-mailnosent);
}


ul.ms-timeline > li.ev-DELIVERED:before {
    border: 3px solid var(--smsh-color-maildelivered);
}

ul.ms-timeline > li.ev-BOUNCED:before {
    border: 3px solid var(--smsh-color-mailbounced);
}

ul.ms-timeline > li.ev-SPAMREPORT:before {
    border: 3px solid var(--smsh-color-mailspam);
}

ul.ms-timeline > li.ev-OPENED:before {
    border: 3px solid var(--smsh-color-mailopened);
}

ul.ms-timeline > li.ev-CLICKED:before {
    border: 3px solid var(--smsh-color-mailclicked);
}

ul.ms-timeline > li.ev-UNSUBSCRIBED:before {
    border: 3px solid var(--smsh-color-mailunsubscribed);
}

.dashboard-link-btn-wrap {
    list-style: none;
}
.dashboard-link-btn-wrap li a {
    color: #6c7293;
    font-size: .875rem;
    font-weight: bold;
}
.dashboard-link-btn-wrap li a.text-primary {
    border-bottom: 2px solid;
}

.abtest-text-a {
    color: #ce3e3e;
}

.abtest-text-b {
    color: #428cf4;
}

.abtest-text-winner {
    color: #28a745;
}

/*.dashboard-link-btn-wrap li a span {
    background: #ffffff;
    border-radius: 2px;
    text-align: center;
    padding: 4px 7px 4px 7px;
    margin-right: 5px;
    background-clip: border-box;
    border: 1px solid
    rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}*/

.badge-abtest {
    color:white;
    background: rgb(206,62,62);
    background: linear-gradient(86deg, rgba(206,62,62,1) 0%, rgba(66,140,244,1) 75%);
}

.smsh-nav-print-button {
    position: absolute;
    right: 17px;
    top: 43px;
}

.task-timeline-section{
    position: relative;
    width: 100%;
    margin:auto;
}
.task-timeline-section .timeline-start,
.task-timeline-section .timeline-end {
    background: #0093D1;
    border-radius:33px;
    /*margin: 0 auto;*/
    width:10px;
    height:10px;
    margin-left: 9px;
}
.task-timeline-section .task-center-line {
    position: absolute;
    width: 2px;
    height:100%;
    top: 0;
    left:13px;
    /*margin-left: -2px;*/
    background:#0093D1;
    z-index: 0;
}
.task-article{
    width:100%;
    position:relative;
    margin:25px 0px;
    min-height: 135px;
    z-index: 0;
}
.task-article .content-date{
    position: absolute;
    font-size:18px;
    left:  49px;
    top:0px;
}

.task-article .meta-date {
    position: absolute;
    top:50%;
    left: 20px;
    width:10px;
    height:10px;
    transform: translateY(-50%);
    margin-left: -11px;
    border-radius: 100%;
    background:#fff;
    border:1px solid #0093D1;
}
.task-article .content-box{
    position:absolute;
    width:90%;
    top:50%;
    transform: translateY(-50%);
    padding:8px;
    margin-left:50px;
    border: 1px solid #ddd;
    background: white;
    height: 80px;
}

@media (max-width:460px){
    .task-article .content-box p{
        height: 100px;
        overflow: hidden;
    }
}

.text-smsh-blue {
    color: var(--smsh-color-blue);
}
.text-smsh-red {
    color: var(--smsh-color-red);
}
.text-smsh-green {
    color: var(--smsh-color-green);
}
.text-smsh-pink {
    color: var(--smsh-color-pink);
}
.text-smsh-orange {
    color: var(--smsh-color-orange);
}
.text-smsh-yellow {
    color: var(--smsh-color-yellow);
}
.text-smsh-lightblue {
    color: var(--smsh-color-lightblue);
}
.text-smsh-darkgrey {
    color: var(--smsh-color-darkgrey);
}
.text-smsh-grey {
    color: var(--smsh-color-grey);
}
.text-smsh-lightgrey {
    color: var(--smsh-color-lightgrey);
}

.col-sortable {
    position: relative;
    cursor: pointer;
}

.col-sortable::before {
    right: 1em;
    content: "\f0d8";
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 1rem;
    position: absolute;
    display: block;
    opacity: .3;
    top: .0em;
}

.col-sortable::after {
    content: "\f0dd";
    font-family: 'FontAwesome';
    font-weight: 900;
    right: 16px;
    font-size: 1rem;
    position: absolute;
    bottom: .5em;
    display: block;
    opacity: .3;
}

.col-sortable.sort-asc::after {
    opacity: 1;
}
.col-sortable.sort-desc::before {
    opacity: 1;
}

.scrollbox {
    overflow-y: auto;
    max-height: calc(100vh - 150px);
}

/* Attività dei contatti */
.ca-section {
    width: 100%;
    display: flex;
    margin-top: 30px;
    min-height: 62px;
}

.ca-circle {
    position: relative;
}

.ca-circle-inner {
    width: 62px;
    height: 62px;
    background: var(--smsh-color-lightblue);
    border-radius: 50%;
    border: 3px solid var(--smsh-color-lightgray);
    position: relative;
    z-index: 25;
}

.ca-circle-inner-conversion {
    border: 3px solid var(--smsh-color-yellow);
}

.ca-icon {
    position: absolute;
    margin: 13px 10px 10px 10px;
}

.ca-icon-NOTE::after {
    content: "\f24a";
    font-family: 'FontAwesome';
    color: var(--smsh-color-yellow);
}

.ca-icon-CONVERSION::after {
    content: "\f155";
    font-family: 'FontAwesome';
    color: var(--smsh-color-yellow);
}

.ca-icon-NONE::after {
    content: "\f0dd";
    font-family: 'FontAwesome';
    color: var(--smsh-color-yellow);
}

.ca-icon-EMAIL::after {
    content: "\f003";
    font-family: 'FontAwesome';
    color: var(--smsh-color-orange);
}

.ca-icon-SMS::after {
    content: "\f0e5";
    font-family: 'FontAwesome';
    color: var(--smsh-color-green);
}

.ca-icon-PHONEBOOK::after {
    content: "\f2c0";
    font-family: 'FontAwesome';
    color: var(--smsh-color-red);
}

.ca-icon-FBFLOW::after {
    content: "\f1ec";
    font-family: 'FontAwesome';
    color: var(--smsh-color-pink);
}

.ca-icon-WORKFLOW::after {
    content: "\f1ec";
    font-family: 'FontAwesome';
    color: var(--smsh-color-pink);
}

.ca-icon-BOOKING::after {
    content: "\f274";
    font-family: 'FontAwesome';
    color: var(--smsh-color-indigo);
}

.ca-icon-FIDELITY::after {
    content: "\f2c2";
    font-family: 'FontAwesome';
    color: var(--smsh-color-blue);
}

.ca-icon-COUPON::after {
    content: "\f029";
    font-family: 'FontAwesome';
    color: var(--smsh-color-mailpending)
}

.ca-icon-WEBSITE::after {
    content: "\f0ac";
    font-family: 'FontAwesome';
    color: var(--smsh-color-mailproc)
}

.ca-icon-FORM::after {
    content: "\f2c3";
    font-family: 'FontAwesome';
    color: var(--smsh-color-maildelivered);
}

.ca-circle::before {
    width: 3px;
    min-height: 93px;
    background-color: var(--smsh-color-lightgray);
    position: absolute;
    content: "";
    display: inline-block;
    top: -93px;
    left: 29px;
    z-index: 1;
}

.ca-section:first-child .ca-circle::before {
  display: none;
}

.ca-section:first-child{
  margin-top: 0px;
}

.ca-action {
    flex: 1;
    margin-left: 20px;
    border: 2px solid var(--smsh-color-lightgray);
    border-radius: 8px;
    padding: 10px;
    display: flex;
    flex-flow: row;
    height: 100%;
    justify-content: space-between;
}

.ca-action-conversion {
    border: 2px solid var(--smsh-color-yellow);
}

.ca-action-wrapper {
    display: flex;
    flex-flow: column;
    flex: 1;
}

.ca-action-op {
    display: flex;
    flex-flow: column;
    align-self: center;
    min-width:24px;
    align-items: end;
}

.ca-action-op a {
    color: var(--smsh-color-darkgrey);
}

.ca-action-title {
    margin-top: 0px;
    flex: 0 1 auto;
}

.ca-action-title h5 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.ca-action-desc {
    font-size: 90%;
    flex: 1 1 auto;
}

.ca-action-time {
    /*flex: 0 1 auto;
    font-size: 90%;
    color: var(--smsh-color-darkgrey);*/
    display: flex;
    flex-flow: column;
    align-self: center;
    font-size: 90%;
    color: var(--smsh-color-darkgrey);
}

.contactplus_score_widget{
    width: 80px;
    height: 80px;
    background: var(--smsh-color-lightblue);
    border-radius: 50%;
    border: 3px solid var(--smsh-color-lightgray);
    position: relative;
    float: right;
}

.contactplus_score_widget.contactplus_score_disabled {
    border: 3px solid #dee2e66b;
}

.contactplus_score_widget .contactplus_score {
    position: absolute;
    margin: 20px 0px 10px 0px;
    font-size: 22px;
    font-weight: bold;
    width: 74px;
    text-align: center;
}

.contactplus_score_widget .contactplus_score_text {
    position: absolute;
    margin: 82px 0px 10px 0px;
    font-size: 14px;
    font-weight: bold;
    width: 74px;
    text-align: center;
}

.contactplus_score_widget .contactplus_score_tip {
    position: absolute;
    margin: -5px 0px 0px 56px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.contactplus_score_widget .contactplus_score_tip::after{
    content: "\f071";
    font-family: 'FontAwesome';
}

.contactplus_score_disabled .contactplus_score_text,
.contactplus_score_disabled .contactplus_score {
    color: #3333337a;
}

.contactplus_score_disabled a {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.contactplus_action_wrapper_col {
    padding-right: 0px;
    padding-left: 0px;
}

.contactplus_action_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.contactplus_action_widget {
    width: 50px;
    height: 50px;
    background: var(--smsh-color-lightgray);
    border-radius: 50%;
    position: relative;
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.contactplus_action_widget.contactplus_action_disabled {
    /*background: #dee2e68c;*/
}

.contactplus_action_widget.contactplus_action_disabled:hover {
    /*background: #dee2e68c;*/
}

.contactplus_action_widget:hover {
    background: var(--smsh-color-green);
}

/*
.contactplus_action_widget:last-child {
    margin-left: 0px;
}
*/
.contactplus_action_widget .contactplus_action {
    position: absolute;
    font-weight: bold;
    width: 50px;
    text-align: center;
    height: 100%;
}

.contactplus_action_widget .dropdown-item:hover {
    background-color: #5ed9b84a;
}

.contactplus_action_icon {
    padding: 12px 0px 10px 0px;
    font-size: 25px;
}

.contactplus_action a {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.contactplus_action .contactplus_action_text {
    position: relative;
    font-size: 11px;
}

.contactplus_action .contactplus_action_badge {
    position: absolute;
    left: 32px;
    bottom: 38px;
    border-radius: 10rem;
}

.contactplus_action .dropdown-header {
    padding-left: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #333333;
}

.contactplus_action_disabled .contactplus_action .contactplus_action_icon,
.contactplus_action_disabled .contactplus_action .contactplus_action_text {
    color: #3333337a;
}


.contactplus_action .contactplus_action_sms:after {
    content: "\f075";
    font-family: 'FontAwesome';
}

.contactplus_action .contactplus_action_call:after {
    content: "\f095";
    font-family: 'FontAwesome';
}

.contactplus_action .contactplus_action_mail:after {
    content: "\f0e0";
    font-family: 'FontAwesome';
}

.contactplus_action .contactplus_action_note:after {
    content: "\f249";
    font-family: 'FontAwesome';
}

.contactplus_action .contactplus_action_fbflow:after {
    content: "\f1ec";
    font-family: 'FontAwesome';
}

.contactplus_action .contactplus_action_workflow:after {
    content: "\f1ec";
    font-family: 'FontAwesome';
}

.contactplus_action .contactplus_action_book:after {
    content: "\f274";
    font-family: 'FontAwesome';
}

.contactplus_action .contactplus_action_fidelity:after {
    content: "\f2c2";
    font-family: 'FontAwesome';
}

.contactplus_action .contactplus_action_coupon:after {
    content: "\f029";
    font-family: 'FontAwesome';
}

.contactplus_action .dropdown-menu a {
    position: relative;
}

.contactplus_action .dropdown-toggle::after {
    content: none;
}

.cas_amount {
    font-weight: bold;
    font-size: 17px;
}

.cas_amount_FBFLOW::before {
    content: "\f1ec";
    font-family: 'FontAwesome';
    color: var(--smsh-color-pink);
}

.cas_amount_WORKFLOW::before {
    content: "\f1ec";
    font-family: 'FontAwesome';
    color: var(--smsh-color-pink);
}

.cas_amount_NONE::before {
    content: "\f016";
    font-family: 'FontAwesome';
    color: var(--smsh-color-yellow);
}

.cas_amount_EMAIL::before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    color: var(--smsh-color-orange);
}

.cas_amount_SMS::before {
    content: "\f075";
    font-family: 'FontAwesome';
    color: var(--smsh-color-green);
}

.cas_amount_PHONEBOOK::before {
    content: "\f2c0";
    font-family: 'FontAwesome';
    color: var(--smsh-color-red);
}


.cas_amount_BOOKING::before {
    content: "\f274";
    font-family: 'FontAwesome';
    color: var(--smsh-color-indigo);
}

.cas_amount_FIDELITY::before {
    content: "\f2c2";
    font-family: 'FontAwesome';
    color: var(--smsh-color-blue);
}

.cas_amount_COUPON::before {
    content: "\f029";
    font-family: 'FontAwesome';
    color: var(--smsh-color-mailpending)
}

.cas_amount_WEBSITE::before {
    content: "\f0ac";
    font-family: 'FontAwesome';
    color: var(--smsh-color-mailproc)
}

.cas_amount_FORM::before {
    content: "\f0f6";
    font-family: 'FontAwesome';
    color: var(--smsh-color-maildelivered);
}

.cas_amount_NOTE::before {
    content: "\f249";
    font-family: 'FontAwesome';
    color: var(--smsh-color-yellow);
}


.contactplus_otherinfo_link::after {
    content: "\f078";
    font-family: 'FontAwesome';
}

.card-title-tip{
    position: absolute;
    margin-top: -14px;
    font-size: 80%;
    font-weight: 400;
    color: #6c757d !important
}

/* Marketing Attribution */
.mattr-section {
    width: auto;
    display: flex;
    min-height: 62px;
}

.mattr-section-wrapper {
    margin-top: 20px;
    border: 3px solid transparent;
    border-radius: 8px;    
    padding: 10px; 
}

.mattr-circle {
    position: relative;    
}

.mattr-circle-inner {
    width: 62px;
    height: 62px;    
    background: var(--smsh-color-lightgray);
    border-radius: 50%;
    border: 3px solid var(--smsh-color-lightgray);
    position: relative;    
    z-index: 25;
    margin-top: 44px;
}

.mattr-circle-conversion {
    border: 3px solid var(--smsh-color-yellow);
}

.mattr-icon {
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    margin-top: 6px;
    text-align: center;
    width: 56px;
}

.mattr-circle::before {
    width: 100px;
    height: 3px;
    background-color: var(--smsh-color-lightgray);
    position: absolute;
    content: "";
    display: inline-block;
    top: 73px;
    right: -100px;
    z-index: 1;
}

.mattr-conversion-value.mattr-circle::before {
    display:none;
}

.mattr-conversion, .mattr-conversion-value{
    margin-left: 96px;
}

.mattr-circle-label {
    position: absolute;
    font-weight: bold;
    text-align: center;
    width: 100px;
    left: -19px;
}

.mattr-empty-space {
    width: 162px;
    height: 3px;
    background-color: var(--smsh-color-lightgray);
    position: relative;
    content: "";
    display: inline-block;
    top: 73px;
    right: -96px;
    z-index: 1;    
}

.mattr-touchpoint {
    margin-left: 19px;
}
.mattr-conversion-value {
    margin-right: 19px;
}

.cp-section {
    width: 100%;
    display: flex;
    margin-top: 16px;
    min-height: 30px;
}

.cp-circle {
    position: relative;
}

.cp-circle::before {
    width: 3px;
    min-height: 40px;
    background-color: var(--smsh-color-lightgray);
    position: absolute;
    content: "";
    display: inline-block;
    top: -29px;
    left: 5px;
    z-index: 1;
}

.cp-circle-inner {
    width: 13px;
    height: 13px;    
    background: var(--smsh-color-lightgray);
    border-radius: 50%;
    border: 3px solid var(--smsh-color-lightgray);
    position: relative;    
    z-index: 25;
    margin-top: 10px;
}

.cp-circle-conversion {
    border: 3px solid var(--smsh-color-yellow);
}

.cp-desc-wrapper {
    flex: 1;
    margin-left: 10px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;    
}

.cp-desc {
    display: flex;
    flex-flow: column;
    flex: 1;    
}

.cp-desc-date {
    display: flex;
    flex-flow: column;
    align-self: center;
    font-size: 90%;
    color: var(--smsh-color-darkgrey);    
}

.cp-section:first-child{
  margin-top: 0px;
}

.cp-section:first-child .cp-circle::before {
  display: none;
}

.mattr-circle-inner-A, .mattr-circle-inner-H, .mattr-circle-inner-O, .mattr-circle-inner-V  {
     border: 3px solid var(--smsh-color-indigo);
}

.mattr-circle-inner-B, .mattr-circle-inner-I, .mattr-circle-inner-P, .mattr-circle-inner-W, .ls-circle-inner-minus   {
    border: 3px solid var(--smsh-color-red);
}

.mattr-circle-inner-C, .mattr-circle-inner-J, .mattr-circle-inner-Q, .mattr-circle-inner-X, .ls-circle-inner-plus  {
    border: 3px solid var(--smsh-color-green);
}

.mattr-circle-inner-D, .mattr-circle-inner-K, .mattr-circle-inner-R, .mattr-circle-inner-Y  {
    border: 3px solid var(--smsh-color-pink);
}

.mattr-circle-inner-E, .mattr-circle-inner-L, .mattr-circle-inner-S, .mattr-circle-inner-Z   {
    border: 3px solid var(--smsh-color-lightgray);
}

.mattr-circle-inner-F, .mattr-circle-inner-M, .mattr-circle-inner-T   {
    border: 3px solid var(--smsh-color-blue);
}

.mattr-circle-inner-G, .mattr-circle-inner-N, .mattr-circle-inner-U   {
    border: 3px solid var(--smsh-color-orange);
}

.cp-desc-src, .cp-desc-cmp {
    width:40%;
}

.ls-desc-src {
    width: 100%;
}


.signup-form-question-btn{
    display: inline-block;
    color: #113bea;
    background-color: transparent;
    border: 1px solid #113bea;
    padding: 12px 50px 12px 15px;
    background-image: url('../svg/arrow_right_blue.svg');
    background-repeat: no-repeat;
    background-position: 95% 50%;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;    
    font-family: "RobotoBold";
    font-weight: 700;
    font-size: 18.56px;
    line-height: 21.28px;    
    float: right;
}
.signup-form-question-btn:hover{
    background-color: #113bea;
    background-image: url('../svg/arrow_right_white.svg');
    color: #ffffff !important;
}

.signup-form-question-btn-no-arrow{
    display: inline-block;
    color: #113bea;
    background-color: transparent;
    border: 1px solid #113bea;
    padding: 12px;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;    
    font-family: "RobotoBold";
    font-weight: 700;
    font-size: 18.56px;
    line-height: 21.28px;    
    float: right;
}
.signup-form-question-btn-no-arrow:hover{
    background-color: #113bea;
    color: #ffffff !important;
}

.bordered-box {
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 1rem;
    border-radius: 0.25rem;
}

.adminFunctionsCard ul {
    padding-left:20px;
}

.adminFunctionsCard h5 {
    font-family: "Roboto";
}

#calendar .fc-toolbar-title {
    font-size:1.2em;
    text-transform:capitalize;
}

#conf_reservations .filtroset {
    width: 100%;
    margin: 0px;
}

.rcscta_REPLY::before {
    content: "\f112";
    font-family: 'FontAwesome';   
}

.rcscta_ACTIONVIEW_LOCATION::before {
    content: "\f041";
    font-family: 'FontAwesome';       
}

.rcscta_ACTIONDIAL::before {
    content: "\f095";
    font-family: 'FontAwesome';       
}

.rcscta_ACTIONCALENDAR::before {
    content: "\f073";
    font-family: 'FontAwesome';       
}

.rcscta_ACTIONURL::before {
    content: "\f0ac";
    font-family: 'FontAwesome';       
}

.rcscta_ACTIONSHARE_LOCATION::before {
    content: "\f124";
    font-family: 'FontAwesome';       
}

#bannerPromo {
    min-height:265px;
    height:265px;
    background-color: #edf7fa;
    overflow:hidden;
}
#bannerPromo h3 {
    margin-top:0px;
    font-size:2.8em;
}
#bannerPromo>.row {
    min-height:190px;
    height:265px;
}
#bannerPromo img {
    height:155px;
    margin-bottom: -31px;
}
#promoDottedLine {
    border: 1px dashed #c8c8c8;
    height: 100%;
    bottom: -40px;
    left: -30px;
    position: absolute;
}
@media screen and (max-width: 1000px) {
    #bannerPromo {
        min-height:100%;
        height:100%;
        background-color: #edf7fa;
        overflow:initial;
        padding:10px 10px 20px 10px;
        text-align:center !important;
    }
    #bannerPromo h3 {
        margin-top:0px;
        font-size:2.2em;
    }
    #bannerPromo .promobox {
        flex: 100%;
        max-width: 100%;
    }
    #bannerPromo img {
        display:none;
    }
    #bannerPromo .row {
        margin:0 ! important;
        min-height:100%;
        height:100%;
    }
    #promoDottedLine {
        display:none;
    }
}

#agentConfigPage ul.nav-tabs::before {
    content: " ";
    position: absolute;
    top: 40px;
    width: 100%;
    height: 5px;
    background-color: #f5f5f5;
    border-radius: 3px;
    z-index: 95;
}

#agentConfigPage ul.nav-tabs {
    position: relative;
    border: 0px solid #ccc !important;
    list-style: none;
}

#agentConfigPage ul.nav-tabs > li {
    border: none;
    flex:1;
}

#agentConfigPage ul.nav-tabs > li > a::after {
    content: ' ';
    position: relative;
    left: 39.8%;
    bottom: 9px;
    margin-top: 18px;
    display: block;
    width: 15px;
    height: 15px;
    background: none;
    border-radius: 50%;
    z-index: 99;
}

#agentConfigPage ul.nav-tabs > li > a::before {
    content: ' ';
    position: absolute;
    bottom: -8px;
    left: 48%;
    margin-top: 0px;
    display: block;
    border-radius: 50%;
    color: #428bca;
    background: #f5f5f5;
    border: none;
    width: 30px;
    height: 30px;
    text-decoration: none;
    z-index: 98;
}

#agentConfigPage ul.nav-tabs li  a {
    position: relative;
    text-align: center;
    font-weight: bold;
    background: transparent;
    border: none;
    text-decoration: none;
    outline-style: none;
    z-index: 96;
    color:#2d4156;
    display: block;
    line-height: 15px;
}

#agentConfigPage ul.nav-tabs > li > a.active::after {
    background: #143aea;
    bottom: 0px;
    left: 50.4%;
}

#agentConfigPage ul.nav-tabs > li > a.active {
    color: #143aea;
}

#agentConfigPage .tab-content {
    margin-top:30px;
}

#agentConfigPage .todo-list {
    list-style:none;
    padding-left:0px;
}

#agentConfigPage .todo-list li {
    margin-bottom:20px;
}

#agentConfigPage .number-todo-list {
    padding: 4px 10px;
    margin-right: 5px;
    background-color: #f5f5f5
}
/* WHATSAPP */

.wa-editor-container {
    height: 100vh;
}

.wa-editor-langcard {
    /*cursor: pointer;*/
    margin-bottom: 1rem !important;
}

.wa-editor-langcard a {
    color: #333;
}

.wa-lang-tag {
    border: 1px solid #EEE; 
    border-radius: 1rem;
    padding: 1px 0.5rem;
    margin-right: 0.5rem;
}
.table-hover tbody tr:hover .wa-lang-tag {
    border-color: #FFF;
}

.wa-editor-langcard.wa-lang-active {
    border: 2px solid #113bea;
    cursor: default;
}

.wa-lang-status-APPROVED {
    color: var(--smsh-color-green);
}

.wa-lang-status-PENDING {
    color: var(--smsh-color-yellow);
}

.wa-lang-status-REJECTED {
    color: var(--smsh-color-red);
}

.wa-lang-status-DELETED {
    color: var(--smsh-color-red);
}      

.select-square-option {
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 0.25rem;
    border: 1px solid  var(--smsh-color-lightgray);
    cursor: pointer;
    min-width: 6rem;
    /*height: 3rem;*/
    padding: 1.5rem 0.5rem;
    /*margin-left: 1rem;*/
    text-transform: uppercase;
    background: #FFF;    
}

.select-square-option:not(.selected):hover {
    border-color: var(--smsh-color-grey);
}

.selected {
    /*background: #E7E7E7;*/
    cursor: default;
    color: var(--smsh-color-blue);
    border-color: var(--smsh-color-blue);
}

.password-checklist{
    margin-top:10px;
    width: 100%;
    padding: 20px;
    background: #113bea08;
    border-radius: 16px;
    font-family:'Roboto',sans-serif;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: .5s ease;
    display:none;
}

.password-checklist-open{
    opacity: 1 !important;
    transform: translateY(0);
    display:block !important;
}

.checklist-title{
    font-size: 15px;
    margin-bottom: 10px;
}

.checklist{
    list-style: none;
    margin-bottom:0;
}

.check-pwd-item{
    padding-left: 30px;
    font-size: 14px;
}

.check-pwd-item::before{
    content: '\f00d';
    font-family: FontAwesome;
    display: inline-block;
    margin: 8px 0;
    margin-left: -30px;
    width: 20px;
    font-size: 12px;
    color:#f36;
}

.check-pwd-item.checked{
    opacity: 0.5;
}

.check-pwd-item.checked::before{
    content: '\f00c';
    color: #00cc88;
}
