﻿@charset "utf-8";
/* CSS Document */

/*================ DEFINIZIONE ELEMENTI =================*/

html, body {
    width: 100%;
    height: 100%;
    min-width: 767px;
    background-color: #EDEDED;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
}

ul, ol, dl {
    padding: 0;
    margin: 0;
}

.row .col {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0
    font-family: 'Open Sans', sans-serif;
    color: #2560a3;
}

span {
    font-family: 'Open Sans', sans-serif;
}

p {
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    color: #4c4c4c;
}

h1 {
    font-weight: 300;
    font-size: 28px;
    line-height: 32px;
    margin: 0px;
}

h2 {
    font-weight: 800;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

p:first-child {
    margin-top: 0px;
}

p:last-child {
    margin-bottom: 0px;
}

a, button {
    outline: none !important;
}

a img {
    border: none;
}

a i {
    border: none;
    margin-left: 0;
    padding-left: 0;
}

a:link {
    color: #06a0ed;
    text-decoration: none;
    transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
}

a:visited {
    color: #06a0ed;
    text-decoration: none;
}

a:hover, a:active, a:focus, a.active {
    text-decoration: none;
    color: #2560a3;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.no-margin {
    margin: 0px;
}

.no-padding {
    padding: 0px !important;
}

.padding-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.padding-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.align-left {
    text-align: left;
}

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

.align-center {
    text-align: center;
}

.margin-top {
    margin-top: 15px !important;
}

.margin-right {
    margin-right: 15px !important;
}

.margin-bottom {
    margin-bottom: 15px !important;
}

.margin-left {
    margin-left: 15px !important;
}

.full-width {
    width: 100%;
}

.password-lost {
    padding: 6px 0;
}

.xs-only {
    display: none;
    visibility: hidden;
}

/*================ MAIN ================*/
.wrapper {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: 0 0 0 60px;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
}

.wrapper.no-menu {
    margin: 0px;
}

.wrapper .header {
    padding: 16px 30px;
    background: #fff;
    position: relative;
    z-index: 996;
    border-bottom: 1px solid #f5f5f5;
    transition: margin 0.5s ease;
    -moz-transition: margin 0.5s ease;
    -webkit-transition: margin 0.5s ease;
}

.wrapper.collapsed .header.inset {
    margin-left: 20px;
}

.wrapper .header.inset {
    margin-left: 300px;
}

.wrapper .page-header {
    display: none;
}

.wrapper .page-header .logo {
    float: left;
}

.wrapper .page-header .page-title {
    float: right;
    padding: 0 15px;
}

.wrapper .secondary-header {
    background: #fff;
}

.wrapper .secondary-header h1 {
    line-height: 22px;
}

.wrapper .secondary-header p {
    font-size: 13px;
    line-height: 10px;
    font-weight: normal;
    margin: 0px;
    margin-bottom: 5px;
}

.wrapper .secondary-header p a {
    color: #0391d8;
    font-weight: 400;
}

.wrapper .secondary-header p a.breadcrumb-home {
    display: inline-block;
    width: 14px;
    height: 11px;
    background: url(../images/icon-breadcrumb-home.png) no-repeat;
}

.wrapper .secondary-header p a:hover {
    text-decoration: underline;
}

.wrapper .secondary-header .secondary-menu {
    text-align: center;
}

.wrapper .secondary-header .secondary-menu .menu-icon {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    line-height: 48px;
    padding: 0 30px 0 60px;
    border-right: 1px solid #fff;
}

.wrapper .secondary-header .secondary-menu .menu-icon:first-child {
    border-left: 1px solid #fff;
}

.wrapper .header .btn-group {
    margin: 0px;
}

.wrapper .header .graphic-container {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #a7a7a7;
}

.wrapper .header .graphic-container:last-child {
    border-right: 0px;
    padding-right: 0px;
}

.wrapper .header .grafico {
    display: inline-block;
    vertical-align: middle;
}

.wrapper .header .text {
    display: inline-block;
    vertical-align: bottom;
}

.wrapper .header .text .quantity {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 16px;
}

.wrapper .header .text .value {
    font-family: Verdana, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;
    font-size: 10px;
    color: #a7a7a7;
    text-align: center;
}

.wrapper .header .graphic-container-01 .text .quantity {
    color: #0391d8;
}

.wrapper .header .graphic-container-02 .text .quantity {
    color: #7dc242;
}

.wrapper .header .graphic-container-03 .text .quantity {
    color: #ed145b;
}

.wrapper .dashboard-menu {
    background-color: #d9d9d9;
    border-top: 2px solid #c5c5c5;
    text-align: center;
    position: relative;
}

.wrapper .dashboard-menu .menu li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    border-right: 1px solid #fff;
}

.wrapper .dashboard-menu .menu li:first-child {
    border-left: 1px solid #fff;
}

.wrapper .dashboard-menu .menu li a.dashboard-menu-icon {
    display: block;
    height: 49px;
    line-height: 49px;
    padding: 0 30px 0 63px;
    font-size: 16px;
    font-weight: 700;
    background: url(../images/icons-dashboard-menu.png) no-repeat left;
    border-bottom: 4px solid #d9d9d9;
}

.wrapper .dashboard-menu .menu li a.dashboard-menu-icon:hover {
    border-color: #06a0ed;
    color: #2560a3;
}

.wrapper .dashboard-menu .menu li a.dashboard-menu-icon.active, .wrapper .dashboard-menu .menu li a.dashboard-menu-icon.active:hover {
    border-color: #2560a3;
}

.wrapper .dashboard-menu .menu li a.dashboard-menu-icon-graphs {
    background-position: 0 0;
}

.wrapper .dashboard-menu .menu li a.dashboard-menu-icon-calendar {
    background-position: 0 -49px;
}

.wrapper .dashboard-menu .menu li a.dashboard-menu-icon-maps {
    background-position: 0 -98px;
}

.wrapper .dashboard-menu .menu li a.dashboard-menu-icon-cloud {
    background-position: 0 -147px;
}

.wrapper .dashboard-menu .menu li a.dashboard-menu-icon-conference {
    background-position: 0 -196px;
}

.wrapper .content, .box .content {
    padding: 15px;
}

.wrapper .dashboard-menu .add {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 8px;
    right: 25px;
    border: 2px solid #2560a3;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: url(../images/icons-dashboard-add.png) no-repeat center;
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
}

.wrapper .dashboard-menu .add:hover {
    opacity: 0.6;
}

.sidebar-left .container-fluid.content {
    margin-left: 300px;
    transition: margin-left 0.5s ease;
    -moz-transition: margin-left 0.5s ease;
    -webkit-transition: margin-left 0.5s ease;
}

.sidebars .region-sidebar-first {
    float: left;
    margin-left: 0;
    margin-right: -196px;
    width: 300px;
    border-right: 1px solid #bcbcbc;
}

.region-sidebar-first .profile-block {
    border-bottom: 1px solid #bcbcbc;
    padding: 15px 25px;
}

.region-sidebar-first .profile-block h3 {
    font-weight: 300;
    font-size: 20px;
    color: #4c4c4c;
}

.region-sidebar-first .profile-block h4 {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.region-sidebar-first .profile-block p {
    font-size: 13px;
    color: #4c4c4c;
    max-width: 250px;
    overflow: hidden;
}

.region-sidebar-first .profile-block p.address {
    position: relative;
    padding-left: 35px;
    padding-top: 5px;
    min-height: 30px;
}

.region-sidebar-first .profile-block p.address span.icon {
    position: absolute;
    top: 0px;
    left: 0;
}

.region-sidebar-first .profile-block a {
}

.profile-block .icon, .timeline .icon, .campaign-settings .icon, .tree-element .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border: 2px solid #2560a3;
    background: url(../images/profile-icons.png?v=20220120) no-repeat left;
    border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
}

.timeline .icon {
    background-color: #fff;
}

.icon-phone {
    background-position: -2px -2px !important;
}

.icon-mobile,
.icon-sms {
    background-position: -2px -32px !important;
}

.icon-fax {
    background-position: -2px -64px !important;
}

.icon-email {
    background-position: -2px -92px !important;
}

.icon-email-open {
    background-position: -2px -124px !important;
}

.icon-email-sent {
    background-position: -3px -152px !important;
}

.icon-email-click {
    background-position: -2px -178px !important;
}

.icon-email-reply {
    background-position: -2px -178px !important;
}

.icon-address {
    background-position: -2px -212px !important;
}

.icon-page-visit {
    background-position: -2px -242px !important;
}

.icon-score {
    background-position: -2px -272px !important;
}

.icon-user-update {
    background-position: -1px -302px !important;
}

.icon-form {
    background-position: -2px -332px !important;
}

.icon-action, .icon-flow-member {
    background-position: -2px -362px !important;
}

.icon-visits {
    background-position: -2px -392px !important;
}

.icon-exit {
    background-position: -2px -422px !important;
}

.icon-end {
    background-position: -2px -452px !important;
}

.icon-facebook {
    background-position: -2px -482px !important;
}

.icon-twitter {
    background-position: -2px -512px !important;
}

.icon-gplus {
    background-position: -2px -542px !important;
}

.icon-linkedin {
    background-position: -2px -572px !important;
}

.icon-people {
    background-position: -2px -602px !important;
}

.icon-pause {
    background-position: -2px -632px !important;
}

.icon-anagrafica {
    background-position: -2px -662px !important;
}

.icon-condition {
    background-position: -2px -692px !important;
}

.icon-view {
    background-position: -2px -722px !important;
}

/*
.icon-calendario {
	background-position: -2px -752px !important;
}
*/
.timeline .icon-actions {
    background-position: -2px -752px !important;
}

.timeline .icon-courses {
    background-position: -2px -782px !important;
}

.timeline .icon-editions {
    background-position: -2px -812px !important;
}

.icon-opportunita {
    background-position: -2px -842px !important;
}

.icon-tag {
    background-position: -2px -868px !important;
}

.icon-error {
    background-position: -2px -888px !important;
}

.icon-whatsapp {
    background-position: -2px -920px !important;
}

.icon-http-request {
    background-position: -2px -953px !important;
}

.icon-email .alert {
    position: absolute;
    top: -4px;
    right: -6px;
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0;
    background: url(../images/bg-email-alert.png) no-repeat center;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.tree-element .spam-icon {
    background: url("../images/spam-icons.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    display: inline-block;
    height: 30px;
    margin-right: 5px;
    position: relative;
    vertical-align: middle;
    width: 42px;
}

.tree-element .spam-icon-spamassassin {
    background-position: 0 0;
}

.tree-element .spam-icon-barracuda {
    background-position: 0 -30px;
}

.tree-element .spam-icon-gmail {
    background-position: 0 -60px;
}

.profile-block .icon-email .alert {
    border: 2px solid #ededed;
}

.timeline .icon-email .alert {
    border: 2px solid #fff;
}

.icon-email.bouncesoft .alert {
    background-color: #b7c327;
}

.icon-email.bouncehard .alert {
    background-color: #ff8d28;
}

.icon-email.unsubscribed .alert {
    background-color: #c32a27;
}

.region-sidebar-first .profile-block-infographic {
    text-align: center;
}

.region-sidebar-first .user-image {
    position: relative;
    padding: 10px;
    display: inline-block;
    z-index: 999;
}

.region-sidebar-first .user-image img {
    border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
}

.region-sidebar-first .user-image .percentage-circle {
    position: absolute;
    left: -18px;
    top: -18px;
}

.region-sidebar-first .user-image .percentage {
    position: absolute;
    width: 52px;
    height: 52px;
    padding: 13px 0;
    background: #06a0ed;
    top: -10px;
    right: -10px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
}

.modal-dialog .region-sidebar-first .user-image .percentage {
    position: absolute;
    width: 52px;
    height: 52px;
    padding: 13px 0;
    background: #06a0ed;
    top: 0px;
    right: 0px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
}

.region-sidebar-first .user-image .edit-picture {
    position: absolute;
    width: 160px;
    height: 160px;
    top: 10px;
    left: 10px;
    text-align: center;
}

.region-sidebar-first .user-image .edit-picture .edit-picture-bg {
    background-color: #4c4c4c;
    opacity: 0;
    width: 160px;
    height: 160px;
    border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
}

.region-sidebar-first .user-image .edit-picture:hover .edit-picture-bg {
    opacity: 0.9;
}

.region-sidebar-first .user-image .edit-picture .dropdown {
    width: 120px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -60px;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
}

.region-sidebar-first .user-image .edit-picture:hover .dropdown {
    opacity: 0.9;
}

.region-sidebar-first .user-image .edit-picture .dropdown .btn {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    opacity: 0.75;
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
}

.region-sidebar-first .user-image .edit-picture .dropdown .btn:hover {
    opacity: 1;
}

.region-sidebar-first .user-image .edit-picture .dropdown .btn .caret {
    background-position: -32px 0;
}

.region-sidebar-first .user-image .edit-picture .dropdown.open .btn .caret {
    background-position: -32px -32px;
}

.region-sidebar-first .device {
    margin-top: 17px;
}

.region-sidebar-first .grade {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 6px;
    left: 4px;
    background: #f99f34;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 900;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    z-index: 6;
}

.modal-dialog .region-sidebar-first .grade {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 16px;
    left: 14px;
    background: #f99f34;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 900;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    z-index: 6;
}


.region-sidebar-first .device .device-icon:first-child {
    margin-left: 0;
}

.region-sidebar-first .device .device-icon:last-child {
    margin-right: 0;
}

.region-sidebar-first .device .device-icon {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    background: url(../images/profile-icon-devices.png) no-repeat;
    margin: 0 5px;
}

.region-sidebar-first .device .device-icon .current {
    position: absolute;
    width: 16px;
    height: 16px;
    top: -5px;
    right: -5px;
    background: none;
}

.region-sidebar-first .device .device-icon.active .current {
    background: url(../images/profile-icon-devices-current.png);
}

.region-sidebar-first .device .desktop {
    width: 47px;
    height: 30px;
    background-position: 0 0;
}

.region-sidebar-first .device .desktop.active {
    background-position: -47px 0;
}

.region-sidebar-first .device .tablet {
    width: 25px;
    height: 31px;
    background-position: 0 -30px;
}

.region-sidebar-first .device .tablet.active {
    background-position: -25px -30px;
}

.region-sidebar-first .device .smartphone {
    width: 16px;
    height: 26px;
    background-position: 0 -61px;
}

.region-sidebar-first .device .smartphone.active {
    background-position: -16px -61px;
}

.login-window {
    width: 450px;
    background: #fff;
    border: 1px solid #ccc;
    margin: auto;
    margin-top: 50px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.login-window .top, .login-window .center, .login-window .bottom {
    padding: 40px;
}

.login-window .top {
    border-bottom: 1px solid #e5e5e5;
}

.login-window .bottom {
    border-top: 1px solid #e5e5e5;
}

.btn-social-login {
    text-align: left;
    padding-left: 58px;
    line-height: 28px;
    color: #fff;
    background: url(../images/btn-social-login.png) no-repeat left;
    transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
}

.btn-social-login:hover {
    color: #fff;
}

.btn-social-login:link, .btn-social-login:active, .btn-social-login:visited {
    color: #fff;
}

.btn-facebook-login {
    background-color: #3a5898;
    border: 1px solid #2f467c;
    border-bottom-width: 2px;
    margin-bottom: 15px;
    background-position: 0 0;
}

.btn-facebook-login:hover {
    background-color: #2f467c;
}

.btn-gplus-login {
    background-color: #df4a32;
    border: 1px solid #e22203;
    border-bottom-width: 2px;
    margin-bottom: 15px;
    background-position: 0 -41px;
}

.btn-gplus-login:hover {
    background-color: #e22203;
}

.btn-linkedin-login {
    background-color: #007ab8;
    border: 1px solid #00527b;
    border-bottom-width: 2px;
    background-position: 0 -82px;
}

.btn-linkedin-login:hover {
    background-color: #00527b;
}

.dropdown-menu {
    z-index: 9999;
}

.btn.full-width {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*================ BOX ================*/

.box {
    margin: 15px auto;
}

.box .inner {
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 2px solid #ccc;
}

menu-only .inner {
    overflow: hidden;
}

.wrapper .content .box.menu-only .box-menu {
    border-bottom: none;
    height: 64px;
}

.wrapper .content .box.menu-only .box-menu li {
    line-height: 51px;
    border-right: 1px solid #ededed;
}

.wrapper .content .box.menu-only .box-menu li a, .wrapper .content .box.menu-only .box-menu li a:hover, .wrapper .content .box.menu-only .box-menu li a.active {
    border-bottom: none;
}

.box .inner .inner {
    border-bottom: inherit;
}

.wrapper .content .box .inner .content {
    position: relative;
}

.box-fisso .inner .content {
    height: 343px;
    overflow-y: auto;
    overflow-x: hidden;
}

.col-md-fixed .inner .content {
    height: 255px;
    overflow-x: hidden;
    overflow-y: auto;
}

.wrapper .content .box .title {
    border-bottom: 3px solid #d9d9d9;
    padding: 15px;
    position: relative;
    min-height: 68px;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

.wrapper .content .box .title h2 {
    text-transform: none;
}

.wrapper .content .box .box-footer, .modal-body .box .box-footer {
    min-height: 68px;
    padding: 15px;
    border-top: 3px solid #d9d9d9;
}

.wrapper .content .box .box-footer .btn + .btn {
    margin-left: 5px;
}

.wrapper .content .box .title h2 {
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
}

.wrapper.dashboard .content .box .title h2 {
    padding-right: 80px;
    line-height: 30px;
}

.wrapper .content .box .title-topper {
    border-top: 5px solid #2560a3;
}

.wrapper .content .box .title-highlighted {
    background: #668fbe;
}

.wrapper .content .box .title-highlighted h2 {
    color: #fff !important;
}

.wrapper .content .box-orange .title h2 {
    color: #ff9f2e;
}

.wrapper .content .box-orange .title-topper {
    border-top: 5px solid #ff9f2e;
}

.wrapper .content .box-orange .title-highlighted {
    background: #ffbc6c;
}

.wrapper .content .box-purple .title h2 {
    color: #9870c0;
}

.wrapper .content .box-purple .title-topper {
    border-top: 5px solid #9870c0;
}

.wrapper .content .box-purple .title-highlighted {
    background: #d6c6e6;
}

.wrapper .content .box-red .title h2 {
    color: #a94442;
}

.wrapper .content .box-red .title-topper {
    border-top: 5px solid #a94442;
}

.wrapper .content .box-red .title-highlighted {
    background: #843534;
}

.wrapper .content .box-green .title h2 {
    color: #7fb783;
}

.wrapper .content .box-green .title-topper {
    border-top: 5px solid #7fb783;
}

.wrapper .content .box-green .title-highlighted {
    background: #cce2cd;
}

.wrapper .content .box-brown .title h2 {
    color: #816d5c;
}

.wrapper .content .box-brown .title-topper {
    border-top: 5px solid #816d5c;
}

.wrapper .content .box-brown .title-highlighted {
    background: #cdc5be;
}

.wrapper .content .box .box-menu {
    margin: 0;
    border-bottom: 3px solid #ccc;
    position: relative;
}

.wrapper .content .box .box-menu li {
    font-family: 'Open Sans', sans-serif;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    line-height: 45px;
    font-size: 16px;
    margin: 0;
    margin-right: -3px;
}

.wrapper .content .box .box-menu li a {
    display: block;
    border-bottom: 3px solid #ccc;
    padding: 0 15px;
    font-weight: 700;
    font-size: 14px;
    transition: border-color 0.5s ease, color 0.5s ease;
    -moz-transition: border-color 0.5s ease, color 0.5s ease;
    -webkit-transition: border-color 0.5s ease, color 0.5s ease;
}

.wrapper .content .box .box-menu .move {
    position: absolute;
    display: block;
    width: 32px;
    height: 60px;
    top: 0;
    background: #fff url(../images/icon-btn-left-right.png) no-repeat;
}

.wrapper .content .box .box-menu .move-left {
    left: 0;
    background-position: -32px center;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}

.wrapper .content .box .box-menu .move-right {
    right: 0;
    background-position: 0 center;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

.wrapper .content .box .box-menu li a:hover, .wrapper .content .box .box-menu li a:active {
    border-bottom: 3px solid #06a0ed;
}

.wrapper .content .box .box-menu li a.active {
    border-bottom: 3px solid #2560a3;
    color: #2560a3;
}

.wrapper .content .box .title .actions {
    position: absolute;
    top: 15px;
    right: 9px;
}

.wrapper .content .box .title .confirm {
    position: absolute;
    top: 15px;
    right: 9px;
}

.wrapper .content .box .title .icon {
    display: block;
    display: inline-block;
    margin: 0 3px;
}

.wrapper .content .box .title .actions .icon {
    height: 28px;
    width: 28px;
    background: url(../images/icons-box-actions.png) no-repeat;
    border: 2px solid #ccc;
    border-radius: 14px;
    -mox-border-radius: 15px;
    -webkit-boredr-radius: 15px;
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: transform 0.5s ease, opacity 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
}

.wrapper .content .box .title .confirm .icon {
    background: url(../images/icons-box-actions.png) no-repeat;
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    width: 28px;
    height: 28px;
    border: 2px solid #fff;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
}

.wrapper .content .box .title .icon:hover {
    opacity: 0.6;
}

.wrapper .content .box .title .actions .icon:hover {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.wrapper .content .box .title .actions .icon-settings {
    background-position: 0 0;
}

.wrapper .content .box .title .actions .icon-refresh {
    background-position: 0 -24px;
}

.wrapper .content .box .title .actions .icon-export {
    background-position: 0 -48px;
}

.wrapper .content .box .title .actions .icon-export:hover, .wrapper .content .box .title .actions .icon-back:hover {
    transform: none;
}

.wrapper .content .box .title .confirm .icon-yes {
    background-position: 0 -96px;
}

.wrapper .content .box .title .confirm .icon-no {
    background-position: 0px -120px;
}

.wrapper .content .box .title .confirm .icon-back {
    background-position: 0 -72px;
    border-color: #ccc;
}

.wrapper .content .box.onboarding h3 {
    margin-top: 0px;
}

.wrapper .content .box.onboarding p {
    font-size: 14px;
}

.wrapper .content .box.onboarding:not(.active) .fa {
    color: #eee;
}

.wrapper .content .box.onboarding.active .fa {
    color: #7dc242;
}

.wrapper .content .box.onboarding.active h3 {
    text-decoration: line-through;
}

.wrapper .content .box.onboarding.active p.description {
    color: #ccc;
}

.wrapper .content .box.onboarding.active p:not(.description), .wrapper .content .box.onboarding.active button {
    display: none;
}

.loading-container {
    text-align: center;
}

@keyframes loading-circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loading-container .loading {
    background: url(../images/bg-menu-icon-loading.png) no-repeat;
    background-position: 0 -48px;
    display: inline-block;
    height: 48px;
    width: 48px;
    margin-top: 80px;
    margin-bottom: 60px;
    animation: loading-circle 1s infinite linear;
}

body.loading-new {
    position: relative;
}

/* Overlay semi-trasparente */
body.loading-new::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4); /* sfondo scuro trasparente */
    z-index: 9998;
}

/* Loader centrato */
body.loading-new::after {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/bg-menu-icon-loading.png) no-repeat;
    background-position: 0 -48px;
    width: 48px;
    height: 48px;
    animation: loading-circle 1s infinite linear;
    z-index: 9999;
}


.empty-db-container, .error-container {
    height: 245px;
    text-align: center;
}

.empty-db-container .empty-db {
    display: inline-block;
    margin-top: 50px;
}

.empty-db-container.no-margin {
    height: 110px;
    text-align: center;
}

.empty-db-container.no-margin .empty-db {
    display: inline-block;
    margin-top: 10px;
}

.error-container .box-error {
    display: inline-block;
    margin-top: 50px;
}

.warning-container {
    text-align: center;
}

.warning-container .box-warning {
    display: inline-block;
    margin: 10px;
}

.warning-container .box-warning img {
    margin-bottom: 10px;
}

.warning-container .box-warning p {
    font-size: 16px;
    font-weight: 700;
}

.empty-db-container .empty-db p {
    font-size: 16px;
    color: #ccc;
    font-weight: 700;
}

.error-container .box-error p {
    font-size: 16px;
    color: #ed145b;
    font-weight: 700;
    margin: 0px;
}

.wrapper .content .box .error-container .box-error p a, .modal-content .error-container .box-error p a {
    font-size: 13px;
}

.conditional-break {
    margin-top: 15px;
    text-align: center;
}

/*================ FLIPPING BOX ================*/

/* entire container, keeps perspective */
.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}

/*
			.flip-container:hover .flipper, .flip-container.hover .flipper, #flip-toggle.flip .flipper {
				-webkit-transform: rotateY(180deg);
				-moz-transform: rotateY(180deg);
				-ms-transform: rotateY(180deg);
				transform: rotateY(180deg);
				filter: FlipH;
    			-ms-filter: "FlipH";
			}
			*/


/* START: Accommodating for IE */
.flip-container.active .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container.active .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* END: Accommodating for IE */

.flip-container, .front, .back {
    height: 410px;
    width: 100%;
}

.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0;
}

.front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
}

.back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

/*================ INPUT-BOXES ================*/

.form-group {
    position: relative;
    margin: 0;
}

label {
    font-family: 'Open Sans', open-sans;
    font-size: 13px;
    font-weight: 800;
    color: #4c4c4c;
    padding-left: 12px;
    word-wrap: break-word;
}

.form-horizontal .control-label {
    text-align: left;
}

span strong.red {
    color: #ed145b;
    /*color:#F00;*/
}

label .required {
    color: #ed145b;
}

.form-group input {
    font-family: 'Open Sans', sans-serif;
}

.input-group[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

.input-group-addon {
    padding: 0px;
    background-color: #fff;
    padding: 2px 8px;
}

.input-group-btn {
    font-size: inherit;
}

.user-horizontal-input {
    margin-right: 15px;
    border-radius: 4px;
}

span.ui-helper-hidden-accessible {
    display: none !important;
}

.input-group[class*="col-"] {
    float: left;
}

.ui-autocomplete {
    display: inline-block;
    max-height: 300px;
    z-index: 999999;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.ui-autocomplete li {
    background: #fff;
    border-bottom: 1px solid #ccc;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding: 0 12px;
}

/*
.ui-autocomplete li:hover {
	background: #F1F1F1;
}
*/
.ui-autocomplete li a {
    display: block;
    padding: 6px 0;
    color: #555;
}

.ui-autocomplete li.add {
    padding-top: 6px;
    color: #bcbec0;
    font-style: italic;
}

.ui-autocomplete li.add a {
    color: #06a0ed;
    cursor: pointer;
    font-style: normal;
    transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
}

.ui-autocomplete li.add a:hover {
    color: #2560a3;
}

.ui-autocomplete li:last-child {
    border-bottom: 0px;
}

.form-group .input-group-addon.blue {
    background-color: #0391d8;
}

.glyphicon {
    background-position: 0 0;
    width: 20px !important;
    height: 20px !important;
}

.glyphicon:hover {
    opacity: 0.6;
    cursor: pointer;
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-search {
    background: url(../images/icon-form-search.png) no-repeat center;
}

.glyphicon-calendar {
    background: url(../images/icon-form-calendar.png) no-repeat center;
}

.glyphicon-time {
    background: url(../images/icon-form-time.png) no-repeat center;
}

.glyphicon-cancel {
    background: url(../images/icon-form-search-cancel.png) no-repeat center;
}

.glyphicon-loading {
    background: url(../images/icon-form-search-loading.gif) no-repeat center;
}

.glyphicon-dots {
    background: url(../images/icon-form-dots.png) no-repeat center;
}

.glyphicon-list {
    background: url(../images/icon-form-list.png) no-repeat center;
}

.glyphicon-move:before {
    content: "\e068";
    font-size: 18px;
    color: #2560a3;
}

.glyphicon-tag:before {
    content: "\e041";
    font-size: 18px;
    color: #2560a3;
}

.glyphicon-map-marker:before {
    content: "\e062";
    font-size: 18px;
    color: #2560a3;
}

.glyphicon-trash:before {
    content: "\e020";
    font-size: 18px;
    color: #2560a3;
}

.glyphicon-plus:before {
    content: "\2b";
    font-size: 15px;
    color: #2560a3;
}

.form-group ul.hints {
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-top: 2px;
}

.form-group ul.hints li {
    font-family: 'Open Sans', open-sans;
    list-style: none;
    color: #555;
    padding: 6px 12px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    cursor: pointer;
}

.form-group ul.hints li:last-child {
    border-bottom: 0px;
}

.form-group ul.hints li:hover {
    background: #ededed;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: url(../images/bg-form-disabled.png);
}

.btn[disabled], .btn[readonly], fieldset[disabled] .btn {
    background: rgba(0, 0, 0, 0) url("../images/bg-form-disabled.png") repeat scroll 0 0;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
    pointer-events: none;
}

.btn[disabled] .caret {
    opacity: 0.65;
    cursor: not-allowed;
}

textarea.noresize {
    resize: none;
}

.has-error .help-block {
    font-family: 'Open Sans', open-sans;
    font-size: 12px;
    padding-left: 12px;
}

.has-error .help-block, .has-error label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error .dropdown .btn {
    color: #ed145b;
}

.has-error .dropdown .btn {
    border-color: #ed145b;
}

.has-error .form-control, .has-error #cke_messaggio_html {
    border-color: #ed145b;
}

.has-error .form-control:focus {
    border-color: #ed145b;
}

.form-info {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0px;
    right: 8px;
    background: #0391d8 url(../images/icon-form-info.png) no-repeat center;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    transition: background-color 0.5s ease !important;
    -moz-transition: background-color 0.5s ease !important;
    -webkit-transition: background-color 0.5s ease !important;
}

.form-info-inline {
    display: inline-block;
    top: auto;
    right: auto;
    position: relative;
    margin-left: 20px;
    margin-bottom: -3px;
}

.form-info:hover {
    background-color: #2560a3;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-left: 0px;
}

.bootstrap-touchspin .input-group-addon:not(:first-child):not(:last-child),
.bootstrap-touchspin .input-group-btn:not(:first-child):not(:last-child),
.bootstrap-touchspin .form-control:not(:first-child):not(:last-child) {
    border-bottom: 1px solid #ccc !important;
    border-left: 0 none transparent !important;
    border-right: 0 none transparent !important;
    height: 34px;
}

.bootstrap-touchspin .form-control:focus:not(:first-child):not(:last-child) {
    /*
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6) !important;
	outline: 0 none !important;
	border:1px solid #66afe9;
	z-index:100;
*/
    box-shadow: none !important;
    outline: 0 none !important;
    border-color: #ccc;
}

.bootstrap-touchspin .input-group-btn:first-child > .btn,
.bootstrap-touchspin .input-group-btn:first-child > .btn-group {
    margin-right: -1 !important;
    z-index: 10;
}

.bootstrap-touchspin .btn-default {
    border-bottom: 1px solid #ccc !important;
    height: 34px;
}

.bootstrap-touchspin .btn-default:hover {
    border-bottom: 1px solid #adadad !important;
}

.bootstrap-touchspin-down {
    font-size: 20px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 0;
}

.bootstrap-touchspin-up {
    font-size: 20px;
    padding-top: 1px;
}

/*============== DROPDOWN =================*/

.dropdown {
}

.dropdown button {
    width: 100%;
    text-align: left;
    position: relative;
    padding-right: 32px;
    border-bottom: 2px solid #ccc;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #2560a3;
    font-weight: 800;
}

.dropdown-action button {
    background: #0391d8;
    color: #fff;
    border-color: #0074ae;
}

.dropdown button .hint {
    color: #ccc;
    font-weight: normal;
}

.dropdown button .selected {
    color: #555;
    font-weight: normal;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
}

.edit-picture .dropdown button {
    padding-left: 12px;
}

.dropdown button {
    padding-left: 0;
}

.dropdown button span, .dropdown button .selected {
    padding: 0 0 0 12px;
}

.dropdown-action button .hint {
    color: #94c7e2;
}

.dropdown-action button .selected {
    color: #fff;
}

.dropdown-inline {
    padding-right: 32px;
    border-right: none;
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
}

.dropdown-inline .caret {
    position: absolute;
    right: 1px;
    top: 1px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #2560a3;
    background-color: #fff;
}

.btn-default.active {
    background-color: #e6e6e6;
    border-color: #ccc;
    color: #ccc;
}

.btn-default.active:hover {
    color: #ccc;
}

.dropdown-action .btn-default:hover, .dropdown-action .btn-default:focus, .dropdown-action .btn-default:active, .dropdown-action .btn-default.active, .dropdown-action.open > .dropdown-toggle.btn-default {
    background: #0391d8;
    color: #fff;
    border-color: #0074ae;
}

.dropdown .caret {
    position: absolute;
    top: 1px;
    right: 1px;
    border: 0px;
    width: 32px;
    height: 32px;
    background: url(../images/icon-dropdown.png) no-repeat;
    background-position: 0 0;
}

.dropdown-action .caret {
    background-position: -32px 0;
}

.dropdown.open .caret {
    background-position: 0 -32px;
}

.dropdown-action.open .caret {
    background-position: -32px -32px;
}

.dropdown-menu {
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-height: 495px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dropdown-menu li {
    border-bottom: 1px solid #ccc;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.dropdown-menu li.disable {
    padding: 5px 10px;
    color: #CCC;
}

.dropdown-menu li.disable a {
    padding: 0px;
    color: #CCC;
}

.dropdown-menu li.disable a:hover {
    color: #CCC;
    background-color: #FFF;
}

.dropdown-menu li:last-child {
    border-bottom: 0px;
}

.dropdown-menu span {
    display: block;
    border-bottom: 1px solid #ccc;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 6px 8px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    background-color: #ccc;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #ededed;
}

.dropdown-action .dropdown-menu > li > a:hover, .dropdown-action .dropdown-menu > li > a:focus {
    background-color: #d2ebf8;
}

.dropdown-menu > li > a {
    padding: 6px 12px;
    color: #555;
}

.dropdown-menu > li > a.multiple-choice {
    padding-left: 32px;
    background: url(../images/icon-dropdown-multiple.png) no-repeat;
    background-position: 0 0;
    padding-right: 32px;
    position: relative;
}

.dropdown-menu > li > a.multiple-choice.selected {
    background-position: 0 -32px;
}

.dropdown-menu > li > a.multiple-choice:hover {
    color: #000;
    background-color: #ededed;
    background-image: url(../images/icon-dropdown-multiple.png) no-repeat;
}

.dropdown-action .dropdown-menu > li > a.multiple-choice:hover {
    background-color: #d2ebf8;
}

.dropdown-menu > li > a .dropdown-color {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 11px;
    right: 11px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.dropdown-menu > li > a .dropdown-color.blue {
    background: #06a0ec;
}

.dropdown-menu > li > a .dropdown-color.green {
    background: #7dc242;
}

.dropdown-menu > li > a .dropdown-color.red {
    background: #ed145b;
}

.dropdown button .items-selected {
    color: #06a0ec;
    font-weight: 700;
}

.dropdown-action button .items-selected {
    color: #fff;
}

.btn-conditional, .btn-conditional:focus, .btn-conditional:active, .btn-conditional:hover {
    background-color: #e6e6e6;
    border-color: #ccc;
    color: #ccc !important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.btn-conditional.selected, .btn-conditional.active:focus, .btn-conditional.active:active, .btn-conditional.active:hover {
    background-color: #fff;
    color: #2560a3 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

/*============== DROPDOWN VARIATION =================*/

.btn-group {
    margin: 0 15px;
}

.btn-group:first-child {
    margin-left: 0;
}

.btn-group:last-child {
    margin-right: 0;
}

.btn-group-multi {
    margin: 0 15px 15px;
}

.btn-group-multi:first-child {
    margin-left: 0px;
}

.btn-group-multi:last-child {
    margin-right: 0px;
}

.btn-group button {
    border-bottom: 2px solid #ccc;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 800;
}

.btn-group-action button, .btn-group-action button:hover, .btn-group-action button:active, .btn-group-action button:focus, .btn-group-action.open button, .btn-group-action.open > .dropdown-toggle.btn-default {
    background-color: #0391d8;
    color: #fff;
    border-color: #0074ae;
}

.btn-group button .caret {
    width: 32px;
    height: 32px;
    border: 0px;
    background: url(../images/icon-dropdown.png) no-repeat;
    background-position: 0 0;
}

.btn-group-action button .caret {
    background-position: -32px 0;
}

.btn-group.open button .caret {
    background-position: 0 -32px;
}

.btn-group-action.open button .caret {
    background-position: -32px -32px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-group > .btn {
}

.btn-group > .btn + .dropdown-toggle {
    padding: 0px;
}

.btn-group-action .dropdown-menu li a:hover {
    background-color: #d2ebf8;
}

/*============== BOTTONI =================*/
.buttons-centered {
    text-align: center;
}

.buttons button {
    padding: 6px 20px;
    margin: 10px 5px;
}

.buttons button:first-child {
    margin-left: 0px;
}

.buttons button:last-child {
    margin-right: 0px;
}

.btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.btn-default {
    color: #2560a3;
    border-bottom: 2px solid #ccc;
}

.btn-default.execution, .btn-group.execution .btn-default {
    color: #6d7070;
    background-image: url(../images/bg-btn-active.png);
    background-repeat: repeat-x;
    background-color: transparent;
    /*
        text-shadow: 1px 1px 1px #fff;
    */
    animation: loading-default 1s linear infinite;
    -moz-animation: loading-default 1s linear infinite;
    -webkit-animation: loading-default 1s linear infinite;
    -o-animation: loading-default 1s linear infinite;
}

.btn-undo {
    color: #4c4c4c;
}

.btn-fullwidth {
    width: 100%;
}

.btn-disabled {
    opacity: 0.5;
}

.btn-delete {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}

.btn-disabled:hover {
    border-color: #ccc;
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
    color: #2560a3;
}

.btn-undo:hover, .btn-undo:active, .btn-undo:focus {
    color: #4c4c4c;
}

.btn-blue {
    background-color: #0391d8;
    border-bottom: 2px solid;
    border-color: #0074ae;
    color: #fff;
    transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
}

.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
    color: #fff;
    background-color: #0074ae;
}

.btn-blue.execution, .btn-group-action.execution .btn-default {
    color: #0074ae;
    background-image: url(../images/bg-btn-active.png);
    background-repeat: repeat-x;
    background-color: transparent !important;
    text-shadow: 1px 1px 1px #fff;
    animation: loading-blue 1s linear infinite;
    -moz-animation: loading-blue 1s linear infinite;
    -webkit-animation: loading-blue 1s linear infinite;
    -o-animation: loading-blue 1s linear infinite;
}

@keyframes loading-default {
    0% {
        background-position: 0 -99px;
    }
    100% {
        background-position: 20px -99px;
    }
}

@-webkit-keyframes loading-default {
    0% {
        background-position: 0 -99px;
    }
    100% {
        background-position: 20px -99px;
    }
}

@keyframes loading-blue {
    0% {
        background-position: 0 -66px;
    }
    100% {
        background-position: 20px -66px;
    }
}

@-webkit-keyframes loading-blue {
    0% {
        background-position: 0 -66px;
    }
    100% {
        background-position: 20px -66px;
    }
}

.btn-green {
    background: #7dc242;
    border-bottom: 2px solid;
    border-color: #499e00;
    color: #fff;
    transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
}

.btn-green:hover, .btn-green:active, .btn-green:focus {
    color: #fff;
    background-color: #499e00;
}

.btn-green.execution, .btn-group.execution .btn-green {
    color: #499e00;
    background-image: url(../images/bg-btn-active.png) !important;
    background-repeat: repeat-x;
    background-color: transparent;
    text-shadow: 1px 1px 1px #fff;
    animation: loading-green 1s linear infinite;
    -moz-animation: loading-green 1s linear infinite;
    -webkit-animation: loading-green 1s linear infinite;
    -o-animation: loading-green 1s linear infinite;
}

@keyframes loading-green {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 0;
    }
}

@-webkit-keyframes loading-green {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 0;
    }
}

.btn-red {
    background-color: #ed145b;
    border-bottom: 2px solid;
    border-color: #9e0039;
    color: #fff;
    transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
}

.btn-red:hover, .btn-red:active, .btn-red:focus {
    color: #fff;
    background-color: #9e0039;
}

.btn-red.execution, .btn-group.execution .btn-red {
    color: #9e0039;
    background-image: url(../images/bg-btn-active.png);
    background-repeat: repeat-x;
    background-color: transparent;
    text-shadow: 1px 1px 1px #fff;
    animation: loading-red 1s linear infinite;
    -moz-animation: loading-red 1s linear infinite;
    -webkit-animation: loading-red 1s linear infinite;
    -o-animation: loading-red 1s linear infinite;
}

@keyframes loading-red {
    0% {
        background-position: 0 -33px;
    }
    100% {
        background-position: 20px -33px;
    }
}

@-webkit-keyframes loading-red {
    0% {
        background-position: 0 -33px;
    }
    100% {
        background-position: 20px -33px;
    }
}

/*
.btn-back, .btn-back:hover, .btn-back:focus, .btn-back:active {
	padding-left: 32px !important;
	background: #fff url(../images/icon-btn-left.png) no-repeat left;
}
.btn-forward, .btn-forward:hover, .btn-forward:focus, .btn-forward:active {
	padding-right: 32px !important;
	background: #fff url(../images/icon-btn-right.png) no-repeat right;
}
*/
.btn-forward:after {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    /*
	content:"\e258";
	*/
    font-size: 12px;
    margin-left: 10px;
}

.btn-back:before {
    font-family: 'Glyphicons Halflings';
    content: "\e079";
    /*
	content:"\e257";
	*/
    margin-right: 10px;
    font-size: 12px;
}

.btn-backward:before {
    font-family: 'Glyphicons Halflings';
    content: "\e079";
    /*
	content:"\e257";
	*/
    font-size: 12px;
    margin-right: 10px;
}

.btn-menu button {
    color: #0391d8;
}

.btn-menu button.active, .btn-menu button.active:hover {
    box-shadow: none;
    border-color: #ccc;
    color: #2560a3;
    background-color: #fff;
}

.btn-menu button:hover {
    border-color: #ccc;
    background-color: #ededed;
    color: #0391d8;
}

.btn-box-menu button {
    color: #0391d8;
}

.btn-box-menu button.active, .btn-box-menu button.active:hover {
    box-shadow: none;
    border-color: #ccc;
    color: #2560a3;
    background-color: #fff;
}

.btn-box-menu button:hover {
    border-color: #ccc;
    background-color: #ededed;
    color: #0391d8;
}

.btn-icon {
    height: 35px;
    width: 35px;
    padding: 6px !important;
    border-color: #ccc;
    border-bottom: 2px solid #ccc;
    background-color: #fff;
}

.btn-icon:hover {
    border-color: #adadad;
}

.btn-icon-sort-down {
    background-image: url(../images/icon-btn-sort.png);
    background-position: 0 0;
}

.btn-icon-sort-up {
    background-image: url(../images/icon-btn-sort.png);
    background-position: 0 -34px;
}

.btn-icon-plus {
    /*
    background-image: url(../images/icon-btn-sort.png);
    background-position: 0 -34px;
    padding:20px;
    */
    color: #d7d7d7;
    font-size: 30px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f35b"; /*f35b arrow-up*/

}

.check-btn, .radio-btn {
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #555;
    padding: 6px 0 6px 32px;
    cursor: pointer;
}

.in-line-element {
    padding: 0px 0 6px 32px !important;
    margin-bottom: 6px;
}

.in-line-element p {
    display: inline;
}

.in-line-element.has-error p {
    display: inline;
    position: relative;
    top: -15px;
}

.check-btn.selected, .radio-btn.selected {
    background-position: 0 -96px;
}

.check-btn {
    background: url(../images/icon-dropdown-multiple.png) no-repeat left;
    background-position: 0 0;
}

.radio-btn {
    background: url(../images/icon-radio-btn.png) no-repeat left;
    background-position: 0 0;
}

.paginator .records {
    margin-top: 5px;
}

.paginator .form-inline .form-control {
    width: 34px;
    padding: 6px;
    text-align: center;
    vertical-align: middle;
}

.paginator .btn {
    height: 34px;
}

.paginator .btn-back {
    padding-right: 0px;
}

.paginator .btn-forward {
    padding-left: 0px;
}

.paginator span {
    margin: 0 8px;
}

/*============== MODALI =======================*/

.modal button.close {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    right: -15px;
    top: -15px;
    background: #666 url(../images/modal-close.png) no-repeat center;
    opacity: 1;
    color: #fff;
    text-shadow: none;
}

.modal-notify button.close {
    top: -22px;
}

.modal .modal-dialog {
    width: 80%;
}

.modal button.close:hover {
    background-color: #000;
}

.modal .modal-content {
    border: none;
}

.modal .modal-content .modal-body:last-child, .modal .modal-content .modal-footer:last-child {
    border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.modal .modal-header {
    border: none;
    background: #ced7e6;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}

.modal .modal-title {
    font-weight: 700;
}

.modal .modal-body {
    background: #ededed;
    /*min-height: 220px;*/
    padding: 15px;
}

.conditional-row {
    margin-bottom: 15px;
}

.modal .modal-footer {
    border: none;
    background-color: #fff;
}

.modal-notify .modal-footer {
    border-top: none;
}

.modal-small .modal-dialog {
    width: 50%;
    min-width: 500px;
}

.modal .box {
    margin: 6px 0;
}

.modal .box:first-child {
    margin-top: 0px;
}

.modal .box:last-child {
    margin-bottom: 0px;
}

.modal-notify .modal-dialog {
    width: 400px;
}

.modal-notify.large .modal-dialog {
    width: 700px;
}

.modal-notify .modal-content {
    border-top: 9px solid #2560a4;
    padding: 0px;
}

.modal-notify-error .modal-content {
    border-top-color: #ed145b;
}

.modal-notify-warning .modal-content {
    border-top-color: #f7941d;
}

.modal-notify-success .modal-content {
    border-top-color: #7dc242;
}

.modal-notify .modal-content .modal-body {
    padding: 0px;
    background: #fff;
}

.modal-notify .modal-content .inner {
    padding: 36px;
}

.modal-notify .modal-content h2 {
    font-size: 14px;
    text-transform: none;
    margin-bottom: 0px;
}

.modal-notify-error .modal-content h1 {
    font-size: 28px;
    line-height: 50px;
    font-style: italic;
    font-weight: normal;
    color: #ed145b;
    text-align: center;
    margin: 0 0 40px;
}

.modal-notify-warning .modal-content h1 {
    font-size: 28px;
    line-height: 50px;
    font-style: italic;
    font-weight: normal;
    color: #f7941d;
    text-align: center;
    margin: 0 0 40px;
}

.modal-notify-success .modal-content h1 {
    font-size: 28px;
    line-height: 50px;
    font-style: italic;
    font-weight: normal;
    color: #7dc242;
    text-align: center;
    margin: 0 0 40px;
}

.modal-notify-error .modal-content h1 strong, .modal-notify-warning .modal-content h1 strong, .modal-notify-success .modal-content h1 strong {
    font-size: 46px;
}

.modal-notify-error .modal-content h2 {
    color: #ed145b;
}

.modal-notify-warning .modal-content h2 {
    color: #f7941d;
}

.modal-notify-success .modal-content h2 {
    color: #7dc242;
}

.modal-notify .modal-content p {
    font-size: 13px;
}

.modal-notify .modal-content ul {
    margin: 0 10px 0 10px;
    font-size: 13px;
}

.modal-notify .modal-footer {
    border: none;
    padding: 15px;
}

.modal-notify .modal-content .user-picture {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
}

.modal-notify .modal-content .user-picture img.avatar {
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    margin: 5px;
}

.modal-notify .modal-content .user-image {
    position: relative;
    display: inline-block;
    z-index: 999;
    text-align: center;
}

.modal-notify .modal-content .user-image img {
    border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    margin: 5px;
}

.modal-footer .btn-group.btn-group-action {
    margin: 0 !important;
}

.modal-footer .btn-group.btn-group-action .btn.btn-default {
    margin-left: 5px;
}

.modal-footer .btn-group.btn-group-action .btn.btn-default.dropdown-toggle {
    margin: 0 !important;
}

.modal-footer .btn + .btn, .modal-footer .btn-group + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.box-footer .btn-group.btn-group-action {
    margin: 0 !important;
}

.box-footer .btn-group.btn-group-action .btn.btn-default {
    margin-left: 5px;
}

.box-footer .btn-group.btn-group-action .btn.btn-default.dropdown-toggle {
    margin: 0 !important;
}


/*============== MENU =================*/

nav#main-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 60px;
    height: 100%;
    left: 0;
    background: #2560a3;
    z-index: 1010;
    overflow: hidden;
    transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -webkit-transition: width 0.5s ease;
}

nav#main-menu:hover {
    width: 382px;
}

nav#main-menu .inner {
    position: absolute;
    width: 382px;
    bottom: 0px;
    top: 0;
}

nav#main-menu .inner .menu-top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 70px;
    background-color: #2560a3;
    transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
}

nav#main-menu:hover .inner .menu-top {
    background-color: #133052;
    border-bottom: 1px solid #183e6a;
}

nav#main-menu:hover .inner .menu-top li {
    list-style: none;
}

nav#main-menu .inner .menu-top li a {
    height: 69px;
    float: left;
    padding: 15px 12px 20px 12px;
    border-right: 1px solid #2560a3;
}

nav#main-menu:hover .inner .menu-top li a {
    border-color: #183e6a;
}

nav#main-menu .inner .menu-top li a:last-child {
    border-right: none;
    margin-right: 0;
}

nav#main-menu .inner .menu-top li a.top-mail, nav#main-menu .inner .menu-top li a.top-settings {
    height: 69px;
    width: 63px;
    background-repeat: no-repeat;
    background-color: #133052;
    transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    font-size: 0;
    padding-top: 22px;
}

nav#main-menu .inner .menu-top li a .icon {
    display: block;
    background-image: url(../images/icons-main-menu-top.png);
    width: 38px;
    height: 29px;
    opacity: 0.6;
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
}

nav#main-menu .inner .menu-top li a .icon-mail {
    background-position: 0 0;
}

nav#main-menu .inner .menu-top li a:hover .icon {
    opacity: 1;
}

nav#main-menu .inner .menu-top li a .icon-support {
    background-position: 0 -29px;
}

nav#main-menu .inner .menu-top li a.top-mail:hover, nav#main-menu .inner .menu-top li a.top-settings:hover {
    background-color: #183e6a;
}

nav#main-menu .inner .menu-middle {
    position: absolute;
    width: 100%;
    overflow-y: auto;
    overflow-x: display;
    top: 70px;
    bottom: 70px;
}

nav#main-menu .inner .menu-middle li {
    list-style: none;
}

nav#main-menu .inner .menu-middle li a {
    display: block;
    height: 48px;
    line-height: 48px;
    padding: 0 12px;
    color: #fff;
    transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
}

nav#main-menu .inner .menu-middle li a:hover {
    background-color: #133052;
}

nav#main-menu .inner .menu-middle li a .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    background: url(../images/icons-main-menu.png?v=202207132206) no-repeat;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
}

nav#main-menu .inner .menu-middle li .icon .loading {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../images/icons-main-menu-loading.png) no-repeat 0 0;
    background-position: 0 0;
    transition: transform 50s linear;
    -moz-transition: -moz-transform 50s linear;
    -webkit-transition: -webkit-transform 50s linear;
}

nav#main-menu .inner .menu-middle li a.active .icon .loading {
    transform: rotate(36000deg);
    -moz-transform: rotate(36000deg);
    -webkit-transform: rotate(36000deg);
    background-position: 0 -36px;
}

nav#main-menu .inner .menu-middle li a .icon-home {
    background-position: 0 0;
}

nav#main-menu .inner .menu-middle li a .icon-person {
    background-position: 0 -36px;
}

nav#main-menu .inner .menu-middle li a .icon-company {
    background-position: 0 -72px;
}

nav#main-menu .inner .menu-middle li a .icon-campaigns {
    background-position: 0 -396px;
}

nav#main-menu .inner .menu-middle li a .icon-report {
    background-position: 0 -144px;
}

nav#main-menu .inner .menu-middle li a .icon-deduplica {
    background-position: 0 -180px;
}

nav#main-menu .inner .menu-middle li a .icon-import {
    background-position: 0 -216px;
}

nav#main-menu .inner .menu-middle li a .icon-error {
    background-position: 0 -252px;
}

nav#main-menu .inner .menu-middle li a .icon-modify {
    background-position: 0 -288px;
}

nav#main-menu .inner .menu-middle li a .icon-webform {
    background-position: 0 -468px;
}

nav#main-menu .inner .menu-middle li a .icon-webvisits {
    background-position: 0 -432px;
}

nav#main-menu .inner .menu-middle li a .icon-regolescore {
    background-position: 0 -504px;
}

nav#main-menu .inner .menu-middle li a .icon-regolegrade {
    background-position: 0 -720px;
}

nav#main-menu .inner .menu-middle li a .icon-notify {
    background-position: 0 -540px;
}

nav#main-menu .inner .menu-middle li a .icon-memberships {
    background-position: 0 -720px;
}

nav#main-menu .inner .menu-middle li a .icon-notify .icon-notify-number {
    position: absolute;
    color: #FFF;
    background-color: red;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 15px;
    font-size: 10px;
    padding: 0 3px;
    margin-left: 18px;
    margin-top: 23px;
    display: block;
}

nav#main-menu .inner .menu-middle li a .icon-actions {
    background-position: 0 -576px;
}

nav#main-menu .inner .menu-middle li a .icon-courses {
    background-position: 0 -612px;
}

nav#main-menu .inner .menu-middle li a .icon-editions {
    background-position: 0 -648px;
}

nav#main-menu .inner .menu-middle li a .icon-opportunity {
    background-position: 0 -684px;
}

nav#main-menu .inner .menu-middle li a .icon-carts {
    background-position: 0 -752px;
}

nav#main-menu .inner .menu-middle li a .icon-onboarding {
    background-position: 0 -784px;
}

nav#main-menu .inner .menu-middle li a .icon-news {
    background-position: 0 -822px;
}

nav#main-menu .inner .menu-middle li a .icon-help {
    background-position: 0 -855px;
}

nav#main-menu .inner .menu-middle li a .menu-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 48px;
    padding-left: 12px;
}

nav#main-menu .inner .menu-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-color: #2560a3;
    transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
}

nav#main-menu:hover .inner .menu-bottom {
    background-color: #133052;
    border-bottom: 1px solid #183e6a;
}

nav#main-menu:hover .inner .menu-bottom li {
    list-style: none;
}

nav#main-menu .inner .menu-bottom li a {
    float: left;
    display: block;
    padding: 0 12px;
    height: 69px;
    border-right: 1px solid #2560a3;
    transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
}

nav#main-menu .inner .menu-bottom li a:hover {
    background-color: #183e6a;
}

nav#main-menu:hover .inner .menu-bottom li a {
    border-color: #183e6a;
}

nav#main-menu .inner .menu-bottom li a:last-child {
    border-right: none;
    margin-right: 0;
}

nav#main-menu .inner .menu-bottom li a.user-menu {
    width: 320px;
}

nav#main-menu .inner .menu-bottom li a.user-menu .user-details h3 {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 175px;
}

nav#main-menu .inner .menu-bottom li a.user-menu .user-image {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
}

nav#main-menu .inner .menu-bottom li a.user-menu .user-details {
    display: inline-block;
    vertical-align: middle;
    height: 69px;
    padding: 20px 10px;
}

nav#main-menu .inner .menu-bottom li a.user-menu .user-details p {
    color: #487cb4;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 175px;
}

nav#main-menu .inner .menu-bottom li a.user-logout {
    width: 60px;
    padding-top: 16px;
}

nav#main-menu .inner .menu-bottom li a .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    background: url(../images/icons-main-menu.png) no-repeat;
    margin-right: 12px;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
}

nav#main-menu .inner .menu-bottom li a.user-logout .icon {
    opacity: 0.6;
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
}

nav#main-menu .inner .menu-bottom li a.user-logout:hover .icon {
    opacity: 1;
}

nav#main-menu .inner .menu-bottom li a .icon-user {
    background-image: none;
    background-color: #fff;
}

nav#main-menu .inner .menu-bottom li a .icon-user img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: thin solid #fff;
}

nav#main-menu .inner .menu-bottom li a .icon-logout {
    background-position: 0 -360px;
}

/*============== PERSONE DETTAGLIO =======================*/
.box-with-filters .content {
    min-height: 800px;
    position: relative;
}

.box-with-filters .content .filters {
    height: 100%;
    overflow: hidden;
    transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -webkit-transition: width 0.5s ease;
    width: 18px;
    background-color: #fff;
    border-right: 3px solid #ccc;
    float: left;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
}

.box-with-filters .content .filters .inner {
    position: relative;
    padding-right: 15px;
    overflow: visible;
}

.button-collapse {
    position: absolute;
    display: block;
    width: 15px;
    height: 30px;
    border: 1px solid #ccc;
    border-right: none;
    background: url(../images/icon-filter-collapse.png) no-repeat center;
    top: 50%;
    right: 0px;
    margin-top: -20px;
    transition: border-color 0.5s ease;
    -moz-transition: border-color 0.5s ease;
    -webkit-transition: border-color 0.5s ease;
}

.button-collapse:hover {
    border-color: #a5a5a5;
}

.box-with-filters .filters-open .filters {
    width: 300px;
}

.box-with-filters .content .timeline-container {
    display: block;
    margin-left: 15px;
}

.box-with-filters .filters-open .timeline-container {
    margin-left: 300px;
}

.box-with-filters .btn-go-to-top {
    background: #fff url(../images/btn-icon-go-to-top.png) no-repeat center;
}

.box-with-filters .filters .top {
    padding: 15px;
    background: #f6f6f6;
}

.box-with-filters .filters .check-btn-list {
    padding: 15px;
    width: 285px;
}

.box-with-filters .filters .check-btn-list .check-btn {
    border-bottom: 1px solid #ccc;
    padding-right: 40px;
    position: relative;
}

.box-with-filters .filters .check-btn-list .check-btn span {
    opacity: 0.6;
}

.box-with-filters .filters .check-btn-list .check-btn.selected span {
    opacity: 1;
}

.box-with-filters .filters .check-btn-list .check-btn .values {
    position: absolute;
    right: 5px;
    background: #2560a3;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 700;
    padding: 0 6px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.box-with-filters .filters .search-criteria {
    padding: 15px;
    width: 285px;
}

.box-with-filters .filters .search-criteria input {
    font-size: 12px;
}

.box-with-filters .timeline {
    background: url(../images/bg-timeline.png) repeat-y center;
    text-align: center;
    padding: 0;
}

.box-with-filters .timeline-continue {
    height: 36px;
    background: url(../images/timeline-continue.png) repeat-y;
    background-position: center 0;
}

.box-with-filters .timeline.first {
    padding-top: 40px;
}

.box-with-filters .timeline.last {
    padding-bottom: 40px;
}

.box-with-filters .timeline .row {
    padding: 10px 0;
    list-style: none;
}

.box-with-filters .timeline .row.new-month {
    padding-top: 40px;
    margin-top: 40px;
    background: url(../images/timeline-dots.png) repeat-x top;
}

.box-with-filters .timeline .data {
    display: inline-block;
}

.box-with-filters .timeline .col-left .data {
    margin-right: -19px;
}

.box-with-filters .timeline .col-right .data {
    margin-left: -19px;
}

.box-with-filters .timeline .data .point {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background: #2560a3;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.box-with-filters .timeline .col-left {
    text-align: right;
}

.box-with-filters .timeline .col-right {
    text-align: left;
}

.box-with-filters .timeline .data .data-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #06a0ed;
    padding: 7px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.box-with-filters .timeline .data .data-content p {
    color: #fff;
    margin: 0px;
    line-height: 14px;
}

.box-with-filters .timeline .col-left .data .data-content {
    margin-right: 25px;
}

.box-with-filters .timeline .col-right .data .data-content {
    margin-left: 25px;
}

.box-with-filters .timeline .data .data-content .indicator {
    position: absolute;
    display: block;
    width: 7px;
    height: 12px;
    background: url(../images/timeline-data-arrows.png) no-repeat;
    top: 50%;
    margin-top: -6px;
}

.box-with-filters .timeline .col-left .data .data-content .indicator {
    background-position: 0 0;
    left: auto;
    right: -6px;
}

.box-with-filters .timeline .col-right .data .data-content .indicator {
    background-position: 0 -12px;
    right: auto;
    left: -6px;
}

.box-with-filters .timeline .action {
    display: inline-block;
    position: relative;
}

.box-with-filters .timeline .col-left .action {
    margin-right: -35px;
}

.box-with-filters .timeline .col-right .action {
    margin-left: -29px;
}

.box-with-filters .timeline .action .ranking {
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    top: 50%;
    margin-top: -12px;
}

.box-with-filters .timeline .action-blue .ranking {
    color: #06a0ed;
}

.box-with-filters .timeline .action-green .ranking {
    color: #7dc242;
}

.box-with-filters .timeline .action-red .ranking {
    color: #ed145b;
}

.box-with-filters .timeline .action-orange .ranking {
    color: #f7941d;
}

.box-with-filters .timeline .col-left .action .ranking {
    right: -30px;
}

.box-with-filters .timeline .col-right .action .ranking {
    left: -120px;
    text-align: right;
    width: 100px;
}

.box-with-filters .timeline .action .point {
    display: inline-block;
    vertical-align: middle;
    background: #fff url("../images/profile-icons.png") no-repeat;
    border: 2px solid #2560a3;
    height: 30px;
    vertical-align: middle;
    width: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.box-with-filters .timeline .action .action-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    padding: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ccc;
    max-width: 380px;
}

.box-with-filters .timeline .action-blue .action-content {
    border-top: 3px solid #06a0ed;
}

.box-with-filters .timeline .action-green .action-content {
    border-top: 3px solid #7dc242;
}

.box-with-filters .timeline .action-orange .action-content {
    border-top: 3px solid #f7941d;
}

.box-with-filters .timeline .action-red .action-content {
    border-top: 3px solid #ed145b;
}

.box-with-filters .timeline .action .action-content p {
    color: #4c4c4c;
    line-height: 14px;
    margin: 0px;
}

.box-with-filters .timeline .action .action-content p a {
    color: #06a0ed;
}

.box-with-filters .timeline .col-left .action .action-content {
    margin-right: 17px;
}

.box-with-filters .timeline .col-right .action .action-content {
    margin-left: 17px;
}

.box-with-filters .timeline .action .action-content .indicator {
    position: absolute;
    display: block;
    width: 7px;
    height: 12px;
    background: url(../images/timeline-action-arrows.png) no-repeat;
    top: 50%;
    margin-top: -6px;
}

.box-with-filters .timeline .col-left .action .action-content .indicator {
    background-position: 0 0;
    left: auto;
    right: -6px;
}

.box-with-filters .timeline .col-right .action .action-content .indicator {
    background-position: 0 -12px;
    right: auto;
    left: -6px;
}

.group-label {
    position: relative;
    margin-top: 10px;
}

.group-label h2 {
    border-bottom: 1px solid #ddd;
    color: #ccc;
    font-size: 16px;
    text-transform: none;
}

label.label-details {
    padding: 0px;
    margin: 0px;
}

.user-field {
    margin-bottom: 15px;
    display: table;
    width: 100%;
}

.icon-alert {
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-left: 10px;
    background: url(../images/user-icons-alert.png) no-repeat;
}

.icon-alert-orange {
    background-position: 0 0;
}

.icon-alert-green {
    background-position: 0 -14px;
}

.icon-alert-red {
    background-position: 0 -28px;
}

.user-details-dropdown {
}

.no-margin {
    margin: 0 !important;
}

.user-details-dropdown .btn {
    color: #4c4c4c;
    border-width: 0px;
}

.user-details-dropdown.open .btn {
    border-width: 1px;
    color: #4c4c4c;
    border-color: #ccc;
    border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}

.user-details-dropdown .btn .caret {
    background-position: -64px 0;
}

.user-details-dropdown .dropdown-menu {
    width: 100%;
    margin-top: 0px;
    border-top: 0px;
    border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
}

.group-user-modify {
    margin-bottom: 20px;
}

.btn-add-field {
    display: block;
    border: 1px dashed #06a0ed;
    border-color: #06a0ed;
    color: #06a0ed;
    padding: 8px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: color 0.5s ease, border-color 0.5s ease !important;
    -moz-transition: color 0.5s ease, border-color 0.5s ease !important;
    -webkit-transition: color 0.5s ease, border-color 0.5s ease !important;
}

.btn-add-field:hover {
    border-color: #2560a3;
}

.btn-add-field .icon-plus {
    display: inline-block;
    height: 14px;
    line-height: 14px;
    padding: 0 4px;
    background-color: #06a0ed;
    color: #fff;
    margin-right: 10px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    font-size: 12px;
    transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
}

.btn-add-field:hover .icon-plus {
    color: #fff;
    background-color: #2560a3;
}

.box-header-second {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

a.check {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 14px;
    background: url(../images/check.png) no-repeat 0 0;
    margin-right: 10px;
}

a.check.active {
    background-position: 0 -14px;
}

a.check.disable {
    opacity: 0.3;
}

.people-list .user-row {
    list-style: none;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

.people-list .user-row:last-child {
    border-bottom: none;
}

.people-list .check-container {
    height: 80px;
    padding-top: 26px;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.people-list.no-fixed-height .check-container {
    height: 30px;
    padding-top: 5px;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.people-list.no-fixed-height .check-container i {
    padding-right: 10px;
    color: #2560a3;
    font-size: 15px;
}

.people-list.no-fixed-height .check-container i.text-success {
    color: #7dc242;
}

.people-list.no-fixed-height .check-container i.text-warning {
    color: #f7941d;
}

.people-list.no-fixed-height.ui-sortable .check-container i {
    cursor: grab;
}

.people-list .user-picture, .people-list .graphics {
    display: inline-block;
    vertical-align: top;
    float: left;
    position: relative;
}

.people-list .graphics {
    width: 110px;
}

.people-list .user-picture img.avatar {
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    margin: 5px;
}

.people-list .user-picture .percentage {
    position: absolute;
    width: 80px;
    height: 80px;
    top: -10px;
    left: -10px;
}

.people-list .user-picture .score {
    position: absolute;
    top: -5px;
    right: -5px;
    text-align: center;
    width: 30px;
    height: 30px;
    padding-top: 8px;
    color: #fff;
    background: #06a0ed;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    font-size: 10px;
    font-weight: 700;
}

.people-list .grade {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #009e0b;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    font-size: 12px;
    font-weight: 900;
    height: 24px;
    line-height: 24px;
    width: 24px;
}

.grade.very-bad {
    background: #ff1f1f;
}

.grade.bad {
    background: #ff5216;
}

.grade.very-poor {
    background: #ff860d;
}

.grade.poor {
    background: #ffb205;
}

.grade.insufficient {
    background: #ffd100;
}

.grade.average {
    background: #d9d200;
}

.grade.good {
    background: #9fd200;
}

.grade.very-good {
    background: #61cc00;
}

.grade.excellent {
    background: #2ec100;
}

.grade.perfect {
    background: #12bd00;
}

.people-list .user-data {
    display: inline-block;
    vertical-align: top;
}

.people-list .col-user h2, .people-list .col-user h3, .people-list .col-user p, .people-list .col-user .other {
    margin-left: 140px;
}

.people-list .col-user.no-picture h2, .people-list .col-user.no-picture h3, .people-list .col-user.no-picture p, .people-list .col-user.no-picture .other {
    margin-left: 0;
}

.people-list.courses .col-user.no-picture h3, .people-list.courses .col-user.no-picture p {
    margin-left: 25px !important;
}

.people-list .col-user .other {
    margin-top: 10px;
}

.people-list .col-user .other p {
    margin-left: 0px;
}

.people-list .col-user .other label {
    padding: 0px;
    margin-bottom: 0px;
}

.people-list.minified .col-user h2, .people-list.minified .col-user h3, .people-list.minified .col-user p, .people-list.minified .col-user .other {
    margin-left: 110px;
}

.people-list.minified .col-user .other p {
    margin-left: 0px;
}

.people-list.minified .col-user .other label {
    padding: 0px;
    margin-bottom: 0px;
}

.people-list .col-user h2 {
    font-size: 20px;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 5px;
}

.people-list .col-user h3 {
    font-size: 13px;
    font-weight: 700;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 5px;
}

.people-list .col-user p {
    margin-bottom: 5px;
    line-height: 14px;
}

.people-list .col-more-data .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/profile-icons.png") no-repeat;
    border: 2px solid #2560a3;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.people-list .col-more-data .block {
    display: inline-block;
    vertical-align: top;
    padding: 0 3px;
}

.people-list .col-more-data .block-01 p {
    margin-bottom: 2px;
}

.people-list .col-more-data .block-01 .number {
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
}

.people-list .col-more-data .block-02 {
    text-align: center;
}

.split-fullwidth {
    width: 70%;
    padding: 6px 0;
    float: right !important;
    margin-right: 34px;
}

.split-fullwidth > div {
    padding: 0 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.dropdown-split-fullwidth {
    width: 35px;
    box-sizing: border-box;
    height: 35px;
    position: absolute !important;
    right: 0;
}

.dropdown-split-fullwidth .caret {
    width: 12px !important;
    background-position: -10px 0 !important;
    text-align: center;
}

.btn-block.open .dropdown-split-fullwidth .caret {
    background-position: -10px -32px !important;
}

.people-list .graphics .carousel {
    padding: 0 16px;
}

.people-list .graphics .carousel-indicators {
    bottom: -16px;
}

.people-list .graphics .carousel-indicators li {
    border-color: #ccc;
    width: 6px;
    height: 6px;
    vertical-align: middle;
}

.people-list .graphics .carousel-indicators .active {
    background-color: #ccc;
}

.people-list .graphics .carousel-title {
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    margin-bottom: 5px;
    text-align: center;
    width: 78px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.people-list .graphics .carousel-content {
    width: 78px;
    height: 80px;
}

.people-list .graphics .carousel-control.right {
    background: url(../images/icon-btn-right.png) no-repeat center 40px;
}

.glyphicon-chevron-right:before, .glyphicon-chevron-left:before {
    display: none;
}

.people-list .graphics .carousel-control.left {
    background: url(../images/icon-btn-left.png) no-repeat center 40px;
}

@media (max-width: 1600px) {
    .box-with-filters .timeline .action .action-content, .box-with-filters .timeline .col-left .data .data-content {
        max-width: 380px;
    }

    .box-with-filters .timeline .action .action-content, .box-with-filters .timeline .col-left .data .data-content {
        max-width: 250px;
    }

    .modal-dialog .box-with-filters .timeline .action .action-content, .modal-dialog .box-with-filters .timeline .col-left .data .data-content {
        max-width: 160px;
    }
}

@media (max-width: 1400px) {
    .box-with-filters .timeline .action .action-content, .box-with-filters .timeline .col-left .data .data-content {
        max-width: 300px;
    }

    .box-with-filters .filters-open .timeline .action .action-content, .box-with-filters .filters-open .timeline .col-left .data .data-content {
        max-width: 190px;
    }

    .modal-dialog .box-with-filters .filters-open .timeline-container {
        margin-left: 0px;
    }
}

@media (max-width: 1200px) {
    .box-with-filters .timeline .action .action-content, .box-with-filters .timeline .col-left .data .data-content {
        max-width: 190px;
    }

    .box-with-filters .filters-open .timeline .action .action-content, .box-with-filters .filters-open .timeline .col-left .data .data-content {
        max-width: 85px;
    }

    .modal-dialog .box-with-filters .timeline .action .action-content, .modal-dialog .box-with-filters .timeline .col-left .data .data-content {
        max-width: 160px;
    }

    .modal-dialog .box-with-filters .filters-open .timeline .action .action-content, .modal-dialog .box-with-filters .filters-open .timeline .col-left .data .data-content {
        max-width: 160px;
    }

    .modal-dialog .box-with-filters .filters-open .timeline-container {
        margin-left: 0px;
    }
}

@media (max-width: 1024px) {
    .wrapper .header.inset {
        margin-left: 200px;
        z-index: 1;
    }

    .wrapper.settings.sidebar-left .header.inset, .wrapper.settings.sidebar-left .container-fluid.content, .wrapper.settings.sidebar-left + footer {
        opacity: 0.4;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .wrapper.settings.sidebar-left.collapsed .header.inset, .wrapper.settings.sidebar-left.collapsed .container-fluid.content, .wrapper.settings.sidebar-left.collapsed + footer {
        opacity: 1;
    }

    .modal-dialog .box-with-filters .timeline .action .action-content, .modal-dialog .box-with-filters .timeline .col-left .data .data-content {
        max-width: 115px;
    }

    .modal-dialog .box-with-filters .filters-open .timeline .action .action-content, .modal-dialog .box-with-filters .filters-open .timeline .col-left .data .data-content {
        max-width: 115px;
    }

    .box-with-filters .filters-open .timeline-container {
        margin-left: 0px;
    }

    .box-with-filters .filters-open .filters {
        width: 250px;
    }

    .box-with-filters .filters .check-btn-list, .box-with-filters .filters .search-criteria {
        width: 235px;
    }

    .sidebars .region-sidebar-first {
        z-index: 999;
        width: 260px;
    }

    .sidebar-left .container-fluid.content {
        margin-left: 260px;
    }

    .settings.sidebar-left .container-fluid.content {
        margin-left: 200px;
    }

    .region-sidebar-first .profile-block {
        padding: 15px 10px;
    }

    .region-sidebar-first .user-image img {
        width: 134px;
        height: 134px;
    }

    .region-sidebar-first .user-image .percentage {
        width: 42px;
        height: 42px;
        font-size: 14px;
        padding: 11px 0;
        top: -8px;
        right: -8px;
    }

    .region-sidebar-first .grade {
        width: 24px;
        height: 24px;
        font-size: 14px;
        line-height: 24px;
        bottom: 5px;
        left: 5px;
    }

    .modal-dialog .region-sidebar-first .user-image .percentage {
        width: 42px;
        height: 42px;
        font-size: 14px;
        padding: 11px 0;
        top: 3px;
        right: 3px;
    }

    .modal-dialog .region-sidebar-first .grade {
        width: 24px;
        height: 24px;
        font-size: 14px;
        line-height: 24px;
        bottom: 15px;
        left: 15px;
    }

    .region-sidebar-first .user-image .edit-picture, .region-sidebar-first .user-image .edit-picture .edit-picture-bg {
        width: 134px;
        height: 134px;
    }

    .region-sidebar-first .user-image .percentage-circle {
        left: -13px;
        top: -13px;
    }

    .region-sidebar-first .user-image .edit-picture .dropdown {
        width: 110px;
        margin-left: -55px;
    }

    .region-sidebar-first .user-image .edit-picture .dropdown .btn {
        font-size: 12px;
    }

    .modal .modal-dialog {
        width: 80%;
        min-width: 700px;
    }
}

@media (max-width: 992px) {
    .people-list .col-actions {
        text-align: left !important;
    }

    .people-list.minified .col-actions {
        margin-left: 110px;
    }

    .split-fullwidth {
        width: 60%;
        box-sizing: border-box;
    }

    .modal .split-fullwidth {
        width: 70%;
    }

    .dropdown-split-fullwidth {
        width: auto !important;
        box-sizing: border-box;
    }

    .dropdown-split-fullwidth .caret {
        width: 32px !important;
        background-position: 0 0 !important;
    }

    .btn-block.open .dropdown-split-fullwidth .caret {
        background-position: 0 -32px !important;
    }

    .box-with-filters .timeline .action .action-content, .box-with-filters .timeline .col-left .data .data-content, .box-with-filters .filters-open .timeline .action .action-content, .box-with-filters .filters-open .timeline .col-left .data .data-content {
        max-width: 156px;
    }

    .col-xs-0, .col-md-0, .col-lg-0, .col-ms-0 {
        display: none;
    }
}

@media (max-width: 768px) {
    .modal .split-fullwidth {
        width: 65%;
    }
}

/*============== PAGINA ERRORE/WARNING =======================*/


.error-window .error .error-icon {
    margin-bottom: 10px;
}

.error-window .error h1 {
    font-size: 28px;
    line-height: 50px;
    font-style: italic;
    font-weight: normal;
    color: #ed145b;
    text-align: center;
    margin: 0 0 40px;
}

.error-window .error h1 strong {
    font-size: 46px;
}

.error-window .error h2 {
    color: #ed145b;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: none;
    text-align: center;
}

.error-window .error p {
    text-align: center;
    font-size: 13px;
}

.warning .warning-icon {
    margin-bottom: 10px;
}

.warning h1 {
    font-size: 28px;
    line-height: 50px;
    font-style: italic;
    font-weight: normal;
    color: #f7941d;
    text-align: center;
    margin: 0 0 40px;
}

.warning h1 strong {
    font-size: 46px;
}

.warning h2 {
    color: #f7941d;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: none;
    text-align: center;
}

.warning p {
    text-align: center;
    font-size: 13px;
}

.success .success-icon {
    margin-bottom: 10px;
}

.success h1 {
    font-size: 28px;
    line-height: 50px;
    font-style: italic;
    font-weight: normal;
    color: #7dc242;
    text-align: center;
    margin: 0 0 40px;
}

.success h1 strong {
    font-size: 46px;
}

.success h2 {
    color: #7dc242;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: none;
    text-align: center;
}

.success p {
    text-align: center;
    font-size: 13px;
}

.error-window .merge-list {
    margin-top: 30px;
}

.default-table {
    padding: 0 15px !important;
    display: table;
    width: 100%;
}

.default-table .row {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

.default-table .row:last-child {
    border-bottom: none;
}

.default-table .row.table-title {
    border-bottom: 3px solid #d9d9d9;
}

.default-table .row.table-title p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.elenco .merge-list .default-table .row.table-title {
    border-bottom: 1px solid #d9d9d9;
}

.elenco .merge-list .default-table .row.table-title p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

.elenco .merge-list .default-table > .row h3 {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    color: #000;
}

.elenco .merge-list .default-table > .row h3 a img {
    width: 11px;
    height: 11px;
    line-height: 13px;
}

.default-table .row .colonna {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: -4px;
}

.default-table.align-top .row .colonna {
    display: inline-block;
    vertical-align: top !important;
    float: none;
    margin-right: -4px;
}

.default-table .row .colonna p.titolo {
    font-size: 14px;
    word-wrap: break-word;
}

.default-table .row .colonna h3.titolo {
    font-size: 13px;
    word-wrap: break-word;
}

.default-table .row .colonna p.titolo-tab {
    font-size: 14px;
    word-wrap: break-word;
    font-style: italic;
    font-weight: 700;
}

.merge-list .row, .spam-table .row {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}

.error-window .merge-list .row p {
    line-height: 18px;
    padding-top: 8px;
}

.error-window .merge-list .row p:first-child {
    line-height: 18px;
    padding-top: 0px;
}

.error-window .merge-list .row .col-title {
    text-transform: uppercase;
}

.error-window .merge-list .title {
    border-top: 1px solid #ccc;
    border-radius: 0px;
}

.error-window .merge-list .title h2 {
    text-transform: none;
}

.error-window .error-inner {
    margin: 50px 0;
}

/*============== INBOX INSPECTION =======================*/

.browser-list, .image-list {
    margin: 0 -15px;
}

.browser-list .browser {
    float: left;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 268px;
    margin: 15px;
    background-color: #ededed;
    overflow: hidden;
    border: 1px solid #ededed;
    border-bottom: 2px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.design_spam_test .browser, .image-list .browser {
    width: 172px;
}

.browser-list .browser .top {
    padding: 10px;
    position: relative;
}

.design_spam_test .browser .top {
    padding: 10px 20px;
}

.image-list .browser .top {
    padding: 0;
}

.browser-list .browser .top .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background: #4c4c4c;
    opacity: 0;
    width: 100%;
    padding: 100px 0;
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
}

.design_spam_test .browser .top .overlay {
    padding: 110px 0;
}

.image-list .browser .top .overlay {
    padding: 120px 0;
}

.browser-list .browser .top .overlay:hover {
    opacity: 0.9;
}

a.btn-inspection {
    display: inline-block;
    width: 180px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #fff;
    padding: 0 15px;
    margin: 6px 0;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    opacity: 0.75;
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
}

.design_spam_test .buttons, .image-list .buttons {
    margin-top: -30px;
}

.design_spam_test a.btn-inspection, .image-list a.btn-inspection {
    width: auto;
}

a.btn-inspection:hover {
    color: #fff;
    opacity: 1;
}

a.btn-inspection-negative {
    background: #fff;
    color: #4c4c4c;
}

a.btn-inspection-negative:hover {
    color: #4c4c4c;
}

.browser-list .browser .top .wrap {
    overflow: hidden;
    width: 248px;
    height: 263px;
    padding: 0px;
    border: 5px solid #fff;
}

.browser-list .browser .top > .iframe-wrapper {
    overflow: hidden;
    width: 248px;
    height: 263px !important;
    padding: 0px;
    border: 5px solid #fff;
}

.browser-list .browser .top > .iframe-container {
    overflow: hidden;
    width: 248px;
    height: 263px !important;
    padding: 0px;
    border: 5px solid #fff;
}

.design_spam_test .browser .top .wrap {
    width: 130px;
    height: auto;
}

.image-list .browser .top .wrap {
    width: 172px;
    height: 172px;
    padding: 4px;
}

.image-list .browser .top .wrap img {
    max-width: 154px !important;
    max-height: 154px !important;
}

.browser-list .browser .top .iframe {
    height: 786px;
    width: 1280px;
    border: 0px;
    -ms-zoom: 0.186;
    -moz-transform: scale(0.356);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.186);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.186);
    -webkit-transform-origin: 0 0;
}

.browser-list .browser .top .iframe.mail {
    height: 675px;
    width: 640px;
    border: 0px;
    -ms-zoom: 0.186;
    -moz-transform: scale(0.373);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.186);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.186);
    -webkit-transform-origin: 0 0;
}

/*#modaleCampagnaEmailPreview .modal-dialog{
	height:75%;
}*/
#modaleCampagnaEmailPreview .modal-dialog .modal-content, #modaleCampagnaEmailPreview .modal-dialog .modal-content .modal-body, #modaleCampagnaEmailPreview .modal-dialog .modal-content .modal-body .row, #modaleCampagnaEmailPreview .modal-dialog .modal-content .modal-body .row .iframe-container {
    height: 100%;
}

.modal-body .iframe {
    width: 100%;
    height: calc(100vh - 150px);
    border: 0;
}

.browser-list .browser .bottom {
    background: #fff;
    padding: 15px;
    text-align: left;
}

.browser-list .browser .bottom h2 {
    color: #4c4c4c;
    font-size: 16px;
    margin-bottom: 6px;
    text-transform: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.design_spam_test .browser .bottom h2, .image-list .browser .bottom h2 {
    font-size: 12px;
    font-weight: 700;
}

/*============== INTEGRATION-LIST =======================*/

.integration-list {
    margin: 0 -15px;
}

.integration-list .integration {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 268px;
    margin: 15px;
    background-color: #ededed;
    overflow: hidden;
    border: 1px solid #ededed;
    border-bottom: 2px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.integration-list .integration .top {
    padding: 10px;
    position: relative;
}

.integration-list .integration .top .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background: #4c4c4c;
    opacity: 0;
    width: 100%;
    padding: 70px 0;
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
}

.integration-list .integration .top .overlay:hover {
    opacity: 0.9;
}

.integration-list .integration .top .wrap {
    overflow: hidden;
    width: 248px;
    height: 163px;
    background-color: #fff;
    position: relative;
}

.integration-list .integration .top .wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.integration-list .integration .bottom {
    background: #fff;
    padding: 15px;
    text-align: center;
}

.integration-list .integration .bottom h2 {
    color: #4c4c4c;
    font-size: 16px;
    margin-bottom: 6px;
    text-transform: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#integration-carousel .carousel-indicators li {
    border-color: #06a0ed;
}

#integration-carousel .carousel-indicators li.active {
    background-color: #06a0ed;
}

#integration-carousel .carousel-inner img {
    width: 100%;
    height: auto;
}

/*============== LINK CHECKER =======================*/

.custom-fields .item {
    list-style: none;
    margin: 7px 0;
}

.custom-fields .item .inner {
    background-color: #f6f6f6;
    padding: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
}

.custom-fields .item .inner:hover {
    background-color: #e1e1e1;
    cursor: pointer;
}

.custom-fields .item .inner .input-placeholder {
    font-family: "Open Sans", sans-serif;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #fff;
    padding: 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.custom-fields .item .inner .checkbox-placeholder {
    box-shadow: none;
    color: #999;
    font-family: "Open Sans", sans-serif;
    padding: 8px 8px 8px 30px;
    background: rgba(0, 0, 0, 0) url(../images/checkbox_white.png) no-repeat scroll 0 0;
    border: none;
    height: 34px;
}

.custom-fields .textfield-placeholder, .custom-fields textarea-placeholder, .custom-fields .btn-placeholder, .custom-fields label {
    pointer-events: none;
}

.custom-fields label.required::after {
    content: " *";
    color: red;
}

.custom-fields .item .inner .textfield-placeholder {
    height: 34px;
}

.custom-fields .item .inner .select-placeholder {
    background: #fff url(../images/icon-dropdown-backend.png) no-repeat right 10px center;
    font-family: "Open Sans", sans-serif;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.custom-fields .item .inner .textarea-placeholder {
    height: 100px;
    background: #fff url(../images/bg-textarea.png) no-repeat bottom right;
    font-family: "Open Sans", sans-serif;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.custom-fields .item .inner .hidden-placeholder {
    background: #fff url(../images/bg-form-disabled.png) repeat bottom right;
    font-family: "Open Sans", sans-serif;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.custom-fields .item .inner .paragraf-placeholder {
    border: 1px solid #FFF;
    font-family: "Open Sans", sans-serif;
    color: #999;
    background-color: #FFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 8px;
    min-height: 34px;
}

.custom-fields .item .inner .hr-placeholder {
    border-bottom: 4px solid #999;
}

.custom-fields .item .inner .btn-placeholder {
    height: 34px;
    line-height: 34px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.custom-fields .item .inner .social-placeholder {
    background: url("../images/btn-social-login.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #fff;
    padding-left: 58px;
    text-align: left;
}

.custom-fields .item .inner .facebook-placeholder {
    background-color: #3a5898;
    background-position: 0 -5px;
    border-color: #2f467c;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 2px;
}

.custom-fields .item .inner .linkedin-placeholder {
    background-color: #007ab8;
    background-position: 0 -87px;
    border-color: #00527b;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 2px;
}

.custom-fields .item-off .inner:hover {
    background-color: #f6f6f6;
    cursor: default;
}

.custom-fields .item-off .inner > * {
    opacity: 0.5;
}

.custom-fields .item-focus .inner {
    background-color: #d2ebf8;
}

.custom-fields .item-focus .inner:hover {
    background-color: #d2ebf8;
    cursor: default;
}

.custom-fields .item-destination .inner {
    background-color: transparent;
    border: 2px dashed #ccc;
    min-height: 80px;
}

.custom-fields .item-destination .inner:hover {
    background-color: transparent;
}

.custom-fields .item-focus .inner .input-placeholder, .custom-fields .item-focus .inner .textarea-placeholder, .custom-fields .item-focus .inner .select-placeholder {
    border-color: #06a0ed;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.add-item {
    padding: 10px;
}

.custom-fields .inner.add-item:hover {
    background: none;
}

.custom-fields .item-off .inner.add-item .btn-add-field {
    pointer-events: none;
    cursor: default;
}

.box-disabled .inner .title > *, .box-disabled .inner .content > *, .box-disabled .inner .box-footer > * {
    opacity: 0.5;
    pointer-events: none;
}

.box-active .inner {
    border: 1px solid #06a0ed;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.box-inside:first-child {
    margin-top: 0px;
}

.box-inside .inner {
    border-color: #ccc;
    box-shadow: none;
}

.box-inside .inner .title h2 {
    color: #4c4c4c;
}

/*============== SETTINGS =======================*/

.sidebars {
}

.sidebars .settings-sidebar {
    background-color: #fff;
    border-right: 3px solid #ccc;
    position: fixed;
    padding-top: 0px;
    top: 0;
    bottom: 0;
    transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -webkit-transition: width 0.5s ease;
    z-index: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebars .settings-sidebar .inner {
    padding: 25px;
}

.wrapper.sidebar-left.collapsed .settings-sidebar {
    width: 20px;
    overflow: hidden;
}

.wrapper.sidebar-left.collapsed .container-fluid.content {
    margin-left: 20px;
}

.sidebars .settings-sidebar .group-label h2 {
    margin-bottom: 0px;
    margin-top: 15px;
    color: #2560a3;
}

.sidebars .settings-sidebar ul.settings-menu li {
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 1px dashed #ccc;
    line-height: 15px;
    padding: 8px 0;
}

.sidebars .settings-sidebar ul.settings-menu li a {
    display: block;
}

.sidebars .settings-sidebar ul.settings-menu li.active a {
    background: url(../images/icon-btn-right.png) no-repeat right center;
    color: #2560a3;
    padding-right: 30px;
}

.custom-fields .item .inner .box-placeholder {
    text-align: center;
    padding: 15px 8px;
}

.custom-fields .item .inner .box-placeholder label {
    padding: 0;
    margin: 0;
}

.custom-fields .item .inner .box-placeholder label, .custom-fields .item .inner .box-placeholder p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-menu.tabs {
    background-color: #f6f6f6;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

.box-menu.tabs a {
    border-right: 1px solid #ccc;
}

.box-menu.tabs li:first-child a {
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}

.box-menu.tabs a:hover {
    border-bottom-color: #ccc !important;
}

.box-menu.tabs a.active {
    background-color: #fff;
    border-bottom-color: #fff !important;
    border-left: 1px solid #ccc;
}

.box-menu.tabs li:first-child a.active {
    border-left: 0px;
}

.box-menu.tabs .btn-add-field, .box-menu.tabs .btn-add-field.active {
    margin: 10px;
    line-height: 20px;
    border: 1px dashed #06a0ed !important;
}

.box-menu.tabs .btn-add-field:hover {
    border: 1px dashed #2560a3 !important;
}

.box-menu .item-destination .inner {
    background-color: transparent;
    border: 2px dashed #06a0ed;
    min-height: 62px;
    min-width: 100px;
}

/*============== CAMPAGNE =======================*/

#campaign-container {
    overflow-x: auto;
    overflow-y: visible;
    padding: 40px 0 180px;
    position: relative;
    text-align: center;
}

.campaign-settings .setting {
    list-style: none;
    display: block;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ccc;
}

.form-group .check-btn-list.horizontal .check-btn {
    display: inline-block;
}

.campaign-settings .setting:last-child {
    border-bottom: none;
}

.campaign-settings .setting label {
    padding: 0
}

ul.campaign-tree {
    text-align: center;
    display: inline-block;
    position: relative;
}

ul.campaign-tree ul.campaign-tree:before {
    border-left: 4px solid #ccc;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 0;
    width: 0;
}

.campaign-tree li.tree-line {
    display: inline-block;
    list-style-type: none;
    position: relative;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    padding: 20px 20px 0;
}

.campaign-tree li.tree-line.inverse {
    padding: 20px 20px 40px;
}

.campaign-tree li.tree-line .tree-element {
    background: url(../images/bg-campaign-tree.jpg) repeat-y 50%;
}

.campaign-tree li.tree-line .tree-element .dropdown-toggle {
    padding-right: 0;
}

.campaign-tree li.tree-line:after {
    border-left: 4px solid #bdcfe3;
    left: 50%;
    right: auto;
}

.campaign-tree li.tree-line:first-child {
    padding-left: 25px;
}

.campaign-tree li.tree-line:last-child {
    padding-right: 23px;
}

.campaign-tree li.tree-line:first-child:after {
    border-left: 4px solid #bdcfe3;
    border-radius: 5px 0 0;
}

.campaign-tree li.tree-line:last-child:before {
    border-radius: 0 5px 0 0;
    border-right: 4px solid #bdcfe3;
}

.campaign-tree li.tree-line:first-child:before, .campaign-tree li.tree-line:last-child:after {
    border: 0 none;
}

.campaign-tree li.tree-line:only-child:after, .campaign-tree li.tree-line:only-child:before {
    display: none;
}

.campaign-tree li.tree-line:before, .campaign-tree li.tree-line:after {
    border-top: 4px solid #bdcfe3;
    content: "";
    height: 20px;
    position: absolute;
    right: 50%;
    top: 0;
    width: 50.5%;
}

.campaign-tree .tree-element:first-child {
    margin-top: 0;
}

.campaign-tree .tree-element:last-child {
    margin-bottom: 0px;
}


.campaign-tree li.tree-line.inverse:before {
    top: 0;
    bottom: auto;
    border-top: 4px solid #bdcfe3;
    border-bottom: none;
}

.campaign-tree li.tree-line.inverse:after {
    top: auto;
    bottom: 0;
    border-top: none;
    border-bottom: 4px solid #bdcfe3;
    border-radius: 0 5px 0;
    height: 40px;
}

.campaign-tree li.tree-line.inverse:first-child:before {
    left: 50%;
    border-left: 4px solid #bdcfe3;
    border-radius: 5px 0 0;
}

.campaign-tree li.tree-line.inverse:last-child:after {
    right: 50%;
    left: auto;
    border-right: 4px solid #bdcfe3;
    border-radius: 0 0 5px;
}

.campaign-tree .tree-element.after-inverse {
    padding-top: 40px;
}

.subtree-left .tree-element:first-child, .subtree-right .tree-element:first-child {
    margin-top: 20px;
}

.campaign-tree .tree-element {
    display: block;
    text-align: center;
    width: 100%;
    list-style: none;
    padding: 20px 0;
}

.campaign-tree .tree-element:last-child {
    padding-bottom: 0;
}

.campaign-tree .element-switch {
    padding-top: 0;
}

.campaign-tree .tree-element .inner {
    display: inline-block;
    background-color: transparent;
}

.campaign-tree .element-switch a.btn-switch {
    display: block;
    width: 76px;
    height: 40px;
    background: #80c338 url(../images/btn-switch.png) no-repeat;
    background-position: right 1px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    border: 2px solid #fff;
}

.campaign-tree .element-switch a.btn-switch.off {
    background-color: #d9d9d9;
    background-position: left 1px;
}

.campaign-tree .element-add a.btn-plus {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #bdcfe3 url(../images/icon-plus.png) no-repeat center;
    border: 2px solid #fff;
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
}

.campaign-tree .element-add a.btn-plus:hover {
    background-color: #839dba;
}

.campaign-tree .element-box .inner {
    border: 2px solid #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.campaign-tree .element-box .inner label {
    padding: 0;
}

.campaign-tree .element-box .inner .main-settings .top {
    display: table;
    clear: both;
    padding-bottom: 10px;
    min-width: 329px;
}

.campaign-tree .element-box .inner .main-settings .top .left {
    position: relative;
    float: left;
    vertical-align: middle;
    margin-right: 15px;
}

.campaign-tree .element-box .inner .main-settings .top .right {
    position: relative;
    float: left;
    vertical-align: middle;
    text-align: left;
}

.campaign-tree .element-box .inner .main-settings .bottom {
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.campaign-tree .element-box .inner .main-settings .bottom ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    border-right: 1px solid #ccc;
    min-height: 30px;
}

.campaign-tree .element-box .inner .main-settings .bottom ul li:last-child {
    border-right: 0;
}

.campaign-tree .element-box .inner .main-settings .icon, .campaign-settings .icon {
    border: none;
}

.element-box .main-settings .values, .campaign-settings .values, .spam-table .values {
    background: #2560a3;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 700;
    padding: 0 6px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.values {
    display: inline-block;
    background: #2560a3;
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
    padding: 0 6px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: 0px;
}

.values.red {
    background-color: #c32a27;
}

.values.yellow {
    background-color: #ff8d28;
}

.values.green {
    background-color: #b7c327;
}

.element-box .main-settings .values.red, .spam-table .values.red {
    background-color: #c32a27;
}

.element-box .main-settings .values.yellow, .spam-table .values.yellow {
    background-color: #ff8d28;
}

.element-box .main-settings .values.green, .spam-table .values.green {
    background-color: #b7c327;
}

.campaign-tree .element-box .inner p.wait, .campaign-tree .element-box .inner p.user-update, .campaign-tree .element-box .inner p.end {
    margin: 8px 0;
}

.campaign-tree .element-add .inner {
    display: block;
    height: 34px;
}

.campaign-tree .element-box .inner .content {
    display: inline-block;
    position: relative;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 8px 12px;
    min-width: 200px;
    min-height: 50px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.campaign-tree .box-edit .inner .content {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.campaign-tree .element-box .inner .content p:last-child {
    margin-bottom: 0;
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.campaign-tree .element-box .inner .content .btn .caret {
    height: 20px;
    background-position: 0 -6px;
}

.campaign-tree .element-box .inner .content .btn-group.open .caret {
    background-position: 0 -39px;
}

.campaign-tree .icon {
    margin: 0px;
}

.campaign-tree .element-box .inner .content .icon-container {
    position: absolute;
    top: -18px;
    left: -18px;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}

.campaign-tree .element-box .inner .content .btn-close {
    position: absolute;
    display: block;
    top: -12px;
    right: -12px;
    width: 23px;
    height: 23px;
    background: #ccc url(../images/btn-close.png) no-repeat center;
    border: 2px solid #fff;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
}

.campaign-tree .element-box .inner .content .btn-close:hover {
    background-color: #afafaf;
}

.campaign-tree .element-conditional .inner {
    border: 2px solid #fff;
    width: 60px;
    height: 60px;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
}

.campaign-tree .element-conditional .inner .btn-conditional {
    display: inline-block;
    width: 56px;
    height: 56px;
    padding: 2px;
    background: #fff url(../images/campaign-icons.png) no-repeat;
    border: 1px solid #ccc;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
}

.campaign-tree .element-conditional .inner .btn-conditional-ok {
    background-position: 0 0;
}

.campaign-tree .element-conditional .inner .btn-conditional-no {
    background-position: 0 -54px;
}

.modal .options-list .option {
    display: inline-block;
    vertical-align: bottom;
    list-style: none;
    margin-right: 10px;
    margin-bottom: 10px;
}

.modal .options-list .option:last-child {
    margin-right: 0px;
}

.modal .options-list .option a {
    position: relative;
    display: block;
    width: 130px;
    height: 152px;
    padding: 25px 10px 0;
    text-align: center;
    background-color: #ededed;
    border-bottom: 2px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: background-color 0.5s ease;
}

.modal .options-list .option a .loader {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
}

.modal .options-list .option a.execution .loader {
    background-image: url(../images/option-btn-active.png);
    background-repeat: repeat-x;
    animation: loader 0.6s linear infinite;
}

.modal .btn-blue.execution, .modal .btn-group-action.execution .btn-blue {
    color: #0074ae;
    background-image: url(../images/bg-btn-active.png);
    background-repeat: repeat-x;
    background-color: transparent !important;
    text-shadow: 1px 1px 1px #fff;
    animation: loading-blue 1s linear infinite;
    -moz-animation: loading-blue 1s linear infinite;
    -webkit-animation: loading-blue 1s linear infinite;
    -o-animation: loading-blue 1s linear infinite;
}


@keyframes loader {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 9px 0;
    }
}

.modal .options-list .option a:hover {
    background-color: #ddd;
}

.big-icon {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 64px;
    background: url(../images/big-icons.png?v=20220120) no-repeat;
    border: 2px solid #2560a3;
    border-radius: 32px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
}

.big-icon-email {
    background-position: 0 0;
}

.big-icon-sms {
    background-position: 0 -57px;
}

.big-icon-alert {
    background-position: 0 -120px;
}

.big-icon-pause {
    background-position: 0 -180px;
}

.big-icon-condition {
    background-position: 0 -240px;
}

.big-icon-end {
    background-position: 0 -300px;
}

.big-icon-exit {
    background-position: 0 -360px;
}

.big-icon-user-update {
    background-position: 0 -420px;
}

.big-icon-tag {
    background-position: 0 -480px;
}

.big-icon-note {
    background-position: 0 -540px;
}

.big-icon-score {
    background-position: 0 -600px;
}

.big-icon-task {
    background-position: 0 -660px;
}

.big-icon-memberships {
    background-position: 0 -775px;
}

.big-icon-http-request {
    background-position: 0 -909px;
}

.big-icon-http-request {

}

.modal .options-list .option a p {
    font-size: 13px;
    color: #2560a3;
}

.modal .options-list .option a .big-icon .inner-icon {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    padding: 2px;
    top: -5px;
    right: -5px;
    background: #ededed url(../images/inner-icon.png) no-repeat;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.modal .options-list .option a .big-icon .inner-icon-add {
    background-position: 0 0;
}

.modal .options-list .option a .big-icon .inner-icon-remove {
    background-position: 0 -24px;
}

/*============== FOOTER =======================*/

.wrapper {
    min-height: 100%;
    height: auto;
    margin: 0 auto -85px;
    margin-left: 60px;
    padding: 0 0 85px;
    overflow-y: hidden;
}

.wrapper.no-margin {
    margin: 0 auto -85px !important;
}

footer {
    text-align: center;
    padding: 20px;
    height: 85px;
}

footer p {
    color: #7F7F7F;
}

footer p.copy {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

footer .row:last-child {
    margin-bottom: 20px;
}

.languages button {
    padding: 0 0 0 35px;
}

.languages ul li a {
    padding-left: 35px;
    position: relative;
}

.languages .flag {
    position: absolute;
    left: 10px;
    top: 10px;
}

.people-list .col-more-data img.flag, .report-container .report-name img.flag {
    margin-top: -4px;
}

.c0 {
    background: url("../images/band.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 11px;
    width: 16px;
}

.f-it {
    background-position: 0 -289px;
}

.f-en {
    background-position: -17px -25px;
}

.f-fr {
    background-position: 0 -25px;
}

.f-de {
    background-position: 0 -313px;
}

.f-es {
    background-position: 0 -613px;
}

.glyphicon-trash:before {
    content: "\e020"
}

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

.timepicker-picker .glyphicon-chevron-up:before {
    content: "\e113"
}

.timepicker-picker .glyphicon-chevron-down:before {
    content: "\e114"
}

.timepicker-picker span {
    background-color: transparent;
    border: none;
    font-size: inherit;
    color: inherit;
    font-style: normal;
    font-weight: inherit;
    padding: 0;
}

.timepicker-picker .glyphicon {
    font-family: 'Glyphicons Halflings';
}

.timepicker-picker .glyphicon:hover {
    background-color: transparent;
}

/* ------ Reports ------- */

.box-child .inner {
    border: 1px solid #d9d9d9;
}

.report-container {
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
}

.report-container:last-child {
    border-bottom: none;
}

.report-container .progress {
    margin-bottom: 0;
}

.report-container .report-name h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.report-container .report-name h3, .report-container .report-percentage h3 {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0;
}

.report-container .report-percentage h3 {
    text-align: right;
    font-weight: 700;
}

.people-list .iframe-container {
    display: inline-block;
    float: left;
    position: relative;
    vertical-align: top;
    width: 120px;
    height: 75px;
    overflow: hidden;
    padding: 0;
    border: 3px solid #ccc;
}

.people-list .iframe-container iframe {
    height: 786px;
    width: 1024px;
    border: 0px;
    -ms-zoom: 0.186;
    -moz-transform: scale(0.093);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.093);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.093);
    -webkit-transform-origin: 0 0;
}

.people-list .iframe-container iframe.form {
    height: 400px;
    width: 450px;
    border: 0px;
    -ms-zoom: 0.186;
    -moz-transform: scale(0.25);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.25);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.25);
    -webkit-transform-origin: 0 0;
}

.people-list .iframe-container iframe.mail {
    height: 458px;
    width: 760px;
    border: 0px;
    -ms-zoom: 0.186;
    -moz-transform: scale(0.15);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.123);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.123);
    -webkit-transform-origin: 0 0;
}

.people-list .carousel-content .iframe-linked {
    display: block;
    float: left;
    height: 80px !important;
    width: 80px !important;
}

.people-list .carousel-content .iframe-linked .iframe.mail {
    height: 650px;
    width: 640px;
    border: 0px;
    -ms-zoom: 0.186;
    -moz-transform: scale(0.124);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.124);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.124);
    -webkit-transform-origin: 0 0;
}

.people-list .iframe-container iframe.email {
    height: 500px;
    width: 650px;
    border: 0px;
    -ms-zoom: 0.186;
    -moz-transform: scale(0.123);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.123);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.123);
    -webkit-transform-origin: 0 0;
}

.report-top .aperture, .report-top .dettagli {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.report-top .aperture {
    margin-right: -7px;
}

.report-top .aperture .report-data h2 {
    font-size: 48px;
    line-height: 48px;
    margin: 0;
    padding-right: 40px;
    font-weight: normal;
    text-align: right;
    margin-bottom: 10px;
}

.report-top .aperture .report-label h3 {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    padding-right: 40px;
    font-weight: normal;
    text-align: right;
    color: #4c4c4c;
}

.report-top .report-data-center h2 {
    font-size: 48px;
    line-height: 48px;
    margin: 0;
    padding-right: 40px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
}

.report-top .report-label-center h3 {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    padding-right: 40px;
    font-weight: normal;
    text-align: center;
    color: #4c4c4c;
}

.report-top .report-button-center button {
    text-align: center;
}

.report-top .dettagli {
    text-align: left;
    border-left: 3px solid #06a0ed;
}

.report-top .dettagli .voci {
    display: inline-block;
    padding-left: 40px;
}

.report-top .dettagli .voci p {
    text-align: left;
}

.report-top .dettagli .voci .etichetta {
    display: inline-block;
    width: 180px;
    text-align: left;
}

.report-top .dettagli .voci .values {
    background: none repeat scroll 0 0 #2560a3;
    border-radius: 10px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    padding: 0 6px;
    text-align: left;
}

.report-overview .sync h2 {
    font-size: 48px;
    line-height: 48px;
    margin: 0;
    font-weight: normal;
}

@media (max-width: 768px) {
    .modal-dialog {
        margin: 30px auto;
    }

    .xs-only {
        display: block;
        visibility: visible;
    }
}

/* columns fixed styles */
.col-xs-fixed .inner {
    height: 350px;
}

@media (min-width: 768px) {
    .col-sm-fixed .inner {
        height: 350px;
    }
}

@media (min-width: 992px) {
    .col-md-fixed .inner {
        height: 350px;
    }
}

@media (min-width: 1200px) {
    .col-lg-fixed .inner {
        height: 350px;
    }
}


/* horizontal menu scrolling */
.scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 0 15px;
    line-height: 64px;
    white-space: no-wrap;
    vertical-align: middle;
    background-color: #CCC;
    position: relative;
    z-index: 995;
    color: #FFF;
    transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
}

.scroller:hover {
    color: #2560a3;
}

.menu-only .scroll-menu-container .scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 25px 7px 19px;
    white-space: no-wrap;
    vertical-align: middle;
    background-color: #FFF;
    position: relative;
    z-index: 995;
    color: #06a0ed;
    transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
}

.menu-only .scroll-menu-container .scroller:hover {
    color: #2560a3;
}


.scroller .glyphicon-chevron-right:before, .scroller .glyphicon-chevron-left:before {
    display: block;
}

.scroller .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.scroller .glyphicon:hover {
    opacity: 1;
}

.scroller .glyphicon-chevron-left:before {
    content: "\e079"
}

.scroller .glyphicon-chevron-right:before {
    content: "\e080"
}

.scroller-right {
    float: right;
    border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
}

.scroller-left {
    float: left;
    border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
}

.scroll-menu-container {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    height: 64px;
}

.scrollable {
    position: absolute !important;
    left: 0px;
    top: 0px;
    min-width: 3000px;
    height: 64px;
    margin-left: 12px;
    margin-top: 0px;
}

.scrollable li.scroll-item {
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: grab;
    cursor: -webkit-grab;
    color: #efefef;
    vertical-align: middle;
    min-width: 60px;
    float: left;
}

.noscreen {
    display: none;
}

.print-tab {
    display: none;
}

.jqstooltip {
    width: auto !important;
    height: auto !important;
}


/* Menù orizzontale default css
----------------------------------*/

.scroll-menu-container {
    position: relative;
    overflow: hidden;
    border: 1px solid #000;
    height: 100px;
}

.scroll-menu-container .scroller {
    position: relative;
    z-index: 995;
    background-color: #F00;
    color: #FFF;
}

.scroller-left {
    float: left;
}

.scrollable {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
}

.scroll-item {
    position: relative;
    display: table-cell;
    min-width: 130px;
    background-color: #0F0;
}

.scroller-right {
    float: right;
}


/* Menù orizzontale custom css
----------------------------------*/

.wrapper .scroll-menu-container {
    height: 64px;
    border: none;
    border-bottom: 2px solid #ccc;
    background-color: #fff;
    margin: 0 15px;
    border-radius: 5px;
}

.wrapper .scroll-menu-container .box-menu .scroll-item {
    background-color: transparent;
    font-size: 14px;
    font-weight: 700;
    border-right: 1px solid #efefef;
}

.wrapper .scroll-menu-container .box-menu .scroll-item:last-child {
    border-right: none;
}

.wrapper .scroll-menu-container .box-menu .scroll-item a {
    display: block;
    line-height: 64px;
    padding: 0 15px;
}

.wrapper .scroll-menu-container .scroller {
    background-color: #fff;
    color: #06a0ed;
    padding: 0 5px;
}

.wrapper .scroll-menu-container .scroller-right {
    border-left: 1px solid #ccc;
}

.wrapper .scroll-menu-container .scroller-left {
    border-right: 1px solid #ccc;
}

.wrapper .tab-menu {
    margin: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
}

.wrapper .tab-menu .box-menu .scroll-item a {
    padding: 5px 15px;
}

/* Menù orizzontale Tab custom css
----------------------------------*/

.wrapper .scroll-menu-container.tab-menu {
    margin: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom: none;
}

.wrapper .scroll-menu-container {
    height: 64px;
    border: none;
    border-bottom: 2px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
}

.wrapper .scroll-menu-container.tab-menu .box-menu .scroll-item {
    background-color: transparent;
    font-size: 14px;
    font-weight: 700;
    border-right: 1px solid #efefef;
}

.wrapper .scroll-menu-container.tab-menu .box-menu .scroll-item:last-child {
    border-right: none;
}

.wrapper .scroll-menu-container.tab-menu .box-menu .scroll-item a {
    display: block;
    line-height: 64px;
    height: 64px;
    padding: 0 15px;
}

.wrapper .scroll-menu-container.tab-menu .box-menu .scroll-item .btn-add-field {
    line-height: 34px;
    height: auto;
    margin: 13px;
    border: 1px dashed #06a0ed;
}

.wrapper .scroll-menu-container.tab-menu .scroller {
    background-color: #fff;
    color: #06a0ed;
    padding: 0 5px;
}

.wrapper .scroll-menu-container.tab-menu .scroller-right {
    border-left: 1px solid #ccc;
}

.wrapper .scroll-menu-container.tab-menu .scroller-left {
    border-right: 1px solid #ccc;
}

.wrapper .tab-menu .box-menu .scroll-item a {
    padding: 5px 15px;
}

.btn-file {
    position: relative;
    overflow: hidden;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    color: #2560a3;
    cursor: pointer;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

span.stato-trattativa {
    font-size: 12px;
    display: table;
    margin-top: 1px;
}

.stato-trattativa .caret {
    background-image: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
    top: 15px;
    right: 15px;
}

/*Tooltip*/
.tree-line .tree-element div.tooltip.fade.top.in {
}

.tree-line .tree-element .tooltip {
    min-width: 0 !important;
    padding: 5px 5px 5px !important;
}

.tree-line .tree-element .tooltip.top {
    margin-top: 0px !important;
    border-bottom: 0 none transparent !important;
}

.tooltip-inner {
    white-space: normal;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.iframe-linked {
    display: block;
    float: left;
}

.oggetto-inibito {
    pointer-events: none;
}

.iframe-box {
    border: 1px solid #ccc;
    margin-top: 5px;
}

/*******Scroller mail in iframe********/

#standard-carousel .carousel-control.left {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    width: 5%;
}

#standard-carousel .carousel-control.left .freccia-sx::before {
    content: "\e079";
    font-family: "Glyphicons Halflings";
    position: absolute;
    right: 10px;
    top: 50%;
}

#standard-carousel .carousel-control.right {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    width: 5%;
}

#standard-carousel .carousel-control.right .freccia-dx::before {
    content: "\e080";
    font-family: "Glyphicons Halflings";
    left: 10px;
    position: absolute;
    top: 50%;
}

#standard-carousel {
    padding: 0 5%;
}

#standard-carousel .iframe-wrapper {
    height: 600px;
    overflow-y: auto;
}

#standard-carousel .iframe-container {
    height: 600px;
    overflow-y: auto;
}

#standard-carousel .carousel-indicators {
    bottom: -25px;
}

#standard-carousel .carousel-indicators li {
    border-color: #06a0ed;
}

#standard-carousel .carousel-indicators .active, #standard-carousel .carousel-indicators li:hover {
    background-color: #06a0ed;
}

/*******Scroller mail in iframe Newsletter********/

#standard-carousel.no-control .carousel-control.left {
    display: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    width: 5%;
}

#standard-carousel.no-control .carousel-control.left .freccia-sx::before {
    display: none;
    content: "\e079";
    font-family: "Glyphicons Halflings";
    position: absolute;
    right: 10px;
    top: 50%;
}

#standard-carousel.no-control .carousel-control.right {
    display: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    width: 5%;
}

#standard-carousel.no-control .carousel-control.right .freccia-dx::before {
    display: none;
    content: "\e080";
    font-family: "Glyphicons Halflings";
    left: 10px;
    position: absolute;
    top: 50%;
}

#standard-carousel.no-control {
    padding: 0;
}

#standard-carousel.no-control .iframe-wrapper {
    height: 600px;
    overflow-y: auto;
}

#standard-carousel.no-control .iframe-container {
    height: 600px;
    overflow-y: auto;
}

#standard-carousel.no-control .carousel-indicators {
    bottom: -25px;
}

#standard-carousel.no-control .carousel-indicators li {
    border-color: #06a0ed;
}

#standard-carousel.no-control .carousel-indicators .active, #standard-carousel .carousel-indicators li:hover {
    background-color: #06a0ed;
}


/* Stili A/B scroller
----------------------------------*/

.ab-scroller-container {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}

.ab-scroller-container .inner {
    display: table;
    width: 100%;
}

.ab-scroller-box {
    display: table;
    width: 100%;
    height: 120px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
    margin: 0 0 20px 0;
    border: 1px solid #c9c9c9;
    border-bottom-width: 2px;

}


.ab-scroller-box-left {
    float: left;
    height: 120px;
    text-align: center;
}

.ab-scroller-box-right {
    float: left;
    height: 120px;
    text-align: center;
    padding: 35px 0;
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #c9c9c9;
    border-bottom-width: 1px;

}

.ab-scroller-box-right h3 {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ab-scroller-box-right h3, .ab-scroller-box-right p {
    color: #2560a2;
    font-weight: 700;
}

.ab-scroller-box-right p {
    font-size: 16px;
}

.ab-scroller-box-a {
    float: left;
    width: 50%;
    height: 120px;
    padding: 35px 0;
    background-color: #7dc243;
    border: 1px solid #489f03;
    border-bottom-width: 2px;
    -moz-border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.ab-scroller-box-a h3, .ab-scroller-box-b h3 {
    margin: 0;
}

.ab-scroller-box-a h3, .ab-scroller-box-b h3, .ab-scroller-box-a p, .ab-scroller-box-b p {
    color: #fff;
    font-weight: 700;
}

.ab-scroller-box-a p, .ab-scroller-box-b p {
    font-size: 16px;
}

.ab-scroller-box-b {
    float: left;
    width: 50%;
    height: 120px;
    padding: 35px 0;
    background-color: #0392d8;
    border: 1px solid #0370b3;
    border-bottom-width: 2px;
}

.ab-btn-scroller {
    position: absolute;
    display: table;
    bottom: -8px;
    margin-left: -21px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.ab-btn-scroller .glyphicon {
    float: left;
    width: 34px;
    height: 32px;
    font-size: 9px;
    line-height: 20px;
    text-align: center;
    color: #2c66a5;
}

.ab-btn-scroller .glyphicon-chevron-right:before, .ab-btn-scroller .glyphicon-chevron-left:before {
    display: block;
}

.ab-btn-scroller .glyphicon-chevron-left:before {
    content: "\e079"
}

.ab-btn-scroller .glyphicon-chevron-right:before {
    content: "\e080"
}

.ab-btn-scroller .glyphicon:hover {
    opacity: 1;
}

.abtest-icon {
    width: 52px;
    height: 52px;
    line-height: 16px;
    padding: 16px;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #fff,
    0 0 0 2px #ccc;
    -moz-box-shadow: 0 0 0 1px #fff,
    0 0 0 2px #ccc;
    -webkit-shadow: 0 0 0 1px #fff,
    0 0 0 2px #ccc;
    color: #fff;
    font-size: 18px;
    font-family: "Open Sans", open-sans;
    font-weight: 700;
    background: url(../images/bg-abtest.png) no-repeat scroll 0 0;
}

.abtest-a {
    background-position: 0 0;
}

.abtest-b {
    background-position: 0 -51px;
}

.ab-notext .ab-scroller-box-a p, .ab-notext .ab-scroller-box-a h3, .ab-notext .ab-scroller-box-b p, .ab-notext .ab-scroller-box-b h3, .ab-notext p, .ab-notext h3 {
    display: none;
}

.ab-nobox .ab-scroller-box-a, .ab-nobox .ab-scroller-box-b, .ab-scroller-box-right.ab-nobox {
    display: none !important;
}

.ui-widget-content {
    border: 0px solid #ccc;
    background: #ff9900;
    color: #222222;
}

.ui-widget-header {
    border: 0px solid #aaaaaa;
    background: #797979;
    color: #222222;
    font-weight: bold;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 999;
    width: 3.5em;
    height: 1.9em;
    cursor: default;
    background: url(../images/slider.png) no-repeat bottom;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider-horizontal {
    height: 0em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: 9em;
    margin-left: -1.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.tag {
    font-size: 12px;
    display: inline-block;
    margin-right: 2px;
}

/*============== BUTTON FORM ============== */

.form-group label {
    display: block;
}

button.btn-layout {
    width: 110px;
    height: 110px;
    line-height: 110px;
    margin-bottom: 20px;
    margin-left: 15px;
    position: relative;
}

button.btn-layout span {
    bottom: 20px;
    position: absolute;
    color: #555;
    font-weight: normal;
    width: 110px;
    height: 20px;
    padding: 0;
    text-align: center;
    left: 0px;
}

button.btn-layout.active span {
    color: #215EA5;
    font-weight: bold;
}

button.btn-layout:first-of-type {
    margin-left: 0px !important;
}

button.btn-form-layout-inline {
    background: url(../images/iconeform_off.png) -37px -43px no-repeat;
}

button.btn-form-layout-inline.active {
    background: url(../images/iconeform_on.png) -37px -43px no-repeat;
    border-color: #215EA5 !important;
    box-shadow: none;
}

button.btn-form-layout-floating-bar {
    background: url(../images/iconeform_off.png) -177px -43px no-repeat;
}

button.btn-form-layout-floating-bar.active {
    background: url(../images/iconeform_on.png) -177px -43px no-repeat;
    border-color: #215EA5 !important;
    box-shadow: none;
}

button.btn-form-layout-floating-box {
    background: url(../images/iconeform_off.png) -316px -43px no-repeat;
}

button.btn-form-layout-floating-box.active {
    background: url(../images/iconeform_on.png) -316px -43px no-repeat;
    border-color: #215EA5 !important;
    box-shadow: none;
}

button.btn-form-layout-modal {
    background: url(../images/iconeform_off.png) -454px -43px no-repeat;
}

button.btn-form-layout-modal.active {
    background: url(../images/iconeform_on.png) -454px -43px no-repeat;
    border-color: #215EA5 !important;
    box-shadow: none;
}

button.btn-form-layout-fb-lead-ads {
    background: url(../images/iconeform_off.png) -611px -50px no-repeat;
}

button.btn-form-layout-fb-lead-ads.active {
    background: url(../images/iconeform_on.png) -612px -49px no-repeat;
    border-color: #215EA5 !important;
    box-shadow: none;
}

/*============== FORM SETTINGS DX =======================*/

.box-with-sidebar-dx .content {
    min-height: 800px;
    position: relative;
}

.box-with-sidebar-dx .content .sidebar-dx {
    overflow: hidden;
    transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -webkit-transition: width 0.5s ease;
    width: 18px;
    background-color: #fff;
    border-left: 3px solid #ccc;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    float: right;
    position: absolute;
    z-index: 999;
    top: 0px;
    right: 0px;
}

.box-with-sidebar-dx .content .sidebar-dx .inner {
    position: relative;
    height: 800px;
}

.box-with-sidebar-dx .content .sidebar-dx .inner-scrollable {
    height: 738px;
    overflow: scroll;
    overflow-x: hidden;
}

.box-with-sidebar-dx .button-collapse {
    position: absolute;
    display: block;
    width: 15px;
    height: 30px;
    border: 1px solid #ccc;
    border-left: none;
    background: url(../images/icon-filter-collapse.png) no-repeat center;
    top: 50%;
    left: 0px;
    margin-top: -20px;
    transition: border-color 0.5s ease;
    -moz-transition: border-color 0.5s ease;
    -webkit-transition: border-color 0.5s ease;
}

.box-with-sidebar-dx .button-collapse:hover {
    border-color: #a5a5a5;
}

.box-with-sidebar-dx .sidebar-dx-open .sidebar-dx {
    width: 300px;
}

.box-with-sidebar-dx .sidebar-dx-open .sidebar-dx label {
    padding-right: 18px;

}

.box-with-sidebar-dx .content .form-preview-container {
    display: block;
}

.box-with-sidebar-dx .sidebar-dx-open .form-preview-container {
    margin-right: 300px;
}

/*============== FORM SETTINGS DX ICONE design layout =======================*/

.sidebar-dx .panel-group {
    margin-bottom: 0 !important;
}

.sidebar-dx .panel {
    margin-bottom: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.sidebar-dx .panel-default {
    border-color: #FFFFFF !important;
}

.sidebar-dx .panel-heading {
    border: none;
    border-top-left-radius: 0px !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    padding: 0;
}

.sidebar-dx .panel-heading span.caret {
    background: rgba(0, 0, 0, 0) url("../images/icon-dropdown.png") no-repeat scroll 0 0;
    background-position: -32px 0;
    border: 0 none;
    height: 32px;
    position: absolute;
    right: 1px;
    top: 5px;
    width: 32px;
}

.sidebar-dx .panel-heading .panel-title {
    padding: 0;
}

.sidebar-dx .panel-heading .panel-title a {
    display: block;
    color: #FFFFFF !important;
    border: none;
    background-color: #008FD8 !important;
    border-left: 10px solid #215EA5;
    padding: 10px;
    background: rgba(0, 0, 0, 0) url("../images/accordion_close.png") no-repeat scroll top right;
}

.sidebar-dx .panel-heading .panel-title a.collapsed {
    display: block;
    color: #4778B3 !important;
    border: none;
    background-color: #D8DFEC !important;
    border-left: 10px solid #A0B7D6;
    padding: 10px;
    background: rgba(0, 0, 0, 0) url("../images/accordion_open.png") no-repeat scroll top right;
}

.sidebar-dx .panel-body {
    padding: 15px 20px !important;
    border: none 0px #fff !important;
    overflow-y: scroll;
    margin-bottom: 0px;
}

.sidebar-dx .panel-group-3-panel .collapse.in .panel-body {
    height: 669px;
}

.sidebar-dx .panel-group-4-panel .collapse.in .panel-body {
    height: 625px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .sidebar-dx .panel-body {
        padding: 15px 20px !important;
        border: none 0px #fff !important;
        overflow-y: scroll;
        margin-bottom: 0px;
    }

    .sidebar-dx .panel-group-3-panel .collapse.in .panel-body {
        height: 671px;
    }

    .sidebar-dx .panel-group-4-panel .collapse.in .panel-body {
        height: 627px;
    }
}

.sidebar-dx button.btn-layout {
    width: 70px !important;
    height: 70px !important;
    line-height: 70px !important;
    margin: 7px 7px 0px 0px !important;
}

.sidebar-dx button.btn-content-layout-full-text {
    background: url(../images/iconelayout_off.png) -13px -26px no-repeat;
}

.sidebar-dx button.btn-content-layout-full-text.active {
    background: url(../images/iconelayout_on.png) -13px -26px no-repeat;
    border-color: #215EA5 !important;
    box-shadow: none;
}

.sidebar-dx button.btn-content-layout-img-left {
    background: url(../images/iconelayout_off.png) -95px -26px no-repeat;
}

.sidebar-dx button.btn-content-layout-img-left.active {
    background: url(../images/iconelayout_on.png) -95px -26px no-repeat;
    border-color: #215EA5 !important;
    box-shadow: none;
}

.sidebar-dx button.btn-content-layout-img-top {
    background: url(../images/iconelayout_off.png) -175px -26px no-repeat;
}

.sidebar-dx button.btn-content-layout-img-top.active {
    background: url(../images/iconelayout_on.png) -175px -26px no-repeat;
    border-color: #215EA5 !important;
    box-shadow: none;
}

.sidebar-dx button.btn-content-layout-img-right {
    background: url(../images/iconelayout_off.png) -255px -26px no-repeat;
}

.sidebar-dx button.btn-content-layout-img-right.active {
    background: url(../images/iconelayout_on.png) -255px -26px no-repeat;
    border-color: #215EA5 !important;
    box-shadow: none;
}

.sidebar-dx button.btn-content-layout-img-center {
    background: url(../images/iconelayout_off.png) -338px -26px no-repeat;
}

.sidebar-dx button.btn-content-layout-img-center.active {
    background: url(../images/iconelayout_on.png) -338px -26px no-repeat;
    border-color: #215EA5 !important;
    box-shadow: none;
}

.sidebar-dx button.btn-content-layout-img-bottom {
    background: url(../images/iconelayout_off.png) -419px -26px no-repeat;
}

.sidebar-dx button.btn-content-layout-img-bottom.active {
    background: url(../images/iconelayout_on.png) -419px -26px no-repeat;
    border-color: #215EA5 !important;
    box-shadow: none;
}

/*============== FORM SETTINGS DX FINE =======================*/

/* ============= EDITOR DRAG&DROP =================== */

.editor-style {
    display: block;
    background: url(../images/icons-editor-style.png) no-repeat left;
    background-position: 0 0;
    height: 140px;
    width: 140px;
    margin: 0 auto;
}

.editor-style.html {
    background-position: -144px 0px;
}

.editor-style.html:hover, .editor-style.html.active {
    background-position: -144px -145px;
}

.editor-style.dragdrop {
    background-position: 0 0px;
}

.editor-style.dragdrop:hover, .editor-style.dragdrop.active {
    background-position: 0 -144px;
}

/* ============= EDITOR DRAG&DROP - PREVIEW - GENERAL =================== */

.box-with-sidebar-dx .campaign-editor-preview {
    display: block;
    margin-right: 300px !important;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    min-height: 300px;
    max-height: 718px;
    overflow: scroll;
}

/* ============= EDITOR DRAG&DROP - PREVIEW - ROW =================== */

.editor-row-container {
    display: block;
    width: 100%;
    position: relative;
}

.editor-row-container .editor-row-move {
    background-color: #2560a3;
    border-radius: 100%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    width: 30px;
    margin-top: -15px;
    display: none;
    z-index: 4;
    color: #FFF;
    font-size: 18px;
}

.editor-row-container .editor-row-move:hover {
    cursor: pointer;
}

.editor-row-container.selected .editor-row-move {
    display: block;
}

.editor-row-container .editor-row-selector {
    bottom: 1px;
    left: 1px;
    opacity: 0;
    position: absolute;
    right: 1px;
    top: 1px;
    background-color: rgba(6, 160, 237, 0.15);
    outline: 2px solid #06a0ed;
}

.editor-row-container:hover:not(.no-hover) .editor-row-selector {
    opacity: 1;
}

.editor-row-container.selected .editor-row-selector {
    opacity: 1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    border: 2px solid #2560a3;
    outline: none;
}

.editor-row-container .editor-row-content {
    margin: 0 auto;
    min-width: 320px;
    width: 500px;
    display: table;
}

.editor-row-content .editor-col {
    display: table-cell;
    vertical-align: top;
    border: 0 solid transparent;
    border-radius: 0;
}

.editor-row-highlight, .editor-element-highlight {
    border: 2px dotted #2560a3;
    background-color: rgba(6, 160, 237, 0.15);
    text-align: center;
}

.editor-row-highlight:before, .editor-element-highlight:before {
    padding: 20px;
    color: #2560a3;
    font-size: 30px;
    font-family: FontAwesome;
    content: "\f0ed";
}

.editor-col.empty .editor-element-highlight {
    display: none;
}

.editor-row-container .editor-row-functions {
    display: none;
    position: absolute;
    top: 50%;
    right: 0px;
    width: 70px;
    margin-top: -15px;
    text-align: right;
    z-index: 4;
}

.editor-row-container .editor-row-functions a {
    background-color: #2560a3;
    border-radius: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    display: inline-block;
    color: #FFF;
    font-size: 18px;
}

.editor-row-container.selected .editor-row-functions {
    display: block;
}

/* ============= EDITOR DRAG&DROP - PREVIEW - ELEMENT =================== */

.editor-row-container .editor-element-container {
    position: relative;
}

.editor-element-container .editor-element-move {
    background-color: #2560a3;
    border-radius: 100%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    right: -15px;
    width: 30px;
    margin-top: -15px;
    display: none;
    z-index: 3;
    color: #FFF;
    font-size: 18px;
}

.editor-element-container .editor-element-move:hover {
    cursor: pointer;
}

.editor-col:not(.empty) .editor-element-container.selected .editor-element-move {
    display: block;
}

.editor-element-container .editor-element-selector {
    bottom: 1px;
    left: 1px;
    opacity: 0;
    position: absolute;
    right: 1px;
    top: 1px;
    background-color: rgba(6, 160, 237, 0.15);
    outline: 2px solid #06a0ed;
}

.editor-col:not(.empty) .editor-element-container:hover .editor-element-selector {
    opacity: 1;
}

.editor-element-container.selected .editor-element-selector {
    background-color: transparent;
    opacity: 1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    border: 2px solid #2560a3;
    outline: none;
}

.editor-col.empty .editor-element-container .editor-element-content > div {
    background-color: #CCC;
    min-height: 50px;
    outline: 1px dashed #bababa;
    outline-offset: -1px;
    padding: 15px;
    text-align: center;
}

.editor-col.empty .editor-element-container .editor-element-content > div:before {
    font-family: FontAwesome;
    content: "\f0ed";
    color: #2560a3;
    font-size: 40px;
    line-height: 40px;
}

.editor-element-container .editor-element-content {
    word-break: break-word;
    font-size: 14px;
    line-height: 120%;
    min-height: 20px;
}

.editor-element-container .editor-element-content p, .editor-element-container .editor-element-content span, .editor-element-container .editor-element-content a {
    color: inherit;
    font-family: inherit;
    margin: 0;
    padding: 0;
    line-height: inherit;
}

.editor-element-container .editor-element-content a {
    text-decoration: underline;
}

.editor-element-container .editor-element-content img {
    outline: none;
    text-decoration: none;
    -ms-interpolation-mode: bicubic;
    clear: both;
    display: block !important;
    border: none;
    height: auto;
    float: none;
    width: 100%;
}

.editor-element-container .editor-element-content ul {
    margin: 0;
    padding: 0;
    margin-left: 35px;
    line-height: inherit;
}

.editor-element-container.image .editor-element-content.empty > div:before, .editor-element-container.image .editor-element-content.loading > div:before {
    background-color: #CCC;
    font-family: FontAwesome;
    color: #2560a3;
    font-size: 40px;
    line-height: 40px;
    display: block;
    opacity: 1;
    text-align: center;
    padding: 50px 0;
}

.editor-element-container.image .editor-element-content.empty > div:before {
    content: "\f03e";
}

.editor-element-container.image .editor-element-content.loading > div:before {
    content: "\f110";
}

.editor-element-container.image .editor-element-content.empty img, .editor-element-container.image .editor-element-content.loading img {
    height: 0;
}

.editor-element-container .editor-element-content.button {
    text-decoration: underline;
}

.editor-element-container .editor-element-functions {
    display: none;
    position: absolute;
    top: 50%;
    left: -60px;
    width: 70px;
    margin-top: -15px;
    z-index: 3;
}

.editor-element-container .editor-element-functions a {
    background-color: #2560a3;
    background-position: center;
    border-radius: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    display: inline-block;
    color: #FFF;
    font-size: 18px;
}

.editor-col:not(.empty) .editor-element-container.selected .editor-element-functions {
    display: block;
}

/* ============= EDITOR DRAG&DROP - SIDEBAR =================== */

.editor-settings .sidebar-dx .panel {
    padding: 5px;
}

.editor-settings .sidebar-dx label {
    vertical-align: middle;
}

.editor-rows,
.editor-elements {
    display: block;
    margin: 9px 5px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.editor-rows {
    width: 172px;
}

.editor-elements {
    width: 82px;
}

.editor-rows a,
.editor-elements a {
    color: #000;
}

.editor-rows a:hover,
.editor-rows.ui-draggable-dragging a
.editor-elements a:hover,
.editor-elements.ui-draggable-dragging a {
    color: #2560a3;
}

.editor-rows i,
.editor-elements i {
    display: block;
    background: url(../images/icons-editor.png) no-repeat left;
    background-position: 0 0;
}

.editor-elements i {
    height: 82px;
}

.editor-rows i {
    height: 52px;
}

.editor-elements.text i {
    background-position: 0 -90px;
}

.editor-elements.text:hover i, .editor-elements.text.ui-draggable-dragging i {
    background-position: 0 0;
}

.editor-elements.image i {
    background-position: -90px -90px;
}

.editor-elements.image:hover i, .editor-elements.image.ui-draggable-dragging i {
    background-position: -90px 0;
}

.editor-elements.button i {
    background-position: -180px -90px;
}

.editor-elements.button:hover i, .editor-elements.button.ui-draggable-dragging i {
    background-position: -180px 0;
}

.editor-elements.video i {
    background-position: -270px -90px;
}

.editor-elements.video:hover i, .editor-elements.video.ui-draggable-dragging i {
    background-position: -270px 0;
}

.editor-elements.socials i {
    background-position: -360px -90px;
}

.editor-elements.socials:hover i, .editor-elements.socials.ui-draggable-dragging i {
    background-position: -360px 0;
}

.editor-elements.divider i {
    background-position: -450px -90px;
}

.editor-elements.divider:hover i, .editor-elements.divider.ui-draggable-dragging i {
    background-position: -450px 0;
}

.editor-elements.html i {
    background-position: -1260px -90px;
}

.editor-elements.html:hover i, .editor-elements.html.ui-draggable-dragging i {
    background-position: -1260px 0;
}

.editor-rows.column i {
    background-position: -540px -90px;
}

.editor-rows.column:hover i, .editor-rows.column.ui-draggable-dragging i {
    background-position: -540px 0;
}

.editor-rows.columns-50_50 i {
    background-position: -720px -90px;
}

.editor-rows.columns-50_50:hover i, .editor-rows.columns-50_50.ui-draggable-dragging i {
    background-position: -720px 0;
}

.editor-rows.columns-30_70 i {
    background-position: -900px -90px;
}

.editor-rows.columns-30_70:hover i, .editor-rows.columns-30_70.ui-draggable-dragging i {
    background-position: -900px 0;
}

.editor-rows.columns-30_70:hover i, .editor-rows.columns-30_70.ui-draggable-dragging i {
    background-position: -900px 0;
}

.editor-rows.cart-products i {
    background-position: -900px -90px;
}

.editor-rows.cart-products:hover i, .editor-rows.cart-products.ui-draggable-dragging i {
    background-position: -900px 0;
}

.editor-rows.product-suggested i {
    background-position: -540px -90px;
}

.editor-rows.product-suggested:hover i, .editor-rows.product-suggested.ui-draggable-dragging i {
    background-position: -540px 0;
}

.editor-rows.products-suggested i {
    background-position: -720px -90px;
}

.editor-rows.products-suggested:hover i, .editor-rows.products-suggested.ui-draggable-dragging i {
    background-position: -720px 0;
}

.editor-rows.columns-70_30 i {
    background-position: -1080px -90px;
}

.editor-rows.columns-70_30:hover i, .editor-rows.columns-70_30.ui-draggable-dragging i {
    background-position: -1080px 0;
}

.editor-rows.columns-3 i {
    background-position: -1353px -90px;
}

.editor-rows.columns-3:hover i, .editor-rows.columns-3.ui-draggable-dragging i {
    background-position: -1353px 0;
}

ul.line-height {
    text-align: center;
}

ul.line-height li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

ul.line-height li a {
    display: inline-block;
    background: url(../images/icons-line-height.png) no-repeat left;
    background-position: 0 0;
    width: 35px;
    height: 30px;
}

ul.line-height li a.line-height-120 {
    background-position: 0 -34px;
}

ul.line-height li a.line-height-120:hover, ul.line-height li a.line-height-120.selected {
    background-position: 0 2px;
}

ul.line-height li a.line-height-150 {
    background-position: -50px -34px;
}

ul.line-height li a.line-height-150:hover, ul.line-height li a.line-height-150.selected {
    background-position: -50px 2px;
}

ul.line-height li a.line-height-180 {
    background-position: -100px -33px;
}

ul.line-height li a.line-height-180:hover, ul.line-height li a.line-height-180.selected {
    background-position: -100px 3px;
}

ul.line-height li a.line-height-200 {
    background-position: -150px -33px;
}

ul.line-height li a.line-height-200:hover, ul.line-height li a.line-height-200.selected {
    background-position: -150px 3px;
}

.table-items {
    margin: 10px 0;
    padding: 5px;
    border-radius: 5px;
    background-color: rgba(235, 235, 235, 0.5);
}

.table-items a {
    margin: 0 10px;
    font-size: 20px;
    color: #2560a3;
}

.table-items-highlight {
    border: 2px dotted #d7d7d7;
    background-color: rgba(245, 245, 245, 0.45);
    text-align: center;
}

.table-items-highlight:before {
    padding: 20px;
    color: #d7d7d7;
    font-size: 30px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f24d"; /*f35b arrow-up*/
}

.table-item-add {
    background-color: rgba(245, 245, 245, 0.8);
    font-size: 20px;
    display: block;
    padding: 10px;
}

.table-item-add span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    background-color: #2560a3;
    color: #FFF;
}

/**
 * Class for menage the consent that are near to expire or already expired
 */
span.expired-date {
    color: red;
}

span.near-expired-date {
    color: orange;
}

/*GDPR modal popup css */
#modaleGdprHistories .modal-content .box .box-menu {
    margin: 0;
    border-bottom: 3px solid #ccc;
    position: relative;
}

#modaleGdprHistories .modal-content .box .box-menu li a:hover, .modal-content .box .box-menu li a:active {
    border-bottom: 3px solid #06a0ed;
}

#modaleGdprHistories .modal-content .box .box-menu li a.active {
    border-bottom: 3px solid #2560a3;
    color: #2560a3;
}

.dropup {
    max-height: 258px !important;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#editor-toolbar {
    height: 35px;
    width: 720px;
}

#editor-toolbar .tox .tox-tbtn {
    width: 25px !important;
}

#editor-toolbar .tox .tox-tbtn--select {
    width: 60px !important;
}

#editor-toolbar .tox-toolbar__group:nth-child(7) button {
    width: 130px !important;
}

.editor-settings .sidebar .editor-prev-btn-group .btn-group {
    margin: 0px !important;
}

/*Custom css for bookmark icon on the list*/
.btn-group a.active i.fa-bookmark, .check-container a.active i.fa-bookmark {
    transition: 0.2s all;
    color: #f89f19 !important;
}

.btn-group a:not(.active) i.fa-bookmark, .check-container a:not(.active) i.fa-bookmark {
    transition: 0.2s all;
    color: #808080;
}

.btn-group a.active i.fa-bookmark, .check-container a.active i.fa-bookmark, .name-setting p a.active i.fa-bookmark {
    transition: 0.2s all;
    color: #f89f19 !important;
}

.btn-group a:not(.active) i.fa-bookmark, .check-container a:not(.active) i.fa-bookmark, .name-setting p a:not(.active) i.fa-bookmark {
    transition: 0.2s all;
    color: #808080;
}

/*Custom css for modaleSelImage*/
#modaleSelImage .modal-dialog {
    width: calc(100vw - 10%);
}

#modaleSelImage .browser-list.image-list {
    height: calc(100vh - 250px);
    overflow: auto;
    margin: 0px;
}

.btn-outline-primary {
    background-color: white;
    border-color: #0074ae;
    color: #0074ae;
}

/*Custom css for manage notes*/
.box-with-filters .content {
    min-height: 100% !important;
    position: relative;
}

.box-with-filters .content.filters-open {
    min-height: 600px !important;
    position: relative;
}

.box-with-filters .content.filters {
    min-height: 600px !important;
    position: relative;
}

.box-with-filters .filters-open .timeline-container {
    margin-left: 300px;
    min-height: 600px;
}

#modalePersonaPreview .container-fluid.content ul.row .box {
    margin-bottom: 50px !important;
}

/*Custom css for RFM profiles - settings */
.rfm_profile {
    width: 36px;
    height: 36px;
    display: inline-flex;
    float: left;
    margin-right: 10px;
    background: url(../images/rfm-profiles.png) no-repeat;
}

.rfm_profile.rfm_profile-1 {
    background-position: 0px -220px;
}

.rfm_profile.rfm_profile-2 {
    background-position: 0px -175px;
}

.rfm_profile.rfm_profile-3 {
    background-position: 0px -132px;
}

.rfm_profile.rfm_profile-4 {
    background-position: 0px -88px;
}

.rfm_profile.rfm_profile-5 {
    background-position: 0px -44px;
}

.rfm_profile.rfm_profile-6 {
    background-position: 0px 0px;
}

/*Custom css for RFM - card person */
.profile-block div.rfm_profile {
    position: absolute;
    left: 132px;
    bottom: 14px;
    width: 40px;
}

.profile-block .edit-picture div.rfm_profile {
    left: 122px;
    bottom: 4px;
}

.profile-block div.rfm_profile i.rfm_profile {
    margin-right: 5px;
}

.profile-block div.rfm_profile span {
    line-height: 35px;
    font-weight: bold;
    float: left;
}

.profile-block .col-xs-4, .sidebar .profile-block .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.profile-block .col-xs-4 span {
    display: block;
    width: 20%;
    height: 8px;
    float: left;
    background-color: #cccccc;
    margin: 1px;
}

.profile-block .col-xs-4 span:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.profile-block .col-xs-4 span:nth-child(4) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.profile-block .col-xs-4 span.br-selected {
    background-color: #4278F5;
}

.profile-block .col-xs-4 > p {
    text-align: left;
    padding: 5px 0px;
    color: #7b7b7b;
    font-weight: bold;
    float: left;
}

.profile-block .col-xs-12 > p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #3250a6;
    font-weight: bold;
}

/* Membership page - Quiz */
section[name=question] i {
    margin: 5px;
    color: #2560a3;
    font-size: 14px;
    cursor: pointer;
}

section[name=answer] {
    background-color: rgba(235, 235, 235, 0.5);
    border-radius: 5px;
    padding: 10px;
}

/**
 * Custom css for flow-stage
 */
.box.flow-stage .title .actions a[name=sort] > i, .box.flow-stage .title .actions a > i.fa-plus-circle {
    color: #2560a3 !important;
    font-size: 20px !important;
    margin-top: 5px;
    margin-right: 5px;
}

.box.flow-stage .title .actions span[name=members] {
    color: #ffffff !important;
    background-color: #2560a3 !important;
    font-size: 16px !important;
    padding: 1px 5px;
    border-radius: 100%;
}

.box.flow-stage .content {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 400px;
    padding: 0px !important;
}

section[name=member] {
    border-bottom: 2px solid #d9d9d9;
    padding: 10px !important;
}

section[name=members] > section[name=member]:last-child {
    border-bottom: none !important;
}

section[name=members] > section[name=member] a:first-child {
    font-size: 14px !important;
}

section[name=members] > section[name=member] i.fa-map-marker-alt {
    font-size: 16px;
}

section.ui-draggable-dragging {
    width: 350px !important;
}

.conditional-row .token-input-delete-token {
    display: none;
}

#modaleNewMember i {
    color: green;
    margin: 10px;
}

#modaleNewMember h5 {
    color: green;
}

#modaleNewMember h5 a {
    color: green;
    text-decoration: underline;
}