/*ESTENSIONI BOOSTRAP 4.0*/

.btn-group-xs > .btn, .btn-xs {
    padding  : .25rem .4rem;
    font-size  : 11px;
    line-height  : .5;
    border-radius : .2rem;
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0;
}

.badge-tag {
    background-color: #e3790c;
    color: white;
}



.bg-light-forced .card-header {
    background-color: rgba(0, 0, 0, 0.03) !important;
}

/*OVERRIDE BOOSTRAP 4*/
.badge-info {
    background-color: #57889c;
}

.dropdown-menu > .dropdown-item {
    font-size: 14px;
}

label {
    margin-bottom: .1rem;
}

.modal-header {
    background-color: rgba(0, 0, 0, 0.03);
    font-family: "Open Sans";
    color:#495057;
}

.modal-header h5,.modal-header h4,.modal-header h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 !important;
}

.nav-pills .nav-link.active,
.nav-pills > .nav-link.active:hover,
.nav-pills > li > a:hover:not(.disabled) {
    text-decoration: none;
    border-radius:0px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #0069d9;
    color: #467fcf !important;
    background-color: transparent !important;
}
.nav-pills .nav-link.disabled,
.nav-pills .nav-item.disabled {
    border-radius: 0px;
    background-color: var(--smsh-color-lightgray) !important;
}
.nav-pills > .nav-item.disabled:hover {
    text-decoration: line-through;
}
.nav-pills > li > a{
    color: #6c757d !important;
    border-radius:0px;
}

.form-group {
    margin-bottom: 0.6rem;
}

.btn-outline-secondary {
    border-color: #113bea;
    color:#113bea;
}

.btn-outline-secondary:hover{
    background-color: #113bea;
    color: #ffffff;
}

.btn-outline-secondary i.fa {
    color: #113bea;
}

.btn-outline-secondary:hover i.fa{
    color: #ffffff;
}

.modal-dialog .modal-dialog {
    margin: auto auto;
}

/*GENERICI*/
.errorMessage {
    margin: 0;
}

.ctow {
    cursor: pointer;
}

.msisdnWidget {
    white-space: nowrap;
}

.msisdnWidget select {
    display: inline-block;
    width: 20%;
    min-width: 70px;
}

.msisdnWidget input {
    display: inline-block;
    width: 80%;
}

.table-action-col {
    width: 0px;
    white-space: nowrap;
}

.table-action-col:not(.table-compact) {
    padding-right: 3rem !important;
}

.table-action-col a {
    color: #333333;
    visibility: hidden;
    transition: 0s;
    transition-delay:0s;
}

@media (max-width: 1025px) {
    .table-action-col a {
        color: #333333;
        visibility: visible;
        transition: 0s;
        transition-delay:0s;
    }
}

.hover-action tr:hover .table-action-col a {
    visibility: visible;
    transition: 0s;
    transition-delay:0s;
}


@media (min-width: 1026px) {
    .hover-show {
        display: none;
    }
    .hover-action tr:hover .hover-show  {
        display: inline;
    }
    .hover-hide {
        display: inline;
    }
    .hover-action tr:hover .hover-hide {
        display: none;
    }
}
@media (max-width: 1025px) {
    .hover-hide {
        display: inline;
    }
    .hover-show {
        display: inline;
    }
}
.hover-hide a {
    color: #333333;
}
.hover-show a {
    color: #333333;
}


.link-dark {
    color: #333;
    text-decoration: none;
}

.link-dark:hover {
    text-decoration: underline;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b2b2b2;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #b2b2b2;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #b2b2b2;
}
:-moz-placeholder { /* Firefox 18- */
  color: #b2b2b2;
}


#menucollapser{
    color: #a6b7bf;
}

.left-sidebar {
    position:fixed;
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}

#smshlogosmall {
        background: rgba(0, 0, 0, 0) url("../img/logo_smsh2x_white.png") no-repeat scroll 0 0;
        background-size: auto auto;
        color: #fff;
        display: block;
        width: 190px;
        height: 36px;
        margin: 15px auto;
        background-size: contain;
}

/* Shrinking the sidebar from 250px to 80px and center aligining its content*/
#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}



/* Toggling the sidebar header content, hide the big heading [h3] and showing the small heading [strong] and vice versa*/
#sidebar .sidebar-header strong {
    display: none;
}
#sidebar.active .sidebar-header h3 {
    display: none;
}
#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar ul li ul li a {
   padding: 10px 30px;
}

#sidebar ul li ul li:last-child {
    margin-bottom: 20px;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

/* Same dropdown links padding*/
#sidebar.active ul ul a {
    padding: 10px !important;
}

/* Changing the arrow position to bottom center position,
   translateX(50%) works with right: 50%
   to accurately  center the arrow */
#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}


/* ----------------------------------------------------- */
/*
    DEMO STYLE
*/
@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/Roboto-Bold.eot");
src:
url("../fonts/Roboto/Roboto-Bold.ttf") format("opentype"),
url("../fonts/Roboto/Roboto-Bold.svg#filename") format("svg");
}

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

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    /*background: #fafafa;*/
}

a,
a:hover,
a:focus {
    /*color: inherit;*/
    text-decoration: none;
    transition: all 0.3s;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.left-sidebar {
    min-width: 250px;
    max-width: 250px;
    z-index: 20;
    height: 100%;
    transition: all 0.3s;
    background-color:#113bea;

}

@media (max-width: 1026px) {
    .left-sidebar {
        padding-bottom: 50px;
    }
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar ul li ul {
    padding-left: 30px;
}


#sidebar.active ul li a {
    padding: 10px 35px 10px 29px;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 10px;
    /*background: #6d7fcc;*/
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar > ul > li > a i {
    width: 32px;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    color: rgba(255,255,255,1);
}

#sidebar ul li a {
    color: rgba(255,255,255,0.7);
    padding: 9px 25px;
    display: block;
    font-size: 15px;
    border-left: 3px solid transparent;
}

#sidebar ul li ul a {
    border-left: 0px;
}

#sidebar > ul > li.active > a{
    border-left: 3px solid white;
}

#sidebar > ul > li > a:hover {
    border-left: 3px solid white;
}

#sidebar ul li a:hover,#sidebar ul li a:hover i {
    color: white;
}

#sidebar ul li.active>a {
    border-left: 3px solid white;
    color: white;
}

#sidebar ul li.active>a i {
    color: white;
}

a[data-toggle="collapse"] {
    position: relative;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/*******************
use profile section
******************/
.user-profile {
  text-align: center;
  position: relative;
  margin-bottom: 20px;

}

.user-profile a {
    /*color: #999;*/
    color: white;
}

.user-profile .roundedAvatar {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    font: bold 20px/50px Helvetica, Verdana, Tahoma;
    position: relative;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: auto;
    min-height: 100vh;
    transition: all 0.3s;
    background: #efefef;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (min-width: 1025px) {
    #content {
        margin-left:250px;
    }

    .fixed-top {
       left: 250px;
    }
}

@media (max-width: 1024px) {
  .left-sidebar {
    position: fixed; }
  .left-sidebar, .sidebar-footer {
    left: -250px;
    top:60px;}
  .show-sidebar .left-sidebar, .show-sidebar .sidebar-footer {
    left: 0px; }
  .forcesmall .left-sidebar {
    left: 0px;
  }
  .forcesmall #menucollapser .fa-bars::before {
      content: "\f00d";
  }

     #menucollapser #collapseIcon{
        display: none;
    }

}
@media (min-width: 1025px){
#menucollapser #collapseIcon{
    display: block;
}
#menucollapser #showMenuIcon{
    display: none;
}
.forcesmall #menucollapser #collapseIcon{
    display: none;
}
.forcesmall #menucollapser #showMenuIcon{
    display: block;
}
}



/* ---------------------------------------------------
    FRECCE MENU CON SOTTOMENU
----------------------------------------------------- */
#sidebar .has-arrow {
  position: relative; }
  #sidebar .has-arrow::after {
    position: absolute;
    content: '';
    width: .4em;
    height: .4em;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: rgba(255,255,255,0.7);
    right: 1em;
    -webkit-transform: rotate(-45deg) translate(0, -50%);
    -ms-transform: rotate(-45deg) translate(0, -50%);
    -o-transform: rotate(-45deg) translate(0, -50%);
    transform: rotate(-45deg) translate(0, -50%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    top: 50%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }

#sidebar .active > .has-arrow::after,
#sidebar li > .has-arrow.active::after,
#sidebar .has-arrow[aria-expanded="true"]::after {
  -webkit-transform: rotate(-135deg) translate(0, -50%);
  -ms-transform: rotate(-135deg) translate(0, -50%);
  -o-transform: rotate(-135deg) translate(0, -50%);
  transform: rotate(-135deg) translate(0, -50%); }

/* ---------------------------------------------------
    TOPBAR
----------------------------------------------------- */
@media (min-width: 1200px){
    .container {
        max-width: 100%;
    }
    .navbar-static-top .container {
        width: 100%;
    }
}


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

@media (max-width: 992px) {
    .menucontroller{
        padding: 0px;
        width: 30px;
        text-align: center;
    }
}

/* ---------------------------------------------------
    SMALL SIDEBAR FORCED
----------------------------------------------------- */
@media (min-width: 1025px)  {


    .forcesmall .left-sidebar {
        display: none;
    }

    .forcesmall #content{
        margin-left:0px;
    }

    .forcesmall .fixed-top {
       left: 0px;
    }

}

/* ---------------------------------------------------
    END SMALL SIDEBAR FORCED
----------------------------------------------------- */

.mCSB_scrollTools {
    width: 0px !important;
    left: 0 !important;
    right: auto !important;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0px !important;
}

.fullheightsidebar{
    height:850px !important;
}


/*COLONNA DI DESTRA*/
#col-right {
    display: none;
}

#col-right-content {
    color:#828282;
    clear: both;
}

#col-right-header .close {

}

.smsh-breadcrumb {
    position: relative;
    margin-top: -10px;
}

/* NAVIGAZIONE */

.smsh-breadcrumb .breadcrumb {
    background: transparent;
}

/* DASHBOARD */

#homedashboard h5{
    font-size: 16px;
}

.smsh-dashboard-row .dsh-box{
    padding: 20px;
    border: none;
    /*border-right: 1px solid #ccc;*/
}

.smsh-dashboard-row .dsh-box:last-child {
    border-right: none;
}

.smsh-dashboard-row .dsh-box:hover{
}

.smsh-dashboard-row .dsh-box .card-block{
    padding-left: 60px;
    position: relative;
}

.smsh-dashboard-row .dsh-box h4 {
    font-family: "Open Sans" !important;
    font-weight: normal !important;
    color: #495057;
}


.smsh-dashboard-row .dsh-box .card-block .read-more:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0; left: 0; bottom: 0; right: 0;
}
.smsh-dashboard-row .dsh-box .card-aicon{
    position: absolute;
    font-size: 39px;
    color: #495057;
    top: 30px;
    left: 25px;
}

.col-right-gruppi {
    border-right: 1px solid #ccc;
}

.col-right-gruppi h6 {
    color: #555;
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
}

.col-right-gruppi td a {
    color: #555;
}

.col-right-gruppi .gruppi-all{

    border-bottom: 1px solid #eee;
}

.col-right-gruppi .gruppi-edit {
    margin-left: 10px;
}

.col-right-gruppi .gruppi-all td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.card-form-togglable {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
    border-left-color: #5bb75b;
}

.card-form-togglable h4 {
    font-weight: normal;
    margin-bottom: 15px;
}


@media (min-width: 992px) {
    .col-right-gruppi {
        /*max-width: 300px;*/
    }

    .popover {
        max-width: 400px;
    }
}

.card-header-tabs {
  margin-bottom: -0.28rem;
}

.dropdown-nav-align-right{
    left:-145px;
}

.side-card li.list-group-item.campaign{
    color: #468847;
    font-size: 12px;
    font-weight: bold;
}

.sms-links{
    padding-left: 0rem;
}

/*jquery min color*/
.minicolors-input {
    height: auto !important;
}

.minicolors-swatch {
    top: 9px !important;
}

/*form builder*/
.query-builder .rule-container input[type="number"], .query-builder .rule-container input[type="text"], .query-builder .rule-container select {
    padding: 0.375rem 0.75rem !important;
}

.query-builder .rule-container .rule-value-container {
    max-width: 600px !important;
}

.rule-value-container input{
    min-width: 350px;
}

ul.help-block {
    padding: 0px;
    margin: 0px;
}

ul.help-block li span{
    color:#d9534f;
}

/*signup page*/
.signup__container {
    display: flex;
    flex: 1 0 auto;
}

.signup__content {
    display: flex;
    margin: auto;
    flex: 1 1 auto;    
}

.signup-page .col-blu {
    background-color: #113bea;
}

.signup-page .col-signup-content {
    background-color: white;
}

.signup-page .col-blu-content {
    /*margin-top:200px;*/
    color: white;
    font-family: 'ITC Clearface Std', sans-serif;
    font-size: 22px;
}

.signup-page .col-blu-content-md {
    margin:30px 0px;
    color: white;
    font-family: 'ITC Clearface Std', sans-serif;
    font-size: 22px;
}

.signup-page .signup-img {
    opacity: 0.2;
    margin: 50px auto;
}

/* signup page new */
.signup-head-row {
    max-height: 23vh;
    min-height: 17vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    flex-flow: column;      
}
.signup-content-row {
    display: flex;
    flex-flow: column;
    height: 100%;
    flex: 1 1 auto;    
}

.signup-logo {
    flex: 1;
    display: flex;
    align-items: center;    
}


#signup2024 .signup-head-row {
    width: 100%;
    max-width: 500px;
}
#signup2024 .signup-logo {
    flex: 1;
    display: block;
    align-items: normal;
}

#signup2024 .signup-logo img {
    height: 60px;
    width: 100%;
    max-width: 220px;
    float: right;
}

@media (max-width: 499px) {
    #signup2024 .signup-page #submitButton {
        font-size: 1.125rem;
        padding: 0.5rem 1rem;
    }
}

#signup2024 .signup-button.disabled {
    background-color:#dee2e6;
    border:none;
    color:#000;
    font-family:"Roboto";
}

.signup-payload {
    font-family: 'ITC Clearface Std', sans-serif;
    font-size: 45px;
    line-height: 53px;  
    font-weight: 900;
}

.signup-description {    
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    font-size: 21.28px;
    line-height: 32px;    
}

.signup-button {
    font-family: 'RobotoBold',sans-serif;
    /*font-weight: 700;   */
    font-size: 21.28px;
    line-height: 32px;  
}

#signup2024 .signup-button {
    padding: 0.5rem 4rem;
}

.signup-form-header {
    text-align: center;
}

.signup-form-title {
    font-size: 37px;
    line-height: 42px;   
    font-family: 'ITC Clearface Std',sans-serif;
    font-weight: 900;    
}

.signup-form-btn {
    float: right;   
}

.signup__form input, .signup__form select, .signup__form .input-group-append .input-group-text {
    border-radius: 0px;    
}

.signup__formgroup_input:focus, .signup__form select:focus, .passwordField:focus {
    border-color: #798589;
    box-shadow: none;
}

.signup__form.nolabel label.signup__formgroup_label {
    font-size: 15px;
    position: relative;
    top: 20px;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;    
}

.signup__form.nolabel input, .signup__form.nolabel select, .signup__form.nolabel button {
    position: relative;
    z-index: 1;
    padding: 12px 0.75rem;
    font-size: 18.56px;
    line-height: 24.28px;    
}

.signup__form.nolabel select {
    height: auto !important;
}

.signup__formgroup_input:focus::placeholder {    
  color: transparent;
}

.signup__form.nolabel label.labelshow {
    top: 0px;
    opacity: 1;
}

.signup__formgroup_forgotpassword {
    font-size: 90%;
}

.signup-step-indicator{
    color: #FFF;
    background-color: #113bea;
    border-radius: 5px;
    padding: 2px 8px;
}

.login-btn{
    display: inline-block;
    color: #113bea;
    background-color: transparent;
    border: 1px solid #113bea;
    padding: 12px 50px 12px 50px;
    -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;    
}
.login-btn:hover{
    background-color: #113bea;    
    color: #ffffff !important;
}

.login-page-link {
    font-size: 18.56px;
    line-height: 21.28px;
    font-family: 'RobotoMed', sans-serif; 
}

.signup-select-option {
    border-radius: 0px; 
    color: #333333;
}

.signup-select-option a {
    color: #333333;
}

.signup-select-option:hover,
.signup-select-option-selected{
    background-color: #edf7fa;
}

.grecaptcha-badge {
    z-index: 999;
}

/* PANEL acquisto */

.accordion_title {
  font-size: 16px;
  border: 0;
  color: var(--smsh-color-blue);
}

.sandy-accordion .buy_accordion_title > a {
  display: block;
  position: relative;
}
.sandy-accordion .buy_accordion_title > a:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
}
.sandy-accordion .buy_accordion_title > a[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
}

.sandy-accordion  .buy_accordion_title  a {
    font-size: 16px;
}

.sandy-accordion .card {
    border: 0;
    border-radius: 0;
}

.sandy-accordion .card-body {
   /*padding-top: 0px;*/
}

.sandy-accordion .card:first-of-type,
.sandy-accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid #e0e0e0;
}

.sandy-accordion  .buy_accordion_title {
    padding:0.75rem 1.25rem;
    border: 0;
}

/* FINE PANEL acquisto */

/*  NESTED DROPDOWNS */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: -100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: 2px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/* FINE NESTED DROPDOWNS */

/* Parte Reseller */
.logoSidebarLink{
    text-align: center;
    font-weight: normal;
    font-family: "Open Sans Condensed";
    color: #333333;
    font-size: 30px;
    text-decoration: none;
    margin: auto;
    background-size: auto;
    background-size: contain;
    display: block;
}

.maxH500Scroll {
    overflow-y:auto;
    max-height: 517px;
}

.appdownload{
    height: 82px;
}

#sidebarWizard ul li a {
    /*color: #999;*/
    color: #495057;
    padding: 14px 5px;
    display: block;
    font-size: 15px;
}

percircle.small{
    margin: 0 .1em 0 0;
}

#sidebarWizard ul li {
    /*border-left: 3px solid transparent; */
}

.wizline:before {
    /*border-left: 3px solid transparent;*/
    border-left: 1px solid rgb(204, 204, 204);
    content: "";
    left: 50px;
    position: absolute;
    top: 19px;
    bottom: 45px;
    width: 1px;
    z-index: 1;
    display:none;
}

.wizline.show:before {
    display: block;
}

.wizard_finish_icon{
    z-index:3;
    font-size:60px;
}

#finish_icon.notcompleted{
    color:#ccc;
}

#finish_icon.completed{
    color:#5bb75b;
}

.fa-beat {
  -webkit-animation: fa-beat 1s infinite linear;
  animation: fa-beat 1s infinite linear;
}
@-webkit-keyframes fa-beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fa-beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#sidebarWizard ul li ul a {
    border-left: 0px;
}

#sidebarWizard > ul > li.active{
    /*border-left: 3px solid #495057;    */
}

#sidebarWizard > ul > li:hover {
   /* border-left: 3px solid #495057;*/
}

#sidebarWizard ul li:hover {
    color: #495057;
}

.wizard_ul li{
    margin-bottom: 6px;
}

.wizard_task_text_selected{
    font-weight: bold;
    color: #f4a442;
}

.home-video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.home-video-container iframe,
.home-video-container object,
.home-video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

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

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

.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;
}

    /* HOME V2 */

.smsh-dashboard-row .dsh-box-home {
    padding: 0px;
    border: 1px solid #eee;
}

.smsh-dashboard-row .dsh-box-home .card-aicon {
    position: absolute;
    font-size: 26px;
    color: #495057;
    top: 15px;
    left: 14px;
}

.smsh-dashboard-row .dsh-box-home .card-block {
    padding-left: 60px;
    padding-right: 14px;
    position: relative;
}

.smsh-dashboard-row .dsh-box-home h4 {
    font-family: "Open Sans" !important;
    font-weight: normal !important;
    color: #495057;
}

.smsh-dashboard-row .dsh-box-home .card-block .read-more:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0; left: 0; bottom: 0; right: 0;
}

.smsh-dashboard-row .dsh-box-home .card-block-v {
    padding-top:46px;
    position: relative;
}

.smsh-dashboard-row .dsh-box-home .card-block-v .read-more:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0; left: 0; bottom: 0; right: 0;
}

.smsh-dashboard-row .dsh-box-home .card-aicon-v {
    position: absolute;
    font-size: 26px;
    color: #495057;
    top: 15px;
    /*left: 14px;*/
    width:100%;
    text-align:center;
}

.smsh-dashboard-row .dsh-box-home .card-aicon-locked {
    content: "\f023";
    position: absolute;
    font-size: 26px;
    color: #495057;
    top: 30px;
    /*left: 14px;*/
    width:100%;
    text-align:center;
}

.btn-blue{
    font-size:12px;
    font-weight:bold;
    display: inline-block;
    color: #113bea;
    background-color: transparent;
    border: 1px solid #113bea;
    padding: 12px 15px 12px 15px;
    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;
}
.btn-blue:hover{
    background-color: #113bea;
    color: #ffffff;
}

.btn-blue-inv{
    font-size:12px;
    font-weight:bold;
    display: inline-block;
    color: #fff;
    background-color: #113bea;
    border: 1px solid #113bea;
    padding: 12px 15px 12px 15px;
    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;
}
.btn-blue-inv:hover{
    background-color: #fff;
    color: #113bea;
}

.btn-grey{
    font-size:12px;
    font-weight:bold;
    display: inline-block;
    color: #747374;
    background-color: transparent;
    border: 1px solid #747374;
    padding: 12px 15px 12px 15px;
    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;
}

.btn-ext-grey{
    background-color: transparent;
    color: #747374;
    border: 1px solid #747374;
}

.btn-ext-blue{
    background-color: transparent;
    color: #113bea;
    border: 1px solid #113bea;
}
.btn-ext-blue:hover{
    background-color: #113bea;
    color: #ffffff;
}

.btn {
    border-radius: 0px;
}

.btn-orange{
    display: inline-block;
    background-color: #fdbf38;
    color: #000;
    border: 1px solid #fdbf38;
    padding: 12px 50px 12px 15px;
    background-image: url('../assets/arrow_right_black.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;
}
.btn-orange:hover{
    background-color: #ffffff;
    color: #000000;
}
.btnrounded-orange{
    display: inline-block;
    background-color: #fdbf38;
    border: 1px solid #fdbf38;
    border-radius: 25px;
    padding: 10px 25px;
    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;
}

.btn-white{
    font-size:12px;
    font-weight: bold;
    display: inline-block;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
    padding: 12px 15px 12px 15px;
    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;
}
.btn-white:hover{
    background-color: #ffffff;
    color: #113bea;
}

#contact_home_data_row{
    margin-top:10px;
}

.home_user_icon_btn{
    font-size:26px;
    margin-top:0px;
    margin-left:0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.contact_growth_trend_text{
    font-weight: bold;
    font-size: 16px;
    margin-right: 7px;
}

.contact_growth_trend_success{
    color: #28a745;
}

.contact_growth_trend_danger{
    color: #e3575d;
}

.alert-warning{
    border-radius: 0px;
    background-color: #f8d07a;
    color: #333333;
    border-color: #f8d07a;
}

.alert-primary{
    border-radius: 0px;
    background-color: #899ced;
    color: #333333;
    border-color: #899ced;
}

.alert-secondary{
    border-radius: 0px;
    background-color: #d8ddee;
    color: #333333;
    border-color: #d8ddee;
}

.alert-success{
    border-radius: 0px;
    background-color: #5ed9b8;
    color: #333333;
    border-color: #5ed9b8;
}

.alert-danger{
    border-radius: 0px;
    background-color: #dca1b6;
    color: #333333;
    border-color: #dca1b6;
}

.alert-info{
    border-radius: 0px;
    background-color: #a2b0ed;
    color: #333333;
    border-color: #a2b0ed;
}

.alert-info a{
    color: #333333;
}

.alert-light{
    border-radius: 0px;
    background-color: #d7ebe6;
    color: #333333;
    border-color: #d7ebe6;
}

.alert-dark{
    border-radius: 0px;
    background-color: #ba83f3;
    color: #333333;
    border-color: #ba83f3;
}

.badge-warning {
  color: #333333;
  background-color: #fdbf38;
}

.badge{
    border-radius: 0px;
}


.smsh-dashboard-row .dsh-box-home .card-camp-block{
    position: relative;
}

.smsh-dashboard-row .dsh-box-home .card-camp-block .read-more:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0; left: 0; bottom: 0; right: 0;
}

.smsh-dashboard-row .dsh-box-home .card-camp-block:hover{
    color:#113BEA;
}

.smsh-dashboard-row .dsh-box-home .card-camp-block-disabled{
    position: relative;
    color:#94979a;
}

.smsh-dashboard-row .dsh-box-home .card-camp-block-disabled .read-more:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0; left: 0; bottom: 0; right: 0;
}

.smsh-dashboard-row .read-more:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0; left: 0; bottom: 0; right: 0;
}

/* CHECK LIST */
.smsh-dashboard-row .dsh-box-check{
    padding: 0px;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    /*background-color: #fff;*/
}

.smsh-dashboard-row .dsh-box-check-last{
    padding: 0px;
    border-right: 1px solid #dee2e6;
    border-bottom: none;
    /*border-bottom: 1px solid #dee2e6;*/
    /*background-color: #fff;*/
}

.homeCard .checkRow{
    min-height: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.homeCard .checkRow i{
    /*margin-top: auto;*/
    margin-left: 25px;
}

.dsh-box-check-last.active,
.dsh-box-check.active{
    color: #467fcf;
    /*background-color: #f8fafd;*/
    background-color: #fff;
    border-left: 3px solid #113bea;
    border-right: 1px solid #fff;
}

.smsh-dashboard-row .dsh-box-check-btn .card-camp-block {
    position: relative;
}

.check-left-column{
    padding-right:0px;
    /*border-right: 1px solid #eee;   */
}


.dsh-box-check-btn{
    /*height:25%;*/
    height:60px;
    background-color: #f8fafd;
    /*background-color: #efefef;*/
}

.smsh-dashboard-row-bl{
    display: flex;
    flex-flow: column;
    height: 100%;
}

.checklist-rem-height{
    flex-grow : 1;
    border-right: 1px solid #dee2e6;
}

.text-grey {
    color: var(--smsh-color-grey);
}

/*Form compatti*/
.form-compact {
  font-size: 1em;
}
.form-compact .form-control  {
  padding: 0.1rem 0.1rem;
  font-size: 1em;
}
.form-compact label {
  margin-bottom: 1px;
}
.form-compact .form-group {
  margin-bottom: 0px;
}

.form-compact .form-group .input-group-text {
  padding: 0 0.6rem 0 0.6rem;
}

.badge-multiline {
    white-space: normal;
}

ul.actionMessage, ul.actionError {
    margin-bottom: 0px;
}

.featurespremium li {
    line-height: 30px;
    font-size: 16px;
}

.premiumlimit {
    font-size: 18px;
    font-weight: 700;
}

.topmessage,.topmessage i {
    color: #113BEA;
    padding-top: 20px;
    font-size: 16px;
}

.clearface {
    font-family: 'ITC Clearface Std', sans-serif;
}
