@import url(https://fonts.googleapis.com/css?family=Catamaran:400,500,600,700,800,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap);

body {
    font-weight: 200;
    font-family: 'Catamaran';
}

select, option{ font-family: lato;}

a:hover, a:focus{ outline: none;}

#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: 10px;
    top: 0 !important;
    z-index: 100;
    transition: top 2s ease 0s;
    font-weight: 600;
}

/* NAV BAR */
.navbar.navbar-default {
    margin-bottom: 0;
    border-style: none;
}

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

.nav.navbar-nav.navbar-right {
    padding-top: 4px;
}

.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-header {
    max-width: 250px;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 60px;
    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;
}

.navbar-toggle {
    position: absolute;
    right: 0;
    top: 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;
}

.admin_account_login .logo_container {
    height: 75px;
    padding: 10px;
    text-align: center;
    margin-bottom: 0;
    background: #0f0f0f;
}

.admin_account_login #logo {
    left: 0;
    position: relative;
}

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

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

.logo-block {
    background-color: white;
    height: 60px;
    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: #a8be11;
}

#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; */
    padding-right: 0;
}

#left-sidebar-wrapper {
    height: 100%;
    left: 250px;
    margin-left: -250px;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 0;
    z-index: 10;
    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; */
    margin-right: 0;
    overflow-y: auto;
    position: fixed !important;
    /* right: 250px; */
    right: 0;
    transition: all 0.5s ease 0s;
    width: 0;
    z-index: 1000 !important;
    top: 0 !important;
    overflow: scroll !important;
    overflow-x: hidden !important;
}

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

#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;
    border-left: 1px solid #ddd;
}

#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: 265px;
    overflow-y: scroll;
    height: 100%;
}

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

.sidebar-nav li a {
    padding: 0;
    display: block;
    text-decoration: none;
    position: relative;
    font-size: 15px !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: 15px;
    margin-right: 4px;
}

.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: 13px !important;
}

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

.customise_header {
    border-radius: 0;
}

/** SIDEBARS **/

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

#customization_label{
    position: absolute;
    width: 100%;
    padding: 4px 0 0 0;
    height: 30px;
    text-align: center;
}

#customization_label p{
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    padding: 0;
    line-height: normal;
}

#customization_sidebar {
    background-color: #ffffff;
    padding-top: 15px;
}

#customization_sidebar.open {
    padding-top: 30px;
    display: block;
}

#customization_container {
    height: 100%;
    padding-bottom: 65px;
}

#customization_sidebar h3.title {
    color: #555;
    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;
}

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

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

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

#customization_sidebar button.btn.bt-header-right {
    position: relative !important;
    top: 0;
    line-height: normal;
    border: 0;
    background: none;
    width: auto;
    color: red;
    height: auto;
    right: 0;
    text-align: right;
    float: right;
}

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

.content-feature {
    border-left: 1px solid #555 !important;
    margin-bottom: 0;
    float: none;
}

.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%;
    height: 100%;
    background-color: #e9e9eb;
}

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

.subcontent {
    padding-top: 15px;
    padding-bottom: 15px;
}

.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: 40px;
    top: 8px;
    height: 30px;
    padding: 0;
    right: 8px;
    border-radius: 3px;
    border: none;
    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;
    font-size: initial;
    position: absolute !important;
    line-height: normal;
}

.bt-header-left {
    width: 40px;
    margin-top: -5px;
    height: 30px;
    padding: 0;
    margin-left: 5px;
    border-radius: 3px;
    border: none;
    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;
    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 !important;
}

.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: 1px solid #555;
    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;
}

.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;
    transition: 0.5s ease-out 0s;
    top: 0;
}

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

.layouts_content_preview img.layout-preview-new:hover {
    left: 0;
    top: -310px;
}

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;
    border: 2px solid #ff3a2e !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: #F7DE36 !important;
    color: white;
    border: none;
}

input[type=radio].color-yellow:before,
input[type=checkbox].color-yellow:before {
    background-color: white !important;
    border: 2px solid #F7DE36 !important;
}

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

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

.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;
    border: 2px solid #0099C7 !important;
}

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

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

.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;
    border: 2px solid #9D5CAD !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: #a8be11;
    color: white;
    border: none;
}

input[type=radio].color-green:before,
input[type=checkbox].color-green:before {
    background-color: white;
    border: 2px solid #a8be11;
}

input[type=checkbox].color-green:after {
    border-color: #a8be11;
}

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

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

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

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

.btn-green {
    background: #a8be11 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: medium medium 2px;
    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%;
    resize: none;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.input-flat:focus {
    box-shadow: 1px 1px 1px #ccc !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: #f31c55;
    font-size: 15px;
    font-family: 'ionicons' !important;
}

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

/*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: "\f106";
    background: none !important;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    font-family:fontawesome;
    color: #b1b1b1;
    font-size: 26px;
}

.css-toggle{
    margin-top: 0;
    float: right;
    margin-right: 0;
    font-size: 14px;
    width: 25px;
    text-align: right;
}

.sb-tgl-flip + .sb-tgl-btn:before {
    background: none;
    content: "\f107";
    font-family: fontawesome;
    color: #b1b1b1;
    font-size: 26px;
    line-height: normal;
}

.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;
    line-height: normal;
    padding: 0;
}

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

/* listes */
.carret li:hover {
    background-color: #E9E9E9;
    color: white;
}

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

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

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

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

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

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

.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("https://zapable.co/images/customization/pictos/arrow_bottom_def.png") !important;
    background-position: calc(100% - 10px) center !important;
    background-repeat: no-repeat !important;
    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: 3px;
    position: relative;
    filter: grayscale(100%);
}

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

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

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

#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 {
    padding: 5px;
    border-radius: 3px;
}

#add_page_list .block_add_pages_icon:hover {
    cursor: pointer;
}

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

#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;
    height: 40px;
    max-height: 40px;
    max-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%;
}

.step_menu_feature .fa {
    position: absolute;
    left: 97%;
    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%;
}

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

/** MENU STEPS **/

/** OVERVIEW */
iframe#mobile_overview {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #e9e9eb;
    padding: 10px;
    border-radius: 30px;
    border: 1px solid #c5c5c5;
    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;
    font-weight: 400;
    font-family: lato;
}

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;
    font-weight: 400;
    font-family: lato;
}

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

.btn:hover:before {
    right: 0;
}

.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: -100%;
    transition: 0.5s ease-out 0s;
}

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

/** 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;
    }

    .navbar-header .logo-position {
        margin-left: calc((100vw - 250px) / 2) !important;
    }

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

    /* #logo {
        display: block !important;
        -ms-transform: scale(0.65);
        -moz-transform: scale(0.65);
        -o-transform: scale(0.65);
        -webkit-transform: scale(0.65);
        transform: scale(0.65);
        -ms-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    } */
}

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

/**
@media (min-width: 768px) and (max-width: 960px) {
    .navbar-header {
        left: -100px;
    }

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

    #wrapper.left-toggled {
        padding-left: 150px;
    }

    #left-sidebar-wrapper .sidebar-nav a {
        font-size: unset;
    }

    .sidebar-nav .fa.fa-angle-right, .sidebar-nav .fa.fa-angle-down {
        right: 45%;
    }

    #logo {
        position: absolute;
        left: 100px;
    }
}*/

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

@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: 600;
}

#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;
    word-break: break-word;
    pointer-events: none;
}

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

.sb-cb {
    clear: both;
}

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

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

div.feature-upload-placeholder img {
    border-radius: 0px;
    width: auto;
    max-width: 100%;
    max-height: 128px;
    /* border: 1px solid #9d9d9d; */
}

div.feature-upload-placeholder button {
    position: absolute;
    top: 36px;
    left: 15px;
    padding: 3px 8px;
    border-radius: 0 !important;
}

.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;
    border-top: 2px solid #8a6d3b !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: 46vh;
    height: 80vh;
    position: absolute;
    top: 0;
    right: 10px !important;
}

/** LOADER **/
div#mask-overview.mask {
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
    left: 12px;
    position: relative;
    top: calc(-1 * 80vh + 7px);
    width: calc(46vh - 24px);
    height: calc(80vh - 24px);
    z-index: 10002;
    border-radius: 20px;
}

div#phone-bar {
    left: 24px;
    position: relative;
    top: calc(-1 * 80vh + 12px);
    width: calc(46vh - 48px);
    height: calc(80vh - 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: 46vh;
        height: 80vh;
    }

    div#mask-overview.mask {
        top: calc(-1 * 80vh + 7px);
        width: calc(46vh - 24px);
        height: calc(80vh - 24px);
    }
}

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

    div#mask-overview.mask {
        top: calc(-1 * 80vh + 7px);
        width: calc(44vh - 24px);
        height: calc(80vh - 24px);
    }

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

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

.application_customization_design_style_edit div#overview.affix-top {
    right: 0;
    top: 10px;
}

.form-field-error {
    color: #ff3a2e;
    font-weight: 600;
}

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 !important;
}

.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-weight: 200;
    font-size: 20px;
    letter-spacing: 1px;
    color: #757575;
}


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] {
    height: 20px;
    background: none;
    box-shadow: none;
    margin: 0;
    width: 20px;
    -moz-appearance: none;
    position: relative;  
}

input[type=checkbox]{ 
    border-radius: 3px;
}

input[type=checkbox]:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 3px;
    background-color: white;
    border: 2px solid #0099c7;
    left: 0;
    top: 0;
}

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;
    top: 0;
    left: 0;
}

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 */

.export-button {
    text-transform: uppercase;
    width: initial !important;
    padding: 0 10px;
    position: absolute;
    font-weight: 200;
}

.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;
    font-family: lato;
    font-weight: 600;
}

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 {
    /* border: 1px solid #404040;
    border-radius: 3px; */
}

.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: #a8be11 !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;
    display: block;
}

.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: 1px solid lightgrey;
    border-radius: 0;
    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: -1px;
    float: left;
    border: 1px solid #ccc;
    line-height: 14px;
    font-size: 12px;
    padding: 2px 0px 0px;
    top: -1px;
    background: #fff;
    color: #a8be11;
    min-width: 20px;
    text-align: center;
}

.cms-image .cms-image-delete {
    display: block;
    position: relative;
    left: 1px;
    float: right;
    top: -1px;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #fff;
    color: #f31c55;
    line-height: 14px;
    padding: 0px;
    min-width: 20px;
    text-align: center;
}

.cms-file .cms-file-delete {
    cursor: pointer;
    color: #f31c55;
    margin: 0 0 0 5px;
    display: inline-block;
    top: 2px;
    position: relative;
}

.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: 9px;
    left: 8px;
}

.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: 8px;
    top: 9px;
}

#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: 8px !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: #a8be11;
}

/* Login Css */

.admin_account_login{
    font-family: 'Lato', sans-serif;
    background: url("https://zapable.co/app/local/modules/ZapableUI/resources/design/desktop/flat/images/login/login-body-bg.png") no-repeat fixed;
    background-size: cover;
    text-align: center;
}
 #login_container{
    max-width:600px;
    margin:184px auto 0 auto;
    padding:0;
     width:100%;
}
 #loginForm{
    padding:00px;
}
 #signupForm{
    padding:10px;
}
 #forgotpasswordForm{
    padding:10px;
    color:#ddd
}
   
 .logo_container{
     background: #0f0f0f;
     height: 60px;
     float: left;
     width: 100%;
     margin-bottom: 20px;
     overflow: hidden;
}
 #login_container .nav{
     display: none;
}

 #login_container .form-horizontal .form-group{
    margin: 10px 0 0px;
    display: inline-block;
    width: 100%;
}
 #login_container .form-horizontal .form-group label{
     width: 20%;
    color: #0f0f0f;
     line-height: 30px;
     font-size: 16px;
    font-weight: 400;
     text-align: left;
}
 #login_container .form-horizontal .form-group .input-flat{
     width: 77%;
     background: #222222 !important;
     font-size: 14px;
     color: #fff;
     border: none;
     border-radius: 2px;
     height: 30px;
}
 #login_container .subcontent {
     padding:20px 65px;
     display: inline-block;
     width: 100%;
}
 #login_container .btn-primary{
     background: #222222;
    width: 77%;
     font-size: 24px;
     color: #fff;
     border: none;
     border-radius: 2px;
     font-weight: 500;
     height: 44px;
     padding: 0 5px;
}

#login_container .btn-primary:hover{background: #7dbd00;}

 .admin_account_login .subcontent{
    padding-top: 0;
}

#login_container .form-horizontal .form-group label.error {
    width: 100%;
    padding-left: 96px;
    line-height: normal !important;
    margin: 0 !important;
    padding-bottom: 0 !important;
    color: #ff3a2e;
}

.forgotpassword{color: #0f0f0f;font-weight: 600;}
.forgotpassword:hover{color: #0f0f0f;}

#login_container .form-horizontal .form-group p{color: #0f0f0f;    font-weight: 600;}

#forgotpasswordForm .btn{ background: #222222;
     font-size: 14px;
     color: #fff;
     border: none;
     border-radius: 2px;
     font-weight: 500;
     height: 32px;
     padding: 0 15px;}

#forgotpasswordForm .btn:hover{background: #7dbd00;}

/* Features Tab */
#add-pages .FeaturesTab li{ display: inline-block;    margin: 0 15px;font-family: 'Catamaran';}
#add-pages .FeaturesTab li:hover{ background: none;}
#add-pages .FeaturesTab li a{font-size: 16px;padding: 5px 0px 10px;font-weight: 500;}
#add-pages .FeaturesTab li a:before, #add-pages .FeaturesTab li a:after{ display: none;}
#add-pages .FeaturesTab li a:hover, #add-pages .FeaturesTab li a:active {color: #a8be11;}
.FeaturesTab {margin-bottom: 20px;}
.colrgreen{color: #a8be11;}
.feature-listing-row #add_page_list .add_option_value{ width: 24%; height: 130px;margin-bottom: 30px;}
.feature-listing-row #add_page_list .block_add_pages_icon{ height: 100%;    display: flex;font-family: 'Catamaran';
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;background-position: top 30px center;    border-radius: 3px;
    box-shadow: 0 5px 5px #e0e0e0;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #f2f2f2;
    background: #fff}

#add-pages .feature-listing-row li span{ font-size: 16px;text-transform: capitalize;font-weight: 500;color: #757575;margin: 10px 0 0 0;}
.FeaturesTab li .color-blue.button_handler.active{ background-color: transparent !important;color: #a8be11 !important;    border-bottom: 1px solid #a8be11;}
#add-pages .feature-listing-row img.block {
    width: auto;
    height: auto;
}

#add-pages .FeaturesTab li a.active {
    border-bottom: 1px solid;color: #a8be11 !important; background-color: transparent !important;
}

.no-slider #carousel-container{ height: auto;width: 100% !important; padding: 0 0px;}

.no-slider #carousel-container ul#option_values{width: 100% !important;
     transform: translateX(0) !important;
    height: auto !important;
    display: flex;
    flex-wrap: wrap;}

.no-slider #carousel_prev, .no-slider #carousel_next{display: none;}

.no-slider .option_value{width: 23% !important;border-radius: 3px;
    box-shadow: 0 5px 5px #e0e0e0;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #f2f2f2;
    background: #fff;
    height: 130px;
    margin-bottom: 30px;
    align-items: center;
    align-content: center;
    display: flex;
    justify-content: center;
}

.customsidebar li{ padding: 10px;text-indent: 0;}
.customsidebar li a:hover{ background: none; color: #a8be11;}
/* .customsidebar li a.active{color: #a8be11;} */
.customsidebar li span.sb-left-title {
    padding-left: 0px;
}
.zap_white_label .fa-tags:before{ content: "";  background: url("../images/menu/notificationIcon.png") no-repeat left center;width: 28px;
    height: 34px;
    position: relative;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    display: inline-block;
    vertical-align: middle;}

.zap_white_label a:hover .fa-tags:before{ content: "";  background: url("../images/menu/notificationIconhover.png") no-repeat left center;width: 28px;
    height: 34px;
    position: relative;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    display: inline-block;
    vertical-align: middle;}

/* .zap_push_notifications .fa-bullhorn, .zap_settings .ion-sb-cogs{ font-size: 24px;} */

.appupdatebtn{color: #fff;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px 20px;
    margin: 20px auto;
    background: #a8be11;
    box-shadow: 0 7px 5px #e5e8ca;
    width: 190px;
}

.bg_black{ background-color: #272725;}
.customise_header{ padding: 10px;}
.customise_header .navbar-collapse .navbar-nav a, .customise_header .navbar-collapse .navbar-nav a:focus, .customise_header .navbar-collapse .navbar-nav a:hover{ background-color: transparent; color: #fff;}
.customise_header .navbar-collapse .navbar-nav .dropdown-menu a{ color:#272725;}
.bkg-sidebar-left.customsidebar {
    background: #272725;
}

.customsidebar li .sub-bar {
    background: #3d3d3d;
}

.feature-listing-row .block_add_pages_icon:hover:before{
    content: '+';
    background:#dfdfdf;
    bottom: inherit;
    left:inherit;
    right: inherit;
    top: inherit;
    opacity: 1;
    width: auto;
    font-size: 44px;
    color: #8ec83f;
    text-align: center;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    border-radius: 50%;
    padding: 10px;
    line-height: 24px;

}

#pages_content h3{ margin: 0 0 0 15px;    border-bottom: 1px solid #cacaca;padding-bottom: 15px;}

.my_features_listingrow .option_value{ filter: none;       margin-left: 0;margin-right: 15px;}
.my_features_listingrow .option_value a img{ width: auto; height: auto; max-width: 42px;}
.my_features_listingrow .option_value a span {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #757575;
    margin: 10px 0 0 0;
}

.my_features_listingrow .option_value a p.feature_name{ display: none;}
.my_features_listingrow .option_value a.radio{ display: block !important;}
.my_features_listingrow .option_value div.actions{opacity: 1;    color: #757575;}

.my_feature_edit{ background: #fff;}
.my_feature_edit h3.title-editor{    
    font-size: 24px;
    text-align: left;
    border-bottom: 0;
    padding: 15px 15px 10px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Catamaran', sans-serif;
    letter-spacing: 0;    
    border: 0;
    text-indent: 0;
}

.my_feature_wrap{margin: 0 0px 15px; background-color: #fff;}
.my_feature_edit .first-row-feature{ margin-bottom: 15px;}

.my_feature_edit #icon_and_name .col-icon-button {
    padding-top: 0;
    width: 80px;
}

.my_feature_edit button#change_icon{background: #e6e6e6;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
    padding: 20px;
    text-align: center;
    vertical-align: middle;}

.my_feature_edit .col-icon-first {
    padding-left: 100px;
}

.my_feature_edit .input-flat {
    background-color: #e6e6e6;
    clear: left;
    border: 1px solid #e3e3e3 !important;
    float: left;
    margin: 0 0 10px 0;
    color: #757575;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px 10px;
    text-align: left;
    background: #fff;
    box-shadow: none;
    font-weight: 500;
    min-height: 36px;
    line-height: normal;
    padding-right: 25px;
}

.my_feature_edit h3.title-editor.no-border-radius.title-feature-indent {
    border: 0 !important;
    font-size: 18px;
    padding: 5px 0 5px 0px;
    text-indent: 0;
    font-weight: 600;
    margin: 0;
}

.my_feature_edit .content-feature{border: 0 !important;
    padding: 0;
    margin-top: 15px;}

.my_feature_edit input[type=radio].color-blue:before, .my_feature_edit input[type=checkbox].color-blue:before {
    background-color: white !important;
    border: 2px solid #b9b9b9 !important;
}

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

.my_feature_edit .color-blue.sb-select{
    background-color: #f3f3f3 !important;
    clear: left;
    border: 1px solid #e3e3e3 !important;
    float: left;
    margin: 0 0 10px 0;
    color: #757575 !important;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px 10px;
    text-align: left;
    box-shadow: none;
    font-weight: 500;
    min-height: 36px;
    line-height: normal;
}

#page.my_feature_wrap .nav-tabs{ margin-left: 0;    margin-bottom: 15px;}
#page.my_feature_wrap .nav-tabs > li {
    padding: 0 10px;
    min-height: 36px;
}
#page.my_feature_wrap .nav-tabs > li a{ cursor: pointer;
    border-radius: 0;
    background: transparent;
    margin-right: 0;
    font-weight: 600;
    border-bottom: 0;
    border: 0;
    padding: 7px 0px;}
#page.my_feature_wrap .nav-tabs > li.active > a{ color: #a8be11;
    cursor: default;
    background-color: #fff;
    border-radius: 0;
    font-weight: 600;
    border: 0 !important;border-bottom: 1px solid #a8be11 !important;}
#page.my_feature_wrap .nav > li > a:hover {
    background: transparent;
    color: #a8be11;
    border: 0 !important;
    font-weight: 600;
}

.my_feature_wrap .sb-save-info-button .btn {background: #a8be11 !important;
    font-size: 16px;
    color: #fff;
    border-radius: 20px;
    padding: 5px 30px;
    border: 1px solid #a8be11;
    margin: 10px 10px 10px 0;
    text-transform: capitalize;
    clear: both;
    transition: all 0.5s ease 0s;}

.my_feature_wrap .toggle_design{background-color: #a8be11}
.my_feature_wrap .sb-form-line .feature-upload-button{background-color: #f3f3f3 !important;
    color: #757575 !important;
    border: 1px solid #e3e3e3 !important;
    border-radius: 20px;
    min-height: 36px;}

/* .my_feature_wrap .btn:before{ border-radius: 20px;} */
.my_feature_wrap div.feature-upload-placeholder button, #remove_cover_img{background: #f31c55 !important;top: 42px;border: 0;}

.my_feature_wrap .sb-search-content{ position: relative;}
.my_feature_wrap .sb-search i{  position: absolute;top: 10px;}

.content-feature .col-sm-2 .btn.color-blue{background: #a8be11 !important;
    font-size: 16px;
    color: #fff;
    border-radius: 20px;
    padding: 5px 30px;
    border: 1px solid #a8be11;
    margin:0;
    text-transform: capitalize;
    clear: both;
    transition: all 0.5s ease 0s;}

.my_feature_wrap .color-blue {
     background-color: #a8be11 !important;
}

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

.my_feature_wrap #loadbackground .color-content{ 
    padding: 0 15px;
}

.my_feature_wrap .color-blue.cancel_edition{background-color: #f31c55 !IMPORTANT;    border: 1px solid #f31c55;}

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

.my_feature_wrap #remove_playlist_image_img {
    cursor: pointer;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 15px;
    background: #f31c55 !important;
    padding: 5px 10px;
    border: 0;
    border-radius: 0;


}

.my_feature_wrap button#delete_picture {
    position: absolute;
    top: 0;
    background: #f31c55 !important;
}

.my_feature_wrap ul#nested-root span.category-hover{ display: flex; align-items: center;}

.my_feature_wrap ul#nested-root span.category-hover .category-title.input-flat{ margin-bottom: 0;}

.my_feature_wrap .edit_page.events .fa.fa-apple{font-size: inherit;}

.featherlight .featherlight-content{ background-color: #fff !important; padding: 5px 15px !important;}

.featherlight h3.featherlight-inner{    
    border-bottom: 1px solid #cacaca !important;
    text-transform: capitalize;
    text-align: left;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
}

.featherlight-inner .color-blue{ background-color: #a8be11 !important;}
.form-group.filter-icons .btn.color-blue{    margin: 2px 0 0 10px;}
#icon_library .icons_list.filter_list li:hover {
    background-color: #a8be11 !important;
}


.solo-page h3.title-editor{
    border-bottom: 1px solid #e6e6e6 !important;
    margin-bottom: 0;
    color: #757575;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    padding: 15px;
    text-transform: capitalize;
    font-family: catamaran;
}
.bg-white{ background-color: #fff;}
.solo-page .input-flat {
    background-color: #e6e6e6;
    clear: left;
    border: 1px solid #e3e3e3;
    margin: 0;
    color: #757575;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px 10px;
    text-align: left;
    background: #fff;
    box-shadow: none;
    font-weight: 500;
    min-height: 36px;
    line-height: normal;
    /* padding-right: 28px; */
    resize: none;
}

.bg-white .content-feature{ border: 0 !important;}
.solo-page .btn.default_button{background: #a8be11;
    font-size: 16px;
    color: #fff;
    border-radius: 20px;
    padding: 5px 30px;
    border: 1px solid transparent;
    margin:0;
    text-transform: capitalize;
    clear: both;
    transition: all 0.5s ease 0s;}

input[type=checkbox].color-blue:before, input[type=checkbox].input-flat:before {
        background-color: white !important;
        border: 2px solid #b9b9b9 !important;
}
    
input[type=checkbox].color-blue:after, input[type=checkbox].input-flat:after {
        border-color: #a8be11 !important;
}

.solo-page h3.title-feature-indent{ 
    border: 0 !important;
    font-size: 18px;
    padding: 0 0 5px 15px;
    text-indent: 0;
    font-weight: 600;}

.solo-page .table{    border: 2px solid #ddd;}

.content-feature label input[type=checkbox], .content-feature input[type=radio] { display: inline-block;vertical-align: middle;background-color: transparent !important;}
.content-feature label span.sb-checkbox-label{display: inline-block;top: 2px;position: relative;}
input[type="checkbox"], input[type="radio"]{ min-height: inherit !important;pointer-events: auto;}

.color-blue.btn, #toggle_existing_items, .color-green.btn{
    background: #a8be11;
    font-size: 14px;
    color: #fff;
    border: 1px solid transparent;
    margin:0;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}

.styled-select.color-blue, .styled-select.color-green{ 
    background-color: #e6e6e6;
    clear: left;
    border: 1px solid #e3e3e3;
    float: left;
    margin: 0 0 10px 0;
    color: #757575 !important;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px 10px;
    text-align: left;
    box-shadow: none;
    font-weight: 500;
    min-height: 36px;
    line-height: normal;
}

.edit_page, .media.images{ padding-bottom: 20px;}

.btn.color-blue.create-category{padding: 5px 10px;}

.my_feature_wrap .edit_page .tab-content table{ border: 2px solid #ddd;}

.dataTables_paginate a.paginate_button.previous, .dataTables_paginate  a.paginate_button.next  {
    background: #a8be11;
    
}

.dataTables_paginate a.paginate_button.current{
    background: #a8be11;
}

.dataTables_paginate a.paginate_button{
    cursor: pointer;
    background: #e6e6e6 !important;
    border: 1px solid #e6e6e6 !important;
    color: #7f7f7f !important;
    font-size: 14px;
    border-radius: 2px;
    font-weight: 500;
    margin:0 0 0 10px;
    padding: 5px 10px;
}

.dataTables_paginate .paginate_button.first.disabled {
    margin: 0 10px 0 0px;
}

.dataTables_paginate a.paginate_button.previous{ margin-left: 0;}

.color-green{background-color: #a8be11;}
.customalert label{ margin-bottom:0;    line-height: normal;}
.dataTables_info{  margin-bottom: 10px;}
.dataTables_paginate{  display: flex;align-items: center;line-height: normal;}
.sweet-alert{ padding: 5px 15px;}
.sweet-alert h2{border-bottom: 1px solid #cacaca !important;
    text-transform: capitalize !important;
    text-align: left !important;
    padding: 10px 0 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.sweet-alert .sa-confirm-button-container button.confirm {    background: #a8be11 !important;
    color: #fff;
    border:0;
    margin: 0;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;    box-shadow: none !important;}

.sweet-alert button.cancel {background-color: #f31c55 !important;}
.sweet-alert button{    font-family: catamaran; font-size: 14px !important;}

p.close-edit {color: #f31c55; cursor: pointer;}

table.dataTable thead th.sorting:empty, table.dataTable thead th.sorting:empty {
    background-image: none;
}

table.sb-pager thead th.sortable, table.dataTable thead th.sorting, table.dataTable thead th.sorting_desc, table.dataTable thead th.sorting_asc {
    background-position: left center !important;
    padding-left: 18px;
    padding-top: 13px;
}

.pac-container{ display: none !important;}

.my_feature_wrap h4{    border: 0 !important;
    font-size: 16px;
    padding: 5px 0 5px 0px;
    text-indent: 0;
    font-weight: 500;
    margin: 0;
    color: #4a4a4a;
}

.my_feature_wrap .list.list-group{ padding-right: 10px;}
.my_feature_wrap .list.list-group .list-group-item{padding: 0px 15px;}
.my_feature_wrap .list.list-group .list-group-item h5.title{font-weight: 600;/*color: #000;*/}
.my_feature_wrap .list.list-group .list-group-item .form-horizontal {padding-left: 10px;padding-top: 10px;}

.dataTables_wrapper input[type="search"]{
    background-color: #f3f3f3;
   border: 1px solid #e3e3e3 !important;
   margin: 0 0 0 10px;
    color: #757575;
    border-radius: 20px;
    font-size: 14px;
    padding: 3px 10px;
    text-align: left;
    box-shadow: none;
    font-weight: 500;
    min-height: 32px;
    line-height: normal;
}

.dataTables_wrapper select{
    background-color: #f3f3f3;
   border: 1px solid #e3e3e3 !important;
   margin: 0 0 0 10px;
    color: #757575;
    border-radius: 20px;
    font-size: 14px;
    padding: 3px 10px;
    text-align: left;
    box-shadow: none;
    font-weight: 500;
    min-height: 32px;
    line-height: normal;
}

input[type=radio].color-blue:after {
    background-color: #a8be11 !important;
}

#setting_data input[type="checkbox"]{ vertical-align: middle;}

#setting_data .sb-check-container span, #setting_data .sb-radio-label {
    padding-left: 5px;font-weight: 500;
}

#form-appointment-setting .control-group{width: 100%;display: inline-block;}
#form-appointment-setting .control-group label{ padding: 0;}
.my_feature_wrap .tab-pane .form-group.sb-form-line h4 { padding: 5px 15px;}
.my_feature_wrap .tab-pane .form-group.sb-form-line h4 .form-separator {border-bottom: 2px solid #dddddd;}
.my_feature_wrap .tab-pane .form-group.sb-form-line .date-break, .my_feature_wrap .tab-pane .form-group.sb-form-line .day-break{    background-color: #f0ad4e;color: #fff;    font-family: lato;font-weight: 500;}
.sb-form-html.breaks_html{    margin: 15px 0 0 0 !important;display: inline-block;}

#timing #service_provider_view .edit-form .control-group, #location .edit-form .control-group, #form-appointment-location .control-group {
    display: inline-flex;
    width: 300px;
    justify-content: space-between;
}

div#control-group_monday, div#control-group_tuesday, div#control-group_wednesday, div#control-group_thursday, div#control-group_friday, div#control-group_saturday, div#control-group_sunday {
    width: 300px;
    display: inline-flex;
    justify-content: center;
    margin: 0;
    align-items: center;
}

div#control-group_monday > div, div#control-group_tuesday > div, div#control-group_wednesday > div, div#control-group_thursday > div, div#control-group_friday > div, div#control-group_saturday > div, div#control-group_sunday > div{width: 100px}

#service_provider_view .table .open-edit {
    vertical-align: top;
}

#form-appointment-location .sb-form-html.breaks_html .break-container{
    width: 100%;
    margin: 0;
}

.form-group.sb-form-line .sb-cb{ display: none;}

#fidelity-element{
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    padding: 0;
}

.sb-bg{padding: 0 15px;}
.sb-bg .bg-border{background: #f3f3f3;border: 1px solid #e6e6e6;    padding: 10px 0;}

.no-offline, .partial-offline {
    position: relative !important;
    left: 0 !important;
    color: #f31c55 !important;
    font-weight: 500 !important;
    display: inline-block !important;
    width: 100% !important;
    margin: 0 0 10px 0 !important;
}

.partial-offline {
    color: #dea435 !important;
}

.my_feature_wrap ul.list-group li.list-group-item{    border: 1px solid #e3e3e3;color: #757575;font-weight: 600;max-width: 99.2%;}
.my_feature_wrap ul.list-group li.list-group-item .actions .editCurrentGallery, .edit_event, .edit_store, #category_list .category_actions .fa-pencil, .edit_menu, #topics .category_actions .fa-pencil {color: #a8be11;margin: 0 5px;}
.my_feature_wrap ul.list-group li.list-group-item .actions .deleteCurrentGallery, .delete_event, .remove_store, .del_menu, #topics .category_actions .fa-remove{color: #f31c55;font-size: 16px;}

.my_feature_wrap ul.list-group li.list-group-item .actions .editCurrentEvent, .edit_option_group, #table_products_list .fa-, .taxes_list .edit_tax, #existing_promos .edit_promo, #bank_transfer_form .edit-action.edit-fields, .folder-hover .folder-edit, #existing_items .toggle-more  {color: #a8be11;margin: 0 5px;}
.my_feature_wrap ul.list-group li.list-group-item .actions .delete_event, #category_list .category_actions .remove_category, .taxes_list .remove_tax, #existing_promos .remove_promo, #bank_transfer_form .cancel-fields.remove-fields, .folder-hover .folder-delete, #existing_items .delete-msg{color: #f31c55;font-size: 16px;}

.edit_menu:hover {color: #a8be11;}
.del_menu:hover{color: #f31c55;}
.fa-sort.icon-move{color:#272725;}

.folder-hover .folder-delete{ margin-top: 0;}

.featherlight-content .content-color{
    background-color: #fff !important;
    width: 100%;
    height: auto;
}

.featherlight-content .input-flat{
    border: 1px solid #e3e3e3 !important;
    margin: 0 0 10px 0;
    color: #757575;
    border-radius: 20px !important;
    font-size: 14px;
    padding: 5px 10px;
    text-align: left;
    background: #fff;
    box-shadow: none;
    font-weight: 500;
    min-height: 36px;
    line-height: normal;
}

.featherlight-inner h3.title-editor{
    border-bottom: 1px solid #e6e6e6 !important;
    margin-bottom: 0;
    color: #757575 !important;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    padding: 10px 0;
    text-transform: capitalize;
    font-family: catamaran;
}

.featherlight-inner img.album_illus{max-width: 75px;height: auto;}
.featherlight-inner .track_count{font-size: 18px;color: #000;    font-weight: 500;}
.featherlight-inner .search_results #results{ height: 200px !important;}
#track_edit{max-height: 400px !important;  margin-top: 0 !important;}

.search_results li i.fa-circle-o, li i.fa-check-circle {
    border-radius: 0 !important;
    font-size: 24px !important;
}

.featherlight-content .color-blue.btn{ padding:7px 15px !important;}
.featherlight .container-fluid.featherlight-inner{padding: 15px 0;}
.featherlight-inner #music_custom_img_src {border: 0;}
.featherlight-inner #remove_custom_image_img {
    cursor: pointer;
    left: 15px;
    position: absolute;
    top: 0;
    background: #f31c55 !important;
    border: 0;
    border-radius: 0;
    padding: 5px 10px;
}


.my_feature_wrap ul.list-group li.list-group-item .actions .deleteElement.btn{
    background: #f31c55 !important;
    border: 1px solid #f31c55;
    padding: 0px 10px;
    line-height: normal;
    margin: 5px 0 0 0;
}

.featherlight-inner .deleteAlbum{
    background: #f31c55 !important;
    border: 0;
    padding: 5px 15px !important;
    line-height: normal;
    margin: 0;
}

#track_edit .deleteTrack{
    background: #f31c55 !important;
    border: 1px solid #f31c55;
    padding:5px 10px 6px !important;
    line-height: normal;
    margin: 3px 0 0 0;
}

#track_edit li.list-group-item{    border: 1px solid #e3e3e3;color: #757575;font-weight: 600;}

#playlist_types li {
    background: #f3f3f3 !important;
}

#playlist_types a.edit_playlist_type {
    padding: 5px;color: #5d5d5d;
}
.w100{ width: 100%;}

.featherlight .featherlight-content{max-width: 960px !important; max-height: 600px; height: auto !important;}

.featherlight-content #itunes_results #results{  margin: 0 !important;}

#new_musics_galery .form-group, #eventForm .form-group {margin-bottom: 0px;}

#apis_content .subcontent.content-color{ background: #fff !important;}


a.remove.remove_website, #delete_picture{
    background: #f31c55 !important;
    border: 1px solid #f31c55;
    padding: 0px 10px !important;
    line-height: normal;
    margin: 5px 0 0 0;
}

#add_custom_event a.remove.remove_website, #add_custom_event #delete_picture{
    padding: 5px 10px !important;
}

.event_rows label {
    margin: 0;
}

#add_custom_event #event_picture #delete_picture{ display: none;}
.mt-20{ margin-top: 20px;}

.table .open-edit{color: #a8be11; cursor: pointer;vertical-align: middle;}
.table .sb-mini-delete button{color: #f31c55; font-size: 16px;line-height: 16px;}

ul.nested-categories.nestedcate{
    font-size: 15px;
    max-height: inherit;
    overflow-y: hidden;
    overflow-x: hidden;
}

.nestedcate i.category-delete{color: #f31c55;font-size: 16px;    margin: 0 5px 0 10px}

ul.nested-categories.nestedcate li {
    margin: 0 0 15px;
}

.my_feature_wrap .nestedcate ul#nested-root span.category-hover {
    display: flex;
    align-items: center;
    padding: 0;
    border-left: 0;
}

.my_feature_wrap .nestedcate ul#nested-root span.category-hover:hover, .my_feature_wrap .nestedcate ul#nested-root span.category-hover:focus, li.category-sortable.active span.category-hover {
    box-shadow: none !important;
    border-left: 0;
    border-radius: 0;
}

.nestedcate i.category-sortable-handle{ margin-top: 0;}

.nestedcate i.category-add-product{
    color: #a8be11;
    font-size: 16px;
    margin: 0 5px;
}

.nestedcate .nested-sortable ul {
    margin: 22px 30px 20px !important;
    border: 1px solid #e3e3e3;
    padding: 15px 15px 0 !important;
}

.nestedcate .nested-sortable ul .category-edit-product{color: #a8be11;}
.nestedcate .nested-sortable ul .category-title{ font-weight: 600}

.product-format-container, #form-edit-field .control-group{    width: 100%;display: inline-block;}

.product-format-container button.product-add-format, .my_feature_wrap button.create-category {
    float: right;
    clear: both;
    background: #e6e6e6 !important;
    border: 1px solid #e6e6e6 !important;
    color: #7f7f7f !important;
    font-size: 14px;
    border-radius: 20px;
    font-weight: 500;
    padding: 7px 20px 6px;
}

.product-format-container .row.product-format-line {
    display: inline-block;
    width: 100%;
}
#product_format button.delete-format{
    background: #f31c55 !important;
    border: 1px solid #f31c55;
    padding: 6px 10px 9px !important;
    line-height: normal;
    margin: 0px 0 0 0;
    text-align: center;
    float: left !important;
}
#product_format button.delete-format .fa.pull-right {
    margin-left: 0;
}

button#upload_music_playlist_image{
    background: #e6e6e6 !important;
    border: 1px solid #e6e6e6 !important;
    color: #7f7f7f !important;
    font-size: 14px;
    border-radius: 20px;
    font-weight: 500;
    padding: 7px 20px 6px;
}

#product-form-container .control-group label, #form-edit-field .control-group label, .my_feature_edit .control-group label{ padding: 0;}
#product-form-container .control-group .col-md-7, #form-edit-field .control-group .col-md-7, .my_feature_edit .control-group .col-md-7{ padding: 0 5px;}

.storeheading{width: 100%;clear: left;padding: 20px 0 0 !important; }

#mcomerce_tabs_header .btn-group-justified > .btn-group{
    display: inline-block;
    float: none;
    width: auto;
}
#mcomerce_tabs_header .btn-group-justified > .btn-group a.show_tab.btn.color-blue {
    cursor: pointer;
    border-radius: 0;
    background: transparent !important;
    margin-right: 15px;
    font-weight: 600;
    border-bottom: 0;
    border: 0;
    padding: 7px 0px;
    color: #757575 !important;
    width: auto !important;
}

#mcomerce_tabs_header .btn-group-justified > .btn-group a.show_tab.btn.color-blue.active {
    color:#a8be11 !important;
    border-bottom: 1px solid #a8be11 !important;
}

#mcomerce_tabs_header .btn-group-justified > .btn-group .btn.color-blue.dropdown-toggle{
    cursor: pointer;
    border-radius: 0;
    background: transparent !important;
    margin-right: 15px;
    font-weight: 600;
    border-bottom: 0;
    border: 0;
    padding: 7px 0px;
    color: #757575 !important;
    width: auto !important;
}

#mcomerce_tabs_header{ padding-left: 0 !important;}

#mcomerce_tabs_header .btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
    background: #fff !important;
    border: 1px solid #e3e3e3;
    padding: 0;
    text-align: center;
}

#mcomerce_tabs_header .btn-group-justified > .btn-group .dropdown-menu li{
    border-bottom: 1px solid #e3e3e3;
}

#mcomerce_tabs_header .btn-group-justified > .btn-group .dropdown-menu li a{
    color: #757575;
    font-weight: 500;
    padding: 5px;
}

#mcomerce_tabs_header .btn-group-justified > .btn-group.open .btn.color-blue.dropdown-toggle{
    color:#a8be11 !important;
    border-bottom: 1px solid #a8be11 !important;
    box-shadow: none;
}

#upload_category_background{
    background: #e6e6e6 !important;
    border: 1px solid #e6e6e6 !important;
    color: #7f7f7f !important;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 500;
    padding: 7px 15px 6px;
}

#categoryForm{ margin: 10px 0 0 0;}

.my_feature_wrap table{ border: 2px solid #ddd;max-width: 99.2%;}

.my_feature_wrap table tr th label{ margin-bottom: 0;}

#productEditForm button.remove_product{
    margin-right: 10px;
    background: #f31c55 !important;
    border: 1px solid #f31c55;
    padding: 8px 10px 7px !important;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
}

#productEditForm button.duplicatebtn{
    margin-right: 10px;
    background: #e6e6e6 !important;
    border: 1px solid #e6e6e6 !important;
    color: #7f7f7f !important;
    font-size: 14px;
    border-radius: 2px;
    font-weight: 500;
    padding: 7px 10px 5px;
}

.upload_pic_wrap #upload_product_picture {
    margin-bottom: 15px;
    background: #e6e6e6 !important;
    border: 1px solid #e6e6e6 !important;
    color: #7f7f7f !important;
    font-size: 14px;
    border-radius: 20px;
    font-weight: 500;
    padding: 7px 20px 6px;
}

.upload_pic_wrap .item_product_picture {
    margin-top: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
}

.upload_pic_wrap .item_product_picture .remove_product_picture.btn{
    background: #f31c55 !IMPORTANT;
    border: 0 !important;
    border-radius: 0;
    padding: 2px 8px;
    top: 0;
    left: 0;
}

h3.title-feature-indent-w-toggle{
    padding: 15px 0 10px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.add_format{
    width: auto;
    background: #e6e6e6 !important;
    border: 1px solid #e6e6e6 !important;
    color: #7f7f7f !important;
    font-size: 14px;
    border-radius: 20px;
    font-weight: 500;
    padding: 7px 20px 6px;
    margin-bottom: 15px;
}

.delete_format, .btn.color-blue.delete_format, .edit_order_informations .cancel_orderbtn{
    background: #f31c55 !important;
    border: 1px solid #f31c55;
    padding: 7px 10px 7px !important;
    line-height: normal;
    margin: 0px 0 0 0;
    text-align: center;
    color: #fff;
}


.row_group_option_edit.first-row-feature button.btn.color-blue{
    background: #f31c55 !important;
    border: 1px solid #f31c55;
    padding: 8px 10px 7px !important;
    line-height: normal;
    margin: 0px 0 0 0;
    text-align: center;
}

#categoryForm .form-group, #choices_list .form-group, #gmaps_datas .form-group { margin-bottom: 0; }

.my_feature_wrap .group_options table {
    border: 0;
    margin-bottom: 0;
}

#productEditForm .sb-tgl-flat + .sb-tgl-btn:after{
    text-align: center;
    padding-top: 2px;
}

#productEditForm .sb-tgl-flat:checked + .sb-tgl-btn:after{
    padding-top: 2px;
}

#album_edit .deleteElement.btn{padding: 5px 10px !important;}

.my_feature_wrap .list.list-group .game_actions.list-group-item{ padding: 10px; width: 100%;}

.my_feature_wrap .list.list-group .game_actions.list-group-item .list.list-label {
    margin-top: 10px;  font-family: lato;
}

.my_feature_wrap .list.list-group .game_actions.list-group-item .list.list-label p, .my_feature_wrap .list.list-group .game_actions.list-group-item table.list.list-label p{
    color: #000;
}

.my_feature_wrap .list.list-group .game_actions.list-group-item table.list.list-label{ width: 100%; vertical-align: middle;}

.my_feature_wrap .list.list-group .game_actions.list-group-item table.list.list-label td{ padding: 5px;}

.my_feature_wrap .list.list-group .game_actions.list-group-item table.list.list-label label{ margin-bottom: 10px;}

#existing_items .list.list-group{ padding-right: 0;}


#sections_html .btn.color-blue.add-cms-block{
    background: #e6e6e6 !important;
    border: 1px solid #e6e6e6 !important;
    color: #7f7f7f !important;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

#sections_html_container .cms-block-container{
    width: 100%;
    display: inline-block;
}

#sections_html_container h3.title-editor.title-feature-indent{
    font-family: lato;
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
}

#sections_html_container h3.title-editor.title-feature-indent .cms-block-delete{
    right: 0;top: 8px;
}

#sections_html_container h3.title-editor.title-feature-indent .cms-block-delete .fa-close{
    color: #f31c55;
    font-size: 16px;
}

#sections_html_container h3.title-editor.title-feature-indent .cms-block-handle {
    right: 20px;color: #a8be11;
}

#fieldset-navcms.sb-nav{ margin-top: 0;}

#fieldset-navcms.sb-nav .sb-save-info-button{
    clear: both;
    width: 100%;
    float: left;
}

#fieldset-navcms.sb-nav .sb-save-info-button .btn{ margin-top: 0; margin-bottom: 0;}

#sections_html_container .cms-block-container .btn.color-blue.feature-upload-file, .my_feature_wrap .sb-save-info-button .add_new_feild{
    background: #e6e6e6 !important;
    border: 1px solid #e6e6e6 !important;
    color: #7f7f7f !important;
    font-size: 14px;
    border-radius: 20px;
    font-weight: 500;
    width: auto;
    padding: 7px 20px 6px;
}

#sections_html_container .cms-block-container .video-type.color-blue.btn.button-off, #sections_html_container .cms-block-container .cms-button-type.color-blue.btn.button-off{
    border: 1px solid #e3e3e3;
    background: #f3f3f3 !important;
    padding: 10px;
    color: #5d5d5d !important;
    font-weight: 600;
    margin-right: 1em;
    margin-bottom: 10px;
}

#sections_html_container .cms-block-container .video-type.color-blue.btn, #sections_html_container .cms-block-container .cms-button-type.color-blue.btn{
    background: #a8be11 !important;
    color: #fff !important;
    border: 1px solid #a8be11;
    padding: 10px;
    font-weight: 600;
    margin-right: 1em;
    margin-bottom: 10px;
}

#sections_html_container .cms-block-container .control-group, #form-promotion .control-group, #form-gateway .control-group, .folder .control-group{ width: 100%; display: inline-block; margin-left: -15px;}

#payment-table #form-gateway .control-group, .folder .control-group {
    margin-left: 0;
}

#sections_html_container .cms-block-container .control-group .col-md-7, #form-promotion .control-group .col-md-7, #form-gateway .control-group .col-md-7, .folder .control-group .col-md-7{ padding-left: 25px;}

.table > thead > tr > th{ background-color: #f7f7f7;    font-weight: 600;}
.table > thead > tr > td{font-family: lato;font-weight: 400;}

#discount .table .open-edit {
    vertical-align: top;
}

.custom_modal .modal_content li{background: #a8be11 !important;}

tr.edit-form.editformtop{ 
    border-bottom: 0 !important;
    border-top: 0 !important;
    box-shadow: none !important;
}

table.payment-table .sb-tgl-flip + .sb-tgl-btn:after, table.payment-table .sb-tgl-flip + .sb-tgl-btn:before{
    text-transform: uppercase;
    height: 100%;
    font-weight: 500;
    font-family: lato;
    margin-bottom: 0;
    background: #a8be11 !important;
    content: "On";
    color: #fff;
    font-size: 14px;
    line-height: normal;
    padding: 7px 0 0 0;
}

table.payment-table .sb-tgl-flip + .sb-tgl-btn:before{
    background: #f31c55 !important;
    content: "Off";
    color: #fff;
    font-size: 14px;
    line-height: normal;
    padding: 7px 0 0 0;
}

table.payment-table .sb-tgl-flip:checked + .sb-tgl-btn:after{
    background: #a8be11;
}

.innertext{ text-indent: 10px !important;}

#transactionTable_wrapper .dataTables_length{
    width: auto;
    display: inline-block;
    float: right;
    margin-bottom: 15px;
}

#transactionTable_wrapper #transactionTable_filter, #payment-table_wrapper #payment-table_filter{
    float: left;
    width: auto;
    display: inline-block;
    margin-bottom: 15px;
}

#bank_transfer_form .edit-action.edit-fields{ margin: 10px;}

.deletemodule{color: #f31c55;}

.folder-form-container{padding: 0 10px;}

.folder-form-container h4{ padding-left: 0 !important;}


#folder #add_page_list .block_add_pages_icon{
    background-color: #949494 !important;
    border: 1px solid #e3e3e3;
    color: #fff !important;
    font-size: 14px;
    text-align: center;
    background-position: top 10px center;
    background-size: 40px;
}

#customer_forms.content-color, .customer_application_list .subcontent.content-color{ background-color: #fff !important;}

#cancel_customer{background: #f31c55 !important;border: 0 !important;}

#form-fields .table > tbody > tr > td{ vertical-align: middle;}

.label-success {
    background-color: #a8be11;
}
.label-danger {
    background-color: #f31c55;
}

#form-fields .table > tbody > tr > td .label{
    border-radius: 2px;
    line-height: 14px;
    vertical-align: middle;
    font-family: lato;
    padding: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px
}
#form-fields .table > thead > tr > th{ line-height: normal;}

.table > tbody > tr > td { font-family: lato;font-weight: 500;}

#tab-results table.toggle-table, #tab-results table.toggle-table-1{ border: 0;}

#tab-results .table > tbody > tr > td { vertical-align: top;}

.innertabcontent{padding: 0 10px;}
button.export-csv, .edit_category.color-blue{
    background: #e6e6e6 !important;
    border: 1px solid #e6e6e6 !important;
    color: #7f7f7f !important;
    font-size: 14px;
    border-radius: 20px;
    font-weight: 500;
    padding: 7px 20px 6px;
    margin: 20px 0 0 0;
}

.edit_category.color-blue{ height: auto;padding: 7px 20px 6px !important;margin:0 !important;}

#table_list_images_new .img-col.color-blue, #table_list_images .img-col.color-blue, #trigger_upload_image{
    background: #e6e6e6 !important;
    border: 1px solid #e6e6e6 !important;
    color: #7f7f7f !important;
    font-size: 14px;
    border-radius: 20px !important;
    font-weight: 500;
    padding:5px 15px 0;
    line-height: normal;
    vertical-align: middle;
}

#table_list_images_new .new_search_input.search_input.upload_picture, .table_list_images .new_search_input.search_input.upload_picture, #table_list_images .search_input.upload_picture.btn{
    background: #e6e6e6 !important;
    border: 1px solid #e6e6e6 !important;
    color: #7f7f7f !important;
    font-size: 14px;
    border-radius: 20px;
    font-weight: 500;
    padding: 7px 20px 6px;
    width: 100%;
}

.color-red-bg,.color-blue.color-red-bg{
    background: #f31c55 !important;
    border: 1px solid #f31c55 !important;
    color: #fff !important;
}

.img_wrp {
    border: 1px solid #e3e3e3;
    padding: 5px;
}

.img_wrp img {
    max-width: 100%;
}

#trigger_upload_image{
    padding: 7px 20px;
    margin: 0 0 10px 0;
}

#table_list_images_new .img-col.color-blue{    padding: 9px 15px 2px;}

.my_feature_wrap .form-horizontal .radio-inline, .my_feature_wrap .form-horizontal .checkbox-inline{
    padding-top: 0 !important;  
    background-color: transparent !important;
}

#push_map_canvas{
    margin-left: 15px;
}

.edit_page .tab-content{padding: 0 10px;}

#places .table .open-edit, #companies .table .open-edit, #categories .table .open-edit {
    vertical-align: top;
    text-align: center;
    line-height: 14px;
}

#places .icon-power-off, #companies .icon-power-off, #categories .icon-power-off{color: #4a4a4a;}
#places .icon-ok, #companies .icon-ok, #categories .icon-ok{color: #f9c41e;}

#link .control-group, #links .control-group {
    display: inline-block;
    width: 100%;
}

.push_actions i{
    font-weight: 600;
    color: #a8be11;
}

.icon.more{    color: #f9c41e;}

.my_feature_wrap .list.list-group .list-group-item .form-group {
    margin-bottom: 5px;
}

.my_feature_wrap .list.list-group .list-group-item .form-group label {
    font-weight: 600;
    color: #3d3d3d;
}

.employeewrap{ margin: 15px 0;}

.employeewrap .icons a {
    line-height: normal;
    vertical-align: top;
    position: relative;
}

.employeewrap .icons a .fa {
    line-height: normal;
    vertical-align: top;
}

.employeewrap .icons .edit_pass{
    color: #a8be11;
    cursor: pointer;
    font-size: 20px;
    margin-right: 15px;
}

.employeewrap .icons .delete_password{
    color: #f31c55;
    font-size: 20px;
    top: -2px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 20px;
    padding: 0;
    vertical-align: middle;
    margin: 0 0 15px 0;
}

.shift-checkbox {
    transform: none !important;
}

#padlockForm label span {
    margin-left: 5px;
}

#padlockForm .save{
    display: inline-block;
    margin: 15px 0 30px 0px;
}

#sections_html_container .cms-block-container .control-group{ margin-left: 0;}

#sections_html_container .cms-block-container .control-group .col-md-7{    padding-left: 10px;}

span.tag.tag_bg.label {
    background: #a8be11;
    padding: 5px;
    font-weight: 600;
    font-family: lato;
    font-size: 0.8em;
    line-height: 24px;
}

.download_alert{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border: 1px solid #e3e3e3;
    font-family: lato;
    font-weight: 400;
    padding: 10px;
    background: #f3f3f3;
    border-radius: 2px;
}

.download_alert .btn{
    background: #e6e6e6 !important;
    border: 1px solid #e6e6e6 !important;
    color: #7f7f7f !important;
    font-size: 14px;
    border-radius: 20px;
    font-weight: 500;
    padding: 7px 20px 6px;
    margin-left: 15px;
}

.download_alert b{  margin-right: 15px;}
.tableh5{font-weight: bold;margin: 0 0 5px;padding: 0;line-height: 14px;}
.table_edit{ vertical-align: top !important;line-height: 14px;}

table p:empty {
    display: none;
}

.my_feature_wrap .sb-search i.fa-search{color: #a8be11;}
.my_feature_wrap .sb-search i.fa-times{color: #f31c55;}

.sweet-alert p{ margin: 10px 0 !important;}

#form-application-privacy-policy #fieldset-reset{ float: left;}
#form-application-privacy-policy #fieldset-reset #reset_default{
    background: #e6e6e6 !important;
    border: 1px solid #e6e6e6 !important;
    color: #7f7f7f !important;
    font-size: 14px;
    border-radius: 20px;
    font-weight: 500;
    padding: 7px 20px 6px;
}

#form-application-privacy-policy #fieldset-save{
    margin: 0;
    display: inline-block;
    float: right;
}

#edit_privacy_policy span {
    word-break: break-word;
}

#form-application-privacy-policy #fieldset-save .btn{ margin-right: 0 !important;}

.btn.add-cms-block:focus{background: #a8be11; color: #333;}

.my_feature_edit #discount .control-group label{ padding-left: 15px;}
.my_feature_wrap #discount table .delete-action .sb-mini-delete{ line-height: 26px;}
.table_inner_sec b{color: #3d3d3d;}
#add_category.edit_category{padding: 7px 10px 6px !important;}
#product_group_options .group_options .table .input-flat{clear: none;float: none;}

.my_feature_wrap #change_background_image .feature-upload-placeholder {
    margin-top: 15px;
    position: relative;  
}

.my_feature_wrap #change_background_image .feature-upload-placeholder .feature-upload-delete{top: 0 !important;left: 0 !important;}
#form-folder-category .control-group {margin-left: 10px !important;}

#folder-form #form-folder-category .control-group {
    margin-left: 0 !important;
}

#upload_push_picture{margin-bottom: 15px;}

#rss .table .open-edit {
    vertical-align: top; 
}

.table .fa.fa-sort{
    color: #3d3d3d;
}

.no-slider{ padding-top: 0 !important;}

.video_wrap{ margin-bottom: 15px;}

.video_wrap img{ width: 100%;}

.dashboard h3.title-dashboard{
    border-bottom: 1px solid #e6e6e6 !important;
    margin-bottom: 0;
    color: #757575;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    padding: 15px;
    text-transform: capitalize;
    font-family: catamaran;
    margin-bottom: 15px;
    border-radius: 0;
}

.dashboard .input-flat{
    border: 1px solid #e3e3e3 !important;
    float: left;
    margin: 0;
    color: #757575;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px 10px;
    text-align: left;
    background: #fff;
    box-shadow: none;
    font-weight: 500;
    min-height: 36px;
    line-height: normal;
}

.dashboard .item-application {
    margin: 0 0 10px 0;
    border-top: 1px solid #e7e7e7;
    padding-top: 10px;
}

.dashboard .manage_app, .dashboard .delete_app{ 
    color: #fff; font-size: 12px;padding: 4px 8px 4px;font-weight: 600;line-height: normal
}

.dashboard .manage_app{background: #a8be11;}
.dashboard .delete_app{background: #f31c55;min-height: 24px;padding: 5px 8px 4px;}

.dashboard h4.app-name-title {
    font-weight: 600;
    font-family: lato;
    font-size: 17px;
    margin: 0 0 6px 0;
}

.dashboard .color-green {
    background-color: #a8be11;
}

.totals_metrics {
    font-family: lato;
    font-weight: 600;
}

.dashboard #sb-tour-demo-warning{ margin: 0; display: inline-block;}

.dashboard .bg-white {
    background-color: #fff;
    display: inline-block;
    width: 100%;
}

.dashboard table {
    border: 2px solid #ddd;
}
.dashboard #analytics_installs{ height: 230px !important;border: 2px solid #ddd;}

.dashboard_btn{    background: #a8be11;    width: 100%;
    font-size: 14px;
    color: #fff;
    border: 1px solid transparent;
    margin: 0 0 15px !important;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;}

.dashboard_video{padding: 15px 15px 0;  margin-bottom: 15px;}

.list .item.item-custom {
    border:1px solid #ff0000 !important;
 }

.button_upload_pic #delete_picture.form-group {
    background: transparent !important;
    border: 0;
    padding: 0 !important;
    line-height: normal;
    margin: 15px 0 0;
    position: relative;
}

.button_upload_pic #delete_picture.btn {
    background: #f31c55 !important;
    border: 0;
    padding: 0 !important;
    line-height: normal;
    left: 0;
    padding: 5px 10px !important;
    border-radius: 0;
    margin: 0;
}

.button_upload_pic .upload_picture{
    background: #e6e6e6 !important;
    border: 1px solid #e6e6e6 !important;
    color: #7f7f7f !important;
    font-size: 14px;
    border-radius: 20px;
    font-weight: 500;
    padding: 7px 20px 6px;
}

#posts .table .open-edit {
    vertical-align: top;
    line-height: 14px;
    text-align: center;
}

#form-fanwall-post .ui-datepicker-trigger.btn.color-blue{
    background: #e6e6e6 !important;
    color: #7f7f7f !important;
    border: 1px solid #e3e3e3 !important;
}

#editPageDescription{ margin-bottom: 15px;}
#topic-application-import .feature-upload-file{
    background-color: #f3f3f3 !important;
    color: #757575 !important;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    min-height: 36px;
}

#list #choose_type li {
    float: left;
    padding-top: 0px;
    width: 120px;
    margin-right: 1em;
    background: #f3f3f3 !important;
    padding: 5px;
    color: #5d5d5d !important;
}

#list #choose_type li p{ margin: 0;}

.add-video .delete_video, #table_list_videos .delete_video{
    background: #f31c55 !important;
    border: 1px solid #f31c55 !important;
    color: #fff !important;
}

.add-video .img-col.color-blue,  #table_list_videos .img-col.color-blue {
    background: #e6e6e6 !important;
    border: 1px solid #e3e3e3 !important;
}

.add-video .img-col.color-blue img,  #table_list_videos .img-col.color-blue img{ max-width: 100%;}

#location_view .table .open-edit, #service_category_view .table .open-edit, #provider_view .table .open-edit{
    vertical-align: top;
    line-height: 16px;
}

.my_feature_edit input[type=radio].color-blue:before{ left: 1px;}
input[type=radio]:after{ margin-left: 6px !important;}
#form-appointment-setting .sb-custom-radio.radio-inline{ margin-bottom: 5px;}

.my_feature_wrap input[type=radio].color-blue:before{ left: 0px;}
.my_feature_wrap input[type=radio]:after{ margin-left: 5px !important;}

.carousel-container {
    border-radius: 0 !important;
    background-color: #f3f3f3 !important;
    padding: 15px 0 !important;
    border: 1px solid #e3e3e3 !important;
}

.carousel-container table{
    border: 0 !important;
}

.carousel-container table td.sb-carousel-items{ padding: 0 10px;}

#sections_html_container label.sb-custom-radio.radio-inline{ margin-bottom: 10px;}

.btn.add-cms-block:hover, .btn.add-cms-block:focus{ background: #a8be11; color: #ffffff;}

input[type=radio].color-red:before, input[type=checkbox].color-red:before {
    background-color: white !important;
    border: 2px solid #ff3a2e !important;
}

input[type=radio].color-green:after,  #font_content input[type=radio].color-red:after {
    background-color: #a8be11 !important;
    margin-left: 5px !important;
}


#default-options input[type=radio].color-red:before, #default-options input[type=checkbox].color-red:before, #custom-options input[type=radio].color-red:before, #custom-options input[type=checkbox].color-red:before, #behavior_container input[type=checkbox].color-red:before, #font_content input[type=radio].color-red:before{
    background-color: white !important;
    border: 2px solid #a8be11 !important;
}

#default-options input[type=checkbox].color-red:after, #custom-options input[type=checkbox].color-red:after, #behavior_container input[type=checkbox].color-red:after {
    border-color: #a8be11 !important;
}

#default-options input[type=radio].color-red:after, #custom-options input[type=radio].color-red:after,  #font_content input[type=radio].color-red:after {
    background-color: #a8be11;
}

#default-options select.color-red, #custom-options select.color-red, #localization select.color-red{
    background-color: #e6e6e6 !important;
    clear: left;
    border: 1px solid #e3e3e3 !important;
    float: left;
    margin: 0 0 10px 0;
    color: #757575 !important;
    box-shadow: none !important;
    font-weight: 500;
    border-radius: 20px !important;
    min-height: 36px;
}

#custom-options form.sb-form:not(.form-horizontal) .sb-form-checkbox, #custom-options .form-layout-options .sb-checkbox-label{
    float: left;
}

#layouts h4.h4_text, #default-options h4, h4.toggle-overlay{
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    text-align: left !important;
    text-transform: capitalize !important;
    padding-bottom: 10px !important;
    font-weight: 500 !important;
}

#fieldset-sliders{ margin-left: 30px;}

#layouts input[type=radio]:after {
    background-color: #a8be11 !important;
    margin-left: 5px !important;
}

#custom-options form.sb-form label{
    margin-bottom: 5px;
}

#fieldset-submit .sb-save-info-button{
    margin-top: 0px;
}

.layout-colorpicker .colorpicker-square {
    width: 38px !important;
    height: 38px !important;
    display: block;
    float: left;
    box-shadow: none !important;
    border-radius: 50% !important;
    margin-right: 10px;
    margin-top: 1px;
    border: 1px solid #ccc !important;
}

.colorpicker-block{
    width: 100%;
    display: inline-flex;
}

#modal_content_preview h3.title-editor, #modal_content_modal_layouts h3.title-editor{
    border-bottom: 1px solid #e6e6e6 !important;
    margin-bottom: 0;
    color: #757575 !important;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    padding: 15px;
    text-transform: capitalize;
    font-family: catamaran;
}

#modal_content_preview button.close_modal, #modal_content_modal_layouts button.close_modal {
    margin-top: 0;
    margin-right: 0;
}

#modal_content_preview .content-color, #modal_content_modal_layouts .content-color{
    background-color: #ffffff !important;
}

#modal_content_preview ul li, #modal_content_modal_layouts ul li {
    background: #e9e9e9 !important;
}

#modal_content_preview ul li a, #modal_content_modal_layouts ul li a {
    padding: 10px 15px;
}

#modal_content_preview ul li a:hover, #modal_content_preview ul li a:focus, #modal_content_preview ul li a:active, #modal_content_preview ul li.active a, #modal_content_modal_layouts ul li a:hover, #modal_content_modal_layouts ul li a:focus, #modal_content_modal_layouts ul li a:active, #modal_content_modal_layouts ul li.active a {
    padding: 10px 15px;
    color: #a8be11 !important;
}

#modal_content_preview ul li:nth-child(2), #modal_content_preview ul li:nth-child(3), #modal_content_preview ul li:nth-child(4){
    display: none;
}

#behavior_container #ios_status, #behavior_container #android_status {margin: -7px 0 0 15px !important;}

#behavior_container #ios_status span, #behavior_container #android_status span{
    font-style: italic !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    color: #a8be11 !important;
}

.msp_p{
    margin: 0px 5px 15px;
    font-size: 14px;
    font-weight: 500;
}

.msp_p span{
    color: #a8be11;
}

.btn-green.save-custom-font{
    min-height: 36px;
    border-radius: 20px;
    width: 100%;
    font-size: 16px;
}

#custom_comfortaa{ margin-bottom: 15px;}

h4.font-group {
    border: 0;
    text-align: left;
    background-color: transparent;
    font-style: normal;
    padding: 0;
    letter-spacing: 2px;
    font-weight: 500;
    color: #535353;
}

.display_tooltip {
    font-size: 18px !important;
    top: -3px;
    position: relative;
    color: #FFC107;
}

.show-help{
    font-size: 14px !important;
    top: -3px;
    position: relative;
    color: #ffc107;
}

#behavior_container .form-group.sb-form-line, #behavior_container .control-group{display: inline-block; width: 100%;    margin-bottom: 0;}

.font-label.checked, .font-label:hover {
    border-color: #a8be11;
}

.font-label{
    margin-bottom: 15px;
}

#homepage_content .color-green {
    background-color: #a8be11;
}

.download_format{
    cursor: pointer !important;
    border: 1px solid #a8be11;
    color: #a8be11;
    font-weight: 600;
}

.download_format:hover, .download_format:focus  {
    border: 1px solid #a8be11;
    color: #FFF;
    background-color:#a8be11 ;
}

#template_content b{
    font-weight: 600;
}

#fieldset-submit.sb-nav {
    margin-top: 0;
    float: left;
    clear: left;
    width: 100%;
}

.solo-page #fieldset-submit .btn.default_button, #default-options .btn.default_button{
    float: left !important;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 2px;
}

#form-options{
    width: 100%;
    display: inline-block;
}

/* #form-options #fieldset-submit.sb-nav {
    margin-top: 15px;
} */

#custom-options .control-group div, #default-options .control-group div{float: left;}

#custom-options .control-group .sb-form-checkbox, #default-options .control-group .sb-form-checkbox{ margin-right: 5px;}

.no_option{
    color: #f31c55;
    font-weight: 600 !important;
}

.colorpicker .colorpicker_field input, .colorpicker .colorpicker_hex input{
    color: #fff !important;
    font-weight: 600 !important;
    top: 3px !important;
}

.font-label input {
    transform: translateY(18px) !important;
    float: right !important;
}

.font-example{
    margin-left: 5px !important;
}

.font-name{
    font-weight: 500 !important;
}

.custompanel{ display: inline-block; width: 100%; margin: 0 0 15px;}

.custompanel .panel-default{
    border: 0;
    padding: 0;
    margin:0 0 15px;
   
}

.custompanel .panel-heading{
    padding: 0;
    border: 0;
    background: #fff;
    box-shadow: none;
}



.custompanel .panel-body{ border-top: 0!important;}

.custompanel .panel-heading h3 a{
    display: inline-block;
    width: 100%;
}


/* .custompanel .panel-heading h3 a[aria-expanded="true"]:after, .custompanel .panel-heading h3 a:after{
    transform: rotate(180deg);
    content: "";
   background: url(../images/customization/pictos/arrow_bottom_def.png) no-repeat;
   width: 20px;
   height: 20px;
   background-position: right;
    display: inline-block;
    float:right;
  
}

.custompanel .panel-heading h3 a[aria-expanded="false"]:after{
     content: "";
    background: url(../images/customization/pictos/arrow_bottom_def.png) no-repeat;
    width: 20px;
    height: 20px;
    background-position: right;
     display: inline-block;
     float:right;
     transform:none;
} */

/**    **/
.custompanel .panel-title > a {
    display: block;
    position: relative;
}
.custompanel .panel-title > a:after {
    content: "\f078"; /* fa-chevron-down */
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top:0px;
    color: #b1b1b1;
    font-weight: 100;
    font-size: 18px;
    top: 4px;
}
.custompanel .panel-title > a[aria-expanded="true"]:after {
    content: "\f077"; /* fa-chevron-up */
}


 #row_scss h4{
    margin: 0px 0 15px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
}

#row_scss .mini-color span {
    top: 5px;
    position: relative;
    font-weight: 500;
} 

.green_btn{
    min-height: 36px;
    border-radius: 20px;
    font-size: 16px;
    min-width: 100px;
}

.minicolors-current-value input.input-flat {
    padding: 5px !important;
    margin: 5px;
    display: inline-block;
    width: 95%;
}

.custom_publication{
    word-break: break-word;
}

.custom_publication .panel-default > .panel-heading{
    display: inline-block;
    width: 100%;
    margin: 0;
    background: none;
    padding: 10px 15px 0;
}

.custom_publication .panel-collapse .panel-title > a:after {
    top: 0;
}

.custom_publication .panel-group .panel {
    border-radius: 0px;
    border: 0;
}

.custom_publication .panel-group .panel-heading + .panel-collapse > .panel-body{
    border: 0;
}

.custom_publication .panel-collapse .panel-group .panel-heading {
    border: 1px solid #ddd;
    background: #f5f5f5;
    padding: 10px 15px;
}

.custom_publication .btn.default_button{
    font-size: 14px;
    border-radius: 2px;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.custom_publication fieldset{
    margin: 0 0 15px;
}

.custom_publication .app-name-title{
    margin: 20px 0 0 0;
    font-weight: 600;
    text-transform: capitalize;
}

.custom_publication .item-application .app-icon {
    border-radius: 50%;
    background: #ccc;
}

.custom_publication .panel-collapse .panel-group .panel-heading .panel-title{
    font-weight: 600;
}

.custom_publication .panel-group .panel-heading + .panel-collapse > .panel-body .panel-collapse > .panel-body{
    border: 1px solid #ddd;
    border-top: 0;
}

.custom_publication .panel-group .panel-heading + .panel-collapse > .panel-body .panel-collapse > .panel-body h4{
    border-bottom: 1px solid #e5e5e5;
    font-weight: 200;
    font-size: 20px;
    letter-spacing: 1px;
    color: #757575;
    line-height: normal;
}

.custom_publication .btn.default_button.disabled{opacity: 0.65;cursor: no-drop;}

/* .zap_publication i{ font-size: 24px;} */

.custom_publication select {
    background-color: #e6e6e6 !important;
    clear: left;
    border: 1px solid #e3e3e3 !important;
    float: left;
    margin: 0 0 10px 0;
    color: #757575 !important;
    box-shadow: none !important;
    font-weight: 500;
    border-radius: 20px !important;
    min-height: 36px;
    font-size: 14px;
}

#android-element{
    margin-top: 15px;
}

.custom_publication  .item-application {
    border-top: 0;
    display: inline-block;
    width: 100%;
    margin: 0;
}

/**    **/
.custom_publication .panel-title > a {
    display: block;
    position: relative;
}
.custom_publication .panel-title > a:after {
    content: "\f078"; /* fa-chevron-down */
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top:15px;
    color: #b1b1b1;
    font-weight: 200;
}
.custom_publication .panel-title > a[aria-expanded="true"]:after {
    content: "\f077"; /* fa-chevron-up */
}

.common_panel .panel-default > .panel-heading{
    padding: 0;
}

.common_panel .panel-title > a:after{
    font-weight: 100;
    font-size: 18px;
    top: 4px;
}

.common_panel #icon{
    display: inline-block;
    width: 100%;
}

.common_panel .border-green {
    border-color: #a8be11 !important;
}

.common_panel h4{
    line-height: normal;
    margin: 0 0 10px;
    font-weight: 500;
}

.custom_publication .panel-collapse .panel-group .panel-heading .panel-title i.fa {
    font-size: 18px;
}

.custom_publication .panel-collapse .panel-group .panel-heading .panel-title .fa-android{
    color: #a8be11;
}

.custom_publication .panel-collapse .panel-group .panel-heading .panel-title .fa-apple{
    color: #1d7ff4;
}

.application_customization_publication_infos_index #overview{
    display: none;
}

.application_customization_publication_infos_index .responsive-part {
    width: 100%;
}

.application_customization_publication_app_index div#phone-bar {
    top: calc(-1 * 87vh + 80px);
}

.app_setting_tab .panel-body .panel-heading{
    border: 1px solid #ddd;
    background: #f5f5f5;
    padding: 10px 15px;
}

.app_setting_tab .panel-body legend i.fa {
    font-size: 20px;
}

.app_setting_tab .panel-body legend .fa-android{
    color: #a8be11;
}

.app_setting_tab .panel-body legend .fa-apple{
    color: #1d7ff4;
}

.app_setting_tab .panel-body .panel-heading .panel-title{
    font-weight: 600;
}

.app_setting_tab .panel-group .panel {
    margin-bottom: 0 !important; 
}

.my_feature_wrap .display_tooltip {
    font-size: inherit !important;
    top: inherit;
    position: relative;
    color: inherit;
}

.build-timestamp{
    display: inline-block;
    margin: 0px 0 0 10px;
    font-family: lato;
    font-weight: 500;
    top: -5px;
    position: relative;
}

#sections_html_container .cms-block-container textarea::placeholder {
     color: transparent;
}

#form-push-global .form-group {
    margin-right: 0;
    margin-left: 0;
}

.push_admin_global h4{font-weight: 500;}

#cover_button{
    background-color: #f3f3f3 !important;
    color: #757575 !important;
    border: 1px solid #e3e3e3 !important;
    border-radius: 20px;
    min-height: 36px;
    font-size: 14px;
}

#sb-tour-global-push-select-app .sb-search i.active {
    color: #a8be11;
    top: -26px;
}

#sb-tour-global-push-select-app .sb-search i.clear {
    color: #f31c55
}

.chkbox_div{
    display: inline-block;margin: 0px 0 20px 10px
}

.chkbox_div_chk{
    position: relative;top: -11px;
}

#folder_add_page_list .folder_add_page{
    width: 120px !important;
    margin-top: 10px
}

#folder_add_page_list .color-blue.btn{
    background-color: none !important;
}


.pwamaintabs .panel-default > .panel-heading{
    padding: 15px 15px;
}

.pwamaintabs .panel-title > a:after{
    top:0px;
}

.pwamaintabs .app-name-title{
    margin: 0;
}

.applybtn.color-green, #download_src_code {
    background-color: #a8be11 !important;
}

.pwamaintabs .panel-body h4:empty{
    display: none;
}

.pwamaintabs .panel-body h4{
    color: #FFC107;
    font-size: 16px;
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 500;
}

.pwamaintabs .display_tooltip {
    top: 1px;
    left: 5px;
}

.notification_example_img{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px 0 0;
}

#form-pwa-notifications-details .btn.default_button {
    float: left !important;
    margin-left: 28%;
}

.qr_coe_div{
    display: flex;
    margin: 0 0 15px 0;
}

.qr_coe_wrap {
    max-width: 200px;
    width: 100%;
}

#download_src_code {
    padding: 10px 20px;
}

#select_features_to_lock ul{
    display: inline-block;
    width: 100%;
    margin: 0 0 0 -20px;
}

#select_features_to_lock ul li.level_1 {
    width: 46%;
    display: inline-block;
}

#select_features_to_lock input[type=checkbox]:before, #select_features_to_lock input[type=radio]:before, #select_unlock_by input[type=checkbox]:before {
    background-color: white !important;
    border: 2px solid #b9b9b9 !important;
}

#select_features_to_lock input[type=checkbox]:after, #select_unlock_by input[type=checkbox]:after {
    border-color: #a8be11 !important;
}

#lrForm .default_button.btn{
    background: #a8be11 !important;
    font-size: 14px;
    color: #fff;
    border: 1px solid #a8be11;
    margin: 0;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}

#lrUpdateForm #btndeleteLR {
    background: #f31c55;
    color: #fff;
    padding: 5px 10px;
}

#select_features_to_lock .checkbox, #select_unlock_by .checkbox {
    pointer-events: none;
}

#select_features_to_lock .checkbox input[type="checkbox"]{
    position: relative;
    top: 5px;
}

#select_unlock_by .checkbox input[type="checkbox"]{
    top: 0px;
    left: -5px;
}

#select_features_to_lock .col-md-6.col-xs-12 .checkbox input[type="checkbox"]{
    position: relative;
    top: 0;
}

#select_features_to_lock .col-md-6.col-xs-12 .checkbox {
    margin: 0 0 12px;
}

#select_features_to_lock .checkbox, #select_unlock_by .checkbox{
    margin: 0 0 7px;
    vertical-align: top;
}

#select_unlock_by .checkbox input[type="checkbox"] .padlock_top{
    top:5px;
}

#fieldset-homepage_slider .control-group{
    width: 100%;
    display: inline-block;
}

#fieldset-homepage_slider .control-group .sb-form-line-title{
    padding: 0;
}

#fidelity_tabs .background, #fidelity_tabs .margin-bkg{ padding: 0 10px;}

#fidelity_tabs .background .margin-bkg{ padding: 0;}

#fidelity_tabs .table{margin-top:15px;}

#fidelity_tabs .table .open-edit {
    vertical-align: top;
}

#fidelity_tabs #progloy_validation .row_password{ margin-top: 20px;}

#fidelity_tabs #progloy_validation .row_password .icons{ font-size: 18px;}

#fidelity_tabs #progloy_validation .row_password .icons .download_qrcode {
    margin-right: 0;
    font-size: 18px;
}

#fidelity_tabs #progloy_validation .row_password .icons a{
    margin-right: 5px !important;
    vertical-align: middle;
    line-height: normal;
}

#fidelity_tabs #progloy_validation .row_password .icons a .fa-edit{color: #a8be11;}

#fidelity_tabs #progloy_validation .row_password .icons a .fa-times{color: #f31c55;}

#fidelity_tabs .background .conteneur_background_image{    border-radius: 0;}

#fidelity_tabs .background .conteneur_background_image #background_image{    border-radius: 0;}

#fidelity_tabs .background #change_background_image #delete_background_image {
    background: #f31c55 !important;
    border: 0;
    padding: 3px 8px;
    border-radius: 0;
}

.application_settings_apis_index fieldset legend {
    color: #464646;
    border-bottom: 0;
}

#link #form-edit-settings .sb-radio-container .sb-custom-radio.radio-inline{margin-bottom:5px}

#folder #nested-root li.folder-sortable {
    max-width: 245px;
    display: inline-block;
    width: 100%;
}
#folder #nested-root li.folder-sortable.active span.folder-hover{
    border: 1px solid #a8be11;
    color: #fff;
    background: #a8be11;
}

#folder .nested-folders li.folder-sortable.active#root-folder span.folder-hover{
    border: 1px solid #a8be11;
    color: #fff;
    background: #a8be11;
}

#folder .nested-folders span.folder-hover{
    height: 70px;
    align-items: center;
    display: flex;
    font-family: lato;
    padding: 5px 15px;
}

#folder .nested-folders li.folder-sortable.active#root-folder span.folder-hover .folder-edit{
    margin-left: auto;
    color: #fff;
}

#folder .nested-folders li.folder-sortable#root-folder span.folder-hover .folder-edit{
    margin-left: auto;
    color: #a8be11;
}

#folder #nested-root li.folder-sortable i.folder-sortable-handle {
    margin-top: 0px;
}

#folder #nested-root li.folder-sortable.active span.folder-hover .folder-edit{
    margin-left: auto;
    color: #fff;
}

#folder #nested-root li.folder-sortable span.folder-hover .folder-edit{
    margin-left: auto;
    color: #a8be11;
}

.d_none{
    display: none;
}

div#font_content {
    box-shadow: none;
}

/* iframe#mobile_overview #homepage_slider .slider-slides{
    margin-top: 30px;
} */

#homepage_slider .img_dimension_wrap p.img_dimension_size {
    font-family: lato;
    font-weight: 500;
    margin: 10px 15px 0 0;
    display: inline-block;
    padding: 0;
    line-height: normal;
}

.category_icon_upload .fa{
    color: #f31c55;
}

.msg_dimension{
    font-family: lato;
    margin: 5px 0 10px;
    font-weight: 500;
}

#places .table .open-edit{
    line-height: 22px;
}

#propertylisting a.feature-toggle-add.toggle_design.color-green.pull-right.bt-header-right.btn {
    padding-top: 6px; 
}

#list #new_images_galery #choose_type li[rel="instagram"] {
    display: none;
}

#sb-tour-button-create{
    border: 0;
    background: transparent;
    pointer-events: none;
    padding: 0;
    margin: 10px 0 0 0;
    line-height: normal;
    font-weight: 500;
    color: #a8be11;
    appearance: none;
    font-size: 18px;
    letter-spacing: 0.5px;
}

#app_search_box{
    margin-bottom: 15px;
}

#sb-tour-global-push-1 .subcontent{
    padding-top: 0;
}

.top_breadcrumbs ul {
    margin: 0;
    padding: 0 0 0 15px;
}

.top_breadcrumbs ul {
    margin: 0;
    padding: 0 0 0 15px;
}

.top_breadcrumbs ul li {
    display: inline-block;
    margin: 0 5px 0 0;
    line-height: normal;
    font-size: 14px;
    font-weight: 600;
}

.top_breadcrumbs ul li a {
    font-weight: 500;
}

.top_breadcrumbs ul li a:hover {
    color: #a8be11;
}

#customization_sidebar h3.title.top_heading{
    font-size: 18px;
    text-transform: capitalize;
    font-family: catamaran;
    font-weight: 500;
    padding: 5px 0;
    margin: 0;
    text-align: center;
}



#customization_container .blocks .list-group .list-group-item {
     padding: 0;
   border: 0px;
}

#customization_sidebar h3.title {
    color: #555;
    font-family: catamaran;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 0;
    text-align: left;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}

#customization_container .square_color {
   max-width: inherit;
}

#customization_container .square_color button{
    padding-bottom: 0;
}

#customization_container .square_label {
    font-weight: 500;
}

#customization_sidebar .blocks h3.title {
    color: #555;
    font-family: catamaran;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 2px 0px;
    text-align: center;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    border: 0px solid #ccc;
    background: #e6e6e6;
}

.feature-block-list .table > tbody > tr > td{
    word-break: break-word;
}

.inner_less_padding .container-fluid{padding: 0;} 

#padlock_content .clear {
  height: auto;
}

@media only screen and (min-width: 1401px) and  (max-width: 1450px){
    #timing #service_provider_view .edit-form .control-group, #location .edit-form .control-group, #form-appointment-location .control-group {
        width: 200px;
        font-size: 13px;
    }
    div#control-group_monday, div#control-group_tuesday, div#control-group_wednesday, div#control-group_thursday, div#control-group_friday, div#control-group_saturday, div#control-group_sunday {
        width: 200px;
    }

}

@media only screen and (min-width: 1451px) and  (max-width: 1550px){
    #timing #service_provider_view .edit-form .control-group, #location .edit-form .control-group, #form-appointment-location .control-group {
        width: 220px;
    }
    div#control-group_monday, div#control-group_tuesday, div#control-group_wednesday, div#control-group_thursday, div#control-group_friday, div#control-group_saturday, div#control-group_sunday {
        width: 220px;
     }

}

@media only screen and (min-width: 1551px) and  (max-width: 1650px){
    #timing #service_provider_view .edit-form .control-group, #location .edit-form .control-group, #form-appointment-location .control-group {
        width: 240px;
    }
    div#control-group_monday, div#control-group_tuesday, div#control-group_wednesday, div#control-group_thursday, div#control-group_friday, div#control-group_saturday, div#control-group_sunday {
        width: 240px;
     }

}

@media only screen and (min-width: 1651px) and  (max-width: 1750px){
    #timing #service_provider_view .edit-form .control-group, #location .edit-form .control-group, #form-appointment-location .control-group {
        width: 260px;
    }
    div#control-group_monday, div#control-group_tuesday, div#control-group_wednesday, div#control-group_thursday, div#control-group_friday, div#control-group_saturday, div#control-group_sunday {
        width: 260px;
     }

}

@media only screen and (min-width: 1751px) and  (max-width: 1805px){
    #timing #service_provider_view .edit-form .control-group, #location .edit-form .control-group, #form-appointment-location .control-group {
        width: 270px;
    }
    div#control-group_monday, div#control-group_tuesday, div#control-group_wednesday, div#control-group_thursday, div#control-group_friday, div#control-group_saturday, div#control-group_sunday {
        width: 270px;
     }

}

@media only screen and (min-width: 1800px) and  (max-width: 1823px){
    #timing #service_provider_view .edit-form .control-group, #location .edit-form .control-group, #form-appointment-location .control-group {
        width: 290px;
    }
    div#control-group_monday, div#control-group_tuesday, div#control-group_wednesday, div#control-group_thursday, div#control-group_friday, div#control-group_saturday, div#control-group_sunday {
        width: 290px;
     }

}

@media only screen and (min-width:1451px) and  (max-width: 1485px){
    
    
    #location .edit-form div#control-group_monday, #location .edit-form div#control-group_tuesday, #location .edit-form div#control-group_wednesday, #location .edit-form div#control-group_thursday, #location .edit-form div#control-group_friday, #location .edit-form div#control-group_saturday, #location .edit-form div#control-group_sunday {
        width: 190px;
        
    }

}

@media only screen and (min-width: 1200px) and  (max-width: 1311px){
    .hours-header.text-center{ text-align: left !important;}
    #timing #service_provider_view .edit-form .control-group, #location .edit-form .control-group, #form-appointment-location .control-group {
        width: 250px;
    }
    div#control-group_monday, div#control-group_tuesday, div#control-group_wednesday, div#control-group_thursday, div#control-group_friday, div#control-group_saturday, div#control-group_sunday {
        width: 250px;
     }

}

@media only screen and (min-width: 1311px) and  (max-width: 1328px){
    
    div#control-group_monday, div#control-group_tuesday, div#control-group_wednesday, div#control-group_thursday, div#control-group_friday, div#control-group_saturday, div#control-group_sunday {
        width: 260px;
     }

}

@media only screen and (min-width: 1329px) and  (max-width: 1340px){
    
    #location .edit-form div#control-group_monday, #location .edit-form div#control-group_tuesday, #location .edit-form div#control-group_wednesday, #location .edit-form div#control-group_thursday, #location .edit-form div#control-group_friday, #location .edit-form div#control-group_saturday, #location .edit-form div#control-group_sunday {
        width: 270px;
        
    }

}

@media only screen and (min-width: 922px) and  (max-width: 991px){
    
    #location .edit-form div#control-group_monday, #location .edit-form div#control-group_tuesday, #location .edit-form div#control-group_wednesday, #location .edit-form div#control-group_thursday, #location .edit-form div#control-group_friday, #location .edit-form div#control-group_saturday, #location .edit-form div#control-group_sunday {
        width: 140px;
        
    }

}

@media only screen and (min-width: 999px) and  (max-width: 1007px){
    
    #location .edit-form div#control-group_monday, #location .edit-form div#control-group_tuesday, #location .edit-form div#control-group_wednesday, #location .edit-form div#control-group_thursday, #location .edit-form div#control-group_friday, #location .edit-form div#control-group_saturday, #location .edit-form div#control-group_sunday {
        width:160px;
    }

}

@media only screen and (min-width: 992px) and  (max-width: 998px){
    
    div#control-group_monday, div#control-group_tuesday, div#control-group_wednesday, div#control-group_thursday, div#control-group_friday, div#control-group_saturday, div#control-group_sunday {
        width: 160px !important;
     }

}

@media only screen and (min-width: 800px) and  (max-width: 817px){
    
    div#control-group_monday, div#control-group_tuesday, div#control-group_wednesday, div#control-group_thursday, div#control-group_friday, div#control-group_saturday, div#control-group_sunday {
        width: 150px !important;
     }

}


@media only screen and (min-width: 700px) and  (max-width: 710px){
    
    #location .edit-form div#control-group_monday, #location .edit-form div#control-group_tuesday, #location .edit-form div#control-group_wednesday, #location .edit-form div#control-group_thursday, #location .edit-form div#control-group_friday, #location .edit-form div#control-group_saturday, #location .edit-form div#control-group_sunday {
        width: 170px;
        
    }

}

@media only screen and (min-width: 612px) and  (max-width: 619px){
    
    #location .edit-form div#control-group_monday, #location .edit-form div#control-group_tuesday, #location .edit-form div#control-group_wednesday, #location .edit-form div#control-group_thursday, #location .edit-form div#control-group_friday, #location .edit-form div#control-group_saturday, #location .edit-form div#control-group_sunday {
        width: 140px;
        
    }

}

@media only screen and (min-width: 600px) and  (max-width: 611px){
    
    div#control-group_monday, div#control-group_tuesday, div#control-group_wednesday, div#control-group_thursday, div#control-group_friday, div#control-group_saturday, div#control-group_sunday {
        width: 140px !important;
     }

}

@media only screen and (min-width: 1098px) and  (max-width: 1199px){
    .hours-header.text-center{ text-align: left !important;}
    #timing #service_provider_view .edit-form .control-group, #location .edit-form .control-group, #form-appointment-location .control-group {
        width: 220px;
    }
    div#control-group_monday, div#control-group_tuesday, div#control-group_wednesday, div#control-group_thursday, div#control-group_friday, div#control-group_saturday, div#control-group_sunday {
        width: 220px;
     }

}

@media only screen and (min-width: 981px) and  (max-width: 1097px){
    .hours-header.text-center{ text-align: left !important;}
    #timing #service_provider_view .edit-form .control-group, #location .edit-form .control-group, #form-appointment-location .control-group {
        width:190px;
        font-size: 12px;
    }
    div#control-group_monday, div#control-group_tuesday, div#control-group_wednesday, div#control-group_thursday, div#control-group_friday, div#control-group_saturday, div#control-group_sunday {
        width: 190px;
     }

}

@media only screen and (min-width: 922px) and  (max-width: 980px){
    
    .hours-header.text-center{ text-align: left !important;}
    #timing #service_provider_view .edit-form .control-group, #location .edit-form .control-group, #form-appointment-location .control-group {
        width:180px;
        font-size: 12px;
    }
    div#control-group_monday, div#control-group_tuesday, div#control-group_wednesday, div#control-group_thursday, div#control-group_friday, div#control-group_saturday, div#control-group_sunday {
        width: 180px;
     }

}

@media only screen and (min-width: 901px) and  (max-width: 921px){
    
    .hours-header.text-center{ text-align: left !important;}
    #timing #service_provider_view .edit-form .control-group, #location .edit-form .control-group, #form-appointment-location .control-group {
        width:150px;
        font-size: 12px;
    }
    div#control-group_monday, div#control-group_tuesday, div#control-group_wednesday, div#control-group_thursday, div#control-group_friday, div#control-group_saturday, div#control-group_sunday {
        width: 150px;
     }

}

@media only screen and (min-width: 800px) and  (max-width: 900px){
    
    .hours-header.text-center{ text-align: left !important;}
    #timing #service_provider_view .edit-form .control-group, #location .edit-form .control-group, #form-appointment-location .control-group {
        width:200px;
        font-size: 12px;
    }
    div#control-group_monday, div#control-group_tuesday, div#control-group_wednesday, div#control-group_thursday, div#control-group_friday, div#control-group_saturday, div#control-group_sunday {
        width: 200px;
    }

    #location .edit-form div#control-group_monday, #location .edit-form div#control-group_tuesday, #location .edit-form div#control-group_wednesday, #location .edit-form div#control-group_thursday, #location .edit-form div#control-group_friday, #location .edit-form div#control-group_saturday, #location .edit-form div#control-group_sunday {
        width: 170px;
        
    }

}


@media only screen and (min-width: 700px) and  (max-width: 799px){
    
    .hours-header.text-center{ text-align: left !important;}
    #timing #service_provider_view .edit-form .control-group, #location .edit-form .control-group, #form-appointment-location .control-group {
        width:180px;
        font-size: 12px;
    }
    div#control-group_monday, div#control-group_tuesday, div#control-group_wednesday, div#control-group_thursday, div#control-group_friday, div#control-group_saturday, div#control-group_sunday {
        width: 180px;
     }

}

@media only screen and (min-width: 500px) and  (max-width: 699px){
    
    .hours-header.text-center{ text-align: left !important;}
    #timing #service_provider_view .edit-form .control-group, #location .edit-form .control-group, #form-appointment-location .control-group {
        width:150px;
        font-size: 12px;
    }
    div#control-group_monday, div#control-group_tuesday, div#control-group_wednesday, div#control-group_thursday, div#control-group_friday, div#control-group_saturday, div#control-group_sunday {
        width: 150px;
     }

}

@media only screen and (min-width: 495px) and  (max-width: 599px){
    
    .hours-header.text-center{ text-align: left !important;}
    #timing #service_provider_view .edit-form .control-group, #location .edit-form .control-group, #form-appointment-location .control-group {
        width:130px;
        font-size: 12px;
    }
    div#control-group_monday, div#control-group_tuesday, div#control-group_wednesday, div#control-group_thursday, div#control-group_friday, div#control-group_saturday, div#control-group_sunday {
        width: 110px;
     }

}

@media only screen and (min-width: 400px) and  (max-width: 494px){
    
    .hours-header.text-center{ text-align: left !important;}
    #timing #service_provider_view .edit-form .control-group, #location .edit-form .control-group, #form-appointment-location .control-group {
        width:100px;
        font-size: 11px;
    }
    div#control-group_monday, div#control-group_tuesday, div#control-group_wednesday, div#control-group_thursday, div#control-group_friday, div#control-group_saturday, div#control-group_sunday {
        width: 80px;
     }

}

@media only screen and  (max-width: 519px){
    .hours-header {
        width: 100%;
        text-align: left;
    }
    #timing #service_provider_view .edit-form .control-group, #location .edit-form .control-group, #form-appointment-location .control-group {
        width:100%;
        font-size: 11px;
    }
    div#control-group_monday, div#control-group_tuesday, div#control-group_wednesday, div#control-group_thursday, div#control-group_friday, div#control-group_saturday, div#control-group_sunday {
        width:100px;
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 1200px) and  (max-width: 1400px){
   .feature-listing-row #add_page_list .add_option_value, .no-slider .option_value {
        width: 40% !important;
    }
    #add-pages .FeaturesTab li a{ font-size: 14px;}
}

@media only screen and (min-width: 1300px) and  (max-width: 1400px){
   .feature-listing-row #add_page_list .add_option_value, .no-slider .option_value {
        width: 30% !important;
    }
}

@media (max-width: 1400px){
   .app-features .responsive-part.col-lg-8.col-md-12{ width: 100%; padding-right: 40px;}
   #overview{width: 100%;position: relative;right: inherit;left: 0;margin: 0 auto;}
   #overview div#iphone{ position: relative; margin: 0 auto;}
}

@media (max-width: 991px) {
    .my_feature_edit #icon_and_name .col-icon-button {
        padding-top: 0;
        width: 80px;
        position: relative;
        left: 0;
        padding-bottom: 100px;
    }
    .my_feature_edit .col-icon-first {
        padding-left: 0;
        clear: left;
    }
    .my_feature_wrap #icon_and_name .tabbar-check {
        float: left;
        text-align: left;
        margin-left: 0;
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
    }
    .navbar-header .logo-position {
        margin-left: 0 !important;
    }
    body{
        overflow-x: hidden;
    }
    .feature-listing-row #add_page_list .add_option_value, .no-slider .option_value {
        width: 45% !important;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent !important;
    }
    #sections_html_container .cms-block-container .control-group .col-md-7 {
        padding-left: 15px;
    }
    #upload_music_playlist_image{ margin-bottom: 15px;}
    #sb-tour-change-template-section, #sb-tour-change-layout-section, #splashscreen_v2{ margin-bottom: 15px;}
    #app_name{
        margin-bottom: 15px; 
    }
    .inner_less_padding .container-fluid{padding: 0;}
}
@media (max-width: 900px) {
    .sidebar-nav li a {
        padding: 0;
    }
}

 @media (max-width: 767px) {
     #login_container .subcontent{
         padding: 20px 10px 30px;
    }
     #login_container .form-horizontal .form-group label, #login_container .form-horizontal .form-group .input-flat, #login_container .btn-primary{
         width: 100%;
    }
     #login_container .form-horizontal .form-group {
         margin: 0 0 15px 0;
    }
     #login_container .form-horizontal .form-group label{
         margin: 0 0 5px;
         line-height: normal;
    }
     .btn-wrp label{
         display: none;
    }
     #login_container .form-horizontal .form-group.btn-wrp{
         margin: 10px 0 0;
    }
     .admin_account_login .container{
         padding: 0;
    }
     #login_container{
         margin: 90px auto 0;
    }
    #login_container .form-horizontal .form-group label.error { padding: 5px 0 0;}
    .label-xs{ display: none;}
    .forgotpassword{    margin: 7px 0 0 0;display: block;}
    .navbar-default .navbar-toggle {
        border-color: #ddd;
        background-color: transparent;
        background-image: none;
        border: 1px solid #a8be11;
        border-radius: 4px;
        top: 15px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #759946;
    }
    .feature-listing-row #add_page_list .add_option_value, .no-slider .option_value {
        width: 45% !important;
    }
    ul.nested-categories.nestedcate{    width: 100%;margin: 50px 0 0 0;}
    .caltog-md .col-md-12, .product-container .col-md-12{ padding: 0;}
    .app-features .responsive-part.col-lg-8.col-md-12 {padding-right: 15px;}
    .my_feature_wrap { margin: 0 0 15px;}
    #pages_content h3{ margin: 0;}
    .nestedcate .nested-sortable ul {margin: 22px 0px 20px !important;padding: 10px 5px 0 !important;}
    .img_wrp, .img-col.color-blue{ margin-bottom: 15px;}
    #existing_items, .feature-manage-items{overflow-x: scroll;}
    .download_alert{ text-align: center;    display: inline-block;}
    .download_alert b{ width: 100%;display: inline-block;    margin: 0 0 5px 0;}
    .download_alert .btn{ display: inline-block; margin:5px 0 0;}
    #form-application-privacy-policy #fieldset-save{float: left;}
    #form-application-privacy-policy #fieldset-reset #reset_default{font-size: 12px;}
    #form-promotion .control-group .col-md-7{ padding-left: 15px;}
    .my_feature_edit h3.title-editor.no-border-radius.title-feature-indent{ font-size: 16px;}
    .my_feature_edit h3.title-editor.no-border-radius.title-feature-indent .feature-toggle-add.toggle_design, .my_feature_edit h3.title-editor.no-border-radius.title-feature-indent .toggle_design, .title-editor.no-border-radius.title-feature-indent button, #toggle_existing_taxes{width: 30px;top: 0;height: 25px;}
    .table > thead > tr > th{ vertical-align: middle;}
    .my_feature_wrap #change_background_image .feature-upload-button, .my_feature_wrap .sb-form-line .feature-upload-button{font-size: 12px;word-break: break-word;white-space: normal; }
    .my_feature_edit .edit_page.container-fluid.subcontent{padding: 15px 0;}
    .my_feature_edit .edit_page.container-fluid.subcontent .edit_page{padding:0 15px; } 
    #icon_and_name .col-xs-6.col-icon{ width: 100%;}
    #playlist_types li {margin-bottom: 15px;}
    .my_feature_wrap ul.list-group li.list-group-item{ padding: 5px;}
    #album_edit li .logos.inner_content {width: auto !important;margin-right: 0px;padding: 0;margin-left: 5px;}
    #album_edit li .inner_content {margin-left: 5px;margin-right: 5px;padding: 10px 0;width: 130px !important;word-break: break-word !important;white-space: nowrap !important;text-overflow: ellipsis !important;overflow: hidden !important;}
    .table_wrap, #table_products_list_wrapper, .dataTables_wrapper, #tab-results .first-row-feature.content-feature{ overflow-x: scroll;}
    .mb15{ margin-bottom: 15px; }
    #add_category.edit_category{ width: auto !important; height: auto !important;}
    #product_group_options .group_options .table tr td{ display: block;}
    #feature-custom-page, #list.radios{ padding: 0 15px;}
    .table .open-edit { vertical-align: top; }
    #push_map_canvas { margin-left: 0;}
    .navbar-default .navbar-collapse {box-shadow: none;border: 0;}
    .btn.edit_category {   width: auto !important;height: auto !important;}
    .dashboard #search_row{ margin-top: 15px;}
    .item-application .floating-actions.icons-center { margin: 15px 0 0 0;width: 100%;    float: left;text-align: left;}
    .solo-page h3.title-editor{font-size: 18px;}
    div.android-colorpicker-block, div.android-colorlabel {width: 100% !important;}
    .common_panel h4 {font-size: 14px;}
    #select_features_to_lock ul li.level_1 {
        width: 100%;
    }
    .inner_less_padding select.form-control.no-dk.from_time, .inner_less_padding select.form-control.no-dk.to_time {
        background-size: 10%;
        max-width: 84px;
        font-size: 12px;
    }
    
}

@media (max-width: 479px) {
    .feature-listing-row #add_page_list .add_option_value, .no-slider .option_value {
        width: 100% !important;
    }
    #add_page_list .add_option_value{ padding-left: 0;}
    #sections_html_container .cms-block-container .video-type.color-blue.btn.button-off, #sections_html_container .cms-block-container .cms-button-type.color-blue.btn.button-off, #sections_html_container .cms-block-container .video-type.color-blue.btn, #sections_html_container .cms-block-container .cms-button-type.color-blue.btn{
        width: 100%;
    }
    #transactionTable_wrapper .dataTables_length, #transactionTable_wrapper #transactionTable_filter{
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    .my_feature_edit h3.title-editor.no-border-radius.title-feature-indent{ font-size: 14px;}
    .my_feature_edit h3.title-editor.no-border-radius.title-feature-indent .feature-toggle-add.toggle_design, .my_feature_edit h3.title-editor.no-border-radius.title-feature-indent .toggle_design, .title-editor.no-border-radius.title-feature-indent button#add_item, button#toggle_existing_taxes, #toggle_existing_items.bt-header-right{width: 25px !important;height: 20px !important;}
    #album_edit li .inner_content { width: 100px !important;word-break: break-word !important;white-space: nowrap !important;text-overflow: ellipsis !important;overflow: hidden !important;}
    #album_edit li .logos.inner_content {width: auto !important;}
    #album_edit .deleteElement.btn {  
        padding: 2px 5px !important;    
    }
    #add_category.edit_category{ width: auto !important; height: auto !important;}
    .sweet-alert button{padding: 10px 15px !important; font-size: 12px !important; }
    .sweet-alert p {padding: 10px 0px !important; font-size: 14px !important;}
    #choose_type li{ width: 100% !important; margin-bottom: 15px;}
    .solo-page h3.title-editor {font-size: 14px;padding: 15px 10px;}
    .solo-page h3 .display_tooltip {font-size: 14px !important;}
    .common_panel .panel-title > a:after,.custompanel .panel-title > a:after {font-size: 14px;top: 0; }
    .css-toggle {margin-top: -6px !important;margin-right: 0 !important;font-size: 14px !important;}
    #android_conteneur .panel-body {padding: 15px 0;}
    .custom_publication .item-application .app-icon {width: 36px;}
    .custom_publication .app-name-title { margin: 10px 0 0 0;font-size: 14px;max-width: 100px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
    .custom_publication fieldset legend{    font-size: 14px;}
    .app_setting_tab .panel-body legend i.fa { font-size: 16px;}
    .custom_publication .panel-title > a:after{ top: 8px;}
    .custom_publication .item-application .floating-image, .custom_publication .item-application .floating-name-infos{ height: auto;}
    .chkbox_div_chk {  top: 29PX !IMPORTANT;}
    .chkbox_div {   margin: 0px 0 20px 30px;}
    .custom_publication .panel-collapse .panel-group .panel-heading .panel-title {FONT-SIZE: 13PX;}
    .custom_publication .panel-collapse .panel-group .panel-heading .panel-title i.fa {   font-size: 14px !important;}
}