body {
    font-weight: 200;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#layouts {
    max-height: 30vw;
    overflow-x: hidden;
    overflow-y: visible;
}

#layouts h4 {
    font-weight: 200;
    text-align: center;
    text-transform: uppercase;
}

p {
    word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 200;
}

/* CUSTOMIZATION BAR */
.mode {
    width: 100%;
    z-index: 100;
    padding: 0.5em 0 0.01em 17%;
}

#customization_label span.fixed {
    position: fixed;
    padding: 1em 1em 0.1em;
    top: 0 !important;
    z-index: 100;
    transition: top 2s ease 0s;
}

/* NAV BAR */
.navbar-nav > li > .dropdown-menu {
    margin-top: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0;
    margin-right: -10px;
}

.navbar .nav > li > a {
    padding: 0;
    margin: 0;
    border-right: 0;
    margin-right: 0 !important;
}

.language-selector {
    padding: 2px 6px !important;
    margin-top: 4px !important;
    font-weight: bold;
    border-radius: 2px !important;
}

.whitelabel-editor {
    padding: 2px 6px !important;
    margin-top: 4px !important;
    font-weight: bold;
    border-radius: 2px !important;
}

.navbar .nav > li {
    margin: 0 10px;
}

.navbar-default .navbar-nav > .open > a {
    background-color: #ffffff !important;
}

.navbar.navbar-default {
    margin-bottom: 0;
    border-style: none;
    box-shadow: 1px 1px 5px #a3a3a3;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    background-color: #1397c8;
}

.navbar-nav a {
    background-color: white;
}

.nav.navbar-nav.navbar-right a:hover {
    border-radius: 3px;
    cursor: pointer;
}

.general .nav.navbar-nav.navbar-right a:hover.reverse:hover {
    background-color: #777;
}

.navbar-nav .fa {
    display: inline-block;
}

i.fa.fa-plus {
    font-size: 0.8em;
}

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

.navbar .navbar-nav .active {
    border-radius: 3px;
    background-color: #555;
    color: white;
}

.nav.navbar-nav.navbar-right li.languages li {
    padding-left: 5px;
}

.nav.navbar-nav.navbar-right li.languages li:hover {
    border-radius: 0;
    color: #000;
    background-color: transparent;
    border-left: 5px solid;
    padding-left: 0;
}

.navbar .navbar-nav li.languages .active {
    border-radius: 0;
    color: #000;
    background-color: transparent;
    border-left: 5px solid;
    padding-left: 0 !important;
}

.nav.navbar-nav.navbar-right li.languages li a:hover {
    background-color: transparent;
    color: #000;
}

.navbar {
    min-height: 32px;
}

.navbar-header {
    max-width: 250px;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 32px;
    left: 0;
}

.navbar-header .navbar-brand {
    min-width: 250px;
    padding: 0;
    height: auto;
    width: 100%;
    overflow: hidden;
}

.navbar-default .navbar-nav > li > a {
    /*border: 1px solid #B9B9B9;*/
    border-radius: 3px;
    margin-right: 5px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-toggle {
    position: absolute;
    right: 0;
    top: 3px;
}

span#header_app_name {
    text-overflow: ellipsis;
    width: calc(100% - 90px);
    display: inline-block;
    overflow: hidden;
    line-height: 18px;
    white-space: nowrap;
    font-size: 14px;
    transform: translateY(3px);
}

#left-menu-toggle {
    position: absolute;
    right: -40px;
}

.btn-close-sidebarleft {
    background-color: #ffffff !important;
    background-image: none;
    border: 1px solid #0099C7;
    border-radius: 3px;
    float: right;
    margin-bottom: 8px;
    margin-right: 18px;
    margin-top: 11px;
    padding: 9px 10px;
    position: relative;
}

.btn-close-sidebarleft .icon-bar {
    background-color: #0099C7;
    border-radius: 1px;
    display: block;
    height: 2px;
    margin: 14% 0;
    width: 22px;
}

.btn-close-sidebarright .fa.fa-times {
    vertical-align: unset;
}

.nav.navbar-nav.navbar-right {
    margin-left: 0;
    margin-right: 0;
}


.logo-position img {
    max-height: 32px;
    width: auto;
}

.logo-position {
    width: 100%;
    display: inline-block;
    height: 32px;
}

.logo-block {
    background-color: white;
    height: 32px;
    position: absolute;
    right: -200px;
    width: 200px;
}

.dropdown-menu > li > a:nth-last-child(1) {
    margin: 0 auto;
    width: 80%;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #000;
    background-color: transparent;
    font-weight: bold;
}

/** NAV BAR **/

/* SIDEBARS */
.bkg-sidebar-left {
    background-color: #36353D;
    color: #ffffff;
}

.bkg-sidebar-left .active {
    color: #3E94C6;
}

#wrapper {
    padding-left: 0;
    transition: all 0.5s ease 0s;
}

.navbar-header.unleft-toggled {
    left: -200px;
    transition: all 0.5s ease 0s;
}

#wrapper.right-toggled {
    padding-right: 250px;
}

#left-sidebar-wrapper {
    left: 250px;
    margin-left: -250px;
    transition: all 0.5s ease 0s;
    width: 0;
    z-index: 10;
    position: fixed;
    top: 0;
    height: 100%;
    overflow: hidden;
}

.super-toggler {
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    border-radius: 50%;
    background-color: #525358;
    border: 2px solid #f0f0f0;
    right: -16px;
    top: 16px;
    text-align: center;
    line-height: 28px;
}

/**#left-sidebar-wrapper.fixed, */
#right-sidebar-wrapper.fixed {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

#right-sidebar-wrapper {
    background: #36353D none repeat scroll 0 0;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    position: absolute;
    right: 250px;
    transition: all 0.5s ease 0s;
    width: 0;
    z-index: 1000 !important;
}

#wrapper.left-toggled #left-sidebar-wrapper {
    width: 205px;
}

#left-sidebar-wrapper .sidebar-nav a {
    font-size: 1.2em;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

#left-sidebar-wrapper i {
    padding-right: 0.2em;
}

#wrapper.right-toggled #right-sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    padding: 15px;
    position: absolute;
    width: 100%;
}

#wrapper.left-toggled #page-content-wrapper {
    margin-right: -250px;
    position: absolute;
}

#wrapper.right-toggled #page-content-wrapper {
    position: absolute;
}

.sidebar-nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 225px;
    overflow-y: scroll;
    height: 100%;
}

.sidebar-nav li {
    line-height: 32px;
    text-indent: 0.5em;
    width: 205px;
}

.sidebar-nav li a {
    padding: 0;
    display: block;
    text-decoration: none;
    position: relative;
    font-size: 13px !important;
    letter-spacing: 1.2px;
}

.sidebar-nav li a:hover {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    text-decoration: none;
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav .active {
    background: #2D2C32 none repeat scroll 0 0;
}

.sidebar-nav .icon.ion-chevron-right {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 11px;
}

/**
 * Change icon in CSS rather than in JS
 */
.sidebar-nav a[aria-expanded="true"] .icon.ion-chevron-right:before {
    content: "\f123" !important;
}

.sub-bar i.icon {
    width: 34px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    margin-right: 0;
}

.sub-bar i.icofont {
    width: 34px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
}

.sub-bar i.fa {
    width: 39px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
}

.sidebar-nav > .sidebar-brand {
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
}

img.icon {
    width: 20%;
}

li .sub-bar {
    font-size: 0.85em;
    background: #2c2c35;
}

li .sub-bar a {
    padding-left: 14px;
    font-size: 12px !important;
}

.sub-bar > .sub-bar {
    font-size: 0.95em;
    padding-left: 10px;
}

/** SIDEBARS **/

/* CUSTOMIZATION SIDEBAR */
#customization_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

#customization_sidebar {
    display: none;
    position: fixed;
    background-color: #ffffff;
    z-index: 10000;
    box-shadow: 0 0 5px #838383;
    border-radius: 5px;
    width: 30vw;
    max-width: 100%;
    height: 60vh;
    max-height: 100%;
    padding: 0;
    margin: 15px;
    top: calc(50vh - 30vh);
    left: calc(50vw - 15vw);
    overflow: hidden;
}

#customization_sidebar img.favicon {
    height: 32px;
    border: 1px solid grey;
    border-radius: 3px;
    margin: 11px;
}

#customization_sidebar img.logo {
    width: 100%;
    border: 1px solid grey;
    border-radius: 3px;
}

#customization_sidebar .square_colorabel {
    width: 100%;
    color: #555;
}

#customization_sidebar .square_color button {
    margin-top: 8px !important;
    padding: 16px !important;
    position: relative !important;
    border-radius: 3px !important;
}

#customization_sidebar .row1bar {
    margin: 0;
    background: #f0f0f0;
    box-shadow: 0 1px 1px #d9d9d9;
    margin-bottom: 15px;
    height: 40px;
}

#customization_sidebar .row1bar .title {
    font-size: 20px;
    line-height: 40px;
}

#customization_sidebar .row2bar {
    height: calc(100% - 55px);
    width: 100%;
    padding: 0 15px;
    overflow: scroll;
    margin: 0;
    cursor: auto;
}

#customization_sidebar .row2bar .list-group-item {
    padding: 5px 10px;
}

#customization_sidebar .row2bar span.title {
    font-weight: bold;
}

#customization_sidebar .row2bar  li.list-group-item {
    background-color: #ededed;
}

#customization_sidebar .row2bar li.item-colors-wl {
    position: relative;
    display: block;
    padding: 12px 10px 5px 5px;
    margin-bottom: -1px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

#customization_sidebar .row2bar li.item-colors-wl > div {

}

#customization_sidebar .bt-color-block {
    border: 1px solid #555;
}

#customization_sidebar button.upload_sidebar {
    background-color: #0099C7;
    color: #ffffff
}

#customization_sidebar button.btn.bt-header-right {
    margin-top: 7px !important;
    width: auto !important;
    padding: 0 5px !important;
    float: right !important;
    position: unset !important;
    margin-right: -8px !important;
    margin-left: 15px !important;
}

#customization_container .square_label {
    color: #555;
}

/* LAYOUTS */
/* global */
.general {
    background-color: #f3f3f3;
    color: #555;
}

.content {
    border-radius: 3px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.content-in {
    margin-top: 15px;
}

.content-white-bkg {
    background-color: #ffffff;
}

.content-options {
    padding: 10px;
    border-radius: 4px;
}

.content-feature {
    border-left: 4px solid #8fa2ab;
    margin-bottom: 0;
    float: none;
    background-color: #dadadd !important;
}

.cke_reset {
    border-radius: 4px !important;
    border: 0 !important;
    overflow: hidden !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
}

.content-solo-page {
    border-left: 2px solid #555;
    padding-left: 10px;
    margin-bottom: 15px;
}

.content-dashed {
    padding: 10px;
    border: 2px dashed;
    margin-bottom: 15px;
}

.solo-page {
    margin-top: 15px;
}

.content-color {
    float: left;
    width: 100%;
    background-color: #e9e9eb;
}

.margin-bkg {
    margin-top: 15px;
}

.subcontent {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0 0 4px 4px;
}

.display-table {
    display: table;
}

#up a {
    border-radius: 2px;
    bottom: 15px;
    font-size: 2em;
    padding: 0.01em 0.3em;
    position: fixed;
    right: 15px;
    width: 40px;
    text-align: center;
    height: 40px;
}

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

.fa.fa-apple, .fa.fa-android, .fa.fa-html5 {
    font-size: 2em;
}

.active .fa.fa-apple {
    color: #bbb;
}

.active .fa.fa-android {
    color: #97c024;
}

.active .fa.fa-html5 {
    color: #EC5D25;
}

.bt-header-right {
    width: 26px;
    top: 4px;
    height: 26px;
    padding: 0;
    right: 8px;
    border-radius: 2px;
    border: none;
    font-size: initial;
    position: absolute !important;
}

.bt-header-left {
    width: 26px;
    margin-top: -2px;
    height: 26px;
    padding: 0;
    margin-left: 5px;
    border-radius: 3px;
    border: none;
    font-size: initial;
}

.bt-header-right:focus, .bt-header-left:focus {
    outline: none;
}

.btn.bt-header-right .fa-angle-up {
    color: white;
}

.capitalize {
    text-transform: uppercase;
}

.error {
    color: #ff3a2e;
}

.input-flat.error {
    border-color: inherit;
}

.pointer {
    cursor: pointer;
}

.no-border-radius {
    border-radius: 0 !important;
    text-indent: 1em;
}

.first-row-feature {
    padding-top: 15px
}

.title-feature-indent {
    text-indent: 10px;
    border-left: 4px solid #8fa2ab;
    position: relative;
}

.title-feature-indent-w-toggle {
    text-indent: 4em
}

.content-options-feature {
    border-left: 2px solid #555;
}

.edit-btn {
    position: absolute;
    font-size: 2em;
    width: 100%;
    left: 0;
}

.edit-btn i.fa {
    opacity: 0;
}

.btn:hover .edit-btn i.fa {
    opacity: 1;
}

.col-icon-button .btn:hover {
    background: #ccc;
}

.col-icon-button .btn:hover img {
    opacity: 0;
}

.btn-position {
    position: absolute;
    right: 4em;
}

.none {
    display: none;
}

.margin-top, #existing_items_section {
    margin-top: 15px;
}

.preview_container a {
    text-decoration: underline !important;
}

.preview_container * {
    text-decoration: initial !important;
}

.layouts_content_preview .design .radius_top_only {
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.layouts_content_preview .design .radius_bottom_only {
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.layouts_content_preview .layout-size {
    height: 320px;
    margin: 0 15px 15px 0;
    overflow: hidden;
    width: calc(25% - 15px);
}

@media screen and (max-width: 800px) {
    .layouts_content_preview .layout-size {
        height: 250px;
        margin: 0 10px 10px 0;
        overflow: hidden;
        width: calc(33.33% - 10px);
    }
}

.layout-size {
    filter: grayscale(100%);
    border-width: 1px !important;
    border-style: solid !important;
}

.layout-size.current,
.layout-size:active,
.layout-size:focus,
.layout-size:hover {
    filter: grayscale(0%);
}

.layouts_content_preview {
    border-left: 2px solid #e9e9eb;
}

.layouts_content_preview img.layout-preview-old {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
}

.layouts_content_preview img.layout-preview-new {
    height: 200% !important;
}

.layouts_content_preview img.layout-preview-new:hover {
    left: 0;
    top: initial;
    bottom: 0;
}

span.checked.color-red:hover {
    background: none;
    transition: 0.5s ease 0s;
}

.templates_content_preview .layout-size {
    height: 320px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.layout-size:hover .template_title {
    top: -50px;
    transition: 0.5s ease 0s;
}

.layout-size .template_title {
    top: 0;
    position: absolute;
    left: 0;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
    transition: 0.5s ease-out 0s;
    width: 100%;
    height: 40px;
    line-height: 3vh;
}

.layout-size img.layout-preview {
    padding: 0;
    top: 0;
    border: 1px solid #B9B9B9;
}

img#layout_overview {
    border: 1px dashed #555;
}

/* couleurs */
.color-red,
.input-flat.color-red {
    background-color: #ff3a2e !important;
    color: white;
    border: none;
}

input[type=radio].color-red:before,
input[type=checkbox].color-red:before {
    background-color: white !important;
}

input[type=checkbox].color-red:after {
    border-color: #ff3a2e !important;
}

.color-red-hover:hover,
.color-red-hover.active {
    color: #ff3a2e;
}

.color-yellow,
.input-flat.color-yellow {
    background-color: #E97A19 !important;
    color: white;
    border: none;
}

input[type=radio].color-yellow:before,
input[type=checkbox].color-yellow:before {
    background-color: white !important;
}

input[type=checkbox].color-yellow:after {
    border-color: #E97A19 !important;
}

.color-yellow-hover:hover,
.color-yellow-hover.active {
    color: #E97A19;
}

.color-blue,
.input-flat.color-blue {
    background-color: #0099C7 !important;
    color: white;
    border: none;
}

input[type=radio].color-blue:before,
input[type=checkbox].color-blue:before {
    background-color: white !important;
}

input[type=checkbox].color-blue:after {
    border-color: #0099C7 !important;
}

.color-blue-hover:hover,
.color-blue-hover.active {
    color: #0099C7;
}

.color-purple,
.input-flat.color-purple {
    background-color: #9D5CAD !important;
    color: white;
    border: none;
}

input[type=radio].color-purple:before,
input[type=checkbox].color-purple:before {
    background-color: white !important;
}

input[type=checkbox].color-purple:after {
    border-color: #9D5CAD !important;
}

.color-purple-hover:hover,
.color-purple-hover.active {
    color: #9D5CAD;
}

.color-green,
.input-flat.color-green {
    background-color: #4dd300 !important;
    color: white;
    border: none;
}

input[type=radio].color-green:before,
input[type=checkbox].color-green:before {
    background-color: white !important;
}

input[type=checkbox].color-green:after {
    border-color: #4dd300 !important;
}

.color-green-hover:hover,
.color-green-hover.active {
    color: #4dd300;
}

.color-dark-red {
    background-color: #c41313;
    color: white;
}

.font-blue {
    color: #0099C7;
}

.btn-grey {
    background: #7b7b7b none repeat scroll 0 0;
    color: white;
}

.btn-full-width {
    width: 100%;
}

.control input:checked ~ .control__indicator:hover {
    background-color: #ccc;
}

/* messages */
div.messages ul.message {
    margin: 10px;
}

div.messages ul.message li {
    list-style: none;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
}

#alert {
    position: fixed;
    width: 400px;
    min-height: 30px;
    left: 50%;
    margin-left: -200px;
    padding: 20px;
    background: #1A6E9C;
    color: white;
    border-radius: 3px;
    z-index: 100001;
    display: none;
    margin-top: 15px;
}

#alert #close_alert_message {
    float: right;
    width: 75px;
    font-size: 20px;
    color: #ffffff;
    margin-right: 8px;
    padding-top: 5px;
}

#alert #error_icon {
    font-size: 30px
}

#alert_message {
    padding-top: 5px;
}


/** Cols sm-15 (20%) */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

div.mask button {
    position: absolute;
    top: 10px;
    right: 10px;
}

div.mask#mask_overview {
    background: none;
}

div.loader {
    width: 22px;
    height: 22px;
    margin-top: 8px;
    border-top: 3px solid #555;
    border-bottom: 3px solid white;
    border-right: 3px solid white;
    border-left: 3px solid white;
    border-radius: 22px;
    float: right;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

div#mask {
    width: 100%;
    height: 100%;
    z-index: 100002;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
}

.mask .loader {
    top: 50%;
    position: absolute;
    width: 45px;
    border-top: 6px solid white;
    border-bottom: 6px solid white;
    border-right: 6px solid white;
    border-left: 6px solid #555;
    border-radius: 100%;
    height: 45px;
    left: 50%;
}

#overview .mask .loader {
    left: 45%;
    top: 45%;
}

#background_image_loader > img {
    visibility: hidden;
}

/** /LOADER **/

/*INPUTS */

.input-flat {
    border-style: none none solid;
    border-width: 0;
    border-radius: 4px;
    padding: 6px 12px;
    border-color: #b2b1b1;
    background-color: #f3f3f3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%;
    color: #303030;
}

input:-internal-autofill-selected {
    background-color: white !important;
}

.input-flat:focus {
    border-bottom-color: #555 !important;
}

/* toggle perso */
.sb-tgl {
    display: none;
}

.sb-tgl, .sb-tgl:after, .sb-tgl:before, .sb-tgl *, .sb-tgl *:after, .sb-tgl *:before, .sb-tgl + .sb-tgl-btn {
    box-sizing: border-box;
}

.sb-tgl::-moz-selection, .sb-tgl:after::-moz-selection, .sb-tgl:before::-moz-selection, .sb-tgl *::-moz-selection, .sb-tgl *:after::-moz-selection, .sb-tgl *:before::-moz-selection, .sb-tgl + .sb-tgl-btn::-moz-selection {
    background: none;
}

.sb-tgl::selection, .sb-tgl:after::selection, .sb-tgl:before::selection, .sb-tgl *::selection, .sb-tgl *:after::selection, .sb-tgl *:before::selection, .sb-tgl + .sb-tgl-btn::selection {
    background: none;
}

.sb-tgl + .sb-tgl-btn {
    outline: 0;
    display: block;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
}

.sb-tgl + .sb-tgl-btn:after, .sb-tgl + .sb-tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 90%;
}

.sb-tgl + .sb-tgl-btn:after {
    left: 0;
}

.sb-tgl + .sb-tgl-btn:before {
    display: none;
}

.sb-tgl:checked + .sb-tgl-btn:after {
    left: 50%;
}

.sb-tgl-flat + .sb-tgl-btn {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 3px;
    width: 80px;
    background-color: #555;
    margin: 0 auto;
}

.sb-tgl-flat:checked + .sb-tgl-btn {
    background-color: #4a4a4a !important;
}

.sb-tgl-flat + .sb-tgl-btn {
    background-color: #ababab !important;
}

.sb-tgl-flat + .sb-tgl-btn:after {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    content: "\f12a";
    border-radius: 3px;
    width: 20px;
    height: 20px;
    top: 2px;
    left: 2px;
    background-color: #ce0000;
    font-size: 15px;
    font-family: 'ionicons' !important;
}

.sb-tgl-flat:checked + .sb-tgl-btn:after {
    content: "\f122";
    left: calc(100% - 22px);
    background: #4da000;
}

/*flip pour test */
.sb-tgl-flip + .sb-tgl-btn {
    padding: 2px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-family: sans-serif;
    -webkit-perspective: 100px;
    perspective: 100px;
}

.sb-tgl-flip + .sb-tgl-btn:after, .sb-tgl-flip + .sb-tgl-btn:before {
    display: inline-block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    color: #fff;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 3px;
}

.sb-tgl-flip + .sb-tgl-btn:after {
    content: attr(data-tg-on);
    background: #02C66F;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.sb-tgl-flip + .sb-tgl-btn:before {
    background: #FF3A19;
    content: attr(data-tg-off);
}

.sb-tgl-flip + .sb-tgl-btn:active:before {
    -webkit-transform: rotateY(-20deg);
    transform: rotateY(-20deg);
}

.sb-tgl-flip:checked + .sb-tgl-btn:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.sb-tgl-flip:checked + .sb-tgl-btn:after {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    left: 0;
    background: #7FC6A6;
}

.sb-tgl-flip:checked + .sb-tgl-btn:active:after {
    -webkit-transform: rotateY(20deg);
    transform: rotateY(20deg);
}

/* listes */
.carret li:hover {
    background-color: #d9d9d9;
    color: #000000;
}

.content .content-no-padding ul li a {
    padding: 5px 15px;
    text-transform: uppercase;
    display: block;
}

.content .content-no-padding ul li a:focus, .content .content-no-padding ul li a:active {
    color: white;
}

.content .content-no-padding {
    padding: 0;
}

/* dashboard */
.dashboard {
    margin-top: 20px;
}

.dashboard .fa-mobile {
    font-size: 2em;
    margin-right: 1vw;
}

.dashboard .btn.color-blue {
    /**display: flex;
    align-items: center;*/
}

.title-dashboard {
    border-radius: 4px 4px 0 0;
    color: white;
    padding-bottom: 15px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 0;
}

/** App admin list */
.item-application {
    margin: 0 0 10px 0;
    border-top: 1px solid #dedede;
}

.item-application .item-no-padding:hover {
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 2px;
}

.item-application .app-icon {
    width: 57px;
    border-radius: 2px;
    margin-top: -1px;
}

.item-application .item-no-padding {
    padding: 0;
}

.item-application .floating-image {
    float: left;
    height: 56px;
}

.item-application .floating-name-infos {
    float: left;
    margin-left: 10px;
    height: 56px;
}

.item-application .floating-actions.icons-center {
    float: right;
    text-align: right;
    margin: 18px 0 0 0;
    padding: 0;
    height: 38px;
}

.add {
    border-radius: 3px;
    border-style: none;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
    font-weight: 200;
    position: relative;
}

.add:hover {
    background-color: #c7c7c7;
}

.btn-add {
    background-color: transparent;
    border-style: none;
}

.row-list-application {
    max-height: 375px;
    overflow: auto;
}

h3 {
    font-size: 22px;
}

/* editor */
.title-editor {
    background-color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 4px;
    padding-top: 6px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.05em;
    position: relative;
    border-radius: 4px 4px 0 0;
}

.subtitle-editor {
    background-color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
}

.border-red {
    border-bottom: 2px solid #ff3a2e;
}

.border-yellow {
    border-bottom: 2px solid #D5640A;
}

.border-blue {
    border-bottom: 2px solid #0099C7;
}

.border-purple {
    border-bottom: 2px solid #9D5CAD;
}

.border-green {
    border-bottom: 2px solid #4DD300;
}

.border-grey {
    border-bottom: 2px solid #e9e9eb;
}

/* design */
#slider_images .delete_page, #slider_images .move_page {
    position: absolute;
    top: 0;
    color: white;
}

#slider_images .delete_page {
    right: 5px;
    top: 2px;
}

#slider_images .move_page {
    left: 5px;
    top: 2px;
}

#slider_images .item-left-design {
    float: left;
}

.change_layout .checked {
    background-color: #555;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    width: 100%;
}

.item-left-design {
    float: left;
    margin-bottom: 1%;
    margin-right: 1%;
    width: 19%;
    position: relative;
}

.change_layout > div {
    background-color: #ff3a2e;
    height: 100%;
    opacity: 0.6;
    position: absolute;
    width: 100%;
}

.change_layout > img {
    width: 100%;
}

.recommended_size {
    margin-top: 10px;
}

.styled-select {
    border: medium none;
    border-radius: 3px;
    background-image: url("../images/customization/pictos/arrow_bottom_def.png");
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 35px;
    padding-left: 10px;
    width: 100%;
    font-weight: 200;
}

.styled-select[multiple] {
    background-image: none;
}

/* colors */
.square_color {
    margin: auto;
    max-width: 100px;
    min-width: 50px;
    width: 100%;
}

.square_color button {
    border: medium none;
    height: auto;
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 50%;
    position: relative;
    border-radius: 3px;
}

#wrapper.at-view-slide.background,
#wrapper.fullscreen {
    position: relative;
}

/* features */
.option_value {
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    margin-bottom: 10px;
    list-style: none;
    border-radius: 4px;
    position: relative;
    box-shadow: 1px 1px 5px #a3a3a3;
}

.option_value a *,
.option_value i,
.option_value .actions {
    filter: grayscale(100%);
}

.option_value .badge-actions {
    filter: grayscale(0) !important;
    z-index: 1000;
}

.option_value a {
    display: block;
    padding-top: 1.5em;
    padding-bottom: 0.5em;
}

.option_value:hover *,
.option_value.selected * {
    filter: grayscale(0%);
}

.option_value.selected::before {
    border: 3px solid black;
}

.option_value.selected::after {
    border: 3px solid black;
}

.option_value.selected i.ion-admin-selected {
    display: block !important;
}

.option_value .add_feature.details {
    padding: 0;
}

.option_value .radio {
    display: unset;
}

.option_value .img_icon {
    display: block;
    width: auto;
    margin: 0 auto;
    max-width: 86px;
}

.option_value p.feature_name {
    font-size: 8px;
    line-height: 8px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 2px;
}

.option_value span {
    width: 100%;
    display: block;
    margin-bottom: 0.2em;
    text-overflow: ellipsis;
    font-size: 12px;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    min-height: 17px;
}

.box::before, .box::after {
    width: 100%;
    height: 100%;
    z-index: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: 0.5s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.foo::before {
    border-bottom: 1px solid;
    border-left: 1px solid;
    -webkit-transform-origin: 0 100%;
}

.foo::after {
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform-origin: 100% 0%;
}

.bar::before {
    border-bottom: 1px solid;
    border-left: 1px solid;
    -webkit-transform-origin: 100% 0%;
}

.bar::after {
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform-origin: 0% 100%;
}

.linear::before {
    border-bottom: 3px solid #FFF;
    border-left: 0;
    -webkit-transform-origin: 0% 100%;
}

.linear::after {
    border-top: 0;
    border-right: 0;
    -webkit-transform-origin: 50% 50%;
}

.box:hover::after, .box:hover::before {
    -webkit-transform: scale(1);
}

.scargot a:before {
    box-sizing: border-box;
    transform: translateX(100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 99.5%;
    height: 2px;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
}

.scargot a:after {
    box-sizing: border-box;
    transform: translateX(-100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 99.5%;
    height: 2px;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
}

.scargot a:hover {
    color: inherit;
    text-decoration: none;
}

.scargot a:hover:before {
    transition: .1s transform linear, .1s height linear .1s;
    transform: translateX(0);
    height: 100%;
    border-color: #1fbfac;
}

.scargot a:hover:after {
    transition: .1s transform linear .2s, .1s height linear .3s;
    transform: translateX(0);
    height: 100%;
    border-color: #1fbfac;
}

#add-pages ul {
    padding: 0;
    margin-bottom: 0;
    border-radius: 4px;
    box-shadow: 1px 1px 5px #a3a3a3;
}

#add-pages li {
    list-style: outside none none;
}

#add-pages ul li:first-of-type {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#add-pages ul li:last-of-type {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#add-pages .icons-list li span {
    display: block;
    font-size: 0.73em;
    text-transform: uppercase;
    margin-top: 0.2em;
}

a.details.add_page {
    margin: 0 auto;
}

.badge-actions {
    position: absolute;
    right: 20px;
    top: 21px;
    width: initial !important;
    padding: 1px 5px 1px 6px !important;
    line-height: 16px;
}

#carousel_prev.active, #carousel_next.active {
    opacity: 0.3;
}

#carousel-container div.actions {
    position: absolute;
    top: -29px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    padding: 6px;
    font-size: 16px;
    opacity: 0.4;
}

#carousel-container .option_value:hover div.actions {
    opacity: 1;
}

#carousel-container div.actions #delete_page,
#carousel-container div.actions #move_page {
    color: inherit;
}

#carousel-container ul li i.ion-admin-selected {
    position: absolute;
    bottom: -20px;
    width: 80px;
    font-size: 26px;
    left: 10px;
}

#pages_content li.selected .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100px 100px 100px;
    border-color: transparent transparent #007bff transparent;
}

#add_page_list .block_add_pages_icon {
    border-radius: 2px;
    padding: 0 !important;
    width: 6em !important;
    height: 6em !important;
    background-size: calc(100% - 2em) !important;
    background-position: 50% 50%;
    background-color: #ffffff !important;
    box-shadow: 1px 1px 5px #a3a3a3;
}

#add_page_list {
    padding-left: 15px;
}

#add_page_list .block_add_pages_icon:hover {
    cursor: pointer;
    box-shadow: inset 1px 1px 2px #a3a3a3 !important;
}

#add_page_list .add_option_value {
    text-align: center;
    margin-bottom: 10px;
    list-style: none;
    padding-right: 0;
    display: inline-block;
    padding-left: 15px;
    width: 9em;
    height: 9em;
}

#add_page_list .add_option_value span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#icon_library ul {
    padding-left: 0;
}

.list-group-item {
    font-weight: 200;
}

/* features */
.position-path {
    position: relative;
}

.option_path {
    left: 0.4em;
    position: absolute;
    top: 9px;
    width: auto;
    margin-left: 150px;
}

.option_path select {
    height: 29px;
}

.categories .subcategories ul li.subcategory input.subcategory_name {
    height: 30px !important;
}

#upload_image_cont img {
    border-color: #555;
    border-style: solid;
    border-width: 1px;
}

.icon_and_name .btn img#current_icon {
    width: 40px;
}

/** LAYOUTS **/

/* MENU STEPS */
.menu_steps {
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
}

.menu_steps > ul {
    padding-left: 0;
}

.menu_steps .step_menu_feature {
    display: inline-block;
    position: relative;
    transition: all 0.3s ease 0s;
    min-width: 10%;
    border-radius: 4px;
    margin: 0 10px;
    box-shadow: 1px 1px 5px #a3a3a3;
}

.step_menu_feature .fa {
    position: absolute;
    left: 107%;
    top: 4px;
    z-index: 1;
    font-size: 1.4em;
    font-weight: bold;
}

.step_menu_feature .fa-angle-right:before {
    padding-left: 2px;
}

.step_menu_feature li {
    border-bottom: 2px solid;
    display: inline-block;
    padding: 4px 10px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 4px;
}

.step-background {
    background-color: #e7e7e7;
}

/** MENU STEPS **/

/** OVERVIEW */
iframe#mobile_overview {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #303030;
    padding: 8px;
    border-radius: 30px;
    border: 1px solid #000000;
    box-shadow: 1px 1px 1px #d4d4d4;
}


/* BOUTONS */
button#delete_picture {
    position: absolute;
    top: 0;
}

.upload {
    border: none;
    border-radius: 3px;
    padding: 5px 0;
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
}

#formats_overview ul {
    padding-bottom: 0;
}

#formats_overview li {
    list-style: outside none none;
}

.mobile-advice {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    padding: 5px 0;
    width: 100%;
    color: #555;
}

.btn {
    font-weight: 200;
    position: relative;
    z-index: 1;
    border-radius: 4px !important;
}

input[type=text]:before {
    content: '';
    position: absolute;
    background: #000;
    bottom: 0;
    left: 0;
    right: 100%;
    top: 0;
    z-index: -1;
    -webkit-transition: right 0.2s ease-in;
    border-radius: 3px;
    opacity: 0.1;
}

.has_preview .bubble {
    position: absolute;
    right: 0.25em;
    width: 2em;
    height: 2em;
    display: block;
    background: #a7a7a7;
    top: -0.25em;
    z-index: 10;
    border-radius: 1em;
    color: white;
    padding-top: 4px;
}
.has_preview .bubble:hover {
    cursor: help !important;
}

.btn:hover, .btn.active {
    text-decoration: none;
    color: whitesmoke;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.btn:focus {
    color: #fff;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-v {
    font-weight: 200;
    position: relative;
    z-index: 1;
}

.btn-v:before {
    content: "";
    position: absolute;
    background: #000;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    -webkit-transition: top 0.2s ease-in;
    border-radius: 3px;
    opacity: 0.1;
}

.btn-v:hover:before {
    top: 0;
}

.btn-v:hover, .btn-v.active {
    background-color: transparent;
    text-decoration: none;
    color: whitesmoke;
}

.btn-v:focus {
    color: #555;
}

button[disabled], html input[disabled] {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: not-allowed;
    opacity: 0.5;
}

select[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/** BOUTONS **/

/** TEMPLATES (modal) **/
h3.template_title {
    background-color: white;
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    line-height: 40px;
    font-weight: 200;
    font-size: 1.8vh;
    z-index: 10;
    opacity: 0.9;
}

h3.template_title a {
    letter-spacing: 1.8px;
}

div p.template_image {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(119, 119, 119);
    z-index: 20;
    margin: 0 !important;
    pointer-events: none;
}

div.current p.template_image {
    border: 2px solid red !important;
}

.current h3.template_title {
    background-color: red;
    color: white;
}

.templates_content_preview .design .radius_top_only {
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.templates_content_preview .design .radius_bottom_only {
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.templates_content_preview {
    border-left: 2px solid #e9e9eb;
}

.templates_content_preview div {
    height: 450px;
    overflow: hidden;
}

.templates_content_preview img {
    position: absolute;
    width: 200%;
    height: 100%;
    left: 0;
    z-index: 1;
    transition: 0.5s ease-out 0s;
    top: 0;
}

.templates_content_preview .col-md-4 {
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.templates_content_preview img:hover {
    left: initial;
    right: 0;
}

.templates_content_preview img:active, .templates_content_preview img:focus, .templates_content_preview img:visited {
    left: -240px;
}

.ui-corner-all {
    border-radius: 0 !important;
}

/* non-modal) */

#templates p {
    overflow: hidden;
}

img#design_overview {
    width: 200%;
    margin-left: -100%;
}

/* */

.custom_modal .modal_content .change_design .checked {

}

.template_image {
    position: relative;
}

.radius_top_only {
    box-shadow: 2px 2px 2px #656565;
}

.modal_details .categories_content {
    padding: 0;
}

.modal_details .categories_content ul li a {
    padding: 5px 15px;
    text-transform: uppercase;
    display: block;
}

.modal_details .categories_content ul li a:focus, .modal_details .categories_content ul li a:active, .modal_details .categories_content ul li a:hover {
    color: white;
}

.modal_details .templates_content_preview .design .radius_top_only {
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.modal_details .templates_content_preview .design .radius_bottom_only {
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.template_image {
    position: relative;
}

.radius_top_only {
    box-shadow: 2px 2px 2px #656565;
}

/** /TEMPLATES **/

/** MODAL (global) **/
.close_modal_preview.btn-ajouter {
    position: absolute;
    right: 15px;
    top: 15px;
}

.custom_modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
}

.custom_modal .modal_mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.8;
    z-index: 101;
}

.custom_modal div .title, .customization .customization_content .modal_content .title {
    margin-top: 20px;
    margin-bottom: 20px;
}

.modal_content p {
    margin-bottom: 0;
    margin-top: 15px;
}

.custom_modal button.close_modal {
    padding-top: 0;
}

.custom_modal .modal_content {
    margin: 20px auto;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    z-index: 102;
    float: unset;
    position: relative;
}

.custom_modal .modal_content .modal_details {
    width: 100%;
    margin-top: 15px;
    overflow-y: auto;
}

.content .content-no-padding ul {
    padding: 0;
}

.custom_modal .modal_content .modal_details ul li {
    list-style: none;
    padding-right: 10px;
    width: 95%;
}

.custom_modal .modal_content .modal_details .button {
    width: 935px;
    margin: 5px auto 0;
    padding: 10px 0 0;
    border-top: 3px solid #404040;
}

.custom_modal .modal_content .modal_details .button button {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 6px 35px;
    font-size: 22px;
}

/* fix */
div.pp_pic_holder {
    z-index: 99999;
}

/** MODAL **/

/** FOOTER **/

/** progress bar **/
#progressbar.progress {
    overflow: hidden;
}

#progressbar .ui-progressbar-value.ui-widget-header.ui-corner-left {
    animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}

#progressbar .ui-progressbar-value.ui-widget-header.ui-corner-left {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

#progressbar .ui-progressbar-value.ui-widget-header.ui-corner-left {
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}

/** Progress bar upload */
#progressbar {
    margin: 6px 0 0 0;
    padding: 0;
    border-radius: 4px !important;
    border: 0;
    height: 16px;
}

.ui-progressbar-value.ui-widget-header.ui-corner-left {
    box-shadow: none;
    border-radius: 2px !important;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: limegreen;
}

div#progress-label {
    position: absolute;
    left: 50%;
    text-align: center;
    font-size: 11px;
}

#add-pages .content {
    position: relative;
}

#add-pages hr {
    height: 100%;
    left: 25%;
    position: absolute;
}

#add-pages .icons-list li span {
    display: block;
    font-size: 0.73em;
    text-transform: uppercase;
    margin-top: 4em;
    margin-left: -15px;
    text-align: center;
    margin-right: -15px;
    color: black;
}

/** MEDIA QUERY **/
@media (max-width: 960px) {
    #step li {
        width: auto;
    }
}

@media (max-width: 768px) {
    #toggle_customization_sidebar {
        float: none !important;
    }

    .navbar-header,
    .navbar-header.unleft-toggled,
    .navbar-header.color-blue {
        left: 0;
        background-color: transparent !important;
    }

    #left-menu-toggle {
        left: 16px;
        right: inherit;
    }

    #add-pages .icons-list li span   {
        display: none;
    }

    #modal_details_preview ul {
        display: none;
    }

    .logo-block {
        display: none;
    }

    .sidebar-nav li a {
        padding: 2px 7px;
    }
}

@media (min-width: 768px) {
    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.left-toggled #page-content-wrapper {
        margin-right: 0;
        position: relative;
    }

    #wrapper.right-toggled #page-content-wrapper {
        margin-left: 0;
        position: relative;
    }
}

.sidebars.has-sidebar ~ .subcontent {
    padding-left: 205px;
}

@media (max-width: 960px) {
    ul.carret {
        display: none;
    }
}

@media (max-width: 1024px) {
    .section-responsive {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1440px) {
    button.mobile-advice:nth-child(2) {
        display: none;
    }
}

@media (min-width: 1440px) {
    button.mobile-advice:nth-child(1) {
        display: none;
    }
}

@media (min-width: 1024px) and (max-width: 1715px) {
    #add-pages .icons-list li span {

    }
}

@media (max-width: 1200px) {
    #overview {
        display: none;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    #step li {
        width: auto;
        padding: 10px;
    }
}

@media (min-width: 1280px) {
    #step li {
        width: 128px;
        padding: 10px;
    }
}

@media (min-width: 1440px) {
    #step li {
        width: 140px;
        padding: 10px;
    }
}

/**
Side bar left menu small screen
 */

@media (max-width: 900px) {
    #wrapper.left-toggled #left-sidebar-wrapper {
        width: 68px;
    }

    #left-sidebar-wrapper {
        height: 100%;
        left: 68px;
        margin-left: -68px;
    }

    #left-sidebar-wrapper .sidebar-nav a span.sb-left-title {
        display: none;
    }

    #left-sidebar-wrapper .sidebar-nav {
        width: 83px;
    }

    #left-sidebar-wrapper .sidebar-nav .icon.ion-chevron-right {
        right: 8px;
    }

    #left-sidebar-wrapper .sidebar-nav li .sub-bar a {
        padding-left: 3px;
    }

    .sidebars.has-sidebar ~ .subcontent {
        padding-left: 68px;
    }

    #left-sidebar-wrapper .sub-bar i.fa {
        width: 49px;
    }

    #left-sidebar-wrapper img.icon {
        width: 46px;
    }

    span#header_app_name {
        display: none;
    }

    .menu_steps .step_menu_feature a {
        font-size: 12px;
    }

    .step_menu_feature .fa {
        top: 4px;
    }

    .menu_steps .step_menu_feature a li {
        padding: 6px;
    }

    .development-responsive {
        display: none;
    }
}

/** fix-crop **/
.pp_content.content.content-color {
    height: 100% !important;
}

/** custom icônes **/
.fa-sort {
    cursor: ns-resize;
}

.option_value .actions .fa-sort {
    cursor: ew-resize;
    transform: rotate(90deg);
}

.option_value .ion-admin-selected {
    display: none;
}

.fa-arrows {
    cursor: move;
}

/** bootstrap overide **/
label {
    font-weight: 200;
    color: #303030;
}

#left-sidebar-wrapper a {
    font-weight: 200;
}

a {
    letter-spacing: 0.4px;
}

.vcenter {
    display: flex;
    align-items: center;
}

.dropdown-menu > li > a:nth-last-child(1) {
    width: 100%;
    margin: 0;
}

/** fix-bootstrap **/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none;
}

/* DATATABLE */
.dataTables_filter input[type="search"] {
    margin-left: 5px;
    border: none;
}

table.dataTable thead th.sorting {
    background-image: url("../images/table/sort_both_v1.png");
    background-repeat: no-repeat;
    background-position: right center;
}

table.dataTable thead th.sorting_asc {
    background-image: url("../images/table/sort_asc_v1.png");
    background-repeat: no-repeat;
    background-position: right center;
}

table.dataTable thead th.sorting_desc {
    background-image: url("../images/table/sort_asc_v1.png");
    background-repeat: no-repeat;
    background-position: right center;
}

.table > thead > tr > th {
    padding-right: 30px;
}

/** Form elements */
.sb-nav {
    margin-top: 20px;
}

form.sb-form label {
    padding-top: 2px;
}

.sb-custom-radio .sb-form-radio {
    margin: 0;
    width: 22px;
}

.sb-cb {
    clear: both;
}

.sb-radio-label {
    padding-left: 5px;
}

div.feature-upload-placeholder {
    margin-top: 6px;
}

div.feature-upload-placeholder img {
    border-radius: 5px;
    width: auto;
    max-width: 100%;
    max-height: 128px;
}

div.feature-upload-placeholder button {
    position: absolute;
    top: 36px;
    left: 15px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

.feature-block-create {
    display: none;
}

.feature-block-list {

}

.feature-block-background {

}

.feature-block-layout {

}

.sb-mini-delete button {
    border: 0;
    background: inherit;
    font-size: inherit;
    color: inherit;
}

/* Places search settings*/
#search_editor fieldset {
    margin: 12px;
}

/* End of Places search settings*/

/* Css-only accordion*/
.transition {
    transition: all 0.25s ease-in-out;
}

.subcontent input[type=checkbox].toggle_panel {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 41px;
    z-index: 999;
    opacity: 0;
}

.subcontent input[type=checkbox].toggle_panel:checked ~ .transition {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
}

input[type=submit]:hover {
    background-color: black;
}

/* End of Css-only accordion*/

.development-warning div.alert {
    margin-right: 20px;
    margin-bottom: 0;
}

/** OSX Webkit outline */
:focus {
    outline-color: transparent;
    outline-style: none;
}

.development-responsive {
    border: none !important;
    padding: 6px !important;
    text-align: center !important;
    margin: 0 !important;
    border-radius: 0 !important;
    position: fixed;
    bottom: 0;
    z-index: 65500;
    width: 100%;
}

.iphone_content {
    width: 100%;
    height: 100%;
}

/**div#iphone {
    width: 380px;
    height: 720px;
    position: absolute;
    top: 0;
    right: 10px;
}*/

div#iphone {
    width: 48.88vh;
    height: 87vh;
    position: absolute;
    top: 0;
    right: 10px;
}

/** LOADER **/
div#mask-overview.mask {
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
    left: 9px;
    position: relative;
    top: calc(-1 * 87vh + 4px);
    width: calc(48.88vh - 18px);
    height: calc(87vh - 18px);
    z-index: 10002;
    border-radius: 19px;
}

div#phone-bar {
    left: 24px;
    position: relative;
    top: calc(-1 * 87vh + 9px);
    width: calc(48.88vh - 48px);
    height: calc(87vh - 24px);
    border-radius: 20px;
    color: white;
    display: none;
    pointer-events: none;
    user-select: none;
    font-size: 1.5vh;
}

@media (max-width: 1700px) {
    div#iphone {
        width: 48.88vh;
        height: 87vh;
    }

    div#mask-overview.mask {
        top: calc(-1 * 87vh + 4px);
        width: calc(48.88vh - 18px);
        height: calc(87vh - 18px);
    }
}

@media (max-width: 1420px) {
    div#iphone {
        width: 48.88vh;
        height: 87vh;
    }

    div#mask-overview.mask {
        top: calc(-1 * 87vh + 4px);
        width: calc(48.88vh - 18px);
        height: calc(87vh - 18px);
    }

    div#phone-bar {
        width: calc(48.88vh - 48px);
    }
}

#overview {
    margin-top: -10px;
}

div#overview.affix {
    right: 0;
    top: 14px;
}

.form-field-error {
    color: #a94442;
    font-weight: bold;
}

p.open-edit,
p.close-edit {
    font-size: 14px;
    text-align: right;
}

p.open-edit i,
p.close-edit i {
    font-size: 18px !important;
    margin-top: -3px;
    margin-right: 6px;
}

tr.edit-form {
    border-bottom: 2px solid #b2b1b1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

#page .nav-tabs {
    border: 0 !important;
    margin-left: 15px;
}

#page .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 0 !important;
    border-bottom: 1px solid transparent !important;
    font-weight: bold;
}

#page .nav-tabs > li > a:hover {
    border-bottom: 1px solid transparent !important;
}

#page .nav > li > a:hover {
    background-color: white;
}

.sb-pagination {
    float: right;
    margin-bottom: 20px;
}

.sb-pagination .btn.color-blue {
    padding: 0 8px 0 6px;
}

.sb-pager-pages,
.sb-pager-pages:hover {
    color: initial !important;
    background-color: initial !important;
}

.sb-pager-next.btn.color-blue {
    padding: 0 8px 0 10px;
}

.sb-pager-last.btn.color-blue {
    padding: 0 8px 0 8px;
}

.sb-pagination .btn.color-blue i {
    font-size: 26px;
}

.sb-pager tfoot td {
    text-align: left;
}

.sb-search {
    width: 100%;
}

.sb-search input {
    width: 200px;
    padding-right: 28px;
}

.sb-search i {
    display: none;
    left: 180px;
    position: relative;
    top: -24px;
    width: 20px;
}

.sb-search i.active {
    display: block;
}

.sb-search i.clear {
    cursor: pointer;
}

.sb-search i.clear:hover {
    opacity: 0.6;
}

.tooltip-inner {
    text-transform: none;
    font-size: 14px;
    letter-spacing: 1px;
    max-width: 600px;
}

.display_tooltip:hover {
    cursor: pointer;
}

select.form-control.no-dk {
    padding: 0 34px 0 10px !important;
}

select.sb-select[multiple] {
    padding: 0 !important;
    border-radius: 0;
}

select.sb-select[multiple] option {
    padding: 4px 12px;
}

fieldset legend {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: inherit;
    font-weight: 200;
}


input[type=checkbox]:hover:before,
input[type=radio]:hover:before,
input[type=checkbox]:hover:after,
input[type=radio]:hover:after {
    filter: grayscale(50%);
}

input[type=checkbox]:disabled:after,
input[type=checkbox]:disabled:before,
input[type=radio]:disabled:after,
input[type=radio]:disabled:before {
    filter: grayscale(100%);
}

input[type=checkbox]:checked:after,
input[type=radio]:checked:after {
    display: block;
}

input[type=checkbox],
input[type=radio] {
    background: none;
    box-shadow: none;
    margin: 0;
    width: 18px !important;
    height: 18px !important;
    transform: translate(0, 3px);
    margin-right: 10px;
}

input[type=checkbox]:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 3px;
    background-color: #ffffff;
    color: #303030;
}

.content-white-bkg input[type=checkbox]:before,
.content-white-bkg input[type=radio]:before {
    background-color: #d0d0d0 !important;
}

input[type=checkbox]:after {
    display: none;
    content: "";
    width: 14px;
    height: 6px;
    border-color: inherit;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-style: solid;
    z-index: 2;
    position: absolute;
    transform: rotate(-45deg);
    border-top-width: 0;
    border-right-width: 0;
    margin: 6px 0 0 3px;
    color: #303030;
}

input[type=radio]:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: inherit;
}

input[type=radio]:after {
    display: none;
    content: "";
    width: 10px;
    height: 10px;
    z-index: 2;
    position: absolute;
    margin: 5px 0 0 5px;
    background-color: inherit;
    border-radius: 50%;
}

.feature-loader {
    width: 100%;
    height: 50px;
}

.feature-loader img {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    opacity: 0.5;
}

label.checkbox-inline {
    text-indent: 10px;
}

.radio-inline, .checkbox-inline {
    font-weight: 200;
}

/* Start input range style */
input[type=range].sb-slider {
    -webkit-appearance: none;
    width: 100%;
    margin: 4px 0 4px 1px;
}

input[type=range].sb-slider:focus {
    outline: none;
}

input[type=range].sb-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3.9px;
    cursor: pointer;
    box-shadow: 0 0px 0 #000000, 0 0px 0 #0d0d0d;
    background: #777777;
    border-radius: 0px;
    border: 0 solid #ffffff;
}

input[type=range].sb-slider::-webkit-slider-thumb {
    box-shadow: 0 0px 0 #670000, 0 0px 0 #810000;
    height: 12px;
    width: 11px;
    border-radius: 3px;
    background: #777777;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -4px;
}

input[type=range].sb-slider:focus::-webkit-slider-runnable-track {
    background: #777777;
}

input[type=range].sb-slider::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    box-shadow: 0 0px 0 #000000, 0 0px 0 #0d0d0d;
    background: #777777;
    border-radius: 0px;
    border: 0 solid #ffffff;
}

input[type=range].sb-slider::-moz-range-thumb {
    box-shadow: 0 0px 0 #670000, 0 0px 0 #810000;
    height: 12px;
    width: 11px;
    border-radius: 3px;
    background: #777777;
    cursor: pointer;
}

input[type=range].sb-slider::-ms-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range].sb-slider::-ms-fill-lower {
    background: #777777;
    border: 0 solid #ffffff;
    border-radius: 0px;
    box-shadow: 0 0px 0 #000000, 0 0px 0 #0d0d0d;
}

input[type=range].sb-slider::-ms-fill-upper {
    background: #777777;
    border: 0 solid #ffffff;
    border-radius: 0px;
    box-shadow: 0 0 0 #000000, 0 0 0 #0d0d0d;
}

input[type=range].sb-slider::-ms-thumb {
    box-shadow: 0 0 0 #670000, 0 0 0 #810000;
    width: 1px;
    border-radius: 3px;
    background: #777777;
    cursor: pointer;
    height: 4px;
}

input[type=range].sb-slider:focus::-ms-fill-lower {
    background: #777777;
}

input[type=range].sb-slider:focus::-ms-fill-upper {
    background: #777777;
}

/* End input range style */

.import-feature,
.export-button {
    text-transform: uppercase;
    width: initial !important;
    padding: 0 10px;
    position: absolute;
    font-weight: 200;
    height: 28px;
    margin-right: -5px;
    top: 3px;
}

.export-button-fix {
    right: 15px;
}

div#modal_details_modal_import_export {
    margin: 0;
    padding: 0;
}

form dt {
    height: 0;
}

#modal_modal_import_export {
    position: absolute;
    height: 300%;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.action-buttons {
    position: absolute;
    right: 0;
    top: 0;
}

.action-button {
    width: auto;
    text-transform: uppercase;
    padding: 0 10px;
}

.form-layout-options fieldset:not(.sb-nav) {

}

.form-layout-options .sb-checkbox-label {
    margin-left: 8px;
}

.form-horizontal input[type=range].sb-slider {
    margin-top: 14px;
}

.form-horizontal div.range-indicator {
    margin-top: 6px !important;
}

img.overview-old {
    width: 100% !important;
}

.templates_content_preview img.overview-old:hover {
    left: 0;
}

/** jQuery pickers ui-flat */
div.ui-datepicker {
    border-radius: 0;
    border: 0;
    background: white !important;
    box-shadow: 0 0 3px grey;
}

div.ui-datepicker-header,
div.ui-timepicker-div .ui-widget-header {
    border-radius: 2px;
    border: 0;
    background: #e0e0e0;
}

div.ui-datepicker-buttonpane .ui-datepicker-current,
div.ui-datepicker-buttonpane .ui-datepicker-close {
    border-radius: 2px;
    border: 0;
    background: #e0e0e0;
    color: #5f5f5f !important;
    margin: 3px 0 3px -3px !important;
}

div.ui-datepicker-buttonpane .ui-datepicker-close {
    margin: 3px -3px 3px 0 !important;
}

div.ui-datepicker-buttonpane .ui-datepicker-current.ui-state-hover,
div.ui-datepicker-buttonpane .ui-datepicker-close.ui-state-hover {
    background: #b0b0b0 !important;
}

li.is_current {
    font-weight: bold;
    border-bottom: 2px solid grey;
}

.dropdown-menu li.is_current {
    border-width: 0 0 0 4px;
    border-style: solid;
    border-color: #404040;
    border-radius: 0;
}

.ui-widget-header .ui-icon {
    background-image: none;
}

.ui-widget-header .ui-state-hover {
    border-radius: 0 !important;
    border: 0 !important;
    background: none !important;
}

table.ui-datepicker-calendar td a {
    border: 0 !important;
    background: #e0e0e0 !important;
    color: #5f5f5f !important;
    border-radius: 2px;
}

table.ui-datepicker-calendar td a:hover {
    background: #b0b0b0 !important;
}

table.ui-datepicker-calendar td a.ui-state-highlight {
    background: #E7DCC2 !important;
}

table.ui-datepicker-calendar td a.ui-state-active {
    background: #0099C7 !important;
    color: white !important;
}

table.ui-datepicker-calendar td.ui-state-disabled span,
table.ui-datepicker-calendar td.ui-datepicker-unselectable span {
    border: 0 !important;
    background: #e0e0e0 !important;
    opacity: 0.8 !important;
    color: grey;
    border-radius: 2px;
}

span.ui-icon-circle-triangle-e,
span.ui-icon-circle-triangle-w {
    background-image: none !important;
}

a.ui-datepicker-next:after {
    content: '';
    position: absolute;
    display: block;
    left: 8px;
    top: 8px;
    width: 12px;
    height: 12px;
    border: solid #fff;
    border-width: 4px 4px 0 0;
    transform: rotate(45deg);
    cursor: pointer;
}

a.ui-datepicker-prev:after {
    content: '';
    position: absolute;
    display: block;
    left: 8px;
    top: 8px;
    width: 12px;
    height: 12px;
    border: solid #fff;
    border-width: 0 0 4px 4px;
    transform: rotate(45deg);
    cursor: pointer;
}

.ui-slider-horizontal {
    border-radius: 1px !important;
    height: 7px !important;
    border: 0 !important;
    background: #e0e0e0 !important;
    margin-top: 7px !important;
}

.ui-slider-handle {
    border: 0 !important;
    border-radius: 2px !important;
    background: #b0b0b0 !important;
    height: 15px !important;
    width: 15px !important;
    top: -4px !important;
    margin-left: -7px !important;
}

.ui-timepicker-div dl {
    margin-left: 2px;
}

.form-separator {
    width: 100%;
    float: left;
    padding-bottom: 6px;
    border-bottom: 2px solid grey;
}

table.sb-pager thead th.sortable {
    background-image: url(../images/table/sort_both_v1.png);
    background-repeat: no-repeat;
    background-position: right center;
}

table.sb-pager thead th.sortable.up {
    background-image: url(../images/table/sort_asc_v1.png);
}

table.sb-pager thead th.sortable.down {
    background-image: url(../images/table/sort_desc_v1.png);
}

/** CMS BLOCKS Version 2 */

.section-padding {
    padding-left: 15px;
    padding-right: 15px;
}

.cms-block-container {
    margin-bottom: 20px;
}

.cms-block-container .cms-block-hide-drag {
    padding-top: 15px;
}

.cms-block-handle {
    position: absolute;
    right: 40px;
}

.ui-sortable-helper .cms-block-handle {
    left: -32px !important;
}

.cms-block-handle i, .cms-block-delete i {
    display: block;
    font-size: 14px;
    cursor: pointer;
}

.cms-block-delete {
    position: absolute;
    right: 15px;
    display: block;
    cursor: pointer;
    top: 15px;
}

.ui-sortable-helper .cms-block-delete {
    right: 56px;
!important;
}

button.add-cms-block {
    margin-bottom: 3px;
}

.cms-images-container {
    padding-right: 15px;
    padding-left: 15px;
}

.cms-image {
    display: block;
    border: 4px solid lightgrey;
    border-radius: 4px;
    width: 110px;
    margin-right: 14px;
    margin-bottom: 14px;
    float: left;
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.cms-image .cms-image-handle {
    display: block;
    position: relative;
    left: 3px;
    float: left;
}

.cms-image .cms-image-delete {
    display: block;
    position: relative;
    left: -4px;
    float: right;
    top: -2px;
    cursor: pointer;
}

.cms-file .cms-file-delete {
    cursor: pointer;
}

.cms-image img {
    display: block;
    min-height: 102px;
    max-height: 102px;
    min-width: 102px;
    max-width: 102px;
    margin: 0 auto;
    float: left;
    margin-top: -20px;
}

.cms-file-delete {
    margin-left: 12px;
    display: inline-block;
    cursor: pointer;
}

.cms-file-delete i {
    font-size: 16px;
    margin-top: -4px;
}

.cms-button-type {
    width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.cms-button-type i {
    font-size: 28px !important;
}

.cms-button-type.button-off {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}


.cke_dialog {
    z-index: 100001 !important;
}

.cke-dialog-links {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 220px;
    overflow: auto;
}

.cke-dialog-links .cke-feature-link {
    width: 90%;
    height: 14px;
    display: block;
    margin: 0;
    padding: 2px 4px;
    cursor: pointer;
}

.cke-dialog-links .cke-feature-link.selected {
    background-color: lightgrey;
}

.cke-dialog-links .cke-parent-highlight {
    opacity: 0.4;
}

.cke-dialog-links .cke-feature-link.cke-highlight {
    font-weight: bold;
}

textarea.cke_source {
    color: black !important;
}

.bootstrap-tagsinput {
    display: inline-block;
    padding: 4px 6px;
    vertical-align: middle;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}

.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
    border-radius: 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/** Search/Filter for carousel/features */
.list-search {
    width: 140px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 200;
    position: absolute;
    top: 3px;
    left: 3px;
}

.list-search input {
    width: 140px;
    padding-right: 28px;
}

.list-search i {
    display: none;
    left: 118px;
    position: relative;
    top: -23px;
    width: 20px;
}

.list-search i.active {
    display: block;
}

.list-search i.clear {
    cursor: pointer;
}

.list-search i.clear:hover {
    opacity: 0.6;
}

#go_up_root {
    position: absolute;
    left: 4px;
    top: 3px;
}

#go_up_root button {
    padding: 3px 10px 2px;
}

#go_up_root button i.fa {
    font-size: 22px;
}

#go_up_root ~ .list-search {
    left: 55px !important;
}

#go_up_root.hide ~ .list-search {
    left: 3px !important;
}

h4.subtitle {
    padding: 6px;
    margin-bottom: 18px;
    border-bottom-width: 2px;
}

.tippy-content {
    font-size: 13px !important;
    padding: 1px 3px 3px !important;
}

/** Editor, features locked */
.feature-padlock {
    color: #D4AF37;
    font-size: 22px;
    position: absolute;
    right: 12px;
    top: 38px;
    text-shadow: -1px 0 white, 1px 0 white, 0 -1px white, 0 1px white, 1px 1px white, -1px -1px white, -2px 0 white, 2px 0 white, 0 -2px white, 0 2px white, 2px 2px white, -2px -2px white;
}

/** Editor, features locked */
.feature-visible {
    color: #D4AF37;
    font-size: 26px;
    position: absolute;
    left: 14px;
    top: 33px;
    text-shadow: -1px 0 white, 1px 0 white, 0 -1px white, 0 1px white, 1px 1px white, -1px -1px white, -2px 0 white, 2px 0 white, 0 -2px white, 0 2px white, 2px 2px white, -2px -2px white;
}

.feature-locked {
    color: #bc0000;
    font-size: 20px;
    position: absolute;
    left: 18px;
    top: 39px;
    text-shadow: -1px 0 white, 1px 0 white, 0 -1px white, 0 1px white, 1px 1px white, -1px -1px white, -2px 0 white, 2px 0 white, 0 -2px white, 0 2px white, 2px 2px white, -2px -2px white;
}

.feature-locked-title {
    color: #bc0000;
    text-decoration: line-through;
}

.feature-disabled {
    color: #dc3a3a;
}

.feature-hidden {
    color: #0099c7;
}

.content {
    box-shadow: 1px 1px 5px #a3a3a3;
}

.content .content {
    box-shadow: none;
}

.content_editor {
    box-shadow: 1px 1px 5px #a3a3a3;
    border-radius: 4px;
}

.border-radius-v5 {
    border-radius: 4px;
}

.box-shadow-v5 {
    box-shadow: 1px 1px 5px #a3a3a3;
}

.table {
    box-shadow: 1px 1px 5px #a3a3a3;
    border-radius: 4px;
    overflow: hidden;
}