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

#layouts {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: visible;
}

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

p {
    word-wrap: break-word;
}

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

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

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

/* NAV BAR */
.navbar.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: 85px;
}

.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: #3E94C6;
}

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

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

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

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

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

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

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

#wrapper.left-toggled #left-sidebar-wrapper {
    width: 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;
}

#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: 250px;
}

.sidebar-nav li {
    line-height: 36px;
    text-indent: 0.5em;
    border-top: 1px solid #525358;
}

.sidebar-nav li a {
    padding: 10px;
    display: block;
    text-decoration: none;
    position: relative;
}

.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 .fa.fa-angle-right, .sidebar-nav .fa.fa-angle-down {
    position: absolute;
    right: 5%;
    top: 35%;
}

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

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

/** SIDEBARS **/

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

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

#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: #0099C7;
    color: #ffffff
}

#customization_sidebar button.btn.bt-header-right {
    left: 15px;
    position: absolute;
    top: -15px;
    line-height: 0;
}

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

/* only step COLORS */
.content-colors {
    margin-bottom:15px;
    padding-left: 0;
}
.content-colors:nth-child(even) {
    float: right;
}
.content-colors:nth-child(7){
    float:right;
}
/* only step COLORS */

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

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

.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 */
.control input:checked ~ .color-red.control__indicator, .color-red, .input-flat.color-red {
    background-color: #ff3a2e!important;
    color: white;
    border: none;
}

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

.control input:checked ~ .color-yellow.control__indicator, .color-yellow, .input-flat.color-yellow {
    background-color: #F7DE36!important;
    color: white;
    border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#alert_message {
    padding-top: 5px;
}

/** LOADER **/
div.mask {
    background-color: rgba(0,0,0,0.4);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10002;
    filter: alpha(opacity=40);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sb-tgl-flat + .sb-tgl-btn:after {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    content: "";
    border-radius: 3px;
    width: 20px;
    height: 20px;
    top: 2px;
    left: 2px;
    background-color: #555;
}

.sb-tgl-flat:checked + .sb-tgl-btn:after {
    left: calc(100% - 22px);
    background: #0099C7;
}

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

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

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

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

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

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

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

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

/* listes */
.carret li:hover {
    background-color: #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;
}

.list-application, .sous-list-application {
    padding: 0;
}

.item-application {
    border: 1px solid #b9b9b9;
    border-radius: 3px;
    padding-bottom: 15px;
    padding-top: 15px;
    margin: 5px 0 -5px;
}

.item-application li {
    display: inline-block;
}

.list-application > li {
    list-style: outside none none;
    display: inline-block;
    width: 100%;
}

.list-application img {
    width: 4em;
}

.list-application a {
    cursor: pointer;
}

.item-application .fa {
    font-size: 1.5em;
    margin-right: 0.5em;
    margin-top: 19px;
    vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

.change_layout > img {
    width: 100%;
}

.recommended_size {
    margin-top: 10px;
}

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

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

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

.square_color button {
    border: medium none;
    height: auto;
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 50%;
    position: relative;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    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%);
    -webkit-filter: grayscale(100%);
    opacity:1;
}

.option_value a {
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-top: 1.5em;
    padding-bottom: 0.5em;
}

.option_value:hover, .option_value.selected {
    opacity:1;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.option_value:hover a, .option_value.selected a {
    padding-top: 2em;
    padding-bottom: 0;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

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

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

.option_value.selected i.fa-caret-up {
    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;
    -webkit-transition:0.3s fade 1s;
}
.option_value:hover span,
.option_value.selected a span,
.option_value:hover p.feature_name,
.option_value.selected p.feature_name {
    opacity: 0;
}

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

#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: solid 1px;
}
.icon_and_name .btn img#current_icon {
    width: 40px;
}
/** LAYOUTS **/

/* MENU STEPS */
.menu_steps {
    margin-bottom: 5em;
    margin-top: 4em;
    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;
}

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

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

.step_menu_feature  li {
    width: auto;
    border-bottom: 2px solid;
    display: inline-block;
    padding: 10px 15px;
    text-transform: uppercase;
}

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

/** MENU STEPS **/

/* OVERVIEW */
#iphone {
    right: 100px;
}

#iphone .btn-group-vertical {
    position: absolute;
    right: -75px;
    top: 0;
}

#overview #iphone.phone-fixed {
    position: fixed;
    top: 60px;
    z-index: 1;
}

/** OVERVIEW **/
#overview #iphone {
    position: absolute;
    top: -116px;
    width: 381px;
    height: 805px;
    background: url("/app/sae/design/desktop/flat/images/customization/overview/iphone5.svg") no-repeat right top transparent;
}

#overview #iphone .iphone_content {
    margin-left: 32px;
    margin-top: 113px;
}

#overview #iphone .iphone_content .toolbar_overview {
    text-align: right;
    width: 320px;
    height: 21px;
    line-height: 22px;
    margin: 0;
    padding: 0 5px 0 0;
    font-family: 'Helvetica', sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: black;
    background-repeat: no-repeat;
    background-position: left center;
}

#overview #iphone .iphone_content .status_bar {
    position: absolute;
}

#overview #iphone .iphone_content .iphone_header {
    background-image: url(/app/sae/design/desktop/flat/images/customization/overview/iphone5-header.png);
    background-size: 290px 20px;
}

#overview #iphone .iphone_content .iphone6_header {
    background-image: url(/app/sae/design/desktop/flat/images/customization/overview/iphone6-header.png);
    background-size: 385px auto;
    width: 414px;
}

#overview #iphone .iphone_content .android_header {
    background-color: black;
    width: 365px;
    height: 20px;
    background-image: url(/app/sae/design/desktop/flat/images/customization/overview/android_header.png);
    font-size: 15px;
    color: white;
}

#overview #iphone .iphone_content iframe#mobile_overview {
    border-radius: 3px;
}

#overview .touch_icon {
    position: absolute;
    top: 292px;
    left: 54px;
    height: 76px;
}

#overview .touch_icon p#app_name {
    position: absolute;
    bottom: -1px;
    width: 66px;
    margin: 0;
    color: white;
    font-size: 11px;
    line-height: 10px;
    text-align: center;
    left: -4px;
}

#overview .icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    overflow: hidden;
}

#mobile_homescreen #preview_icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    overflow: hidden;
}

#mobile_homescreen img {
    height: 100%;
    width: 100%;
}

#mobile_homescreen .touch_icon p#app_name {
    position: absolute;
    bottom: 10px;
    width: 62px;
    margin: 0;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    text-align: center;
    letter-spacing: 0.02em;
    opacity: 0.5;
}

#overview #mobile_startup, #overview #homepage_cont {
    margin-left: 0;
    padding: 14px;
}

#mobile_homescreen {
    height: 576px;
    width: 321px;
}

button.mobile-advice:nth-child(1) {
    background-image: url("/images/icon_btn_overview/iphone5.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 2em;
    margin-bottom: 0.7em;
}

button.mobile-advice.active:nth-child(1) {
    background-image: url("/images/icon_btn_overview/iphone5_hover.png");
}

button.mobile-advice:nth-child(2) {
    background-image: url("/images/icon_btn_overview/iphone5.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 2em;
    margin-bottom: 0.7em;
}

button.mobile-advice.active:nth-child(2) {
    background-image: url("/images/icon_btn_overview/iphone5_hover.png");
}

button.mobile-advice:nth-child(3) {
    background-image: url("/images/icon_btn_overview/iphone6.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 2em;
    margin-bottom: 0.3em;
}

button.mobile-advice.active:nth-child(3) {
    background-image: url("/images/icon_btn_overview/iphone6_hover.png");
}

/** /OVERVIEW **/

/* 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;
    color: black;
    padding: 5px 0;
    width: 100%;
    color: #555;
}

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

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

.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 {
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 36px;
    margin-bottom: 20px;
    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 {
    background-color: #0099C7;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}

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

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

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

@media (min-width: 768px) and (max-width: 1440px) {

    #overview #iphone {
        background: url("/app/sae/design/desktop/flat/images/customization/overview/responsive_overview/iphone5.svg") no-repeat right top transparent;
        top: -113px;
    }

    #overview #iphone .iphone_content {
        margin-top: 58px;
    }

    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: 1214px) {
    #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;
    }
}

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

/** custom icones **/
.fa-sort {
    cursor: ns-resize;
}
.option_value .actions .fa-sort {
    cursor: ew-resize;
    transform: rotate(90deg);
}
.fa-arrows {
    cursor: move;
}
/** bootstrap overide **/
label {
    font-weight: 200;
}
#left-sidebar-wrapper a {
    font-weight: 200;
}
a {
    letter-spacing: 0.4px;
}
.vcenter {
    display: flex;
    align-items: center;
}
.dropdown-menu > li > a:nth-last-child(1) {
    width: 100%;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.feature-block-list {

}

.feature-block-background {

}

.feature-block-layout {

}

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

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

/* End of Places search settings*/

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

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

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

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

/* End of Css-only accordion*/

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

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

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

div#iphone {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

@media (max-width: 1700px) {
    div#iphone {
        -ms-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -o-transform: scale(0.85);
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        -ms-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -o-transform-origin: 100% 0;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        margin-right: -20px;
    }

    #previewer {
        right: 248px !important;
    }
}

@media (max-width: 1450px) {
    div#iphone {
        -ms-transform: scale(0.70);
        -moz-transform: scale(0.70);
        -o-transform: scale(0.70);
        -webkit-transform: scale(0.70);
        transform: scale(0.70);
        -ms-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -o-transform-origin: 100% 0;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        margin-right: -40px;
    }

    #previewer {
        right: 192px !important;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sb-search {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

/** Custom checkbox/radio */
input[type=checkbox]:hover:before,
input[type=radio]:hover:before {
    border-color: white !important;
}

input[type=checkbox]:hover:after,
input[type=radio]:hover:after {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    /*-ms-filter: grayscale(100%);*/
}

input[type=checkbox]:disabled:after,
input[type=checkbox]:disabled:before,
input[type=radio]:disabled:after,
input[type=radio]:disabled:before {
    border-color: grey !important;
}

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

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

input[type=checkbox]:after {
    display: none;
    content: "";
    width: 14px;
    height: 6px;
    border-color: white;
    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;
}

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: 14px;
    height: 14px;
    z-index: 2;
    position: absolute;
    margin: 3px 0 0 3px;
    background-color: white;
    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;
}

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

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

/** jQuery datepickers 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.ui-state-disabled span,
table.ui-datepicker-calendar td.ui-datepicker-unselectable span {
    border: 0 !important;
    background: #e0e0e0 !important;
    opacity: 0.8 !important;
    color: grey;
    border-radius: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

textarea.cke_source {
    color: black !important;
}
.bootstrap-tagsinput {
    display: inline-block;
    padding: 4px 6px;
    vertical-align: middle;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}
.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777;
}
.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}
.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
    border-radius: 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/** Search/Filter for carousel/features */
.list-search {
    width: 140px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 200;
    position: absolute;
    top: 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;
}