@import url("sass/style.css");
@import url("reset-css.css");
@import url("mai.css");
@import url("fonts/mw-ui-icons-v2/css/mwi.css");

/*********************************************

      Styles for Live-edit

*********************************************/

html, body {
    min-height: 100%;
    -ms-overflow-style: scrollbar;
}

 .mw-drag-current-top.modules-layouts, .mw-drag-current-bottom.modules-layouts {
    transition: all .9s !important;
}

.mw-drag-current-top.modules-layouts {
    transform: translateY(10px);
}

.mw-drag-current-bottom.modules-layouts {
    transform: translateY(-10px);
}

#mwxcursor {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 22px;
    background: #555555;
}

body.mw-live-edit {
    margin-top: 52px;
}

body.mw-live-edit .plain-text {
    min-height: 12px;
}

.plain-text:empty {
    background-color: rgba(221, 221, 221, 1);
}

ol:not([class]),
ul:not([class]) {
    padding-left: 20px;
}

/****************************
           Plus
*****************************/

[class*='mw-plus-'] {
    position: absolute;
    visibility: visible;
    z-index: 997;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 30px;
    background-color: #CCCCCC;
    cursor: pointer;
    left: -9999px;
    top: -9999px;
    color: white;
    font-weight: 100;
    text-align: center;
    line-height: 16px;
    margin-left: -10px;
    font-family: sans-serif;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;

}

.mw-plus-top {
    margin-top: -10px;
}

.mw-plus-bottom {
    margin-top: -10px;
}

[class*='mw-plus-']:after {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: -1px;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #CCCCCC;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

[class*='mw-plus-'].active, [class*='mw-plus-'].active:after,
[class*='mw-plus-']:hover,
[class*='mw-plus-']:hover:after {
    background-color: #434343;
}

[class*='mw-plus-']:active {
    box-shadow: inset 0 0 3px #000;
}

.editorKeyup [class*='mw-plus-'] {
    opacity: 0;
}

[class*='mw-plus-']:hover {
    opacity: 1 !important;
}

.modules-list-init {
    overflow: auto;
    max-height: 260px;
}

.modules-list-init li {
    list-style: none;
    clear: both;
    cursor: pointer;
    padding: 10px;
    overflow: hidden;
}

.modules-list-init li:hover {
    background: #F0F0F0;
}

.modules-list-init .mw_module_image {
    float: left;
}

.modules-list-init .module_name {
    float: left;
    white-space: nowrap;
    margin: 7px 0 0 7px;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mw-tooltip-insert-module ul li img {
    max-width: 32px;
    margin-bottom: 0;
    margin-right: 10px;
}

/****************************
         /  Plus end
*****************************/
/* Edit link tooltip */

.mw-link-tip-link,
.mw-link-tip-edit,
.mw-link-tip .mw-tooltip-content span {
    display: inline-block;
    overflow: hidden;
}

.mw-link-tip-link {
    max-width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mw-link-tip-link,
.mw-link-tip-edit,
.mw-link-tip-link:hover,
.mw-link-tip-edit:hover,
.mw-link-tip-link:focus,
.mw-link-tip-edit:focus {
    color: #f2f2f2;
}

.mw-link-tip-edit {
    text-decoration: underline;
}

.mw-link-tip .mw-tooltip-content span {
    margin: 0 3px;
}

/****************************
         Columns Resizer
*****************************/

.mw-columns-resizer {
    position: absolute;
    width: 21px;
    cursor: e-resize;
    cursor: col-resize;
    z-index: 990;
    display: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -o-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.mw-columns-resizer:after {
    display: block;
    content: "";
    width: 2px;
    height: 100%;
    margin: auto;
    position: absolute;
    left: 10px;
    top: 0%;
    background: #888;
}

.mw-columns-resizer:hover:after {
    width: 4px;
    background: #000000;
}

body.mw-column-resizing,
body.mw-column-resizing * {
    cursor: none !important;
}

/****************************
       While dragging ...
*****************************/

.element-active.ui-draggable-dragging {
    z-index: 998;
    max-height: 300px;
    overflow: hidden;
}

li.module-item.ui-draggable-dragging,
li.module-item.ui-draggable-dragging:before,
li.module-item.ui-draggable-dragging:after,
li.module-item.ui-draggable-dragging *,
li.module-item.ui-draggable-dragging *:before,
li.module-item.ui-draggable-dragging *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

li.module-item.ui-draggable-dragging {
    pointer-events: none;
    z-index: 1001;
    border-radius: 1px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    background: white;
    padding: 15px 5px !important;
    opacity: .9;
}

li.module-item.ui-draggable-dragging img {
    width: auto;
    height: auto;
}

li.module-item.ui-draggable-dragging .mw_module_hold,
li.module-item.ui-draggable-dragging .module_name,
li.module-item.ui-draggable-dragging .mw_module_image {
    margin: auto;
    text-align: center;
    min-width: 0;
    display: block;
    /*width: 90px;*/
}

/****************************************************************

    Commons

****************************************************************/

.semi_hidden {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

/****************************************************************
    Handles, Columns, Module and Element controllers
****************************************************************/

.mw-sorthandle {
    z-index: 9;
    height: 17px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    border: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

.mw-sorthandle-moveit {
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 19px;
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    text-align: center;
    z-index: 1;
}

.mw-sorthandle-moveit:before {
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 0;
    background-color: #E1E1E1;
    width: 50px;
    height: 20px;
    content: "\0100";
    font-family: Microweber;
    border-radius: 3px;
    color: black;
    font-size: 19px;
    line-height: 19px;
    opacity: 0;
}

.mw-sorthandle-moveit:hover:before {
    background-color: #000;
    color: white;
}

.dragStart .mw-sorthandle-moveit, body.dragStart *, body.dragStart .column_separator_title {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.column_separator_title {
    line-height: normal;
    display: inline-block;
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    text-align: center;
    font-size: 11px;
    line-height: 17px;
    padding: 2px 4px;
    float: left;
    height: 20px;
    border-radius: 3px 0 0 3px;
}

.mw-sorthandle-parent-outline {
    outline: 1px solid #358BC3;
}

.moveit-hover, .moveit-hover:hover {
    outline: 1px solid #5CA1CC;
}

.mw_delete_element {
    float: right;
}

.mw-sorthandle-row {
    top: 0px;
}

#mw_handle_row:hover {
    opacity: 1;
}

.mw_dropable_arr {
    position: absolute;
    left: 50%;
    display: block;
    width: 5px;
    pointer-events: none;
}

/*
.mw_dropable_arr:before,
.mw_dropable_arr:after {
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    margin-left: -2.5px;

}

.mw_dropable_arr:before {
    border-bottom: 5px solid #0088CC;
    top: -6px;
}

.mw_dropable_arr:after {
    border-top: 5px solid #0088CC;
    bottom: -9px;
}*/

.mw_dropable {
    position: absolute !important;
    height: 3px;
    background: #0088CC;
    z-index: 997;
    display: none;
}

/* v2 dropable*/

.mw_dropable {
    height: 5px;
    border-radius: 2px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .3);
}

.mw_dropable_arr {
    width: 20px;
    text-align: center;
    animation: mw_dropable_arr 2s linear infinite;
    position: absolute;
    bottom: 0;
    color: #0e80e5;
    transition: transform .2s;
    transform: rotate(180deg);
    top: 30px;
    text-shadow: 0 0 12px rgba(0, 0, 0, .3);
}

.mw_dropable_arr_up .mw_dropable_arr {
    transform: rotate(0);
    top: -30px;
    animation: mw_dropable_arr_down 2s linear infinite;
}

@keyframes mw_dropable_arr {
    0%, 100% {
        top: 30px;
        opacity: 1;
    }
    50% {
        top: 40px;
        opacity: .6;
    }
}

@keyframes mw_dropable_arr_down {
    0%, 100% {
        top: -30px;
        opacity: 1;
    }
    50% {
        top: -40px;
        opacity: .6;
    }
}

.mw_dropable_arr:before {
    content: "\0121";
    display: inline-block;
    font-family: Microweber;
    font-size: 27px;
}

.mw_dropable_vertical {
    height: auto;
    width: 3px;
}

.mw-col .empty-element:first-child .delete_column,
.mw-col .ui-resizable-e:first-child + .empty-element .delete_column {
    display: inline-block;
}

.delete_column {
    position: absolute;
    top: 10%;
    left: 50%;
    margin: 0 0 0 -15px;
    display: none;
}

.mw-cols_set {
    padding: 9px;
    display: none;
    display: inline-block;
    width: 100%;
    top: -30px;
    left: 0;
    position: absolute;
    font-size: 11px;
    color: #5A5A5A;
}

.mw-col_separator_title {
    display: inline-block;
    cursor: default;
    padding: 0px 4px;
    background: #E1E1E1;
    border: 1px solid #D9D9D9;
    cursor: move;
}

.mw-sorthandle-row:hover .mw-cols_set {
    display: block;
}

#mw_handle_row, #mw_handle_module {
    position: absolute;
    z-index: 1101;
    color: #666666;
    border-radius: 2px;
    height: auto;
}

#mw_handle_row {
    width: auto !important;
}

.column_separator_title,
a.mw-make-cols {
    color: white;
    background: #2b2b2b;
    text-decoration: none;
    display: inline-block;
    outline: none;
    position: relative;
    z-index: 1;
    height: 23px;
    border-radius: 30px;
    padding: 0 7px;
    line-height: 23px;
}

#mw_handle_row {
    background: #2b2b2b;
    border-radius: 30px;
    padding: 2px;
}

.mw-make-cols + .mw_edit_delete {
    right: -23px !important;
    border-radius: 30px !important;
    margin-top: 2px;
}

#mw_handle_module, #mw_handle_module * {
    border: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#mw_handle_module .mw_edit_settings,
#mw_handle_module .mw_edit_settings_multiple {
    border-radius: 2px;
}

.mw_edit_settings_multiple {
    margin-right: 3px;
}

#mw_handle_module .mw_edit_settings,
#mw_handle_module .mw_edit_settings_multiple {
    /*color: #111;
    background: #E1E1E1;*/
    color: white;
    background: #2b2b2b;
    text-decoration: none;
    display: inline-block;
    padding: 2px 7px;
    outline: none;
    position: relative;
    z-index: 1;
    height: 30px;
    border-radius: 30px;
    padding: 0 11px;
    line-height: 30px;
    /*margin-top: -30px;*/
    /**/
}

.mw_edit_settings {
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: scale(.5) translateY(10px);
}

.mw-active-item .mw_edit_settings {
    opacity: 1;
    transform: scale(1) translateY(0);
}

#mw_handle_module .mw_edit_settings {
    padding-left: 30px;
}

#mw_handle_module .mw_edit_settings:before {
    font-family: Microweber;
    content: "\f195";
    position: absolute;
    font-size: 18px;
    top: 0;
    left: 10px;
}

a.mw-make-cols {
    position: absolute;
    visibility: hidden;
    float: left;
}

a.mw-make-cols.active {
    visibility: visible;
    position: static;
}

#mw_handle_row:hover a.mw-make-cols {
    visibility: visible;
    position: static;
}

#mw_handle_module .mw_edit_settings:hover, #mw_handle_module .mw_edit_settings:hover span {
    color: white;
    background: black;
}

#mw_handle_row a.mw-make-cols:hover {
    background: #EBEBEB;
    color: black;
}

#mw_handle_row:hover a.mw-make-cols.active {
    box-shadow: inset 0 0 4px -2px #000;
    background: white;
    color: black;
}

#items_handle {
    position: absolute;
    z-index: 999;
    width: 18px;
    height: 18px;
    background: white url(../img/cursor_drag_arrow_c.png) no-repeat center center;
    cursor: move;
    box-shadow: 1px 0 1px #212121;
    opacity: 0.66;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 32px;
    margin-left: -32px;
    margin-top: 25px;

}

#items_handle:hover {
    opacity: 1;
}

.mw_element_resizer {
    position: absolute;
    z-index: 997;
}

.mw_element_resizer .ui-resizable-e {
    width: 20px;
    height: 20px;
    top: 50%;
    left: -10px;
}

.mw_element_resizer .ui-resizable-w {
    width: 20px;
    height: 20px;
    background: #595959;
    top: 50%;
    right: -10px;
}

#mw_handle_element {
    z-index: 1100;
}

#mw_handle_module {
    z-index: 1101;
}

.mw_drag_current * {
    visibility: hidden !important;
}

#mw_handle_module,
#mw_handle_row,
#mw_handle_element,
#items_handle {
    left: -9999px;
    top: -9999px;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    margin-top: -17px;
}

html.mw_pages #mw_handle_module,
html.mw_pages #mw_handle_row,
html.mw_pages #mw_handle_element,
html.mw_pages #items_handle {
    display: none;
}

.mw_resizing > .mw-col {
    height: auto !important;
}

#backtoadminindropdown {
    border-radius: 0;
    display: block;
    text-align: left;
    background-color: #0084D8;
    color: #fff;
}

#backtoadminindropdown .mw-icon-back {
    top: -1px;
}

/****************************
      Design tool
*****************************/

.ed_slider {
    display: inline-block;
    position: relative;
    background: white;
    height: 9px;
    min-width: 50px;
    box-shadow: 0px 1px 0px #C4C3C3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ed_slider .ui-slider-handle {
    display: block;
    position: relative;
    top: -5px;
    left: 0;
    margin-left: -5px;
    outline: none;
    width: 9px;
    height: 17px;
    border: 1px solid #DAD8D8;
    background: #E0E0E0;
    border-radius: 5px;
}

.square_map {
    padding: 3px;
    margin: 0 auto;
}

.square_map table {
    margin: auto;
}

.square_map td {
    width: 20px;
    height: 20px;
    text-align: center;
}

.square_map td .square_map_item {
    display: block;
    margin: auto;
    text-indent: -9999px;
    overflow: hidden;
    width: 10px;
    height: 10px;
    background: #F5F5F5;
    cursor: pointer;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
}

.square_map td .square_map_item:hover, .square_map td .square_map_item.active {
    background: #75AACD;
    border-color: #429BD5;
}

.square_map_value {
    display: block;
    clear: both;
    padding: 3px 0 3px;
    text-align: center;
    font-size: 10px;
}

.ed_label {
    display: inline-block;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    color: #595959;
    padding-right: 9px;
    position: relative;
    margin: 4px 0 0 8px;
    line-height: normal;
}

.ed_item {
    display: block;
    cursor: pointer;
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-color: #F5F5F5;
    border-radius: 2px;
}

.ed_nobg {
    background-color: transparent;
    border-color: transparent;
}

.ed_nobg:hover {
    background-color: #F5F5F5;
    border-color: #C7C7C7;
}

.ed_item span {
    display: block;
    width: 18px;
    height: 18px;
    float: left;
    margin: 1px 0 0 1px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
}

.ed_color_pick span {
    background-image: url(../img/ico.transparentbg.png);
}

.ed_item img {
    max-width: 18px;
    max-height: 18px;
    float: left;
    margin: 1px 0 0 1px;
}

.fx_canvas_slider {
    border: 1px solid #D2D2D2;
    background: url(../img/cross.png) no-repeat center;
    border-radius: 3px;
    position: relative;
}

.fx_canvas_slider canvas {
    position: absolute;
}

.canvas-slider:focus {
    box-shadow: inset 0 0 6px #B4B4B4;
}

#design_bnav {
    position: fixed;
    font-family: Verdana, sans-serif;
    left: 167px;
    top: 77px;
    margin-top: 25px;
    z-index: 1101;
    transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transition: transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
}

#design_bnav.active {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}

#design_bnav.disabled:after {
    position: absolute;
    content: '';
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    cursor: no-drop;
}

#design_close {
    border-bottom: 1px solid transparent;
    border-left: 1px solid rgba(196, 196, 196, 0.3);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-size: 11px;
    height: 100%;
    padding-top: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 0;
    top: 0;
    width: 27px;
    text-decoration: none;
}

#design_close:after {
    font-family: Microweber;
    content: "\0111";
}

#design_bnav_handle {
    height: 25px;
    width: 100%;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    position: absolute;
    top: -25px;
    left: 0;
    border: 1px solid #eaeaea;
    border-bottom: 0;
    text-align: center;
    background-color: white;
}

#design_bnav_handle:after {
    font-family: Microweber;
    font-size: 17px;
    display: inline-block;
    padding: 2px;
    color: #C7C7C7;
    content: '\0108';
}

html.mw_pages #design_bnav {
    display: none;
}

.toolbar_bnav li, .toolbar_bnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ts_line {
    display: inline-block;
    vertical-align: top;
}

.ts_action_item_shadow .ts_line .ed_label {
    margin-left: 0;
}

.ts_action_item_shadow .ts_line {
    width: 30%;
}

.toolbar_bnav .ts_main_ul {
    background: #fff;
    border: 1px solid #EAEAEA;
    width: 100%;
}

.ts_main_a {
    display: block;
    cursor: default;
    text-decoration: none;
    color: #595959;
    font-size: 10px;
    padding: 5px 0 5px 42px;
    background: url(../images/toobar_dropdown_design_icons.png) no-repeat;
    cursor: pointer;
}

.dd_design_size {
    background-position: 14px 8px;
}

.dd_design_spacing {
    background-position: 13px -59px;
}

.dd_design_border {
    background-position: 14px -128px;
}

.dd_design_bg {
    background-position: 14px -195px;
}

.dd_design_fx {
    background-position: 13px -262px;
}

.dd_design_img {
    background-position: 13px -329px;
}

.dd_tpl_settings {
    background-position: 13px -404px;
}

.ts_main_li {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}

.ts_main_li.hovered {
    z-index: 2;
}

.toolbar_subnav li:last-child {
    background: none
}

.ts_main_li:hover {
    background: #f7f7f7;
}

.ts_main_a:hover {
    text-decoration: none;
    color: #595959;
}

div.ts_action {
    background: white;
    display: none;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.07);
    padding: 6px 6px 12px;
}

.ts_action_item {
    background: #EBEBEB;
    position: relative;
    padding: 4px;
    min-height: 24px;
    clear: both;
}

.ts_action_item input[type="number"],
.ts_action_item input[type="text"] {
    width: 60px;
}

.ts_action_centerer {
    margin-left: auto;
    margin-right: auto;
}

.ts_bg_action .ts_action_centerer {
    width: 140px;
}

.ts_bg_action .ed_btn {
    width: 112px;
}

.ts_bg_action .ed_label {
    margin-left: 0;
}

.ts_action_item:hover .ts_sub_tool {
    visibility: visible;
}

.ts_action_item:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.ts_main_ul {
    overflow: auto;
}

.ts_main_ul .ed_slider {
    margin: 9px 0 0 10px;
}

.slider_val {
    float: left;
    margin-left: 3px;
    margin-top: 4px;
}

.slider_val input {
    background: none;
    border: none;
    font-size: 11px;
    color: #595959;
    outline: none;
    width: 25px;
    text-align: right;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    height: auto;
    padding: 0;
    margin: 0;
}

.slider_val_label {
    font-size: 8px;
    color: #595959;
}

.dd_border_selector li a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.border_selector {
    display: block;
    height: 1px;
    text-indent: -9999px;
    width: 45px;
    border-bottom-width: 1px;
    border-bottom-color: #000;
}

.mw-dropdown-val .border_selector {
    margin-top: 6px;
}

.border-style {
    float: left;
    display: block;
    cursor: pointer;
    opacity: 0.5;
    width: 19px;
    height: 19px;
    overflow: hidden;
    background-image: url(../img/border_styles.png);
    background-repeat: no-repeat;
}

.border-style.none {
    background-position: 1px 0;
}

.border-style.all {
    background-position: -27px 0;
}

.border-style.bleft {
    background-position: -56px 0;
}

.border-style.bright {
    background-position: -83px 0;
}

.border-style.top {
    background-position: -111px 0;
}

.border-style.bottom {
    background-position: -138px 0;
}

.border-style:hover,
.border-style.active {
    opacity: 1;
}

.border-style.active {
    box-shadow: 0 0 6px -1px #000 inset;
}

.ed_item_image_text span {
    background: url(../img/image_edit.png) no-repeat 2px 0;
}

.ed_item_image_rotate span {
    background: url(../img/image_edit.png) no-repeat -34px 0;
}

.ed_item_image_link span {
    background: url(../img/image_edit.png) no-repeat -69px 0;
}

.ed_item_image_gray span {
    background: url(../img/image_edit.png) no-repeat -104px 0;
}

.ts_image_action .ts_action_centerer {
    width: 110px;
}

.ed_style_margin_padding {
    width: 195px;
}

.ed_style_all {
    float: left;
    padding-top: 12px;
}

.ed_style_margin_padding .ed_slider {
    margin: 8px 0 0 10px;
}

.toolbar_bnav {
    position: absolute;
    z-index: 12;
    top: 49px;
}

#ts_image_description {
    left: 160px;
    position: absolute;
    top: 4px;
    width: 126px;
    height: 63px;
    display: none;
    resize: none;
}

/****************************
    Modules & Layouts lists
*****************************/

#live_edit_toolbar_holder,
#live_edit_toolbar {
    width: 100%;

    z-index: 1101;
    color: #222;
}

#toolbar-dropdown-actions a {
    color: #626262;
}

#toolbar-dropdown-actions .mw-ui-navigation li ul {
    left: auto;
    right: 100%;
}

#toolbar-dropdown-actions .mw-ui-navigation li {
    margin: 0;
}

#live_edit_toolbar.scrolling {
    box-shadow: 0 2px 7px -8px #111;
}

#live_edit_toolbar {
    opacity: 1;
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
}

body.loaded #live_edit_toolbar {
    opacity: 1;
}

#live_edit_toolbar {
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid #DDDDDD;

}

#modules-and-layouts {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 0;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    opacity: 0;
    height: 72px !important;
    top: -72px;
}

.toolbars-search {
    float: left;
    width: 145px;
}

#modules-and-layouts.hovered {
    border-bottom: none !important;
    left: 0;
    top: 0;
    opacity: 1;
    width: 100%;
    box-shadow: none;
    cursor: default;
    box-shadow: 0 0 6px -5px #000;
}

#mw_helpinfo_prev_btn, #mw_helpinfo_next_btn {
    display: none !important;
}

#modules-and-layouts .modules-list {
    list-style-position: inside;
    list-style-image: none;
    list-style-type: none;
    width: 90%;
    overflow: hidden;
    height: 75px;
    margin: 0;
    padding: 0;
}

#modules-and-layouts .modules-list img {
    border: 0 none;
    max-width: none;
    vertical-align: middle;
}

#modules-and-layouts .modules-list li {
    list-style-position: inside;
    list-style-image: none;
    list-style-type: none;
    float: left;
    font-size: 11px;
    text-decoration: none;
    text-align: center;
    line-height: normal;
    cursor: move;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
    margin: 0 5px;
}

#modules-and-layouts .modules-list li:hover,
#modules-and-layouts .modules-list li:focus {
    background-color: #f5f5f5;
}

#modules-and-layouts .modules-list li:active {
    box-shadow: inset 0 -2px 12px -6px #333;
    -webkit-box-shadow: inset 0 -2px 12px -4px #333;
}

#modules-and-layouts .mw_module_hold {
    padding: 10px;
    display: inline-block;
    height: 71px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#modules-and-layouts .mw_module_hold:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
    height: 100%;
}

#modules-and-layouts.module-item:hover {
    box-shadow: inset 0 0 6px #ddd;
}

#modules-and-layouts .module-item span.mw_module_image,
#modules-and-layouts.module-item span.module_name,
#modules-and-layouts .module-item span.mw_module_hold {
    font-size: 11px;
    text-align: center;
    display: block;
    clear: both;
    min-width: 95px;
}

#modules-and-layouts .mw_module_image {
    width: 95px;
    height: 33px;
    display: block;
}

#modules-and-layouts .mw_module_image_holder {
    width: 95px;
    height: 33px;
    display: table-cell;
    vertical-align: middle;
}

#modules-and-layouts .list-elements .mw_module_image_holder,
#modules-and-layouts .list-elements .mw_module_image {
}

#modules-and-layouts .mw_module_image_holder img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

#modules-and-layouts .list-elements .module-item span.module_name {
    text-overflow: ellipsis;
    max-width: 100px;
}

#modules-and-layouts .list-elements span.mw_module_hold,
#modules-and-layouts .list-elements span.mw_module_image {

}

#modules-and-layouts .list-elements .mw_module_image_shadow {

}

#modules-and-layouts .module_name {
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-align: center;
    padding-top: 5px;
}

/*  modules slider */
.modules_bar_slider {
    position: relative;
    float: right;
    height: 72px;
}

.modules_bar {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.modules_bar_slide_left, .modules_bar_slide_right {
    display: block;
    width: 19px;
    height: 72px;
    background: url(../img/module_scrollbar.jpg) no-repeat;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: -2px;
    z-index: 2;
}

.modules_bar_slide_left.active, .modules_bar_slide_right.active {
    box-shadow: inset 0px 0px 4px #A3A3A3;
}

.modules_bar_slide_right {
    background-position: 100% 0;
    right: 0;
}

.modules_bar_slide_left {
    left: 0;
}

#font_family_selector_main, #font_family_selector_small {
    display: inline-block;
}

#module_category_selector,
#module_design_selector,
#elements_category_selector {
    clear: both;
    margin: 21px 20px;
    float: left;
}

#module_category_selector span,
#module_design_selector span,
#elements_category_selector span {
    float: left;
    width: 94px;
    white-space: nowrap;
}

#mw_toolbar_nav .back_to_admin {
    margin-right: 160px;
    float: right;
}

#module-modal-settings-menu-holder {
    position: absolute;
    right: 40px;
    top: 0px;
    min-height: 30px;
}

#module-modal-settings-menu-holder a{
    text-decoration: underline;
}

#module-modal-settings-menu-holder .mw-dropdown-content {
    left: auto;
    right: 0;
}

/* Section Tabs and Dropdowns */

.mw-dropdown-list > ul {
    max-height: 265px;
    max-width: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

.toolbar-sections-tabs {
    float: left;
    position: relative;
    z-index: 12;
    background: #F5F5F5;
}

.toolbar-sections-tabs > ul > li.hover > ul,
.toolbar-sections-tabs > ul > li.active > ul {
    display: block;
}

.toolbar-sections-tabs > ul > li > ul > li {
    list-style: none
}

.toolbar-sections-tabs .mw-dropdown-list li a {
    display: block;
    background-color: whitesmoke;
    background-repeat: no-repeat;
    background-position: 15px 50%;
    padding: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #EAEAEA;
    border-top: none;
    font-size: 12px;
    color: #595959;
}

.toolbar-sections-tabs a {
    font-size: 12px;
}

.toolbar-sections-tabs li:hover > [class*='tst-'], [class*='tst-']:hover, [class*='tst-'].active {
    background-color: white;
    border-bottom-color: white;
}

.toolbar-sections-tabs > ul > li > .mw-dropdown-list {
    background: white;
}

.toolbar-sections-tabs > ul > li .mw-ui-btn-nav {
    margin: 10px 15px 0px;
}

.toolbar-sections-tabs > ul > li {
    float: left;
    list-style: none;
    position: relative;
}

.mw-dropdown-list {
    position: absolute;
    left: -1px;
    min-width: 100%;
    background: white;
    box-shadow: 0px 1px 2px -2px #111;
}

.create-content-dropdown-list {
    display: none;
    border-radius: 0px 0px 3px 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 5px -2px;
    overflow: hidden;
    top: 54px;
}

.mw-dropdown-list [class*='mw-icon-'] {
    font-size: 20px;
    width: 25px;
}

.liveeditcreatecontentmenu

.create-content-dropdown-list .mw-icon-back {
    top: -2px;
}

.toolbar-sections-tabs > ul > li > .mw-dropdown-list li a {
    padding-left: 43px;
}

.toolbar-sections-tabs > ul > li.modules-layouts-menu .mw-dropdown-list li a {
    padding: 7px 15px;
}

.toolbar-sections-tabs > ul > li > .mw-dropdown-list.liveeditcreatecontentmenu li a {
    padding-left: 21px;
}

.toolbar-sections-tabs > ul > li > .mw-dropdown-list li li a {
    padding-left: 40px;
    background-position: 21px 50%;
}

.toolbar-sections-tabs > ul > li > .mw-dropdown-list li li li a {
    padding-left: 60px;
    background-position: 46px 50%;
}

.toolbar-sections-tabs > ul > li > .mw-dropdown-list ul {
    background: white url(../img/deeparr.png) no-repeat 21px 9px;
}

.toolbar-sections-tabs > ul > li > .mw-dropdown-list a:hover {
    background-color: #f5f5f5;
}

.toolbar-sections-tabs > ul > li > .mw-dropdown-list ul ul {
    background-position: 41px 9px;
}

.toolbar-sections-tabs > ul > li > .mw-dropdown-list ul ul ul {
    background-position: 61px 9px;
}

.toolbar-sections-tabs > ul > li > ul > li > a:hover,
.toolbar-sections-tabs > ul > li > ul > li > a:focus {
    background-color: #F7F7F7;
}

.toolbar-sections-tabs > ul > li > ul > li > a:active {
    box-shadow: inset 0 0 9px -3px #ddd;

}

.toolbar-sections-tabs > ul > li > ul > li > a .mw-ui-btn-plus {
    top: 9px;
}

.toolbar-sections-tabs .default-invert:hover,
.toolbar-sections-tabs .default-invert:focus {
    background-color: #555;
}

.toolbar-sections-tabs a,
.toolbar-sections-tabs a:hover,
.toolbar-sections-tabs a:focus {
    text-decoration: none
}

@media (max-width: 1020px) {
    .mw-toolbar-modules-open-ctrl > [class*='mw-icon-'] {
        margin: 0px;
    }

    .mw-toolbar-modules-open-ctrl span + span {
        display: none;
    }

    .mw-toolbar-add-new-content-ctrl span {
        display: none;
    }

    .mw-toolbar-add-new-content-ctrl {
        margin: 8px 8px 0 !important;
    }

    .mw-toolbar-add-new-content-ctrl:before {
        content: "+";
        font-family: Microweber;
        font-size: 16px;
        line-height: 1;
    }

    .mw-toolbar-modules-open-ctrl {
        padding: 4px 9px;
    }

}

/* // Section Tabs and Dropdowns */

.mw-ui-manage-list li {
    list-style: none;
}

.mw-ui-manage-list li a {
    display: block;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 15px 50%;
    padding: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #EAEAEA;
    border-top: none;
}

.mw-ui-manage-list li li a {
    padding-left: 25px;
}

.mw-ui-manage-list li li li a {
    padding-left: 35px;
}

.mw-ui-manage-list li li li li a {
    padding-left: 45px;
}

.mw-ui-manage-list li li li li li a {
    padding-left: 55px;
}

.mw-ui-manage-list li a:hover {
    text-decoration: underline;
    background-color: #f5f5f5;
}

/* tabs */
.mw_toolbar_tab {
    position: absolute;
    top: -9999px;
    left: -9999px;
    background: #fff;
    height: 72px;
    border-bottom: 1px solid #DDDDDD;
}

.mw_toolbar_tab.active {
    position: static;
}

#mw_edit_pages {
    width: 100%;
    min-height: 100%;
    height: 900px;
    position: absolute;
    background: white;
    left: 0;
    top: -3px;
    overflow-x: hidden;
    overflow-y: auto;
}

.mw_module_image {
    display: block;
    position: relative;
    margin: 0 auto;
}

.mw_module_image img {
    position: relative;
    z-index: 1;
    max-height: 30px;
    margin-bottom: 0;
}

.mw_module_image img[src*=".svg"] {
    min-width: 40px;
    min-height: 40px;
}

.mw_module_image_holder {
    display: inline-block;
    position: relative;
    max-width: 100%;
    /*height: 40px;*/
}

.mw_module_image_shadow {
    display: inline-block;
    text-decoration: none;
    height: 12px;
    width: 64px;
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -32px;
    z-index: 0;
    background: url(../img/module_shadow.png) no-repeat;
    display: none;
}

#mw-history-panel small {
    background: #DDDDDD;
    color: #555555;
    display: block;
    font-size: 11px;
    font-weight: normal;
    padding: 1px 10px 2px;
    text-shadow: 1px 0 0 #FFFFFF;
}

#mw_history_files {
    max-height: 250px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
}

#mw_history_files li, #mw-history-panel li {
    list-style: none;
}

#mw_history_files li a:hover {
    background-image: url(../img/restore.png);
    background-repeat: no-repeat;
    background-position: right center;
}

/********************************************************
    Content Items states on some cases and events
*********************************************************/

div.mw_drag_started, li.module-item.ui-draggable-dragging {
    padding: 10px;
    min-width: 100px;
    background: white;
    list-style: none;
}

.mw-element-hover .mw-sorthandle {
    visibility: visible;
}

.mw_module_helper {
    position: absolute;
    top: 0;
    left: 0;
    background: red;
    width: 200px;
    height: 200px;
}

.mw-col .ui-resizable-handle {
    visibility: hidden;
}

.mw-col:hover .ui-resizable-handle, .mw-row:hover > .mw-col > .ui-resizable-handle {
    visibility: visible;
}

.element-active .mw-sorthandle:first-child {
    visibility: visible;
}

.element-active {
    outline: 1px dotted #A6A6A6;
    box-shadow: inset 0 0 1px #fff;
}

.element-over:hover,
.module-over:hover {
    outline: 1px solid rgba(0, 134, 219, 1);
    outline-offset: -1px;
}

.mw_modal .module-over:hover{
    outline: none
}

.mw-row:hover .mw-sorthandle-row:first-child {
    visibility: visible;
}

.mw_dropable_onleaveedit {
    display: block !important;
}

.module.denied {
    cursor: not-allowed;
    cursor: no-drop;
}

.edit .element-current, .edit .element-current:hover {
    outline: 1px solid #429BD5 !important;
    outline: 1px solid #9FCCEA !important;
}

.mw-empty {
    display: none;
}

.mw-col-container:empty {
    height: 100%;
    width: 100%;
    position: absolute;

}

.mw-col-container:empty:hover {
    background: #FFFFB9;
}

.mw-col-container .mw-empty:first-child:empty {
    background: #FFFFB9;
    color: #0088CC;
    position: relative;
    min-height: 100px;
    display: block;
}

.mw-col-container .mw-empty:first-child:empty:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 100px;
    font-size: 11px;
    text-align: center;
    display: block;
}

body.dragStart .mw-col-container .mw-empty:hover, body.dragStart .mw-col-container .mw-empty.currentDragMouseOver {
    background: #DBFFDB;
    outline: 2px dashed #65D769;
}

.edit .module_loading {
    transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -o-transform: scale(0, 0);

}

.edit .module_activated {
    transition: transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}

img[_moz_resizing], table[_moz_resizing] {
    outline: 0px none;
}

.isTyping .element-current, .isTyping .element-current:hover {
    outline: none !important;
}

.isTyping .mw-row .ui-resizable-handle {
    display: none !important;
}

.isTyping .mw-empty {
    visibility: hidden;
}

.dragStart .disabledEDIT {
    opacity: 0.2;
    position: relative;
}

.dragStart .disabledEDIT:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: transparent;
    cursor: not-allowed;
}

body.dragStart .no-drop {
    cursor: not-allowed;
}

.sortable-placeholder, .ui-sortable-placeholder, .ui-state-highlight, .sortable-dragging {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url(images/drop.png);
    background-color: #FFFFB9 !important;
    background-repeat: no-repeat;
    background-position: center center;
    outline: 1px dashed #a5b3ac;
    font-size: 11px;
    color: #000;
    text-decoration: none;
    font-style: normal;
    line-height: 11px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    height: 55px;
    min-height: 50px;
    width: 100%;
    opacity: 0.9;
}

.empty-column {
    width: 95%;
    height: 30px;
    margin-bottom: 30px;
    padding-bottom: -20px;
    margin-top: 30px;
    height: 150px;
}

.empty-element-edit-area {
    background-color: #FF0000 !important;
    display: none !important;
    height: 15px !important;
    visibility: hidden;
    opacity: 0.1;
}

.empty-element-edit-area:hover, .empty-element-column:hover {
    visibility: visible;
}

.empty-element {
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    min-height: 40px;
    display: none;
    height: 0;
    overflow: hidden;
}

body.dragStart .empty-element {
    display: block;
}

.empty-element:hover, .empty-element.hover {
    background-color: #FFFFB9 !important;
}

.mw-col .mw_drag_current:first-child + .empty-element {
    min-height: 100% !important;
    position: absolute !important;
    top: 0;
}

.edit li.module-item {
    list-style: none;
    background: white url(../img/img_check_loading.gif) no-repeat center;
    width: 100%;
    height: 100px;
    position: static !important;
    display: block;

}

.edit li.module-item * {
    display: none;
}

/* Table controller */

.mw-inline-bar {
    position: absolute;
    z-index: 999;
}

.tc-activecell {
    outline: 1px solid #3399FF;
}

/********************************************
    Wysiwyg styles for live edit section
********************************************/

.live_editor_wrapper {
    margin: auto
}

.editor_wrapper_tabled {
    display: inline-block;
    position: absolute;
}

#liveedit_wysiwyg_main_prev, #liveedit_wysiwyg_main_next {
    display: inline-block;
    float: left;
    cursor: pointer;
    width: 25px;
    height: 48px;
    position: relative;
    background-image: url("../img/editor.png");
    background-repeat: no-repeat;
}

#liveedit_wysiwyg_main_prev:hover, #liveedit_wysiwyg_main_next:hover,
#liveedit_wysiwyg_main_prev:focus, #liveedit_wysiwyg_main_next:focus {
    background-color: #F7F7F7;
}

#liveedit_wysiwyg_main_prev:active, #liveedit_wysiwyg_main_next:active {
    background-color: #EBEBEB;
}

#liveedit_wysiwyg_main_prev {
    background-position: -11px 50%;
}

#liveedit_wysiwyg_main_prev:after,
#liveedit_wysiwyg_main_next:before {
    position: absolute;
    top: 0;
    display: block;
    width: 25px;
    height: 100%;
    content: "";
    pointer-events: none;
}

#liveedit_wysiwyg_main_prev:after {
    left: 100%;
    background: -moz-linear-gradient(left, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245, 245, 245, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

#liveedit_wysiwyg_main_next {
    background-position: -43px 11px;
}

#liveedit_wysiwyg_main_next:before {
    right: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 245, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(245, 245, 245, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 245, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 245, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 245, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 245, 1) 100%);
}

/****************************
    Toolbar Specific styles
*****************************/

#live_edit_toolbar_holder [class*='tst-'] {
    display: block;
    position: relative;
    width: 55px;
    height: 53px;
    text-align: center;
    border-right: 1px solid #EAEAEA;
    border-bottom: 1px solid transparent;
    text-decoration: none !important;
}

[class*='tst-'] .mw-icon-mw {
    /*color: #429BD5;*/
    color: #0086db;
    font-size: 30px;
}

.tst-logo [class*='mw-icon-'] {
    top: 8px;
}

.tst-logo .mw-icon-dropdown {
    top: 8px;
    color: #333333;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    display: inline-block;
    font-size: 100%;
    font-family: Verdana, Geneva, sans-serif;
}

#modules_switcher,
#modules_switcher:hover,
#modules_switcher:focus {
    width: 100%;
    height: 25px;
    padding: 5px 5px 5px 24px;
}

#mod_switch {
    display: block;
    margin-top: 8px;
    color: #fff;
}

.mw-autocomplete {
    padding: 10px;
}

.mw-autocomplete-cats {
    position: absolute;
    display: none;
    top: 30px;
    left: 0;
    background: #EBEBEB;
    z-index: 2;
    min-width: 100%;
    border-radius: 0 0 3px 3px;
}

.mw-autocomplete-cats li {
    list-style: none
}

.mw-autocomplete-cats li a {
    display: block;
    padding: 2px 10px;
    font-size: 11px;
    text-transform: capitalize;
}

.mw-autocomplete-cats li a:hover,
.mw-autocomplete-cats li a:focus {
    background: #F7F7F7
}

.mw-dropdown-list-search {
    padding: 5px 10px;
    background: white;
    position: relative;
    z-index: 1;
    border: 1px solid #EAEAEA;
    box-shadow: -2px 8px 18px -22px #111111;
}

.mw-dropdown-list-search .mwtb-search,
.mw-dropdown-list-search .mwtb-search:hover,
.mw-dropdown-list-search .mwtb-search:focus {
    width: 100%;
    min-width: 165px;
}

body.design_hover .element-current {
    outline: 6px solid #227BD1 !important;
    outline: 6px solid rgba(34, 123, 209, 0.5) !important;
}

.mwwysiwygcursor {
    width: 5px;
    height: 5px;
    background: #00CC00;
    border-radius: 4px;
    overflow: hidden;
    position: fixed;
    left: -9999px;
    top: -9999px;
    z-index: 995;
    box-shadow: 0 0 2px #00CC00;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mw-toolbar-btn-menu > a.mw-ui-btn {
    margin: 10px 8px 0;
    background-color: #fff;
    color: #212121;
}

.editor-template-settings .ed-ico {
    background: url(../img/settingswheel.svg) no-repeat center;
    background-size: 68%;
    -webkit-transition-duration: 1.7s;
    -moz-transition-duration: 1.7s;
    -o-transition-duration: 1.7s;
    transition-duration: 1.7s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

.editor-template-settings .ed-ico:hover,
.editor-template-settings .ed-ico.action {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -transform: rotate(90deg);
}

#mw-saving-loader {
    height: 48px;
    width: 48px;
    background-image: url(images/saving.gif);
    background-color: #FFFFB9 !important;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    position: absolute;
    bottom: 10px;
    right: 30px;
}

.mw-single-arrow-dropdown {
    display: inline-block;
    height: 32px;
    padding-left: 10px;
    margin: 7px 0 0;
    background: url(../img/mw_dlm.png) no-repeat;
    cursor: pointer;
}

.mw-single-arrow-dropdown > * {
    font-size: 15px;
    top: 0px;
    color: rgba(136, 136, 136, 1);
    font-family: Verdana, Geneva, sans-serif;

}

#toolbar-dropdown-actions:hover .mw-single-arrow-dropdown > * {
    color: black;
}

#live-edit-dropdown-actions-content {
    right: -20px;
    left: auto;
    top: 30px;
    cursor: pointer;
    width: 140px;
    font-size: 11px;
    padding-top: 12px;
}

#live-edit-dropdown-actions-content a {
    text-decoration: none;
    line-height: 18px;
    height: auto;
}

#live-edit-dropdown-actions-content [class*='mw-icon-'] {

    font-size: 16px;
}

#live-edit-dropdown-actions-content .mw-icon-css {
    font-size: 13px;
}

#live-edit-dropdown-actions-content .mw-ui-box {
    border-radius: 0;
}

#live-edit-dropdown-actions-content .mw-icon-arrowleft {
    font-size: 11px;
}

#toolbar-back-to-admin {
    position: absolute;
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
    background: black;
    color: white;
    text-align: center;
    padding-top: 14px;
}

/* tabs navigation */

#mw_toolbar_nav {
    width: 100%;
    min-width: 700px;
    position: relative;
    z-index: 12;
}

#mw_toolbar_nav.mw-small-toolbar {
    height: 40px;
}

#mw-go_livebtn_admin {
    margin: 6px 6px 0;
}

#mw_toolbar_nav.mw-small-toolbar .mw-ui-btn {
    margin-top: 3px;
}

#mw_toolbar_nav.mw-small-toolbar .mw-ui-btn.mw-btn-single-ico {
    margin-top: 3px;
}

#mw_tabs {
    float: left;
    list-style: none;
    height: 50px;
}

#mw_tabs li {
    float: left;
}

#mw_tabs li.dropped {
    visibility: hidden;
}

#mw_tabs li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-right: 1px solid #EAEAEA;
    padding: 17px 20px 10px;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #212121;
    transition: box-shadow 0.09s linear;
    -moz-transition: box-shadow 0.09s linear;
    -webkit-transition: box-shadow 0.09s linear;
    -o-transition: box-shadow 0.09s linear;
    text-shadow: 1px 1px 0px white;
}

#mw_tabs li:first-child a {
    border-left: 1px solid #EAEAEA;
}

#mw_tabs li a:hover {
    background-color: #fff;
}

#mw_tabs li a:active {
    box-shadow: inset 0 0 5px #A6A6A6;
    box-shadow: inset 0 1px 16px -14px #000000;
}

#mw_tabs li.active a, #mw_tabs li.active a:hover {
    background: white;
}

#mw_tabs li.active-prev {
    border: none;
}

#mw_tabs li.active a:active {
    box-shadow: none;
}

#mw_toolbar_logo {
    display: block;
    height: 29px;
    text-indent: -999px;
    width: 201px;
    height: 52px;
    background-position: center 12px;
    background-repeat: no-repeat;
}

#mw_toolbar_logo:hover {
    background-color: #fff;
}

#mw_logo_modules {
    display: block;
    float: left;
    text-indent: -100%;
    background-image: url(../img/logo_modules.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right bottom;
    margin: 0 15px;
    width: 210px;
    height: 40px;
}

#mw-toolbar-right {
    float: right;
    background: #F5F5F5;
    padding: 5px 10px 0px 0;
    position: relative;
    z-index: 1;
}

.mw-toolbar-right-content {
    float: right;
    padding: 3px 0 3px 0;
}

#toolbar-dropdown-actions {
    float: right;
    width: 30px;
}

/*.mw_edit_delete {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    font-size: 11px;
    text-align: center;
    background: #C7C7C7;
    position: relative;
    z-index: 9;
    border-radius: 3px;
    text-decoration: none;
    position: absolute;
    right: 0 !important;
    top: 0;
}*/

.mw_edit_delete {
    display: inline-block;
    width: 23px;
    height: 23px;
    line-height: 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FF0000;
    cursor: pointer;
    font-size: 11px;
    text-align: center !important;
    background: #fff;
    position: relative;
    z-index: 9;
    border-radius: 14px;
    text-decoration: none;
    position: absolute;
    right: 0px !important;
    top: 0px;
    border: 1px solid #f5f5f5 !important;
    letter-spacing: 0 !important;
}

#mw_handle_module .mw_edit_delete:hover {
    background: #FF0000;
    color: #fff;
}

.mw-make-cols + .mw_edit_delete {
    border-radius: 0 3px 3px 0;
    right: auto;
}

.mw_edit_delete:after {
    content: "\111";
    font-family: Microweber;
}

.mw_edit_delete:hover {
    background-color: #FF0000;
    color: #EAEAEA;
    text-decoration: none;
}

#main-save-btn {
    margin: 0 0 0 4px;
    border-color: #5CA230;
    background-color: #5CA230;
    color: white;
}

html.mw_pages #mw_toolbar_nav {
    height: 49px;
}

html.mw_pages #mw_tabs li.active a {
    padding: 15px 20px 11px;
}

/* Browser specific contenteditable atributes */

div[id*='SSDIVEL'] {
    display: none !important;
}

.mw_image_txt *[_moz_abspos] {
    background: none !important;
    outline: none !important;
    z-index: auto !important;
}

[_moz_anonclass] {
    display: none !important;
    visibility: hidden !important;
}

/****************************
        Image resizer
*****************************/

.mw_image_resizer {
    position: absolute !important;
    z-index: 1100;
    visibility: hidden;
    left: -9999px;
    top: -9999px;
    pointer-events: none;
}

.mw_image_resizer * {
    pointer-events: all;
}

.mw_image_resizer.active {
    visibility: visible;
}

.mw_image_resizer .ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    opacity: 0.4
}

.mw_image_resizer .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.mw_image_resizer .ui-resizable-n {
    cursor: n-resize;
    height: 1px;
    width: 100%;
    top: -1px;
    left: 0;
    background-repeat: repeat-x;
}

.mw_image_resizer .ui-resizable-s {
    cursor: s-resize;
    height: 1px;
    width: 100%;
    bottom: -1px;
    left: 0;
    background-repeat: repeat-x;
}

.mw_image_resizer .ui-resizable-e {
    cursor: e-resize;
    width: 1px;
    right: -1px;
    top: 0;
    height: 100%;
    background-repeat: repeat-y;
}

.mw_image_resizer .ui-resizable-w {
    cursor: w-resize;
    width: 1px;
    left: -1px;
    top: 0;
    height: 100%;
    background-repeat: repeat-y;
}

.mw_image_resizer .ui-resizable-se {
    cursor: se-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    bottom: -5px;
}

.mw_image_resizer .ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.mw_image_resizer .ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.mw_image_resizer .ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.mw_image_resizer .ui-resizable-se, .mw_image_resizer .ui-resizable-sw, .mw_image_resizer .ui-resizable-nw, .mw_image_resizer .ui-resizable-ne {
    background: #333;
    opacity: 0.7;
    border-radius: 10px;
}

/****************************
        Image Edit
*****************************/

.mw_image_settings {
    position: absolute;
    overflow: hidden;
    z-index: 2;
}

#image-edit-nav {
    position: relative;
    top: 10px;
    z-index: 9999;
    margin: 0 auto;
    width: auto;
    display: block;
    text-align: center;
    width: 200px;
}

#image-edit-nav .mw-ui-btn span {
    line-height: 33px;
    opacity: 1;
    height: 40px;
}

#image-edit-nav .mw-ui-btn {
    margin: 0 5px;
    box-shadow: 0 0 10px -1px #fff;
    border-radius: 25px;
    height: 40px;
    width: 40px;
    padding: 0;
}

#image-edit-nav .mw-ui-btn .mw-icon-edit {
    font-size: 20px;
}

#image-edit-nav .mw-ui-btn .mw-icon-image-frame {
    font-size: 24px;
}

#image-edit-nav .mw-ui-btn span.mw-icon-image-frame {
    line-height: 35px;
}

/****************************
     Template Settings
*****************************/

#mw-template-settings-holder:after, #mw-template-settings:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#mw-template-settings-holder, #mw-template-settings {
    position: relative;
}

.mw-template-settings {
    left: auto !important;
    background: white;
    overflow: visible;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border: none;
    -webkit-transition: right 0.5s ease;
    -moz-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    -ms-transition: right 0.5s ease;
    transition: right 0.5s ease;

}

.mw-template-settings .mw_modal_container {
    margin-top: 30px;
}

#frame-template-settings {
    position: static;
}

.mw-template-settings .mw_modal_toolbar {
    display: none;
}

.template-settings-icon {
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    left: -42px;
    top: 22px;
    z-index: 1;
    background: white url(../img/settingswheel.svg) no-repeat center;
    background-size: 47%;
    box-shadow: -2px 0 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.template-settings-close {
    display: block;
    position: absolute;
    right: 6px;
    right: 6px;
    top: 9px;
    cursor: pointer;
    color: #888;
    font-size: 11px;
}

.template-settings-close-x {
    width: 18px;
    height: 18px;
    background: url(../img/close.svg) no-repeat center;
    background-size: cover;
    display: block;
    float: right;
    margin-left: 3px;
    margin-top: -1px;
}

@media (max-width: 767px) {
    .mw-columns-resizer {
        display: none !important;
    }
}

/******************************************
              DEPRECATED:
*******************************************/

/** The "mw_drag_float" float logic ***/

.mw_drag_float {
    float: left !important;
    display: inline-block !important;
}

.mw_drag_float_right {
    float: right !important;
    display: inline-block !important;
}

/* Load draft block */

.hasdraft {
    float: left;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    margin: 12px 0 0 12px;
    font-size: 11px;
    background: #F7F7C6;
    padding: 0 10px;
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
}

.hasdraft.active {
    opacity: 0.4;
}

.hasdraft.active:hover {
    opacity: 1;
}

.hasdraft p {
    color: #5A5A5A;
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 7px;
    padding-right: 5px;
}

#mw_toolbar_nav .hasdraft .mw-ui-btn {
    margin-left: 10px;
    margin-right: 0px;
}

#load_draft_timer {
    font-weight: bold;
    color: #329A4F;
}

.hasdraft .mw-close {
    position: absolute;
    top: 3px;
    right: 3px;
}

/* External Tools */

.mw-external-tool {
    position: absolute;
    z-index: 1101;
    top: 100px;
    left: 100px;
}

.mw-tooltip-insert-module {
    width: 50%;
    min-width: 150px;
    max-width: 270px;
}

.mw-tooltip-insert-module .mw-ui-searchfield {
    position: absolute;
    right: 10px;
    border-radius: 3px 3px 0 0;
    border-bottom-width: 0;
}

.module-bubble-tab {
    display: none;
}

.mw-tooltip-insert-module .mw-ui-searchfield:focus,
.mw-tooltip-insert-module .mw-ui-searchfield:hover,
.mw-tooltip-insert-module .mw-ui-searchfield:focus:hover {
    width: 91%;
    width: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
}

.mw-ui-searchfield:focus + .mw-ui-btn-nav,
.mw-ui-searchfield:hover + .mw-ui-btn-nav {
    opacity: 0;
}

.module-bubble-tab-not-found-message {
    display: none;

    padding: 10px;
}

.module-bubble-tab-not-found-message em {
    font-weight: bold;
}

.mw-open-module-settings {
    cursor: pointer;
    text-align: center;
}

.video-module-default-view {
    padding: 50px 0;
    background-color: #111111;
}

.mw-add-content-modal {
    max-width: 95%;
    min-width: 320px;
}

.mwInaccessibleModulesMenu {
    position: absolute;
    z-index: 1102;
    margin: 20px 0 0;
}

.mwInaccessibleModulesMenu .mw-ui-btn {
    text-transform: capitalize;
}

.mwInaccessibleModulesMenu .mw-ui-btn {
    color: #2b2b2b;
    background: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 2px 7px;
    outline: none;
    position: relative;
    z-index: 1;
    height: 30px;
    border-radius: 30px;
    padding: 0 11px;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 30px;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
}

.mwInaccessibleModulesMenu .mw-ui-btn [class*=mw-icon-] {
    top: 8px;
}

#back-to-admin-toolbar {
    margin: 0px 8px;
    color: #333333;
    text-decoration: none;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
}

#back-to-admin-toolbar span {
    font-size: 33px;
    top: -2px;
}

/*.toolbar-sections-tabs .mw-ui-btn-nav .mw-ui-btn>[class*=mw-icon-]{*/
/*top: -2px;*/
/*}*/

#mw-text-editor .mw-ui-btn-medium {
    line-height: 160%;
}

#mw-text-editor #main-save-btn {
    color: #fff;
}

.toolbar-sections-tabs > ul,
#live-edit-dropdown-actions-content ul,
#mw_history_files {
    padding-left: 0;
}

.toolbar-sections-tabs > ul > li > .mw-dropdown-list ul.pages_tree li {
    display: block;
}

.toolbar-sections-tabs > ul > li > .mw-dropdown-list li a {
    padding-left: 23px;
}

#liveedit_wysiwyg {
    transition: opacity 0.6s, transform .3s;
    transform: translateY(-24%);
    opacity: 0;
}

.mw-active-element-iseditable #liveedit_wysiwyg {
    transform: translateY(0%);
    opacity: 1;
}

#liveedit_wysiwyg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
    background-color: #F5F5F5;
    opacity: .75;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.mw-active-element-iseditable #liveedit_wysiwyg:before {
    opacity: 0;
    visibility: hidden;
}

.edit img.element::selection {
    background-color: transparent;
    outline: 4px solid #0088CC
}

@media screen and (max-width: 1199px) {
    #back-to-admin-toolbar {
        display: none;
    }
}

.toolbar-sections-tabs ul .mw-ui-btn:before {
    line-height: 20px;
}

@media (max-width: 1020px) {
    .mw-toolbar-add-new-content-ctrl {
        margin: 10px 8px 0 !important;
    }

    .mw-toolbar-modules-open-ctrl {
        padding: 5px 9px;
    }
}

.tooltip-icon-picker .mw-ui-btn {
    font-family: Verdana, Geneva, sans-serif !important;
}

/* White Effect over Images on selected */
.mw-live-edit img::-moz-selection {
    background: #fff !important;
}

.mw-live-edit img::selection {
    background: #fff !important;
}

/* MW Reset */
.mw-reset-css *,
.mw-reset-css *:before,
.mw-reset-css *:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mw-reset-css {
    font-family: some-family;
    line-height: normal;
    font-size: 16px;
}

.mw-reset-css li {
    list-style: none;
}

/* Sidebar in Live Edit */
/*#live_edit_side_holder {
    position: fixed;
    width: 300px;
    top: 50px;
    bottom: 0;
    right: 0px;
    background: white;
    z-index: 999;
    font-size: 11px;
    border-left: 1px solid #e5e5e5;
    -webkit-box-shadow: -2px 0px 5px -3px #e5e5e5;
    box-shadow: -2px 0px 5px -3px #e5e5e5;

    right: -300px;
    transition: 0.6s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#live_edit_side_holder.sidebar_opened {
    transition: 0.6s;
    right: 0;
}*/



#live_edit_side_holder .sidebar-toggler {
    position: absolute;

    background: #0086db;
    height: 68px;
    width: 18px;
    display: block;
    border: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    top: 50%;
    margin-top:-34px;

}

#live_edit_side_holder.mw-control-box-right .sidebar-toggler{left: -19px;}
#live_edit_side_holder.mw-control-box-left .sidebar-toggler{right: -19px;}

#live_edit_side_holder .sidebar-toggler .i-holder {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: 0.6s;
    margin-top: 26px;
}

/*#live_edit_side_holder.sidebar_opened .sidebar-toggler .i-holder {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.6s;
}*/

#live_edit_side_holder .sidebar-toggler i {
    color: #fff;
}

#live_edit_side_holder.sidebar_opened .sidebar-toggler {
}

#live_edit_side_holder.sidebar_opened {
    display: block;
}

#modules-and-layouts-sidebar h3 {
    color: #3a3434;
    font-size: 14px;
    padding: 25px 25px 15px 15px;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold !important;
    letter-spacing: 1px !important;
}

#modules-and-layouts-sidebar .mw-ui-box {
    background: #f5f5f5;
    padding: 0 15px 25px 20px;
    width: 300px;
    overflow: auto;
    top: -3px;
    border: 0;
    position: relative;
}

#modules-and-layouts-sidebar .mw-ui-box::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#modules-and-layouts-sidebar .mw-ui-box::-webkit-scrollbar-thumb {
    background-color: #0086db;

    background-image: -webkit-gradient(linear, 0 0, 0 100%,
    color-stop(.5, rgba(255, 255, 255, .2)),
    color-stop(.5, transparent), to(transparent));
}

#modules-and-layouts-sidebar .mw-ui-btn-nav-tabs .mw-ui-btn {
    border: 1px solid transparent;
    border-bottom: 1px solid #eaeaea;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #999999;
    font-size: 11px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    padding: 5px 8px;
    line-height: 21px !important;
    text-decoration: none;
    letter-spacing: 0 !important;
}

#modules-and-layouts-sidebar .mw-ui-btn-nav-tabs .mw-ui-btn i {
    font-size: 22px;
    line-height: 27px !important;
    float: left;
    margin-right: 6px;
    color: #999999;
}

#modules-and-layouts-sidebar .mw-ui-btn-nav-tabs .mw-ui-btn i.mwi-folder {
    font-size: 20px;
}

#modules-and-layouts-sidebar .mw-ui-btn-nav-tabs .mw-ui-btn i.mwi-cog {
    font-size: 20px;
}

#modules-and-layouts-sidebar .mw-ui-btn-nav-tabs .mw-ui-btn.active {
    background: #f5f5f5;
    border: 1px solid #eaeaea;
    border-bottom: 1px solid #f5f5f5;
    color: #4d4d4d;
}

#modules-and-layouts-sidebar .mw-ui-btn-nav-tabs .mw-ui-btn.active i {
    color: #0086db;
}

#modules-and-layouts-sidebar .mw-ui-btn-nav-tabs {
    z-index: 999;
    padding: 0 0 0 15px;
}

/* Layouts */
#modules-and-layouts-sidebar .module-admin-modules-list-layouts .module-item {
    cursor: pointer;
    margin-bottom: 25px;
}

#modules-and-layouts-sidebar .module-admin-modules-list-layouts:hover .module-item {
    opacity: 0.8;
}

#modules-and-layouts-sidebar .module-admin-modules-list-layouts .module-item:hover {
    opacity: 1;
}

#modules-and-layouts-sidebar .module-admin-modules-list-layouts .module-item .mw_module_image {
    height: auto;
    text-align: center;
}

#modules-and-layouts-sidebar .module-admin-modules-list-layouts .module-item .mw_module_image img {
    max-height: none;
    width: 100%;
    margin-bottom: 0;
}

#modules-and-layouts-sidebar .module-admin-modules-list-layouts .module-item .module_name {
    background: #2a2a2a;
    color: #fff;
    border-top: 1px solid #323232;
    display: block;
    padding: 5px 15px;
    font-size: 11px;
}

#modules-and-layouts-sidebar .module-admin-modules-list-layouts .module-item:hover .module_name {
    background: #0086db;
    border-top: 1px solid #0086db;
}

#modules-and-layouts-sidebar .module-admin-modules-list-layouts .module-item:hover {
    box-shadow: 7px 5px 10px -5px rgba(0, 0, 0, 0.5), -7px -5px 10px -7px rgba(0, 0, 0, 0.5);
}

/* Default Layouts */
/*#modules-and-layouts-sidebar .module-admin-modules-list-layouts .default-layouts {
    cursor: pointer;
    width: 50%;
    float: left;
    text-align: center;
    padding: 0px;
}

#modules-and-layouts-sidebar .module-admin-modules-list-layouts .default-layouts:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#modules-and-layouts-sidebar .module-admin-modules-list-layouts .default-layouts .mw_module_hold {
    background: transparent;
    padding: 25px 10px;
    display: block;
    border: 1px solid transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#modules-and-layouts-sidebar .module-admin-modules-list-layouts .default-layouts:hover .mw_module_hold {
    background: #fff;
    border-color: #eaeaea;
}

#modules-and-layouts-sidebar .module-admin-modules-list-layouts .default-layouts .module_name {
    color: #999999;
    font-size: 11px;
    margin-top: 10px;
    display: block;
    height: 22px;
    line-height: 16px !important;
    background: none;
    border-top: 0;
}

#modules-and-layouts-sidebar .module-admin-modules-list-layouts .default-layouts:hover .module_name {
    color: #3a3434;
    background: none;
    border-top: 0;
}
*/

/* Modules */
#modules-and-layouts-sidebar .module-admin-modules-list .module-item {
    cursor: pointer;
    width: 50%;
    float: left;
    text-align: center;
    padding: 0px;
    min-height: 145px;
}

#modules-and-layouts-sidebar .module-admin-modules-list .module-item .mw_module_hold {
    background: transparent;
    padding: 25px 10px;
    display: block;
    border: 1px solid transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#modules-and-layouts-sidebar .module-admin-modules-list .module-item:hover .mw_module_hold {
    background: #fff;
    border-color: #eaeaea;
}

#modules-and-layouts-sidebar .module-admin-modules-list .module-item .module_name {
    color: #999999;
    font-size: 11px;
    margin-top: 10px;
    display: block;
    height: 22px;
    line-height: 16px !important;
}

#modules-and-layouts-sidebar .module-admin-modules-list .module-item:hover .module_name {
    color: #3a3434;
}

#modules-and-layouts-sidebar #search-modules-and-layouts {
    position: relative;
    font-size: 11px;
    background: #f5f5f5;
    clear: both;
    padding: 25px;
    z-index: 2;
    border-top: 1px solid #eaeaea;
    top: -1px;
}

#modules-and-layouts-sidebar #search-modules-and-layouts.scroll-box-not-top {
    border-bottom: 1px solid #eaeaea;
    -webkit-box-shadow: 0 8px 6px -6px #eaeaea;
    -moz-box-shadow: 0 8px 6px -6px #eaeaea;
    box-shadow: 0 8px 6px -6px #eaeaea;
}

#modules-and-layouts-sidebar #search-modules-and-layouts .search-wrapper {
    position: relative;
    font-size: 11px;
}

#modules-and-layouts-sidebar #search-modules-and-layouts .search-wrapper label {
    position: absolute;
    left: 10px;
    top: 4px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 22px;
    margin-left: 0px;
}

#modules-and-layouts-sidebar #search-modules-and-layouts .search-wrapper label i {
    color: #999999;
}

#modules-and-layouts-sidebar #search-modules-and-layouts .search-wrapper input {
    padding-left: 43px;
    height: 36px;
    padding: 10px 15px 10px 35px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999999;
    font-size: 11px;
    font-style: normal;
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#modules-and-layouts-sidebar #search-modules-and-layouts .search-wrapper .mw-sidebar-search-clear-x-btn {
    text-decoration: none;
    position: absolute;
    right: 12px;
    top: 13px;
    color: #999999;
}

.mw-v2 {
    font-size: 18px;
    line-height: 18px;
    float: left;
}

.mw-v2.m-r {
    margin-right: 7px;
}

.mw-toolbar-right-content .mw-ui-btn i {
    color: #919191;
}

.mw-toolbar-right-content .mw-ui-btn i.mw-icon-web-earth {
    font-size: 19px;
    margin: 0;
    top: 5px;
}

.toolbar-sections-tabs i.mw-icon-plus {
    font-size: 14px;
    margin: 0 !important;
    background: #0086db;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 16px;
    height: 16px;
    padding: 1px;
}

.view-website-button {
    height: 33px;
    margin-top: -1px;
    border-left: 0;
    margin-left: -2px;
    padding: 1px 9px;
    font-size: 18px;
    float: right;
}

.mw-toolbar-add-new-content-ctrl i {
    color: #0086db;
    font-size: 16px;
}

.mw-toolbar-add-new-content-ctrl:before {
    content: '';
}

@media screen and (max-width: 1020px) {
    .mw-toolbar-add-new-content-ctrl {
        text-align: center;
    }
}

.mw-toolbar-add-new-content-ctrl span {
    margin-left: 6px;
}

.mw-toolbar-add-new-content-ctrl {
    margin: 10px 0px 0 10px !important;
}

.mw-toolbar-add-new-content-ctrl:after {
    display: none !important;
}



.close-sidebar-button {
    right: 15px;
    top: 15px;
    position: absolute;
    font-size: 10px;
}

.close-sidebar-button i {
    color: #3a3434 !important;
    background: #fff !important;
}

body.mw-live-edit .mw-tooltip-content {
    font-size: 11px;
    font-family: Verdana, Geneva, sans-serif !important;
}

#modules-and-layouts-sidebar .iframe-holder {
    width: 100%;
    height: 100%;
}

#modules-and-layouts-sidebar .settings-iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0;
}

#modules-and-layouts-sidebar .settings-iframe body {
    overflow: hidden !important;
}



#mw_handle_module_up,
#mw_handle_module_down {
    display: inline-block;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-family: Microweber;
    cursor: pointer;
    position: relative;
    z-index: 2;
    border-radius: 20px;
    top: 1px;
    background-color: #2b2b2b;
    color: white;
    font-size: 10px;
    float: right;
    right: 30px;
    margin: 0 3px;
}

#mw_handle_module_up:hover,
#mw_handle_module_down:hover {
    background-color: black;
    color: white;
}

#mw_handle_module_up:before {
    content: "\0139"
}

#mw_handle_module_down:before {
    content: "\0136"
}

.has-opened-sidebar {
    margin-right: 300px;
}

@media screen and (max-width: 990px) {
    .has-opened-sidebar {
        margin-right: 0px;
        transition: none;
    }

    .sidebar_opened {
        z-index: 9999 !important;
    }
}

.mw-cloneable-control {
    position: absolute;
    z-index: 1101;
    margin: -15px 0;
    background: #2b2b2b;
    border-radius: 30px;
    padding: 2px;
}

.mw-cloneable-control-item {
    /*width: 20px;*/
    /*height: 20px;*/
    /*line-height: 20px;*/
    line-height: 16px;
    width: 16px;
    height: 16px;
    border-radius: 40px;
    background: #2b2b2b;
    color: white;
    font-family: Arial;
    text-align: center;
    cursor: pointer;
    display: block;
    float: left;
    margin: 0 2px;
    /*opacity: 0.8;*/
    font-size: 13px;
}

.mw-cloneable-control-item.mw-cloneable-control-minus {
    font-size: 10px;
}

.mw-cloneable-control-item:hover {
    background: #fff;
    color: #000;
}

body.isTyping .mw-cloneable-control-item {
    display: none;
}

.mw-cloneable-control-plus:after {
    content: '\002b';
    font-family: Microweber !important;
    text-transform: none !important;
}

.mw-cloneable-control-minus:after {
    font-family: Microweber !important;
    text-transform: none !important;
    content: "\f2f4";
}

.mw-cloneable-control-prev:after {
    font-family: Microweber !important;
    text-transform: none !important;
    content: "\0137";
}

.mw-cloneable-control-next:after {
    font-family: Microweber !important;
    text-transform: none !important;
    content: "\0138";
}

.mw_modal_container iframe {
    background: #fafafa;
}

.mw_dropable {
    pointer-events: none;
}

.html-editor-selcted {
    outline: 2px solid #329A4F;
    outline-offset: 2px;
}

.wysiwyg-undo-redo {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 2;
    background: #F5F5F5;
    height: 53px;
}

.wysiwyg-cell-undo-redo .mw_editor_btn {
    margin-top: 12px;
}

.wysiwyg-cell-undo-redo {
    padding-left: 10px;
    height: 40px;
}

.wysiwyg-undo-redo .mw_editor_btn.mw_editor_undo,
.wysiwyg-undo-redo .mw_editor_btn.mw_editor_redo {
    padding: 1px 4px 0px 4px;
    border: 1px solid transparent;
    height: auto;
}

.wysiwyg-undo-redo .mw_editor_btn.mw_editor_undo:hover,
.wysiwyg-undo-redo .mw_editor_btn.mw_editor_redo:hover {
    border: 1px solid #e5e5e5;
}

#history_panel_toggle {
    height: 30px;
    border: 1px solid transparent;
    padding: 5px 6px;
}

#history_panel_toggle span {
    color: #6f6f6f;
    font-size: 11px;
    line-height: 1px;
    margin-top: 5px;
}

#history_panel_toggle:hover {
    border: 1px solid #e5e5e5;
}

#mw-text-editor .mw-ui-btn-medium.mw-sidebar-open-btn:not(.opened) {
    border: 1px solid #0086db;
    color: #0086db;
}

#mw-text-editor .mw-ui-btn-medium.mw-sidebar-open-btn:not(.opened) i {
    color: #0086db;
}

body.dragStart .nodrop {
    pointer-events: none;
}

body.dragStart .allow-drop {
    pointer-events: all;
}

.mw-module-quick-options{
    width: 160px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -80px;
}

.mw-module-quick-options-menu:after{
   content: "\0136";
   font-family: Microweber;
    display: inline-block;

}

.mw-module-quick-options-menu{
    border-radius:  20px;
    background: #fff;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    color: #2b2b2b;
    font-size: 16px;
    padding: 0 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);

}

.mw-module-quick-options-content{
    background: black;
    color: white;
    padding: 10px;
    box-shadow: 0 10px 10px rgba(0,0,0,.3);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 10px;
}
.mw-module-quick-options-content label{
    float: left;
    width: 120px;
    font-size: 12px;
    clear: both;
    margin-bottom: 10px;
}

.mw-module-quick-options:hover .mw-module-quick-options-content{
    display: block;
}

.prop-ui-field-quatro .prop-ui-field-holder{
    float: left;
    width: 48%;
}

.prop-ui-field-quatro .prop-ui-field-holder:nth-child(even){ float: right; }
.prop-ui-field-quatro .prop-ui-field-holder:nth-child(odd){ clear: both; }

.prop-ui-label{
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    padding-top: 7px;
}

.prop-ui-field-quatro{
    padding: 5px;
    background: #efecec;
    border-radius: 3px;
    margin: 10px 0;
    overflow: hidden;
    letter-spacing: 0px;
}

.prop-ui-field[type='text'],
.prop-ui-field[type='number']{
    width: 100%;
}

.mw-module-presets-opener{
    float: right;
    display: block;
    transition: color .3s;
    cursor: pointer;
}
.mw-module-presets-opener{
    color: white;
}

.mw-module-presets-opener:before{
  /*  content: '\002d';
    font-family: 'admin';
    position: relative;
    top: 1px;*/
}

.mw-module-presets-opener:after{
    content: "\0118";
    font-family: Microweber!important;
    margin-left: 5px;
    font-size: 12px;
    position: relative;
    top: -2px;
}

.mw-module-presets-opener:hover{
    color: rgba(14, 128, 229, 1);
}

.mw-module-presets-content{
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    border-radius: 3px;
    cursor: default;
    background: white;
    padding-bottom: 6px;
    box-shadow: 0 1px 15px rgba(0,0,0,.2);
}

.mw-presets-dropdown.active .mw-module-presets-content{
    display: block;
}

#module-modal-settings-menu-content a{
    color: rgba(77, 77, 77, 1);
    background: white;
    display: block;
    background:#fff
}

#module-modal-settings-menu-content > a + a{
    border-top: 1px solid #e5e5e5;
}

#module-modal-settings-menu-holder-open-presets{
    background: white;
}

#module-modal-settings-menu-holder a{
    display: block;
   padding: 5px 10px;
    text-decoration: none;

}

.module-presets-action-btn-use{
    display: inline-block;
    width: 25px;
    height: 25px;
    border:1px solid rgba(0, 132, 216, 1);
    position: relative;
    border-radius: 2px;
    float: left;
}

.module-presets-action-btn-use:after{
    content: "\0101";
    font-family: Microweber!important;
    opacity: 0;
    visibility: hidden;
    color: white;
    transition: all .3s;
    transform: scale(.5);
    font-size: 20px;
}

.module-presets-action-btn-use:hover{
    background:rgba(0, 132, 216, 1)
}

.module-presets-action-btn-use:hover:after{
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.module-presets-name-field{
    width: 145px;
    height: 25px;
    border: 1px solid #eee;
    border-left: none;
    border-radius: 0 2px 2px 0;
    float: left;
    padding: 0 10px;
}

.mw-module-presets-content{

    overflow: hidden;
    width: 190px;
}

.mw-presets-list li {
}

.mw-presets-list li + li{
    padding-top: 5px;
}

.module-presets-action-btn-delete{
    cursor: pointer;
    display: inline-block;
    padding: 3px 3px;
    color: rgba(199, 199, 199, 1);
    width: 28px;
    text-align: center;
}

.module-presets-action-btn-delete:hover{
    color: rgba(255, 0, 0, 1);
}

.module-presets-add-new-holder{
    clear: both;

}

.module-presets-add-new-holder .mw-ui-btn{
    float: right;
    line-height: 12px !important;
    height: 25px;
    min-height: 0px;
}

.module-presets-add-new-holder input[type='text'] {
    float: left;
    width: 110px;
    border-radius: 0;
    box-shadow: none;
    height: 25px;
    -webkit-appearance: initial;
    border: 1px solid #ccc;
    min-height: 21px;
    padding: 0px 6px;
    font-size: 14px;
}

.module-presets-add-new-holder input.module-presets-name-field{
    border-left: 0;
}

.module-presets-add-new-holder{
    padding: 5px;
}

#module-modal-preset-linked-icon:before{
    content: "\0101";
    font-family: Microweber!important;
        position: relative;
    top: 1px;
}

/*#module-modal-preset-linked-icon:after{
    content: '\002d';
    font-family: 'admin';
    position: relative;
    top: 1px;
}*/
#module-modal-preset-linked-icon{
    position: absolute;
    right: 85px;
    top: 4px;
    color: white;
}

#js-release-btn{
    display: inline-block;
    padding: 4px;
    border: 1px solid #eee;
    border-radius: 2px;
    background: #fff;
}




