/*@import url(//fonts.googleapis.com/css?family=Open+Sans:800,700,600,500,400,300&subset=latin,cyrillic-ext,greek-ext,greek,cyrillic,latin-ext);*/
@import "navs.css";
@import "mai.css";

@font-face {
    font-family: 'mwadmin';
    src: url('fonts/fontadmin.ttf?mwv=9') format('truetype');
    font-weight: normal;
    font-style: normal;
}


[class*='mai-'] {
    position: relative;
    margin-right: 3px;
}

.mw-ui-btn.mw-ui-btn-medium > [class*=mw-icon-] {
    top: 2px;
}

* {
    margin: 0;
    padding: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-ms-clear {
    display: none;
}

::-ms-reveal {
    display: none;
}

/*************************
       Main Styles
**************************/

html, body {
    min-height: 100%;
    height: 100%;
}

body.is_admin {
    background: #f5f5f5;
}

body, textarea, input {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.3;
}

body, a {
    color: #3B3B3B;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 5px;
}

h1 {
    font-size: 200%;
}

h2 {
    font-size: 170%;
    line-height: 170%;
}

h3 {
    font-size: 140%;
    line-height: 140%;
}

h4 {
    font-size: 130%;
    line-height: 130%;
}

h5 {
    font-size: 120%;
}

h6 {
    font-size: 110%;
}

hr, .hr {
    height: 1px;
    border: none;
    position: relative;
    clear: both;
    display: block;
    background: #E5E5E5;
    overflow: hidden;
    margin: 22px 0;
}

.hr1 {
    margin: 12px 0;
}

.hr2 {
    margin: 32px 0;
}

h2 > [class*="mw-icon-"]:first-child {
    margin-right: 10px;
    vertical-align: baseline;
    top: 3px;
}

h3 > [class*="mw-icon-"]:first-child {
    margin-right: 10px;
    vertical-align: baseline;
    top: 0;
}

/************************************
        Primary Admin Grid
*************************************/

.mw-simple-rotator {
    /*max-width: 1200px;*/
}

#mw-edit-page-editor-holder {
    border: 1px solid #DADADA;
    border-radius: 3px;
    background: white;
}

.mw-iframe-editor {
    min-height: 320px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fixed-side-column-container {
    position: relative;
    z-index: 0;
}

.mw-simple-rotator {
    overflow: hidden;
    position: relative;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fixed-side-column {
    position: fixed;
    top: 66px;
    height: 100%;
    background-color: #F5F5F5;
}

.fixed-side-column {
    min-width: 210px;
    max-width: 230px;
    width: 230px;
}

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

#file_module_live_edit_adm .mw-module-admin-wrap {
    padding-left: 0;
}

.tree-show-hide-nav {
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
}

#pages_tree_toolbar [class*='mw-icon-'] {
    font-size: 12px;
    display: block;
    visibility: hidden;
    position: absolute;
    height: 21px;
    width: 20px;
    top: 7px;
    padding: 3px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    color: #3B3B3B;
    opacity: 0.5;
}

#pages_tree_toolbar a:hover > [class*='mw-icon-'] {
    visibility: visible;
}

#pages_tree_toolbar .mw-icon-pen {
    right: 30px;
}

#pages_tree_toolbar .mw-icon-bin {
    right: 10px;
    font-size: 15px;
    padding: 2px;
}

#pages_tree_toolbar [class*='mw-icon-']:hover {
    background-color: #191919;
    opacity: 1;
    color: white;
}

#pages_tree_toolbar .mw-icon-bin:hover {
    background-color: #999999;
}

.mw-tree .module a:hover, .mw-tree li.active-bg > a {
    color: #0086db;
}

/************************************
              Login
*************************************/

#mw-login {
    width: 345px;
    max-width: 100%;
    margin: auto;
    padding-top: 100px;
    text-align: center;
}

#admin_login .mw-ui-field-holder:first-child {
    padding-top: 0;
}

#admin_login .mw-ui-field-holder:last-child {
    padding-bottom: 0;
}

#mw-login .mw-ui-box {
    background-color: #fff;
    min-width: 300px;
    text-align: left;
    box-shadow: 0 0 12px -10px #000;
    -webkit-box-shadow: 0 0 12px -7px #000;
}

#mw-login .mw-icon-back {
    font-size: 20px;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

#login-logo .mw-icon-mw {
    font-size: 60px;
    float: left;
}

#login-logo {
    display: inline-block;
    position: relative;
    padding-bottom: 30px;
    color: #444444;
    text-decoration: none;
    width: 290px;
    max-width: 100%;
    text-align: center;
}

#login-logo img {
    max-width: 100%;
}

.mw-sign-version {
    position: absolute;
    bottom: 10px;
    right: 0;
    font-size: 11px;
}

#admin_login {
    padding: 25px;
}

#admin_login .mw-ui-field-big {
    width: 100%;
    font-size: 16px;
}

#admin_login .mw-ui-btn-big {
    font-size: 16px;
}

#login_foot {
    padding: 20px;
}

#lang_selector {
    background: #fff;
    border-color: #dadada;
    top: 2px;

}

#admin_login .mw-ui-inline-list {
    margin-top: 8px;
}

/************************************
       Categories Trees
*************************************/

.mw-tree * {
    margin: 0;
    padding: 0;
}

.mw-tree .module li {
    list-style: none;
    clear: both;
    position: relative;
}

.mw-tree .module li:before {
    content: '';
    display: block;
    padding-left: 15px;
}

.mw-tree .module a {
    color: #212121;
    padding: 0;
    display: block;
    position: relative;
    padding-top: 9px;
    padding-bottom: 9px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    outline: none;
    background-repeat: no-repeat;
    height: 35px;
}

.mw-tree .module a:before, .mw-tree label:before {
    font-family: Microweber;
    color: #999;
    font-size: 19px;
    display: inline-block;
    position: absolute;
    left: 35px;
    top: 5px;
    content: 'q';
    opacity: 0.777;
}

.mw-tree .module a.active-bg:before {
    color: #0086db;
    opacity: 1;
}

.mw-tree .module a:hover:before, .mw-tree .module a:focus:before, .mw-tree .module a.active:before {
    opacity: 1;
}

.mw-tree a.pages_trash_link:before {
    content: 'r';
}

.mw-tree label {
    color: #212121;
    padding: 0;
    display: block;
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
    padding: 9px 2px 6px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    outline: none;
}

.mw-tree label.highlighted, .mw-tree label.active {
    background-color: #F5F5F5;
}

.mw-tree .category_element > a:before, .mw-tree .category_element > label:before {
    content: 'c';
    text-shadow: 0 0 1px #000;
}

.mw-tree .pages_tree_item > a:before, .mw-tree .pages_tree_item > label:before {
    font-family: admin;
    content: '\0057';
    font-size: 17px;
}

.mw-tree .is_blog > a:before, .mw-tree .is_blog > label:before {
    content: 'B';
    font-family: inherit;
    font-size: 20px;
    top: 3px;
    color: #2b2b2b;
    font-weight: 600;
    z-index: 1;
}

.mw-tree .category_element.active-bg > a:before, .mw-tree .category_element.active-bg > label:before {
    color: #0e80e5;
    text-shadow: none;
}

.mw-tree .is_shop > a:before, .mw-tree .is_shop > label:before {
    content: '\0053';
    font-family: admin;
}

#mw_edit_page_left .is_home > a:before, .mw-tree .is_home > a:before, .mw-tree .is_home > label:before {
    content: "\0070";
}

#mw_edit_page_left .is_home > a:hover:before {
    visibility: hidden;
}

.mw-tree .module a:after, .mw-tree .module label:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.mw-tree li > ul {
    display: none;
}

.mw-tree li.active > ul {
    display: block;
}

.pages_tree_link_text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 3px;
    resize: none;
    display: inline-block;
    max-width: -webkit-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.mw-tree label .pages_tree_link_text {
    overflow: visible;
    max-width: none;
}

.pages-nav a:hover > .pages_tree_link_text, .pages-nav a:focus > .pages_tree_link_text {
    max-width: 68%;
}

#mw_edit_page_left .mw-tree .module a {
    height: 18px;
}

#mw_edit_page_left .mw_ed_tree_show_posts, #mw_edit_page_left .mw_ed_tree_content, #mw_edit_page_left .mw_tree_sub_page, #mw_edit_page_left .mw_del_tree_content {
    display: none;
}

#mw_edit_page_left a:hover .mw_ed_tree_show_posts, #mw_edit_page_left a:hover .mw_ed_tree_content, #mw_edit_page_left a:hover .mw_tree_sub_page, #mw_edit_page_left a:hover .mw_del_tree_content {
    display: block;
}

.mw-tree a.content-unpublished {
    opacity: 0.5;
}

.manage-post-item.content-unpublished, .manage-post-item.content-unpublished * {
    color: #C6C6C6;
}

.manage-post-item.content-unpublished .manage-post-image {
    opacity: 0.5;
}

.publish-btn {
    visibility: hidden;
}

.post-un-publish, .post-un-publish .mw-ui-btn {
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 100px;
    color: white;
    background-color: #ef924d;
}

.post-un-publish:hover .publish-btn {
    visibility: visible;
}

.mw-tree .module a:hover,
.mw-tree li > a.active-bg {
    background-color: white;
    border-top-color: #EDEDED;
    border-bottom-color: #EDEDED;
    color: #0e80e5;
    font-weight: bold;
}

.mw-tree a.depth-1 {
    padding-left: 58px;
}

.mw-tree ul.depth-2 {
    margin-left: 42px;
}

.mw-tree ul.depth-2 ul {
    margin-left: 14px;
}

.mw-tree ul.depth-2 li {
    padding-left: 10px;
}

.mw-tree li li {
    background: url(../img/treelisub.gif) no-repeat 0 -3px, url(../img/treelisub_single.gif) repeat-y;
}

.mw-tree li > ul:last-child > li:last-child {
    background: url(../img/treelisub_last.gif) no-repeat 0 -3px;
}

.mw-tree ul.depth-2 li.depth-2 a {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    background-position: 5px 10px;
}

.mw-tree ul.depth-2 li.depth-2 a:before {
    left: 5px;
}

.mw-tree ul.depth-2 li.depth-2 label:before {
    left: 23px;
}

.mw-tree ul.depth-2 li.depth-2 > a {
    padding-left: 26px;
}

.mw-tree ul.depth-2 li.depth-3 a {
    padding-left: 24px;
}

.mw-tree ul.depth-2 li.depth-2 a:hover,
.mw-tree ul.depth-2 li a.active-bg {
    border-left-color: #EDEDED;
    border-right-color: #EDEDED;
}

html.mw_pages, html.mw_pages body {
    overflow: hidden;
}

.mw_del_tree_content {
    background: url(../img/admin_tree_icons.png) no-repeat -45px 6px;
}

.mw_ed_tree_content {
    background: url(../img/admin_tree_icons.png) no-repeat -26px 6px;
}

.mw_toggle_tree {
    left: -30px;
    position: absolute;
    top: 10px;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 30px;
    background: #999;
}

.mw_toggle_tree:before,
.mw_toggle_tree:after {
    content: '';
    width: 6px;
    height: 2px;
    display: block;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -3px;
    transition: all .3s;
}

.mw_toggle_tree:before {
    transform: rotate(90deg);
}

label .mw_toggle_tree {
    left: 55px;
    top: 9px;
}

.mw-tree .mw-ui-check span span + span,
.mw-tree .mw-ui-check label span + span {
    margin-left: 30px;
    position: relative;
}

.mw-tree li li .mw-ui-check span span + span,
.mw-tree li li .mw-ui-check label span + span {
    margin-left: 17px;
}

.has-children > .mw-ui-check .pages_tree_link_text span + span {
    margin-left: 47px;
}

.mw-tree .mw-ui-check input:checked + span + span {
    font-weight: bold;
}

.mw_toggle_tree:hover, .mw-tree li.active > a > .mw_toggle_tree, .mw-tree li.active > label > .mw_toggle_tree {
    opacity: 1;
}

a.depth-1 .mw_toggle_tree {
    left: 13px;
}

.mw-tree li.active > a .mw_toggle_tree:before, .mw-tree li.active > label .mw_toggle_tree:before {
    transform: rotate(0);
}

.mw-tree li.active > a .mw_toggle_tree, .mw-tree li.active > label .mw_toggle_tree {
    background: rgba(0, 134, 219, 1);

}

.mw_ed_tree_show_posts {
    background: url(../img/admin_tree_icons.png) no-repeat 2px 6px;
}

.mw_ed_tree_show_posts, .mw_ed_tree_content, .mw_tree_sub_page, .mw_del_tree_content {
    opacity: 0.3;
    display: block;
    cursor: pointer;
    float: right;
    width: 19px;
    height: 19px;
    text-indent: -9999px;
    visibility: hidden;
    margin: 0 1px;
}

.mw_ed_tree_show_posts:hover, .mw_tree_sub_page:hover, .mw_ed_tree_content:hover, .mw_del_tree_content:hover {
    opacity: 1
}

.mw_ed_tree_publish {
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    background: url(../img/sidebar_published_status.png) no-repeat;
    margin: 2px 2px 0;
}

.mw_ed_tree_publish:hover {
    background-position: bottom;
}

a:hover .mw_del_tree_content, a:hover .mw_ed_tree_show_posts, a:hover .mw_tree_sub_page, a:hover .mw_ed_tree_content {
    visibility: visible;
}

.mw_tree_sub_page {
    background-position: -1143px -1px;
}

#mw_edit_pages .mw_tree_sub_page {
    float: right;
}

/************************************
        Scrollbar styles
*************************************/

.slimScrollBar {
    max-height: 80px;
}

.slimScrollRail {
    display: block !important;
    background: none !important;
}

.slimScrollBar:hover, .slimScrollRail .slimScrollBar, .slimScrollBar:active, .scrollMouseDown {
    width: 8px !important;
    opacity: 0.4 !important;
}

/************************************
              Main Menu
*************************************/

#main-bar {
    width: 230px;
    height: 100%;
    background: #2b2b2b;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

#main-bar-mw-icon {
    display: block;
    overflow: hidden;
    text-align: center;
    padding-top: 16px;
    height: 66px;
    color: #0091EB;
    text-decoration: none
}

#main-bar-mw-icon .mw-icon-microweber {
    font-size: 170px;
    line-height: 0;
    position: relative;
    top: -8px;
}

#main-bar-mw-icon .mai-logo {
    font-size: 30px;
}

#main-bar-mw-icon .admin-logo {
    max-width: 165px;
}

#main-bar-mw-icon .mw-icon-mw {
    font-size: 38px;
    color: #999999;
}

#main-bar-mw-icon:hover strong, #main-bar-mw-icon:hover .mw-icon-mw, #main-bar-mw-icon:focus .mw-icon-mw, #main-bar-mw-icon.active .mw-icon-mw {
    color: white;
}

#main-bar-mw-icon:hover strong, #main-bar-mw-icon:focus strong, #main-bar-mw-icon.active strong {
    visibility: visible;
}

#main-bar-mw-icon svg {
    height: 20px;
    width: 75px;
    display: block;
    margin: auto;
    position: relative;
    top: 0;
    visibility: hidden;
    display: none;
}

#main-bar-mw-icon:hover svg {
    visibility: visible;
}

#main-bar-mw-icon .mwpolycolor {
    fill: #999999;
    fill: #ffffff;
}

#mw-admin-main-menu li {
    list-style: none;
}

#mw-admin-main-menu li a {
    list-style: none;
    position: relative;
    display: block;
}

#mw-admin-main-menu li a {
    color: #999;
    font-size: 13px;
    display: block;

}

#mw-admin-main-menu > li > a {
    height: 64px;
    line-height: 64px;
    padding: 0 0 0 28px;
}

#mw-admin-main-menu > li > a:after {
    position: absolute;
    display: block;
    content: '\006a';
    font-family: admin;
    top: 0px;
    right: 10px;
    font-size: 9px;
    transition: all .3s;
    transform: rotate(-90deg);
}

#mw-admin-main-menu > li.active > a:after {
    transform: rotate(0);
}

#mw-admin-main-menu li li a {
    height: 50px;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50px;
    background: #333;
}

#mw-admin-main-menu > li > ul > li > a {
    color: #999;
    display: block;

}

#mw-admin-main-menu li li .relative .mw-notification-count {
    /*right: auto;*/
    top: 18px;
    /*left: -22px;*/
}

#mw-admin-main-menu > li #main-nav-live {
    margin-top: 10px;
    padding-top: 0;
}

#main-nav-live:hover, #main-nav-live:focus {
    background: #0086db;
}

#mw-admin-main-menu a strong, #main-bar-mw-icon strong {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    font-weight: normal;
}

#main-bar-mw-icon strong {
    color: #fff;
}

#mw-admin-main-menu li ul {
    display: none;
}

#mw-admin-main-menu > li.active:first-child > a {
    border-top-width: 0;
}

#mw-admin-main-menu > li:first-child > a {
    border-top: 1px solid #2f2f2f;
}

#mw-admin-main-menu a {
    border-bottom: 1px solid #383838
}

#mw-admin-main-menu .active a:hover,
#mw-admin-main-menu .active a:active,
#mw-admin-main-menu .active a:focus,
#mw-admin-main-menu .active a {
    border-bottom: 1px solid #555555;
    color: #0086db
}

#mw-admin-main-menu .active li a:hover,
#mw-admin-main-menu .active-parent > a:hover,
#mw-admin-main-menu .active-parent a:hover,
#mw-admin-main-menu .active-parent a {
    color: #0086db;
    border-bottom: 1px solid #555555;
    /*background: white;*/
    background: #f5f5f5;

}

#mw-admin-main-menu a [class*='mai-'],
#mw-admin-main-menu a [class*='mw-icon-'] {
    font-size: 17px;
    width: 35px;
    top: 2px;
    position: relative;

}

#mw-admin-main-menu li li a [class*='mai-'],
#mw-admin-main-menu li li a [class*='mw-icon-'] {
    font-size: 14px;
    width: 25px;
    top: 2px;
    float: left;
}

#mw-admin-main-menu a .mw-icon-menu {
    font-size: 30px;
}

#mw-admin-main-menu > li > a:hover {
    background-color: #555;
    color: white;
}

#mw-admin-main-menu li.active-parent a,
#mw-admin-main-menu li.active a {
    background: #555555;
    color: white;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#mw-admin-main-menu li a:hover {
    /*background: white;*/
    background: #f5f5f5;
    color: #3B3B3B
}

#mw-admin-main-menu li.active > a,
#mw-admin-main-menu li.active:hover > a {

    border-left: solid 10px #0086db;
    background: #f5f5f5;
    color: #3B3B3B
}

#mw-admin-main-menu li.active > a {
    padding-left: 18px;
    /*border-bottom: 1px solid #ebebeb;*/
    font-weight: bold;
    color: #0086db
}

#mw-admin-main-menu li.active > a strong {
    font-weight: bold;
    color: #0086db
}

#mw-admin-main-menu li li.active > a {
    padding-left: 40px;
}

#mw-admin-main-menu li.active:hover > a span,
#mw-admin-main-menu li.active > a span {
    color: #0086db
}

#mw-admin-main-menu li.active ul, #mw-admin-main-menu li.active-parent ul, #mw-admin-main-menu li#mw-admin-main-menu-bottom ul {
    display: block;
}

#mw-admin-main-menu > li > a:hover, #mw-admin-main-menu > li > a:focus {
    color: #0086db;
}

#mw-admin-main-menu > li.active a:hover, #mw-admin-main-menu > li.active a:focus {
    color: #2C82DD;
}

#mw-admin-main-menu > li > a:active {
    box-shadow: inset 0 0 6px -3px #000;
}

#mw-admin-main-menu > li > a#main-nav-live:active {
    box-shadow: inset 0 0 6px -2px #000;
}

#mw-admin-main-menu-back, #mw-admin-main-menu-toggle {
    display: none;
}

#mw-admin-main-menu li li.active > a:after {
    display: block;
    position: absolute;
    right: -5px;
    top: 8px;
    overflow: hidden;
    width: 10px;
    height: 10px;
    background: #F5F5F5;
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

#mw-admin-main-menu li#mw-admin-main-menu-bottom li.active > a:after {
    display: none;
}

#mw-admin-main-menu li.active strong:after {
    margin-top: -1px;
}

.mw-admin-main-menu-active {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -5px;
}

.mw-admin-main-menu-active:after {
    display: block;
    overflow: hidden;
    width: 10px;
    height: 10px;
    background: white;
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.mw-admin-main-menu-mini {
    position: absolute;
    overflow: hidden; /* Chrome 'jumping' bug on rtl */
    right: 17px;
    top: 17px;
    height: 16px;
    min-width: 16px;
    line-height: 16px;
    border-radius: 2px;
    padding: 0 5px;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%, #e6e6e6 100%);
    font-size: 11px;
    color: #2b2b2b;
}

#mw-admin-main-menu .mw-admin-main-menu-mini {
    font-size: 0;
    border-radius: 20px;
    transition: all .2s;
    background: #999;
    line-height: 16px;
    height: 16px;
}

#mw-admin-main-menu .active-parent li.active .mw-admin-main-menu-mini {
    /*border: 1px solid #0086db;*/
    background: #0086db;
    color: #fff;

}

#mw-admin-main-menu .mw-admin-main-menu-mini:after {
    content: '+';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    transition: all .2s;
    display: block;
    text-align: center;
    color: #555555;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    line-height: 17px;

}

#mw-admin-main-menu li.active .mw-admin-main-menu-mini:after {
    color: #f5f5f5;
}

#mw-admin-main-menu a:hover .mw-admin-main-menu-mini:after {
    width: 0px;
    opacity: 0;
    transform: translateX(-20px);
}

#mw-admin-main-menu a:hover .mw-admin-main-menu-mini {
    font-size: 11px;
    border-radius: 2px;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%, #e6e6e6 100%);
}

#mw-admin-main-menu a:hover .mw-admin-main-menu-mini:after {
    font-size: 0;
}

.mw-admin-main-menu-mini:hover, #mw-admin-main-menu a:hover .mw-admin-main-menu-mini:hover {
    background: #0086db;
    background: -moz-linear-gradient(top, #0086db 0%, #007ac7 100%);
    background: -webkit-linear-gradient(top, #0086db 0%, #007ac7 100%);
    background: linear-gradient(to bottom, #0086db 0%, #007ac7 100%);
    color: white !important;
}

.main-bar-profile-img {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin-top: 5px;
}

#main-bar-profile-icon {
    font-size: 42px;
}

#main-bar-user-menu-link {
    display: block;
    position: relative;
    padding: 10px 0;
    color: #999;
}

#main-bar-user-menu-link:hover, #main-bar-user-menu-link:focus {
    color: white;
}

#main-bar-user-menu-tooltip .mw-ui-btn-vertical-nav {
    display: block;
    border-radius: 3px;
}

#main-bar-user-menu-tooltip .mw-ui-btn-vertical-nav a {
    text-align: left;
    border-width: 0 0 1px 0;
}

#main-bar-user-menu-tooltip .mw-ui-btn-vertical-nav a:last-child {
    border-bottom-width: 0;
}

#main-bar-user-menu-tooltip .mw-tooltip-content {
    padding: 0;
    width: 115px;
    display: block;
}

.bottom-user-menu {
    background: black;
}

.bottom-user-menu li {
    list-style: none;
}

.bottom-user-menu li a {
    color: #999;
    display: block;
    font-size: 13px;
    padding: 10px 0;
    text-align: center;
}

.bottom-user-menu li a:hover {
    color: white;
}

.bottom-user-menu a [class*="mw-icon-"] {
    font-size: 24px;
}

.bottom-user-menu a span {
    display: block;
}

.bottom-user-menu a span + span {
    visibility: hidden;
}

.bottom-user-menu a:hover span + span {
    visibility: visible;
}

/**/
#create-content-menu {
    display: none;
}

.create-content-menu {
    width: 175px;
}

#create-content-btn {
    border-color: transparent;
}

#create-content-btn .mai-cd {
    font-size: 8px;
    margin-left: 5px;
}

#create-content-btn .mai-plus {
    color: #0082d5;
    font-size: 14px;
    top: 2px;
    margin-right: 2px;
    position: relative;
}

.mw-tooltip-action.mw-tooltip-dark .mw-tooltip-content .create-content-menu a {
    background-color: rgba(0, 134, 219, 1);
}

.mw-tooltip-action.mw-tooltip-dark .mw-tooltip-arrow:after {
    background-color: rgba(0, 134, 219, 1);
}

.mw-tooltip-action.mw-tooltip-dark .mw-tooltip-content {
    background-color: rgba(0, 145, 235, 1);
}

#pin-sidebar {
    position: absolute;
    color: #CCCCCC;
    font-size: 19px;
    right: 8px;
    top: 2px;
    cursor: pointer;
}

#pin-sidebar.active {
    color: #4D4D4D;
}

.create-content-menu a {
    display: block;
    float: left;
    text-align: center;
    width: 47%;
    width: calc(50% - 4px);
    width: -webkit-calc(50% - 4px);
    border-radius: 2px;
    color: #B3B3B3;
    background-color: #191919;
    margin: 7px 7px 0 0;
}

.create-content-menu a:nth-child(2), .create-content-menu a:first-child {
    margin-top: 0;
}

.create-content-menu a:nth-child(2n) {
    margin-right: 0;
}

.create-content-menu a:hover {
    background-color: #3F3F3F;
}

.create-content-menu a [class*='mw-icon-'] {
    font-size: 39px;
    line-height: 50px;
    height: 40px;
    display: block;
    color: #F5F5F5;
}

.create-content-menu a [class*='mai-'] {
    font-size: 29px;
    line-height: 58px;
    height: 40px;
    display: block;
    color: #F5F5F5;
}

.create-content-menu a:hover [class*='mw-icon-'] {
    color: white;
}

.create-content-menu a .product-icon {
    margin: 10px auto 0px;
}

.create-content-menu a strong {
    font-weight: normal;
    font-size: 11px;
    display: block;
    padding-top: 6px;
    padding-bottom: 12px;
    color: white;
}

/************************************
            Posts and content
*************************************/

.manage-post-item-links a {
    margin-right: 7px;
}

.manage-post-item-link-small {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #B3B3B3;
    font-size: 11px;
}

.manage-post-item-links a:hover {
    text-decoration: underline
}

.manage-post-item:hover .manage-post-item-links a, .manage-post-item:hover .manage-post-item-title a {
    color: #2C82DD;
}

.manage-post-item:hover .manage-post-item-title a [class*='mw-icon-'] {
    color: #3b3b3b;
}

.manage-post-item-col-1 {
    width: 40px;
}

.manage-post-item-col-2 {
    width: 120px;
}

.manage-post-item-col-3 {
    width: auto;
}

.manage-posts-holder {
    width: 90%;
}

.manage-posts-holder .manage-post-item-col-4 {
    width: 110px;
    text-align: center;
    vertical-align: middle;
}

.manage-post-item-author {
    max-width: 70px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.manage-item-main-top {
    min-height: 60px;
}

.manage-posts-holder .manage-post-item-col-5 {
    width: 40px;
    vertical-align: middle;
}

.manage-post-item .manage-post-item-title [class*='mw-icon-'] {
    font-size: 24px;
    top: 0px;
}

.manage-post-item .mw-icon-drag {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    z-index: 1;
    visibility: hidden;
    left: 0;
    top: 15px;
    color: #ccc;
    display: block;
    font-size: 20px;
}

.manage-post-item .mw-icon-drag:hover {
    color: black;
}

.manage-post-item:hover .mw-icon-drag {
    visibility: visible;
}

.manage-post-item .product-icon {
    width: 25px;
    height: 25px;
}

.manage-post-item-title {
    margin-top: 0;
}

.comments-bubble {
    position: relative;
    display: inline-block;
}

.comments-bubble .mai-comment,
.comments-bubble .mw-icon-comment {
    font-size: 11px;
    color: #c4c4c4;
    top: 2px;
    margin-right: 6px;
}

.mw-ui-row-nodrop:hover .comments-bubble .mai-comment,
.mw-ui-row-nodrop:hover .comments-bubble .mw-icon-comment {
    color: #959595;
}

.comments-bubble .comment-number {
    font-size: 11px;
    color: #959595;

}

#quick-add-post-options-item-advanced input.mw-ui-field, #quick-add-post-options-item-advanced textarea.mw-ui-field {
    width: 500px;
}

#quick-add-post-options {
    width: 100%;
    margin-top: 10px;
    height: 37px;
    position: relative;
}

#quick-add-post-options .mw-ui-btn-nav:first-child {
    margin-right: 20px;
}

#quick-add-post-options .mw-ui-btn.active {
    background-color: #3b3b3b;
    color: white;
    border-color: transparent
}

#quick-add-post-options .mw-ui-btn.active [class*="mw-icon-"] {
    color: white;
}

#content-edit-settings-tabs-holder {
    height: 37px;
    margin-bottom: 20px;
}

#quick-add-post-options-holder .mw-ui-btn {
    padding: 9px 22px;
    /*border-color: transparent; */
    background-color: #F7F7F7;
}

#quick-add-post-options-holder .mw-ui-btn:hover, #quick-add-post-options-holder .mw-ui-btn:focus {
    /* background-color: #F7F7F7;
       border-color: #e5e5e5;*/
}

.quick-parent-selector select {
    width: 215px;
}

#quick-add-post-options-items-holder {
    position: absolute;
    min-width: 100%;
    left: 0;
    z-index: 90;
    background: white;
    display: none;
    margin-top: 0;
}

#quick-add-post-options .mw-ui-btn {
    font-size: 11px;
}

#quick-add-post-options [class*='mai-'] {
    font-size: 22px;
    color: #999;
    float: left;
    margin: 3px 5px 0 0;
}

#quick-add-post-options :hover > [class*='mai-'] {
    color: #0086db;
}

#quick-add-post-options [class*='mw-icon-'] {
    font-size: 29px;
    color: #999;
    float: left;
    margin: 2px 5px 0 0;
}

#quick-add-post-options :hover > [class*='mw-icon-'] {
    color: #0086db;
}

#quick-add-post-options-items-holder-container {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    position: relative;
    z-index: 1;
    background: white;
    padding: 0;
}

#custom-fields-post-table {
    table-layout: fixed;
}

#custom-fields-post-table .mw-liveedit-field {
    min-width: 55px;
    font-size: 13px;
    height: auto;
}

#custom-fields-post-table tbody tr:hover > td, #custom-fields-post-table tbody tr.active > td {
    background-color: #FAFAFA;
}

#custom-fields-post-table .mw-ui-field {
    width: 80%;
}

#custom-fields-post-table .mw-icon-gear {
    font-size: 20px;
}

#custom-fields-post-table .mw-icon-bin,
#custom-fields-post-table .mw-icon-close {
    font-size: 15px;
}

#custom-fields-post-table .custom-fields-cell-delete .mw-icon-gear, #custom-fields-post-table .custom-fields-cell-delete .mw-icon-close {
    color: #C6C6C6;
}

#custom-fields-post-table .custom-fields-cell-delete a:hover .mw-icon-gear, #custom-fields-post-table .custom-fields-cell-delete a:focus .mw-icon-gear {
    color: #3F3F3F;
}

#custom-fields-post-table .custom-fields-cell-delete a:hover .mw-icon-close, #custom-fields-post-table .custom-fields-cell-delete a:focus .mw-icon-close {
    color: #DC0D17;
}

#custom-fields-post-table .mw-ui-btn {
    white-space: nowrap;
}

#custom-fields-post-table .mobile-th {
    display: none;
    font-weight: bold;
}

@media (max-width: 600px) {
    #custom-fields-post-table thead {
        display: none;
    }

    #custom-fields-post-table .mobile-th {
        display: block;
        text-align: left;
    }

    #custom-fields-post-table tr {
        padding-bottom: 20px;
        border-bottom: 1px solid;
        overflow: hidden;
    }

    #custom-fields-post-table tr,
    #custom-fields-post-table td {
        display: block !important;
        text-align: left;
    }

    #custom-fields-post-table td {

        border: none
    }

    #custom-fields-post-table td.custom-fields-cell-settings,
    #custom-fields-post-table td.custom-fields-cell-delete {
        float: left;
        width: 20%;
    }

    #custom-fields-post-table td + td {
        border-top: none
    }

}

.custom-fields-cell-settings, .custom-fields-cell-delete {
    text-align: center;
}

.btn-create-custom-field-value {
    margin-left: 26px;
}

.btn-create-custom-field-value .mw-icon-plus {
    font-size: 13px;
    margin-right: 3px;
}

.mw-admin-custom-field-value-edit-inline, .mw-admin-custom-field-name-edit-inline {
    border-radius: 3px;
    display: inline-block;
    min-height: 14px;
    min-width: 40px;
    padding: 0 20px 0 3px;
    position: relative;
    white-space: pre-line;
}

.mw-admin-custom-field-value-edit-inline:before, .mw-admin-custom-field-name-edit-inline:before {
    content: '\f2bf';
    font-family: Microweber;
    position: absolute;
    right: 2px;
    cursor: pointer;
    color: #B3B3B3;
    visibility: hidden;
}

tr .mw-admin-custom-field-value-edit-inline:hover:before, tr .mw-admin-custom-field-name-edit-inline:hover:before {
    visibility: visible;
}

.mw-admin-custom-field-value-edit-inline:empty:after {
    content: "Click to edit";
    color: #B3B3B3;
}

.mw-custom-field-form-controls {
    margin-bottom: 10px;
    white-space: nowrap;
    width: 250px;
}

.mw-custom-field-group, .custom-field-settings-name {
    margin-bottom: 10px;
}

.custom-field-settings-name {
}

.mw-custom-fields-list-preview {
    position: relative;
}

.mw-custom-field-form-controls [class*='mw-icon-'] {
    font-size: 18px;
    margin: 0 4px;
    visibility: hidden;
    cursor: pointer;
    width: 3%;
}

.mw-custom-field-form-controls:hover [class*='mw-icon-'] {
    opacity: 0.3;
    visibility: visible;
}

.mw-custom-field-form-controls [class*='mw-icon-']:hover {
    opacity: 1;
}

.mw-custom-field-form-controls .custom-fields-handle-field {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.mw-custom-field-form-controls.ui-sortable-helper .custom-fields-handle-field {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#quick-add-post-options-item-template, #quick-add-post-options-item-advanced {
    width: 805px;
    max-width: 100%;
}

.mw-custom-field-form-controls .mw-icon-close {
    font-size: 11px;
    color: #DC0D17;
}

.mw-admin-custom-field-name-edit-inline {
    white-space: normal;
}

.delete-custom-fields {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    visibility: hidden;
    background: #D9D9D9;
    cursor: pointer;
    border-radius: 0 3px 3px 0
}

.delete-custom-fields:hover {
    background: #3F3F3F;
    color: white;
}

#custom-fields-post-table > tbody > tr.scale-out {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transform: scale(0.01);
    -moz-transform: scale(0.01);
    -ms-transform: scale(0.01);
    -o-transform: scale(0.01);
    transform: scale(0.01);
    opacity: 0;
}

.mw-admin-custom-field-value-edit-inline-holder {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.custom-fields-values-holder .mw-admin-custom-field-value-edit-inline-holder:last-child .custom-field-comma {
    display: none;
}

.mw-admin-custom-field-value-edit-inline-holder:hover .delete-custom-fields, .mw-admin-custom-field-value-edit-inline-holder.active .delete-custom-fields {
    visibility: visible;
}

.delete-custom-fields:after {
    font-family: Microweber;
    content: '\0111';
    vertical-align: middle;
    display: inline-block;
    height: 7px;
    line-height: 7px;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    margin-top: -3px;
}

.mw-admin-custom-field-value-edit-inline-holder:hover {
    background: #EDEDED;
    z-index: 2;
}

.tip-box {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    background: white;
}

.tip-box .mw-tooltip-arrow:after {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    height: 10px;
    overflow: hidden;
    width: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.tip-box .mw-tooltip-arrow {
    left: 20px;
    top: -5px;
}

#dropdown-custom-fields.active {
    display: block;
}

#dropdown-custom-fields .mw-dropdown-content {
    width: 550px;
    max-height: 180px;
    position: relative;
    box-shadow: 0 0 6px -4px #000;
    -webkit-box-shadow: 0 0 6px -3px #000;
}

#dropdown-custom-fields.active > .mw-dropdown-value {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#dropdown-custom-fields li {
    float: left;
    border: none;
    display: block;
    text-align: center;
    width: 130px;
    padding: 14px;
}

#dropdown-custom-fields li:hover {
    background-color: #eee;
}

#dropdown-custom-fields li [class*="mw-custom-field-icon-"] {
    float: none;
    display: block;
    font-size: 32px;
    position: relative;
    width: auto;
}

#dropdown-custom-fields .mw-dropdown-val {
    text-align: left;
}

#dropdown-custom-fields .mw-dropdown-val:before {
    content: "+";
    float: left;
    margin-right: 10px;
    font-size: 17px;
    font-family: Microweber;
}

#dropdown-custom-fields .mw-dropdown-val:after {
    display: none;
}

td.custom-field-icon, td.custom-field-icon > * {
    text-align: center;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.preview_frame_container, .preview_frame_wrapper, .preview_frame_container iframe {
    background-color: white;
}

.preview_frame_wrapper.loading:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    content: "";
    background: url(../images/img_check_loading.gif) no-repeat center;
}

.preview_frame_wrapper .mw-overlay {
    z-index: 1;
    cursor: pointer;
    cursor: zoom-in;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

.preview_frame_wrapper.zoom .mw-overlay {
    cursor: zoom-out;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}

.previewctrl {
    display: none !important;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    height: 50px;
    width: 50px;
    background: #fff;
    z-index: 5;
    font-family: Microweber;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    padding-top: 11px;
}

.previewctrl.prev:after {
    content: "\0137"
}

.previewctrl.next:after {
    content: "\0138"
}

.previewctrl.prev {
    left: 0;
}

.previewctrl.next {
    right: 0;
}

.mw-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.preview_frame_wrapper {
    position: relative;
    overflow: hidden;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.41);
}

.live-block-btn {
    display: block;
    width: 109px;
    height: 84px;
    text-align: center;
    font-size: 12px;
    color: white;
    padding-top: 57px;
    background: #000 url(../img/livepen.png) no-repeat center 17px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: -42px 0 0 -55px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.mw-overlay-quick-link {
    background-color: rgba(97, 97, 97, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.mw-overlay-quick-link:hover .live-block-btn {
    opacity: 1;
}

.mw-overlay-quick-link:hover {
    background-color: rgba(97, 97, 97, .5);
}

#mw-admin-container .preview_frame_small, .preview_frame_small {
    /*width: 200%;
   -moz-transform: scale(0.5, 0.5);
   -moz-transform-origin: 0 0;
   -o-transform: scale(0.5, 0.5);
   -o-transform-origin: 0 0;
   -webkit-transform: scale(0.5, 0.5);
   -webkit-transform-origin: 0 0;
   -ms-transform: scale(0.5, 0.5);
   -ms-transform-origin: 0 0;
   transform: scale(0.5, 0.5);
   transform-origin: 0 0;*/
    width: 100%;
    overflow: hidden;
    display: block;
}

#mw-admin-container .zoom.preview_frame_wrapper, .zoom.preview_frame_wrapper {
    height: 80%;
    left: 0;
    position: fixed;
    top: 0;
    width: 80%;
    z-index: 999;
    top: 10%;
    left: 10%;
    box-shadow: 0 0 9px -5px #000;
}

.preview_frame_wrapper.zoom:after {
    content: "\0111";
    font-family: Microweber;
    display: block;
    position: absolute;
    font-size: 15px;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    padding: 5px;
    text-align: center;
    background: white;
}

#mw-admin-container .zoom .preview_frame_small, .zoom .preview_frame_small {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.mw-no-posts-foot {
    text-align: center;
    padding: 60px 0;
}

.mw-no-posts-foot-label {
    font-size: 20px;
    padding-right: 12px;
}

body.editorediting #content-title-field-row, body.editorediting #quick-add-post-options, body.editorediting .mw-admin-edit-page-primary-settings {
    opacity: 0.22;
}

.mw-admin-edit-page-primary-settings.parent-selector {
    float: right;
}

.mw-admin-edit-content-holder {
    float: left;
}

.mw-admin-edit-page-primary-settings.content-category-selector {
    clear: both;
    width: 100%;
}

.mw-tag-selector .mw-ui-btn .mw-icon-close {
    font-size: 10px;
    position: absolute;
    top: 0;
    right: -1px;
    cursor: pointer;
    margin: 0;
    height: 100%;
    width: 15px;
    padding-top: 7px;
    color: #999;
    border-radius: 0 2px 2px 0;
}

.mw-tag-selector .mw-ui-btn:hover .mw-icon-close {
    color: white;
}

.mw-tag-selector .mw-ui-btn .mw-icon-close:hover {
    background-color: #DC0D17;

}

.mw_admin_edit_content_form {
    position: relative;
}

#pages_edit_container .mw-ui-category-selector {
    height: 300px;
}

#pages_edit_container #mw-ui-category-selector-manage {
    margin-top: 30px;
}

#pages_edit_container #mw-ui-category-selector-manage li li {
    background: url(../img/treelisub.gif) no-repeat 26px -3px, url(../img/treelisub_single.gif) repeat-y 26px 0;
}

#pages_edit_container #mw-ui-category-selector-manage li li:last-child {
    background: url(../img/treelisub_last.gif) no-repeat 16px -3px;
}

#mw-ui-category-selector-manage .mw-icon-category {
    font-size: 20px;
    margin-right: 5px;
}

#mw-ui-category-selector-manage li li .mw-icon-category {
    color: white;
    text-shadow: 0 0 1px #000;
}

#pages_edit_container > .mw-module-category-manager {
    /*padding: 30px;*/
}

#mw_edit_category_admin_holder {
    padding: 10px 30px;
}

#pages_edit_container:-webkit-full-screen {
    background: white;
    padding: 30px;
    overflow: auto;
    width: 100%;
    height: 100%;
}

#pages_edit_container:-moz-full-screen {
    background: white;
    padding: 30px;
    overflow: auto;
    width: 100%;
    height: 100%;
}

#pages_edit_container:-ms-fullscreen {
    background: white;
    padding: 30px;
    overflow: auto;
    width: 100%;
    height: 100%;
}

#pages_edit_container:fullscreen {
    background: white;
    padding: 30px;
    overflow: auto;
    width: 100%;
    height: 100%;
}

#pages_edit_container:-webkit-full-screen .mw-admin-edit-page-primary-settings {
    display: none;
}

#pages_edit_container:-moz-full-screen .mw-admin-edit-page-primary-settings {
    display: none;
}

#pages_edit_container:-ms-fullscreen .mw-admin-edit-page-primary-settings {
    display: none;
}

#pages_edit_container:fullscreen .mw-admin-edit-page-primary-settings {
    display: none;
}

#pages_edit_container:-webkit-full-screen .admin-manage-toolbar-holder, #pages_edit_container:-webkit-full-screen .mw_admin_edit_content_form {
    max-width: 1200px;
    margin: auto;
}

#pages_edit_container:-moz-full-screen .admin-manage-toolbar-holder, #pages_edit_container:-moz-full-screen .mw_admin_edit_content_form {
    max-width: 1200px;
    margin: auto;
}

#pages_edit_container:-ms-fullscreen .admin-manage-toolbar-holder, #pages_edit_container:-ms-fullscreen .mw_admin_edit_content_form {
    max-width: 1200px;
    margin: auto;
}

#pages_edit_container:fullscreen .admin-manage-toolbar-holder, #pages_edit_container:fullscreen .mw_admin_edit_content_form {
    max-width: 1200px;
    margin: auto;
}

#pages_edit_container:-webkit-full-screen #quick-add-post-options.fixed {
    position: static;
}

#pages_edit_container:-moz-full-screen #quick-add-post-options.fixed {
    position: static;
}

#pages_edit_container:-ms-fullscreen #quick-add-post-options.fixed {
    position: static;
}

#pages_edit_container:fullscreen #quick-add-post-options.fixed {
    position: static;
}

#pages_edit_container:-webkit-full-screen .admin-manage-toolbar-content {
    height: auto !important;
}

#pages_edit_container:-moz-full-screen .admin-manage-toolbar-content {
    height: auto !important;
}

#pages_edit_container:-ms-fullscreen .admin-manage-toolbar-content {
    height: auto !important;
}

#pages_edit_container:fullscreen .admin-manage-toolbar-content {
    height: auto !important;
}

.manage-toolbar-bottom {
    padding-top: 20px;
}

.page-template-config {
    font-size: 13px;
    color: rgba(170, 170, 170, 1);
    text-transform: capitalize;
    cursor: default;
}

.page-template-config .mw-icon-gear select {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.page-template-config .mw-icon-gear {
    font-size: 19px;
    cursor: pointer;
    top: -1px;
    left: 10px;
    position: relative;
    overflow: hidden;
}

#category-tree-not-found-message {
    text-align: center;
    padding: 30px;
    display: none;
}

#category-tree-not-found-message h3 {
    padding: 10px;
}

#category-tree-not-found-message .mw-ui-btn {
    padding: 9px 12px;
}

#category-not-found-name {
    font-weight: bold;
}

#parent-category-selector-holder {
    text-align: left;
    margin: 0 auto 20px;
}

#parent-category-selector-block {
    display: none;
}

#parent-category-selector-block h3 {
    padding: 25px;
}

/* Content title */

#content-title-field-row {
    width: 100%;
    padding-top: 5px;
}

#titlepricecolumn, .titlepricecolumn {
    width: 160px;
    padding-left: 20px;
    vertical-align: bottom;
}

.mw-admin-content-edit-title-column {
    padding-left: 20px;
    vertical-align: middle;
    padding-top: 16px;
}

.mw-admin-content-edit-title-column-end {
    vertical-align: middle;
    padding-top: 16px;
    padding-left: 10px;
}

#content-title-field-row .mw-ui-dropdown-content, #content-title-field-row .mw-ui-dropdown-content * {
    vertical-align: middle;
}

#content-title-field, .admin-imp-field {
    font-size: 26px;
    height: auto;
    width: 100%;

    padding: 10px;
}

#content-title-field-row {
    border: 1px solid #eaeaea;
    border-bottom: 1px solid #DADADA;
    background: white;
}

#product-price-field {
    height: auto;
    width: 100px;
}

#pricedropdown {
    width: 100%;
    margin-top: 7px;
}

#pricedropdown .mw-ui-btn {
    border-color: transparent;
}

#pricedropdown .mw-ui-dropdown-content {
    left: auto;
    right: 0;
    top: -17px;
    box-shadow: 0 0 6px -4px #000;
    background-color: white;
    padding: 12px;
}

#pricedropdown .mw-ui-dropdown-content .mw-ui-field {
    width: 85px;
    text-align: center;
}

#pricedropdown .mw-ui-dropdown-content .mw-ui-label {
    float: right;
    padding-right: 12px;
    padding-bottom: 0;
}

.pricedropdown-currency {
    font-size: 16px;
    color: #B3B3B3;
}

#pricedropdown .mw-ui-dropdown-content .mw-ui-col {
    padding-top: 5px;
    padding-bottom: 5px;
}

#product-price-field-label {
    float: left;
    font-size: 19px;
    margin: 0 10px 0 0;
    color: #8F8F8F;
    margin: 13px 10px 0 0;
}

#content-title-field-buttons {
    text-align: right;
    vertical-align: bottom;
    float: right;
}

.content-title-field-buttons {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
}

#content-title-field-buttons .mw-ui-btn-nav {
    vertical-align: bottom;
}

#content-title-field-buttons .mw-ui-btn > [class*=mw-icon-] {
    font-size: 17px;
    top: 0;
}

#content-title-field-buttons .mw-ui-btn {
    line-height: 14px;
}

#tabsnav .mw-ui-btn > [class*=mw-icon-] {
    top: -1px;
}

.post-states-tip-nav .mw-ui-btn {
    border: none;
    display: block;
    background-color: transparent;
    padding-left: 14px;
    padding-right: 14px;
}

.post-states-tip-nav .mw-ui-btn:hover {
    background-color: #fafafa;
}

.post-states-tip-nav .btn-publish-unpublish.active {
    display: none;
}

.btn-posts-state {
    width: 45px;
}

.btn-publish > *, .btn-posts-state .mw-icon-check {
    color: #48AD79;
}

.btn-unpublish > *, .btn-posts-state .mw-icon-unpublish {
    color: #EF924D;
}

.post-move-to-trash > *, .btn-posts-state .mw-icon-trash {
    color: #888888;
}

.post-move-to-trash {
    font-size: 11px;
}

.post-states-tip-nav {
    min-width: 147px;
    float: left;
}

.post-states-tip-nav hr {
    margin: 11px 0;
}

.posts-states-tooltip .mw-tooltip-content {
    padding-left: 0;
    padding-right: 0;
}

.posts-states-tooltip, .posts-states-tooltip .mw-tooltip-content, .posts-states-tooltip .mw-tooltip-arrow:after {
}

.bottom-left.mw-tooltip-default.posts-states-tooltip .mw-tooltip-arrow {
    margin-left: 3px;
}

#content-title-field::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

#content-title-field::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

#content-title-field:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

#content-title-field:-moz-placeholder {
    color: inherit;
    opacity: 1;
}

#content-title-field:focus::-webkit-input-placeholder {
    opacity: 0.3;
}

#content-title-field:focus::-moz-placeholder {
    opacity: 0.3;
}

#content-title-field:focus:-ms-input-placeholder {
    opacity: 0.3;
}

#content-title-field:focus:-moz-placeholder {
    opacity: 0.3;
}

#un-or-published {
    width: auto;
    position: absolute;
    bottom: 42px;
    right: 0;
}

.pulished-state-column {
    width: 220px;
    width: 0;
}

input#edit-content-url {
    display: none;
}

input#edit-content-url:focus, input#edit-content-url.active {
    display: block;
}

.view-post-slug {
    display: none;
}

#slug-field-holder {
    padding-top: 0;
}

.view-post-slug.active {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 20px;
    min-height: 11px;
    top: -4px;
    position: relative;
    line-height: 12px;
}

#edit-content-url {
    color: #888;
}

.edit-post-url .mw-ui-invisible-field {
    font-size: 12px;
    line-height: 12px;
    color: #CCCCCC;
    top: 0;
    left: -1px;
    height: 16px;
    padding: 0px;
    top: -5px;
}

.edit-post-url,
.edit-post-url * {
    direction: ltr;
    text-align: left;
}

.edit-post-url {
    clear: both;
    padding-top: 0;
    top: 3px;
    position: relative;
}

@media (max-width: 768px) {
    .edit-post-url {
        display: none;
    }

}

.edit-post-url .mw-ui-row {
    table-layout: auto;
}

#slug-base-url-column {
    white-space: nowrap;
}

#slug-base-url-column + .mw-ui-col {
    width: 100%;
}

.view-post-site-url:before {
    display: inline-block;
    content: '\006e';
    font-family: 'admin';
    position: relative;
    top: 2px;
    margin-right: 7px;
}

.section-title {
    padding-top: 20px;
}

/* Toolbar */

.manage-toobar {
    clear: both;
    position: relative;
    z-index: 10;
    height: 45px;
    border: 1px solid #eaeaea;
    background: #fafafa;
    padding: 12px 14px;
    margin: 10px 0;
    width: 90%;
}

#bulk-actions {
    width: 100px;
}

.admin-manage-toolbar h2 {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.admin-manage-toolbar-title-icon {
    font-size: 28px;
}

.admin-manage-toolbar-title-icon[class*="mai-"] {
    font-size: 21px;
    top: 7px;
}

.mw-icon-category.admin-manage-toolbar-title-icon {
    margin-top: 5px;
}

.admin-manage-toolbar .mw-ui-row, .admin-manage-toolbar .mw-ui-row .mw-ui-col, .admin-manage-toolbar .mw-ui-row .mw-ui-col > * {
    vertical-align: middle;
}

.admin-manage-toolbar-holder {
    min-height: 85px;
}

.admin-manage-toolbar {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    z-index: 9;
    top: 0;
}

.toolbar-live-edit {
    float: right;
    margin-left: 8px;
    font-weight: bold;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.toolbar-live-edit span {
    font-size: 17px;
    vertical-align: middle;
    line-height: 13px;
    float: left;
}

.pages_tree {
    /*padding: 15px 20px;*/
    padding: 15px 0;
}

.pages_tree li {
    list-style: none
}

.toolbar-live-edit .mai-edit {
    color: rgba(0, 145, 235, 1);

}

.admin-manage-toolbar-content {
    position: relative;
    padding: 0;
}

.admin-manage-toolbar-content .mw-ui-row-nodrop {
    table-layout: auto;
}

#mw-search-field {
    position: absolute;
    right: 100%;
    margin-right: 10px;
    max-width: 145px;
    width: 190px;
}

#mw-quick-add-choose-layout-middle-pos {
    clear: both;
}

.manage-post-item {
    padding: 12px 15px;
    border: 1px solid #ececec;
    border-bottom: 0;
    position: relative;
    background: #fafafa;
}

.manage-post-item:hover {
    background: white;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .26);
    z-index: 2;
}

.mw-ui-box-content .manage-post-item:first-child {
    border-top: none
}

.manage-post-image {
    display: block;
    float: left;
    position: relative;
    width: 100px;
    height: 75px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #f5f5f5;
}

.manage-post-image-no-image:after {
    color: #CCCCCC;
    content: "\0109";
    display: block;
    font-family: admin;
    font-size: 36px;
    line-height: 31px;
    margin-top: -18px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.manage-post-image-page:after {
    content: '\0057';
}

.manage-post-image-post:after {
    content: '\0058';
}

.manage-post-image-shop:after {
    content: '\0053';
}

.manage-post-image-product:after {
    content: '\0071';
}

.manage-post-item.ui-sortable-helper {
    border-color: transparent;
    background: #FBF9D0;
    padding-left: 10px;
    padding-bottom: 10px;
}

.quick-add-post-options-item {
    display: none;
    padding: 20px;
    min-width: 310px;
}

#quick-add-gallery-items.quick-add-post-options-item {
    padding: 0;
}

.module-product-options-settings > .mw-ui-row, .module-product-options-settings > .mw-ui-row * {
    vertical-align: bottom;
}

.module-product-options-settings .mw-ui-col:last-child .mw-ui-btn .mw-icon-dropdown {
    position: absolute;
    right: 3px;
    top: 20px;
}

.module-product-options-settings .mw-ui-col:last-child .mw-ui-btn {
    width: 125px;
    text-align: left;
}

#mw-admin-product-shipping-options {
    padding-top: 15px;
}

#pages_edit_container .mw-paging {
    margin: 40px 0;
}

/************************************
        Notification Count bubble
*************************************/

.mw-notification-count {
    display: inline-block;
    background: #ff0000;
    color: #FFFFFF;
    min-height: 13px;
    padding: 0 2px;
    font-size: 11px;
    line-height: 20px;
    border-radius: 20px;
    height: 20px;
    min-width: 20px;
    text-align: center;
    position: relative;
    float: right;
    top: 22px;
    right: 28px;
}

.mw-ui-navigation a .relative .mw-notification-count {
    top: -2px;
    left: 103%;
    right: auto;
}

/************************************
        Miscellaneous
*************************************/

.mw-menu-selector-list li {
    list-style: none
}

.mw-notif-bubble {
    display: inline-block;
    padding: 1px 2px;
    color: white;
    font-size: 9px;
    font-weight: bold;
    position: relative;
    top: -1px;
    background: #EF3D25;
    box-shadow: 0px 1px 2px #363636;
    border-radius: 2px;
}

.ico > .mw-notif-bubble {
    position: absolute;
    left: 75%;
    top: -7px;
}

.mw-ui-label-help {
    font-size: 10px;
    line-height: 12px;
    display: block;
    color: #8F8F8F;
}

body.grabbing, body.grabbing * {
    cursor: move;
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.admin-side-box {
    padding: 14px;
}

.mw-side-main-title > [class*='mw-icon-'] {
    font-size: 30px;
    margin: 0;
}

.nested-dropdown li a {
    display: block;
    padding: 12px;
}

.nested-dropdown li a:hover, .nested-dropdown li a:focus {
    background-color: #EDEDED;
}

.valign .mw-ui-col, .valign, .valign * {
    vertical-align: middle;
}

.valign-bottom, .valign-bottom * {
    vertical-align: bottom;
}

.nowrap {
    white-space: nowrap;
}

.alert {
    display: block;
    clear: both;
}

.alert-error {
    color: #DC0D17;
}

.ol {
    list-style-type: decimal;
    padding-left: 16px;
    padding-bottom: 10px;
}

.ol li {
    padding-bottom: 5px;
}

.ol li:last-child {
    padding-bottom: 0;
}

.module-live-edit-settings {
    padding: 15px;
}

.module-live-edit-settings:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.module-live-edit-settings .module-live-edit-settings {
    padding: 0;
}

.info-box {
    background-color: whitesmoke;
    border: none;
}

.mwahi {
    font-size: 18px !important;
    margin-left: 5px;
    top: -2px;
    cursor: help;
    color: #888888;
}

.mwahi:hover {
    color: #111;
}

.bgimg, .bgimage {
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    vertical-align: middle;
}

.ipicon {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 11px;
    text-align: center;
    padding-top: 1px;
    border-radius: 3px;
    border: 2px solid #555555;
    cursor: default;
    margin-right: 5px;
}

/************************************
       Admin tooltip
*************************************/

.admin-universal-tooltip {
    max-width: 350px;
}

.admin-universal-tooltip .mw-tooltip-content {
    color: white;
}

.admin-universal-tooltip .mw-tooltip-content > ol, .admin-universal-tooltip .mw-tooltip-content > ul {
    padding-left: 16px;
}

.admin-universal-tooltip .mw-tooltip-content > ol li, .admin-universal-tooltip .mw-tooltip-content > ul li {
    padding: 2px 0;
}

.admin-universal-tooltip .mw-tooltip-content > p {
    padding-bottom: 10px;
}

.admin-universal-tooltip .mw-tooltip-content > p:last-child {
    padding-bottom: 0;
}

/* 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 {
    color: #f2f2f2;
}

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

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

#images-manager {
    white-space: nowrap;
}

#images-manager, #images-manager * {
    vertical-align: top;
}

#insert-image-uploader {
    display: inline-block;
}

#manage-galleries-holder {
    display: inline-block;
    max-width: 440px;
    min-width: 420px;
}

#manage-galleries-holder .bgimg + span {
    display: block;
}

#manage-galleries-holder .bgimg {
    margin-right: 5px;
    width: 44px;
    height: 35px;
}

#manage-galleries-holder .mw-icon-image {
    display: inline-block;
    color: #EAEAEA;
    width: 44px;
    height: 35px;
    border: 1px solid #EAEAEA;
    font-size: 23px;
    padding-top: 4px;
    margin-right: 5px;
    background-color: white;
}

#manage-galleries-holder .bgimg:last-child, #manage-galleries-holder .mw-icon-image:last-child {
    margin-right: 0;
}

.image-manage-item {
    width: 190px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: 0 10px 0 0;
    padding: 20px;
}

.image-manage-item:hover {
    background-color: #fafafa;
}

.image-manage-item [class*='mw-icon-'] {
    font-size: 32px;
    display: block;
    text-align: center;
    padding-bottom: 20px;
    height: 50px;
}

.manage-gallery-btn-holder {
    display: block;
    height: 50px;
}

/************************************
        Custom Fields Icons
*************************************/

[class*='mw-custom-field-icon-'], [class*='mw-admin-icon-'] {
    display: inline-block;
    position: relative;
    font-family: mwadmin;
    font-size: 26px;
    text-align: center;
}

.mw-custom-field-icon-phone:before {
    content: '\0101';
}

.mw-custom-field-icon-text:before {
    content: '\0102';
}

.mw-custom-field-icon-address:before {
    content: '\0103';
}

.mw-custom-field-icon-site:before {
    content: '\0104';
}

.mw-custom-field-icon-date:before {
    content: '\0105';
}

.mw-custom-field-icon-email:before {
    content: '\0106';
}

.mw-custom-field-icon-upload:before {
    content: '\0107';
}

.mw-custom-field-icon-price:before {
    content: '\0108';
}

.mw-custom-field-icon-number:before {
    content: '\0110';
}

.mw-custom-field-icon-radio:before {
    content: '\0111';
}

.mw-custom-field-icon-checkbox:before {
    content: '\0112';
}

.mw-custom-field-icon-dropdown:before {
    content: '\0113';
}

.mw-custom-field-icon-property:before {
    font-family: 'Microweber';
    content: "\f14a";
}

.mw-ui-btn > [class*="mw-custom-field-icon-"] {
    font-size: 132%;
    margin: -2px 7px 0 0;
    text-align: center;
    float: left;
}

.mw-dropdown-content li [class*="mw-custom-field-icon-"] {
    margin: -3px 5px 0 0;
    position: relative;
    width: 17px;
    float: left;
}

/************************************
        Settings Components
*************************************/

.layouts_box_holder li {
    list-style: none;
    display: block;
    cursor: pointer;
    padding: 5px 10px;
}

.layouts_box_holder li:hover {
    background-color: #EDEDED;
}

.layouts_box_holder ul li:first-child {
    border-radius: 2px 2px 0 0;
}

.layouts_box_holder ul li:last-child {
    border-radius: 0 0 2px 2px;
}

.layouts_box_holder li.active, .layouts_box_holder li.active:hover {
    background-color: #4D4D4D;
    color: white;
}

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

.mw-site-theme-selector {
    position: relative;
}

.module-settings-group-template .layout_selector_wrap {
    padding-bottom: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px -5px #000;
    width: auto;
    max-width: 100%;
}

.module-settings-group-template:after, .mw-site-theme-selector:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.mw-site-theme-selector .layout_selector_custom_css_clear_custom_style {
    position: absolute;
    bottom: 20px;
    left: 0;
}

/************************************
        Settings: Email section
*************************************/

.module-settings-group-email .mw-ui-field {
    width: 100%;
}

/************************************
        Settings: Backup section
*************************************/

.mw-backup-download, .mw-backup-restore, .mw-backup-delete {
    text-align: center;
    color: #AAAAAA;
}

.mw-backup-download > [class*='mw-icon-'], .mw-backup-restore > [class*='mw-icon-'], .mw-backup-delete > [class*='mw-icon-'] {
    color: #AAAAAA;
    cursor: pointer;
}

.mw-backup-download > [class*='mw-icon-']:hover, .mw-backup-restore > [class*='mw-icon-']:hover {
    color: #444444;
}

.mw-backup-delete > [class*='mw-icon-']:hover {
    color: #DC0D17;
}

#mw_uploader_loading {
    margin-top: 12px;
}

/************************************
        Modules section
*************************************/

#modules_admin_mw_modules_admin_wrapper {
    clear: both;
    padding-top: 20px;
}

#modules_admin_categories_mw_modules_admin_wrapper {
    max-height: 250px;
}

.mw-modules-admin li.mw-admin-module-list-item {
    list-style: none;
    float: left;
    width: 25%;
}

.mw-modules-admin li.mw-admin-module-list-item > div {
    background: #FFFFFF;
    border-radius: 2px;
    margin: -1px;
    border: 1px solid #e4e7f0;
    text-align: center;
    height: auto;
    cursor: pointer;
    padding: 20px;
    /*padding: 5px;*/
    margin: 15px 20px 10px 0;
}

.module-uninstall-btn.new-close.mw-icon-close {
    right: -10px;
    top: -10px;
}

.mw-modules-admin-holder {
    padding: 0;
    background: transparent;
    border: 1px;
}

.module-uninstalled {
    cursor: default;
    opacity: 0.5;
}

.module-uninstalled:hover {
    opacity: 1;
}

.module-ctrl-btn {
    visibility: hidden;
    margin-bottom: 10px;
}

.admin-modules-list-form:hover .module-ctrl-btn {
    visibility: visible
}

.admin-modules-list-form, .admin-modules-list-form * {
    vertical-align: middle;
}

.admin-modules-list-image {
    height: 60px;
    text-align: center;
    padding: 12px;
    width: 100%;
    max-width: 70px;
    background-position: center;
    background-size: contain;
}

.admin-modules-list-image img {
    vertical-align: middle;
}

.admin-modules-list-form-content {
    padding-top: 15px;
}

.admin-modules-list-form-content, .admin-modules-list-form {
    position: relative;
}

.module-uninstall-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-family: Microweber;
    visibility: hidden;
    border: none
}

.admin-modules-list-form:hover .module-uninstall-btn {
    visibility: visible;
}

.mw-modules-admin li.mw-admin-module-list-item h2 {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modules-index-bar .mw-dropdown {
    width: 150px;
}

.modules-index-bar .mw-ui-inline-list {
    float: left;
    margin-right: 20px;
}

.modules-index-bar {
    width: 100%;
    padding: 0 14px;
    background: white;
    height: 66px;
}

.modules-index-bar-transparent {
    background: transparent;
}

.modules-index-bar h2 {
    font-size: 13px;
    color: #0e80e5;
    font-weight: bold;
}

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

.modules-index-bar .mw-dropdown li a {
    text-transform: capitalize;
}

#modules-title-and-search {
    padding: 17px 0;
}

#modules-title-and-search .mw-ui-searchfield {
    margin-top: 12px;
}

.admin-modules-list-form .mw-icon-drag {
    font-size: 17px;
    color: #C6C6C6;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.admin-modules-list-image {
    vertical-align: middle;
}

#mw-modules-toolbar {
    background: white;
    padding: 0 15px;

}

.module-toolbar-info-description {
    font-size: 13px;
    font-weight: bold;
    color: #0e80e5;
}

#mw-modules-toolbar,
#mw-modules-toolbar .mw-ui-col {
    height: 66px;
}

#mw-modules-toolbar * {
    vertical-align: middle;
}

#mw-modules-toolbar .mw-ui-row-nodrop {
    width: 100%;
}

.mw-modules-toolbar-back-icon .mw-icon-back {
    font-size: 28px;
    line-height: 10px;
}

.mw-modules-toolbar-back-button {
    text-align: right;
}

#mw-modules-toolbar .mw-ui-row-nodrop img {
    margin-right: 10px;
}

/* Menu module */

.manage-menus {
    margin-bottom: 20px;
}

.manage-menus li {
    list-style: none;
}

.manage-menus li .mw-icon-close {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 4px;
}

.manage-menus li > div.module_item {
    position: relative;
    background-color: white;
    overflow: hidden;
    padding: 8px;
    margin: 8px 0;
    border: 1px solid #D4D4D4;
    border-radius: 3px;
    background: #F2F2F2;
}

.manage-menus li > div.module_item + div.module {
    border: 1px solid #D4D4D4;
    border-radius: 0 0 3px 3px;
    padding: 8px;
    display: none;
}

.manage-menus li > div.module_item.active + div.module {
    display: block;
    position: relative;
    background: white;
}

.manage-menus li > div.module_item.active + div.module:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.manage-menus li > div.module_item.active {
    border-radius: 3px 3px 0 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.manage-menus ul {
}

.menu_element_link {
    cursor: pointer;
}

.manage-menus li ul li {
    margin-left: 25px;
}

.mw_admin_modules_sortable_handle {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    font-size: 19px;
    color: #CCCCCC;
    margin-right: 8px;
}

.mw_admin_modules_sortable_handle {
    visibility: hidden;
}

.module_item:hover .mw_admin_modules_sortable_handle {
    visibility: visible;
}

#custom_link_controller {
    width: auto;
    display: none;
    padding-bottom: 20px;
    overflow: hidden;
}

.order-has-link .module_item .menu_element_link:hover {
    text-decoration: underline
}

.menu_element_link {
}

#add_new_menu_tab {
    display: none;
}

.custom-field-main-table-placeholder {
    background: #FAFAFA;
    border: 1px dashed #EDEDED;
    border-radius: 3px;
}

/* users */

#mw-users-manage-edit-rotattor {
    position: relative;
}

#users_admin_panel {
    float: none;
    margin-right: 20px;
}

#user_edit_admin_panel {
    float: none;
}

#change_avatar {
    position: relative;
    overflow: hidden;
    display: inline-block;
    float: left;
    white-space: nowrap;
    margin-top: 15px;
}

#avatar_holder {
    width: 65px;
    height: 65px;
    float: left;
    margin-right: 12px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
}

#avatar_holder .mw-icon-user {
    font-size: 50px;
    color: #999999;
}

#avatar_holder .mw-icon-user + .mw-icon-close {
    display: none;
}

#avatar_holder .mw-icon-close {
    position: absolute;
    z-index: 1;
    top: 3px;
    right: 5px;
    visibility: hidden;
    font-size: 11px;
    cursor: pointer;
}

#avatar_holder:hover .mw-icon-close {
    visibility: visible;
}

#reset_password {
    margin-right: 12px;
}

.mw-edit-user-table .mw-ui-btn.pull-right {
    margin-left: 12px;
}

.mw-user-thumb-small {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-color: white;
    background-size: cover;
    text-align: center;
    font-size: 25px;
}

#users_admin_panel .mw-user-thumb-small {
    margin-right: 10px;
    font-size: 35px;
    color: #B3B3B3;
}

#users_admin_panel, #users_admin_panel * {
    vertical-align: middle;
}

/************************************
        Dashboard
*************************************/

#stats {
    padding: 20px 0;
}

.mw-admin-stat-item {
    position: relative;
}

.sbf-item {
    float: left;
    width: 25%;
    height: 88px;
    text-align: center;
    background: #fafafa;
    cursor: pointer;
    border: 1px solid transparent;
    border-bottom: none;
    position: relative;
    padding: 22px 0 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #c8c8c8;
}

.sbf-item:first-child {
    border-left: none
}

.sbf-item:last-child {
    border-right: none
}

.sbf-item:hover,
.sbf-item.active {
    background: white;
    border-color: #e5e5e5;
    z-index: 1;
    color: #0086db;
    font-weight: bold;
}

.sbf-item:hover .sbf-item-n,
.sbf-item.active .sbf-item-n {
    color: #f59526;
}

.sbf-item-n {
    display: block;
    color: #0086db;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
}

.sbf-item [class*='mai-'] {
    font-size: 17px;
    position: relative;
    top: 4px;
    text-transform: none;
}

.mw-admin-stat-item-date {
    position: absolute;
    display: block;
    text-align: center;
    top: 100%;
    font-size: 12px;
    color: #0086db;
    left: 2px;
    margin-top: 7px;
}

#admin-user-nav {
    position: absolute;
    top: 28px;
    right: 10px;
}

#admin-user-nav .mw-ui-dropdown-content {
    width: 100px;
    min-width: 100%;
}

.statwrapper {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stat-time {
    font-size: 12px;
}

#visits_info_table > table {
    margin-bottom: 20px;
}

.request-stats-btn {
    position: relative;
    top: -2px;
    left: 10px;
}

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

#quick-links-row .mw-ui-col .mw-ui-navigation {
    display: inline-block;
}

#quick-links-row .mw-ui-col {
    width: 33.333%;
}

#quick-links-row .mw-ui-col:last-child .mw-ui-navigation {
    float: right;
}

#quick-links-row .mw-ui-col:nth-child(2n) {
    text-align: center;
}

#quick-links-row .mw-ui-col:nth-child(2n) .mw-ui-navigation {
    text-align: left;
}

.quick-lists .mw-ui-box-content {
    background: #fafafa;
    border-top: 1px solid #e5e5e5
}

.quick-lists .mw-ui-navigation a {
    margin-top: 5px;
    color: #c8c8c8;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 36px;
}

.dr-head {
    height: 45px;
    border: 1px solid #eaeaea;
    background: #fafafa;
    padding: 6px 10px;
}

.dashboard-recent {
    margin-bottom: 55px;
}

.dr-item {
    transition: box-shadow .4s;
}

.dr-item.active {
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, .28)
}

.dr-item + .dr-item {
    padding-top: 2px;
}

.dr-item-table {
    border: 1px solid #ebebeb;
    background: #fafafa;
}

.dr-item table {
    border-left: 3px solid transparent;
    width: 100%;
}

.dr-item-data {
    display: none;

}

.dr-item-data-head a span {
    color: rgba(44, 130, 221, 1);
    font-size: 13px;
    position: relative;
    top: 2px;
}

.dr-item-data-head {
    height: 40px;
    padding: 2px;
    background: #f5f5f5;
}

.dr-item-data-content {
    padding: 20px;
}

.dr-item:hover table,
.dr-item.active table {
    border-left: 3px solid #f6a555;
}

.dr-item td [class*='mai-'] {
    color: #c8c8c8;
}

.dr-item td {
    padding: 12px;
    vertical-align: middle;
}

.dr-item-image span {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: white;
    background-position: center;
    background-size: contain;
    border-radius: 60px;
}

.dr-item-status-completed {
    color: rgba(72, 173, 121, 1);
}

.drh-activity-name {
    float: left;
    margin: 4px 8px;
    color: #0086db;
}

.drh-activity-name:after {
    font-family: 'admin';
    display: inline-block;
    width: 23px;
    height: 23px;
    line-height: 22px;
    border-radius: 23px;
    content: '\0049';
    background: white;
    color: rgba(44, 130, 221, 1);
    border: 1px solid #eaeaea;
    text-align: center;
    font-size: 9px;
    font-weight: bolder;
    margin-left: 12px;
}

.dr-head .mw-ui-btn [class*='mai-'] {
    color: rgba(200, 200, 200, 1);
    margin-right: 5px;
}

.dr-head .mw-ui-btn {
    float: right;
    margin-left: 10px;
}

.dr-item-data-content-list {
    display: inline-block;
    vertical-align: top;
}

.dr-item-data-content-list dd,
.dr-item-data-content-list dt {
    font-size: 11px;
    float: left;
}

.dr-item-data-content-list dd {
    margin: 0 50px 10px 10px
}

.dr-item-data-content-list dd:last-child {
    margin-bottom: 0;
}

.dr-item-data-content-list dt {
    clear: both;
}

.dr-item-data-content-list h3 {
    font-size: 15px;
    color: #0086db;
}

.dr-item-data-content-list dd:after {
    content: '';
    display: block;
}

.quick-lists .mw-ui-navigation a span .mw-notification-count {

}

.quick-lists .mw-ui-navigation a span .mw-notification-count {
    top: 5px;
    margin-left: 10px;
    left: auto;
    right: auto;
    float: none;
    display: inline-block;
}

.quick-lists .mw-ui-navigation a span {
    position: relative;
}

.quick-lists .mw-ui-navigation a [class*="mai-"] {
    top: 5px;
    font-size: 19px;
}

.quick-lists .mw-ui-navigation a [class*="mw-icon-"] {
    font-size: 27px;
    text-align: center;

}

.quick-lists .mw-ui-navigation a [class*="mai-"],
.quick-lists .mw-ui-navigation a [class*="mw-icon-"] {
    margin: -2px 8px 0 0;
    width: 22px;
}

.quick-lists .mw-ui-navigation a:hover [class*="mai-"],
.quick-lists .mw-ui-navigation a:hover [class*="mw-icon-"] {
    color: rgba(44, 130, 221, 1);
}

#stats_nav {
    display: inline-block;
    margin-left: 50px;
}

#stats_nav .mw-ui-btn {
    border: none;
    text-transform: uppercase;
}

#stats_nav .mw-ui-btn.active {
    background: white;
    color: #0086db;
    font-weight: bold;
}

.stats-legend {
    float: right;
    margin: 7px 0 0 0;
}

.stats-legend > span {
    font-size: 14px;
    text-transform: uppercase;
    color: #999
}

.stats-legend > span + span {
    margin-left: 10px;
}

.stats-legend > span:before {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    content: ''
}

.stats-legend > span.stats-legend-views:before {
    background: #0086db
}

.stats-legend > span.stats-legend-visitors:before {
    background: #005C97
}

#stats_dashboard_last .mw-ui-row .mw-ui-col:first-child {
    height: 220px;
    padding-top: 45px;
    vertical-align: top;
}

.users-online {
    float: left;
    display: block;
    width: 190px;
    height: 180px;
    font-size: 44px;
    text-align: center;
    padding-top: 46px;
    font-weight: bold;
    color: rgba(44, 130, 221, 1);
    background: white;
    z-index: 5;
    position: relative;
    text-transform: uppercase;
}

.users-online span {
    font-size: 15px;
    font-weight: 300;
    display: block;
}

.users-online-label {
    display: block;
    vertical-align: top;
    position: absolute;
    color: #a1a1a1;
    margin-top: -33px;
}

/************************************
        Richtext editor
*************************************/
#mw-richtext-content {
    overflow: auto;
    padding: 15px;
}

/************************************
        Content Rotator
*************************************/

.mw-simple-rotator-item {
    width: 100%;
}

.mw-simple-rotator-container {
    position: relative;
}

/************************************
        Shop Section
*************************************/

#mw-order-table-holder td > .mw-icon-close, #shop-orders td > .mw-icon-close {
    float: right;
    font-size: 13px;
    margin: 2px 0 0;
    cursor: pointer;
}

#mw-order-table-holder ul {
    list-style-position: inside;
}

#shop-orders td, #shop-orders th {
    text-align: center;
}

#manage-orders-menus .mw-ui-btn-nav .mw-ui-btn {
    background-color: #f7f7f7;
    font-size: 12px;
}

#manage-orders-menus .mw-ui-btn-nav .mw-ui-btn.active {
    background-color: #fff;
}

#manage-orders-menus {
    clear: both;
    position: relative;
    border-top: 1px solid #e5e5e5;
}

.ordersnum {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 200px;
    color: white;
    background-color: black;
    text-align: center;
    font-size: 35px;
    padding: 25px 10px;
    position: relative;
}

.section-header .ordersnum {
    width: 30px;
    height: 30px;
    background: #0e80e5;
    font-size: 12px;
    padding: 0;
    line-height: 30px;
    margin-top: 5px;
}

.product-thumbnail-tooltip {
    display: block;
    width: 70px;
    height: 70px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 333px;
}

.order-details-box > .mw-ui-box-content > .mw-ui-table.mw-ui-table-basic > tbody > tr:first-child > td {
    border-top: none;
}

.order-details-box > .mw-ui-box-content > .mw-ui-table.mw-ui-table-basic > tbody > tr:first-child > td:first-child {
    border-right: 1px solid #e5e5e5;
}

.mw-ord-id {
    color: #2C82DD;
    font-size: 16px;
}

.mw-ord-id:hover {
    text-decoration: underline;
}

#manage-orders-menus:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#mw-order-table-holder th, #mw-order-table-holder tfoot td {
    white-space: nowrap;
}

.mw-custom-fields-cart-item {
    font-size: 11px;
    padding-left: 10px;
}

.mw-custom-fields-cart-item li li {
    list-style: none
}

.mw-custom-fields-cart-item-array {
    padding-left: 8px;
    padding-top: 2px;
}

.abandoned-cart .stat-views {
    width: 70px;
}

.abandoned-cart {
    margin-bottom: 30px;
    table-layout: fixed;
}

.abandoned-cart > tbody > tr > td {
    width: 50%;
    font-size: 12px;
    vertical-align: top;
}

@media (max-width: 950px) {
    .abandoned-cart > tbody > tr > td {
        display: block;
    }
}

.mw-order-item-status-completed {
    color: #48ad79
}

.mw-order-item-status-pending {
    color: #ef924d
}

.mw-custom-fields-cart-item-key, .mw-custom-fields-cart-item-key-array-key {
    font-weight: bold;
    display: block;
    padding-top: 3px;
}

#mw-admin-edit-order .mw-ui-table {
    margin: 15px 0;
    max-width: 100%;
    width: 100%;
    table-layout: fixed;
}

tr.mw-order-item.hovered, tr.mw-order-item:hover,
tr.mw-order-item.hovered, tr.mw-order-item {
    background-color: #FAFAFA;
}

#order-information-table {
    font-size: 12px;
}

#order-information-table tr.mw-order-item.hovered td, #order-information-table tr.mw-order-item:hover td {
    background-color: #0086db;
    color: white;
}

#order-information-table tr.mw-order-item.hovered td a, #order-information-table tr.mw-order-item:hover td a {
    color: white;
}

#order-information-table ul {
    list-style: inside;
}

.mw-order-item-image {
    border: 1px solid transparent;
    margin: 0 9px 9px 0;
}

.mw-order-item-image:hover, .mw-order-item-image.hovered {
    border: 1px solid #0086db
}

.order-table-info-list li {
    list-style: none;
    margin-bottom: 10px;
}

#order-status {
    margin-bottom: 15px;
}

#mw_order_status {
    margin-top: 15px;
}

.map-shipping-address {
    display: block;
    margin: 0 auto 15px;
    max-width: 100%;
}

.admin-shipping-table.mw-ui-table > tbody:first-child > tr:first-child > td {
    border-top: none
}

@media (max-width: 991px) {
    .admin-shipping-table select {
        width: 120px;
    }

    .admin-shipping-table .mw-ui-inline-list li {
        display: block !important;
    }

    .admin-shipping-table {
        display: block;
        overflow: hidden;
    }

    .shipping-country-row + .shipping-country-row {
        margin-top: 20px;
    }

    .shipping-country-row {
        padding: 10px;
        border-radius: 5px;

    }

    .admin-shipping-table tbody,
    .shipping-country-row,
    .shipping-country-row td {
        display: block;
        border-bottom: 0;
        width: 100%;
    }

    .shipping-country-row select {
        max-width: 100%;
    }

    /*.shipping-country-row:nth-child(2n+1){*/
    /*background: #F2F2F2*/
    /*}*/

}

.shipping-country-holder .shipping-handle-field {
    font-size: 22px;
    color: #ccc;
    left: 10px;
    top: 10px;
    position: absolute;
    z-index: 1;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    visibility: hidden;
}

.shipping-country-holder:hover .shipping-handle-field {
    /*visibility: visible;*/
}

.mw-ui-btn.DESC:after, .mw-ui-btn.ASC:after {
    content: "\0118";
    font-size: 12px;
    color: #C6C6C6;
    font-family: Microweber;
    display: inline-block;
    position: relative;
}

.mw-ui-btn.ASC:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 2px;
}

.client-order-table thead th {
    text-align: left;
}

.mw-client-information.nonactive .mw-ui-field {
    display: none;
}

.mw-client-information .val {
    display: none;
}

.mw-client-information.nonactive .val {
    display: inline;
    word-wrap: break-word;
    word-break: break-all;
}

.mw-client-image-holder {
    padding-bottom: 12px;
}

#orders-info-row > .mw-ui-col:first-child {
    padding-right: 10px;
}

#orders-info-row > .mw-ui-col:last-child {
    padding-left: 10px;
}

.order-status-selector > span {
    margin-right: 10px;
}

.section-header {
    background: white;
    padding: 15px;
    height: 66px;
    margin-bottom: 15px !important;
}

.section-header [src*=".svg"] {
    max-height: 24px;
    max-width: 24px;
    margin-top: 6px;
}

@media screen and (max-width: 767px) {
    .section-header {
        height: auto;
    }
}

.section-header h2 {
    font-size: 13px;
    color: #0e80e5;
    font-weight: bold;
}

.section-header h2 span {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 10px;
}

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

.section-header h2, .section-header h3 {
    margin-top: 7px;
    margin-right: 10px;
}

/* Shipping */

/*.shipping-country-holder {*/
/*padding: 15px;*/
/*background: white;*/
/*}*/

/*.save_shipping_btn {*/
/*visibility: hidden;*/
/*}*/

/*.shipping-country-holder:hover .save_shipping_btn {*/
/*visibility: visible;*/
/*}*/

.shipping-country-holder .mw-icon-close {
    position: absolute;
    right: 20px;
    top: 20px;
    visibility: hidden;
    cursor: pointer;
}

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

.price-field {
    width: 65px;
    text-align: center;
}

/*.shipping_per_item, .shipping_dimensions {*/
/*margin-top: 15px;*/
/*padding-top: 2px;*/
/*border-top: 1px solid #EDEDED;*/
/*}*/

.shipping-country-row .mw-ui-inline-list {
    padding-top: 10px;
}

#admin-user-nav .mw-icon-off {
    font-size: 22px;
    margin: 6px 6px 0 15px;
}

body.is_admin .mw-admin-container {
    min-width: 840px;
}

.admin-content-column {
    max-width: 1100px;
}

/*.admin-content-column.modules {
    padding: 66px 20px 20px;
}*/

.the-icoimage {
    width: 36px;
    height: 36px;
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    border: solid 1px #e5e5e5;
    border-radius: 3px 0 0 3px;
}

#upload-icoimage {
    border-radius: 0 3px 3px 0;
    border-left: 0;
}

.top-search {
    border: 1px solid #a8a8a8;
    height: 36px;
    width: 190px;
    background: #f5f5f5;
    border-radius: 2px;
    position: relative;
    right: 0;
}

.top-search input {
    width: 148px !important;
    height: 34px;
    padding: 10px;
    border: none;
    outline: none;
    float: left;
    position: absolute;

    width: 100%;
    color: #000;
    background: #f8f8f8;
    width: 100%;
    border-color: #c2c2c2;
}

.top-search input:focus {
    background: #fff;
    border-color: #82c4ed;
    -webkit-box-shadow: 0 0 10px #82c4ed;
    box-shadow: 0 0 10px #82c4ed;
}

.top-search .top-form-submit {
    background: transparent;
}

.golive-button {

    background: url(../img/golive.png) no-repeat 10px center;
    padding-left: 35px;
}

.editbtn {
    display: inline-block;
    height: 36px;
    border: 1px solid #a8a8a8;
    height: 36px;
    background: #f5f5f5 url(../img/editpage.png) no-repeat 13px center;
    border-radius: 2px;
    cursor: pointer;
    padding: 10px 10px 10px 48px;
    margin-left: 24px;
}

@media (max-width: 1140px) {

    .top-search {
        width: 36px;
    }

    .top-search:hover, .top-search.focused {
        width: 150px;
    }

    .top-search input {
        display: none;
    }

    .top-search:hover input,
    .top-search.focused input {
        display: block;
    }

    .editbtn {
        background-position: center;
    }

    .editbtn span {
        display: none;
    }

}

.top-form-submit {
    display: block;
    width: 32px;
    height: 32px;
    background: white;
    text-align: center;
    cursor: pointer;
    float: right;
    position: relative;
    top: 1px;
    right: 1px;
    font-size: 21px;
}

.top-form-submit span {
    top: 3px;
}

.mw-admin-user-tab-content tbody tr:last-child .mw-ui-btn {
    margin-left: 10px;
    width: 80px;
}

.mw-action-change-template {
    line-height: 14px;
}

.mw-set-shipping-options .mw-ui-btn .mw-icon-plus,
.mw-set-shipping-options .mw-ui-btn .mw-icon-gear {
    float: left;
}

.mw-set-shipping-options .mw-ui-btn.mw-ui-btn-invert.save_shipping_btn {
    line-height: 14px;
}

.module-admin-backup .mw-ui-btn .mw-icon-file,
.module-admin-backup .mw-ui-btn .mw-icon-refresh,
.module-admin-backup .mw-ui-btn .mw-icon-upload {
    float: left;
}

span.mw-icon-upload {
    float: left;
}

.top-form-submit {
    line-height: 24px;
}

#create-menu-holder .mw-ui-btn-invert {
    float: right;
    line-height: 13px;
}

#custom_link_controller .mw-ui-btn-info,
#custom_link_inline_controller .mw-ui-btn {
    line-height: 14px;
}

.menu-module-wrapper .menu_element_link {
    line-height: 22px;
}

#mw_shop_set_tax_settings .mw-ui-btn.mw-ui-btn-notification .mw-icon-cart-outline {
    float: left;
}

.btn-create-custom-field-value .mw-icon-plus {
    float: left;
}

.mw-no-posts-foot .mw-ui-btn {
    line-height: 15px;
}

.table-responsive {
    overflow-x: auto;
    padding-bottom: 20px;
}

.table-responsive table {
    table-layout: fixed;
}

.table-scroll-visible {
}

@media screen and (max-width: 991px) {
    #mw-update-frame {
        width: 100% !important;
        overflow-x: hidden;
    }
}

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

    .show-on-hover {
        visibility: visible;
    }

    .main-admin-row > .admin-content-column > .mw-ui-col-container {
        padding-left: 0 !important;
    }

    .admin-manage-toolbar-content > .mw-ui-row-nodrop > .mw-ui-col .mw-ui-row-nodrop {
        margin-bottom: 20px;
    }

    .admin-manage-toolbar-content > .mw-ui-row-nodrop > .mw-ui-col {
        display: block !important;
        width: 100%;
    }

    .manage-post-item > .mw-ui-col {
        display: inline-block;
        float: left;
        margin-bottom: 10px;
    }

    .manage-post-item .manage-post-item-col-3 {
        display: block !important;
        width: 58%;
    }

    .manage-post-item .manage-post-item-col-4 {
        display: block !important;
        float: left;
        margin-top: 6px;
        text-align: left
    }

    .manage-post-item .manage-post-item-col-4 .manage-post-item-author {
        max-width: none;
    }

    .manage-post-item .manage-post-item-col-5 {
        display: block !important;
        width: 50px;
        float: right;
        margin-top: 6px;
    }

    .layouts_box_holder > .mw-ui-row > .mw-ui-col > .mw-ui-col-container {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .mw-admin-edit-content-holder {
        width: 100%;
    }

    .mw_edit_page_right {
        max-width: 100%;
    }

    #content-title-field-buttons {
        max-width: none !important;
    }

    #slug-field-holder {
        width: 50%;
        float: left;
    }

    #slug-field-holder .edit-post-url > .mw-ui-row > .mw-ui-col {
        display: inline-block !important;
    }

    .mw-admin-edit-page-primary-settings.parent-selector {
        width: 50%;
        float: left;
        text-align: right;
    }

    .top-search {
        width: 150px;
    }

    .top-search input {
        display: block !important;
    }

    .col-bar-live-edit a {
        margin-top: 10px;
    }

    #mw-order-table-holder {
        overflow-x: auto;
        padding-bottom: 20px;
        width: 100%;
    }

    #mw-order-table-holder .table-responsive table {
        table-layout: auto;
    }

    #manage-orders-menus h3,
    #manage-orders-menus .mw-table-sorting,
    #manage-orders-menus .mw-ui-btn-nav {
        margin-bottom: 10px !important;
        display: block;
    }

    .main-content-column > .mw-ui-col-container, .admin-section-container {
        padding-left: 0;
    }

    #orders-info-row > .mw-ui-col {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 10px;
    }

    .quick-lists {
        width: 100%;
    }

    .quick-lists #quick-links-row > .mw-ui-col {
        width: 50% !important;
        float: left;
        clear: none;
    }

    .quick-lists #quick-links-row > .mw-ui-col .mw-ui-col-container,
    .mw-module-admin-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    #mw-modules-toolbar {
        margin-left: 0;
        padding: 36px 0;
    }

    .quick-lists #quick-links-row > .mw-ui-col .mw-ui-navigation {
        width: 100%;
    }

    .browser-ctrl-bar .mw-ui-searchfield {
        display: block;
        margin-top: 10px;
        width: 200px;
    }

    .module-newsletter-subscribers-list table {
        table-layout: auto;
    }

    #modules-list-title-and-search > .mw-ui-col {
        width: 100% !important;
        display: block !important;
    }

    .modules-index-bar ul.mw-ui-inline-list {
        margin-right: 10px;
    }

    #quick-add-post-options-holder .mw-ui-btn {
        padding: 9px 10px;
    }

    #clients-rotator .table-responsive {
        width: 100%;
    }

    .gateway-icon-title > .mw-ui-row .mw-ui-col {
        padding: 10px 0 !important;
        text-align: center;
    }

}

@media screen and (max-width: 440px) {
    .manage-post-item .manage-post-item-col-3 {
        display: block !important;
        width: 100%;
    }

    .mw-modules-admin li.mw-admin-module-list-item {
        width: 50%;
    }

    #stats_nav {
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
    }

    #stats .sbf-item {
        width: 50%;
    }

    #homepage-add-new-order-btn {
        display: none;
    }
}

.th-in-td {
    font-weight: bold;
    color: #AAAAAA;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 10px;
    padding-bottom: 5px;
}

.mw-order-table .mw-icon-bin {
    margin: 0;
    top: 0;
    float: none;
}

.mw-searchbox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mw-sb-item {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.mw-sb-item + .mw-sb-item {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding-left: 20px;
}

.mw-sb-item input {
    width: 100%;
    padding-left: 55px;
}

.mw-sb-item-input {
    width: 100%;
    display: inline-block;
    position: relative;
}

.mw-sb-item-input:before {
    position: absolute;
    content: "\f1d9";
    display: inline-block;
    top: 0;
    left: 0;
    font-family: Microweber;
    font-size: 19px;
    line-height: 36px;
    text-align: center;
    width: 55px;
    pointer-events: none;
}

.mw-box-pad {
    padding: 20px;
    background: #f5f5f5;
    margin-top: 20px;
    position: relative;
    clear: both;
}

.mw-box-pad:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.category-advanced-seetings-button span {
    cursor: pointer;
}

.category-advanced-seetings-button {
    text-align: center;
    font-size: 32px;
}

.create-root {
    overflow: hidden;
    padding: 10px 0 15px;
}

.post-type-action-label {
    font-size: 18px;
    color: rgba(44, 130, 221, 1);
    margin-top: 6px;
}

.post-type-action-label-text {
    position: relative;
    top: 2px;
    font-size: 13px;
    font-weight: bold;
}

.mw-ui-abtn {
    display: inline-block;
    padding: 0 12px;
    height: 36px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    text-align: center;
    position: relative;
    border-radius: 3px;
    text-decoration: none;
    font-size: 11px;
    color: #212121;
    line-height: 36px;
    transition: border-color .3s, box-shadow .3s, background-color .3s;
}

.mw-ui-abtn:hover,
.mw-ui-abtn.active {
    background: white;
    border-color: #eaeaea;
}

.mw-ui-abtn:active,
.mw-ui-abtn.active {
    border-color: #ccc;
    box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.11);
}

.postbtnmore:after {
    content: "\0118";
    font-family: Microweber;
    color: #999;
}

.postbtnmore:hover:after {
    color: #0086db;
}

.postbtnmore ~ .mw-ui-abtn {
    display: none;
}

.stat-box-content {
    overflow: hidden;
    position: relative;
}

.stat-box-content .graph-holder {
    /*position: relative;*/
    height: 125px;
}

.stat-box-content .lines {
    display: block;
    position: absolute;
    height: 125px;
    width: -webkit-calc(100% - 230px);
    width: calc(100% - 230px);
    bottom: 40px;
    left: 190px;
    max-width: -webkit-calc(100% - 190px);
    max-width: calc(100% - 190px);
    z-index: 1;
}

.stat-box-content .lines .line {
    display: block;
    border-bottom: 2px solid #f7f7f7;
    margin-bottom: 60px;
}

.dashboard_stats {
    height: 0;
    vertical-align: bottom;
    margin-bottom: 20px;
    white-space: nowrap;
    position: absolute;
    left: 190px;
    text-align: right;
    max-width: -webkit-calc(100% - 190px);
    max-width: calc(100% - 190px);
    bottom: 20px;
    -webkit-transition: height .5s;
    transition: height .5s;
    direction: rtl;
}

.dashboard_stats.no-transition {
    -webkit-transition: none;
    transition: none;
    z-index: 2;
}

.mw-admin-stat-item {
    display: inline-block;
    width: 30px;
    cursor: default;
    margin: 0 12px;
    transition: all .4s;
    transform: scaleY(0);
    opacity: .5;
    transform-origin: center bottom;
    direction: ltr;
}

.mw-admin-stat-item-views {
    background: #0086db;
    /*transition: all .4s;
    transform: scaleY(0);
    transform-origin: center bottom;*/
}

.mw-admin-stat-item-uniques {
    background: #005C97;
    /*transition: all .4s;
    transform: scaleY(0);
    transform-origin: center bottom;*/
}

.active.mw-admin-stat-item {
    transform: scaleY(1);
    opacity: 1;
}

.mw-admin-stat-item:first-child .mw-admin-stat-item-views {
    background: #ff9c00
}

.mw-admin-stat-item:first-child .mw-admin-stat-item-uniques {
    background: #df642b
}

.mw-edit-content-item-admin,
.add-edit-category-form {
    padding: 0 20px 20px;
    background: white;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    border-radius: 0 0 2px 2px;
}

/*
#users-admin {
    padding: 30px 15px 15px 15px;
}
*/

.admin-section-bar {
    width: 100%;
    padding: 14px 14px;
    background: white;
    min-height: 50px;
}

.admin-section-bar:after {
    content: '';
    clear: both;
    display: block;
    width: 100%;
}

.admin-section-bar * {
    vertical-align: middle;
}

.admin-section-bar h2 {
    font-size: 13px;
    color: #0e80e5;
    font-weight: bold;
    margin: 0;
}

.admin-section-bar h2 span {
    font-size: 22px;
}

.admin-section-bar h2 span[class*='mai-'] {
    font-size: 15px;
    margin-right: 10px;
}

.post-has-image-false .manage-post-item-title span {
    display: none;
}

#mw_index_contact_form .mw-ui-btn-nav {

}

.mw-ui-btn-medium > [class*="mai-"] {
    font-size: 15px;
    top: 0px;
}

.admin-side-content {
    /*max-width: 965px;*/
    width: 90%;
    margin: auto;
    padding: 50px 0;
}

/* Typography */
.right {
    text-align: right !important;
}

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

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

.justify {
    text-align: justify !important;
}

.bold {
    font-weight: bold !important;
}

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

.italic {
    font-style: italic !important;
}

.red {
    color: #dd2229 !important;
}

.darkred {
    color: #BA0519 !important;
}

.green {
    color: green !important;
}

.silver {
    color: #666666 !important;
}

.m-a {
    margin: auto !important;
}

.m-0 {
    margin: 0px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-30 {
    margin: 30px !important;
}

.m-40 {
    margin: 40px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-t-70 {
    margin-top: 70px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.m-b-70 {
    margin-bottom: 70px !important;
}

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

.p-10 {
    padding: 10px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

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

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

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-t-40 {
    padding-top: 40px !important;
}

.p-t-50 {
    padding-top: 50px !important;
}

.p-t-60 {
    padding-top: 60px !important;
}

.p-t-70 {
    padding-top: 70px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

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

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.p-b-50 {
    padding-bottom: 50px !important;
}

.p-b-60 {
    padding-bottom: 60px !important;
}

.p-b-70 {
    padding-bottom: 70px !important;
}

.r-15 {
    border-radius: 15px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-5 {
    margin-right: 5px;
}

/******************************  *****************************
***************************** Petko *****************************
***************************** ***************************** */

/* Tables */
.table-style-2.layout-auto,
.table-style-3.layout-auto {
    table-layout: auto;
}

.table-style-2 tr {
    border: 1px solid #ebebeb;
    background: #fafafa;
}

.table-style-2 tr:hover {
    background: #fff;
}

.table-style-2 a {
    color: #0086db;
}

.table-style-2 thead tr th {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}

.table-style-2 tr:hover {
    border-left: 1px solid #0086db;
}

.table-style-2 tr td,
.table-style-2 tr th {
    border-right: 0 !important;
    border-left: 0 !important;
}

.table-style-2 tr td:last-of-type,
.table-style-2 tr th:last-of-type {
    border-right: 1px solid #ebebeb !important;
}

.table-style-2 tr td:first-of-type {
    border-left: 1px solid #ebebeb;
}

.table-style-2 tr td {
    padding: 12px;
}

.table-style-2 thead {
    margin-bottom: 10px;
}

.table-style-3 tr {
    border: 1px solid #ebebeb;
    background: #fff;
}

.table-style-3 tr th {
    border-right: 0 !important;
    border-left: 0 !important;
}

.table-style-3 tr th:last-of-type {
    border-right: 1px solid #ebebeb !important;
}

.table-style-3 tr td:first-of-type {
    border-left: 1px solid #ebebeb;
}

.table-style-3 tr td {
    padding: 12px 25px;
}

.table-style-3 tr th {
    padding: 15px 25px;
}

.table-style-3 thead {
    margin-bottom: 10px;
}

.table-style-3 thead tr th {
    background: #fff !important;
    color: #909090;

}

.table-style-3 tr:nth-child(odd) {
    background: #fafafa;
}

.table-style-3 tr:nth-child(even) {
    background: #fff;
}

.table-style-3 .text-center {
    text-align: center;
}

.table-style-3 th h3 {
    font-size: 18px;
    color: #2b2b2b;
}

/* Forms */
.element-block {
    display: block;
    width: 100%;
}

.form-new-style input, .form-new-style textarea, .form-new-style select {
    border-color: #c2c2c2;
    padding: 8px;
    height: 36px !important;
}

.form-new-style label {
    font-size: 13px;
    color: #2b2b2b;
    font-weight: bold;
}

/* UI Box */
.mw-ui-settings-box {
    background: #fafafa;
    padding: 0px 25px;
    margin-bottom: 10px;
}

.mw-ui-settings-box.box-white {
    background: #fff;
}

.mw-ui-settings-box.box-enabled {
    background: rgba(170, 237, 154, 0.18);
}

.mw-ui-settings-box.box-disabled {
    background: rgba(255, 192, 210, 0.18);
}

.clearfix {
    clear: both;
}

.inline-switch {
    margin-top: 9px;
    margin-left: 20px;
}

.disabled-and-enabled-label {
    padding: 10px 0;
    font-weight: bold;
}

/* Modals */
.mw_modal.mw_modal_default {
    background: #fafafa;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 0 27px -20px #111;
}

.mw_modal.mw_modal_default .mw_modal_container {
    box-shadow: 0 0 27px -20px #111;
}

.mw_modal.mw_modal_default .mw_modal_title {
    margin: 4px 0 0px 14px;
}

.mw_modal.mw_modal_default .mw_modal_toolbar {
    background: #2b2b2b;
    padding: 8px 10px;
    height: 38px;
    background-image: none !important;
}

.mw_modal.mw_modal_default .mw_modal_toolbar .mw_modal_title {
    font-size: 13px;
}

.mw_modal.mw_modal_default .mw_modal_toolbar .mw-modal-close {
    top: 7px;
    right: 8px;
    border: 0;
}

.mw_modal.mw_modal_default .mw_modal_container {
    padding: 30px 50px;
    background: #fafafa;
}

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

.action-buttons .act {
    color: #666666;
    font-weight: bold;
    padding: 0 3px;
    cursor: pointer;
}

.action-buttons .act.act-edit {

}

.action-buttons .act.act-remove {
    background: none;
    border: 0;
}

.action-buttons .act.act-remove:hover {
    color: #df332b;
}

/* Shipping */
.mw-shipping-items .shipping-country-label {
    color: #2b2b2b;
    font-size: 13px;
    font-weight: 500;
}

.mw-shipping-items input,
.mw-shipping-items select,
.mw-shipping-items textarea {
    background-color: #f8f8f8;
    border-color: #c2c2c2;
}

.mw-shipping-items .input-with-currency input,
.mw-shipping-items .input-with-currency input:focus {
    border-left: 0;
    margin-left: -6px;
    z-index: 1;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-left: 5px;
    outline: none !important;
    outline-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
}

.mw-shipping-items .input-with-currency span {
    background-color: #f8f8f8;
    border: 1px solid #c2c2c2;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 8px 2px 8px 10px;
    z-index: 2;
}

.mw-shipping-items .mw-ui-label-help {
    font-size: 12px;
    color: #2b2b2b;
    font-style: italic;
    margin-top: 10px;
}

.mw-shipping-items .toggle-item .hide-item.hidden {
    display: none;
}

.mw-shipping-items .toggle-item {
    cursor: pointer;
}

.mw-shipping-items .mw-ui-table td,
.mw-shipping-items .mw-ui-table tfoot td,
.mw-shipping-items .mw-ui-table thead th {
    padding: 20px 10px;
}

.mw-shipping-items .closed-fields .mw-ui-table td,
.mw-shipping-items .closed-fields .mw-ui-table tfoot td,
.mw-shipping-items .closed-fields .mw-ui-table thead th {
    border: 0;
}

.mw-shipping-items .mw-ui-table tr:nth-child(even) td {
    /*background: #f5f5f5;*/
}

.mw-shipping-items .mw-ui-table > tbody > tr > td:first-child,
.mw-shipping-items .mw-ui-table > tfoot > tr > td:first-child {
    width: 220px;
}

.mw-shipping-items.add-new-country {
    display: none;
}

.mw-shipping-items.add-new-country .mw-ui-table tr:nth-child(even) td {
    background: none;
}

.new-close.mw-icon-close {
    visibility: hidden;
    color: #0086db;
    background: #fff;
    padding: 6px 5px;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    border-radius: 52px;
    font-size: 10px !important;
    border: 1px solid #0086db;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    font-weight: bold;
    width: 21px;
    height: 21px;
}

.new-close.mw-icon-close:not(.module-uninstall-btn) {
    padding-top: 4px;
    top: 21px;

}

.comment-item-holder-inner .new-close.mw-icon-close {
    padding: 4px 5px;

}

.new-close.mw-icon-close:not(.module-uninstall-btn):before {
    content: "\0139";
}

.admin-shipping-table .new-close.mw-icon-close:not(.module-uninstall-btn):before {
    content: "\0111" !important;
}

.active .new-close.mw-icon-close {
    visibility: visible;
}

.new-close.mw-icon-close:hover {
    color: #fff;
    background: #0086db;
    border: 1px solid #0086db;
}

.switcher-label-left {
    font-weight: bold;
    padding: 10px;
    display: inline-block;
}

.save_shipping_btn {
    position: absolute;
    right: 0;
    top: 0;
    float: right;
    margin-top: 23px;
    margin-right: 50px;
    /*border-radius: 30px;*/
}

.mw-shipping-items .new-close {
    margin-top: 10px;
}

@media screen and (max-width: 1600px ) {
    .mw-shipping-items table tr:first-child td:last-child {
        padding-right: 70px;
    }

    .mw-shipping-items select {
        max-width: 200px;
    }

    /*    .mw-shipping-items .shipping-country-setting .mw-ui-col,
        .mw-shipping-items .shipping-cost{
            display: block !important;
            margin-bottom: 10px;

        }

        .mw-shipping-items .shipping-country-setting .mw-ui-col .mw-ui-col-container{
            padding-left: 0;
        }*/

}

@media screen and (max-width: 1100px ) {
    .mw-shipping-items table tr:first-child td:last-child {
        padding-right: 0px;
    }

    .mw-shipping-items .mw-ui-table > tbody > tr > td:first-child, .mw-shipping-items .mw-ui-table > tfoot > tr > td:first-child {
        width: 160px;
    }
}

/*@media screen and (max-width: 1199px ) {*/
@media screen and (max-width: 991px ) {
    .mw-shipping-items table tr:first-child td:last-child {
        padding-right: 0px;
    }

    .mw-shipping-items table tr td {
        display: block;
    }

    .mw-shipping-items .shipping_dimensions .pull-left {
        display: block;
        width: 100%;
        margin-bottom: 0px;
        padding: 0 !important;
    }

    .mw-shipping-items td {
        border: 0;
    }

    .shipping-country-row + .shipping-country-row,
    .shipping-country-row {
        padding: 0 0 15px 0;
    }

    .mw-shipping-items .mw-ui-table td,
    .mw-shipping-items .mw-ui-table tfoot td,
    .mw-shipping-items .mw-ui-table thead th {
        padding: 0px 10px 20px 10px !important;
    }

    .mw-shipping-items .mw-ui-table tr:first-child td:first-child {
        padding: 10px 10px 20px 10px !important;
    }

    .switcher-label-left {
        padding: 0;
    }

    .save_shipping_btn {
        margin-top: 20px;
    }

    .mw-shipping-items .shipping-country-holder .mw-icon-close {
        margin-top: 0;
    }

    .shipping-discount-row {
        margin-top: 20px;
        padding: 0 0 15px 0;
        display: block;
    }
}

@media screen and (max-width: 768px ) {
    .mw-shipping-items .shipping_dimensions .pull-left {
        display: block;
        width: 100%;
        margin-bottom: 0px;
        padding: 0 !important;
    }

    .mw-shipping-items .shipping_dimensions .pull-left .mw-ui-label {
        padding: 0;
    }

    .mw-shipping-items .shipping_dimensions .pull-left:nth-child(2) {
        margin-bottom: 10px;
    }

    .mw-shipping-items select {
        max-width: 100%;
        width: 100%;
    }

    .mw-shipping-items td {
        border: 0;
    }

    .shipping-country-row + .shipping-country-row,
    .shipping-country-row {
        margin-top: 0;
        padding: 0 0 15px 0;
    }

    .mw-shipping-items .mw-ui-table td,
    .mw-shipping-items .mw-ui-table tfoot td,
    .mw-shipping-items .mw-ui-table thead th {
        padding: 20px 10px 0 10px !important;
    }
}

/* Orders */
.orders-holder {
}

.orders-holder .order-holder:hover:before {
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: 3px solid #0086db;
    content: '';
    min-height: 100px;
    position: absolute;
}

.orders-holder .order-holder {
    clear: both;
    position: relative;
    min-height: 85px;
    background-color: #fafafa;
    width: 100%;
    border: 1px solid #ededed;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    padding: 5px 0;
}

.orders-holder .order-holder.active {
    -webkit-transform: scale(1.03, 1);
    -moz-transform: scale(1.03, 1);
    -ms-transform: scale(1.03, 1);
    -o-transform: scale(1.03, 1);
    transform: scale(1.03, 1);
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    background: #fff;
    border-color: #0086db;
}

.orders-holder .order-holder.active:hover:before {
    border-left: 0;
}

.orders-holder .order-holder .order-data {
    display: table;

}

.orders-holder .order-holder .order-data > div {
    display: inline-block;
    width: auto;
    padding: 10px 35px;
    vertical-align: middle;
}

.orders-holder .order-holder .order-data .order-number a {
    color: #0086db;
    font-size: 14px;
}

.orders-holder .order-holder.active .order-data .product-name {
    font-weight: bold;
}

.orders-holder .order-holder .order-data .product-name,
.orders-holder .order-holder .order-data .product-name a {
    color: #0086db;
    font-size: 13px;
    min-width: 300px;
}

.orders-holder .order-holder .order-data-more {
    display: none;
    padding: 0 35px;
    padding-bottom: 20px;
}

.orders-holder .order-holder .order-data-more .title {
    color: #0086db;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 25px;
}

.orders-holder .order-holder .order-data-more .pull-left {
    padding-right: 50px;
    min-width: 320px;
}

.orders-holder .order-holder .order-data-more .box {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
}

.orders-holder .order-holder .order-data-more .box p {
    margin-bottom: 10px;
}

.orders-holder .order-holder .order-data-more .box .label {
    color: #929292;
    font-size: 13px;
}

.orders-holder .order-holder .order-data-more .box .content {
    color: #2b2b2b;
    font-size: 13px;
}

.orders-holder .order-holder .new-close {
    margin-top: 0;
    top: 15px;
    right: 15px;
    text-align: center;
}

.orders-holder .order-holder .view-order-button {
    margin-top: 10px;
    font-size: 13px;
}

.orders-holder .order-holder.active .is_paid {
    font-weight: bold;
}

.orders-holder .order-holder .not_paid {
    /*color: red;*/
}

.orders-holder .order-holder .product-image .product-thumbnail-tooltip {
    border: 1px solid #fff;
}

.orders-holder .order-holder.active .product-image .product-thumbnail-tooltip {
    border-color: #0086db;
}

.orders-holder .order-holder .product-image {
    position: relative;
}

.orders-holder .order-holder .product-image .cnt-products {
    width: 33px;
    height: 33px;
    padding: 9px 0;
    text-align: center;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background: #0086db;
    color: #fff;
    position: absolute;
    font-size: 13px;
    right: 26px;
    bottom: 10px;
    /*display: none;*/
}

.orders-holder .order-holder.active .product-image .cnt-products {
    display: block;
}

/* Comments */
.comments-holder {
}

.comments-holder .comment-holder:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    cursor: pointer;
}

.comments-holder .comment-holder.active:after {
    display: none;
}

.comments-holder .comment-holder:hover:before {
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: 3px solid #0086db;
    content: '';
    min-height: 100px;
    position: absolute;
}

.comments-holder .comment-holder {
    clear: both;
    position: relative;
    min-height: 85px;
    background-color: #fafafa;
    width: 100%;
    border: 1px solid #ededed;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

.comments-holder .comment-holder.active {
    -webkit-transform: scale(1.03, 1);
    -moz-transform: scale(1.03, 1);
    -ms-transform: scale(1.03, 1);
    -o-transform: scale(1.03, 1);
    transform: scale(1.03, 1);
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    background: #fff;
    border-color: #0086db;
}

.comments-holder .comment-holder.active .mw-accordion-content {
    display: block !important;
}

.comments-holder .comment-holder.active:hover:before {
    border-left: 0;
}

.comments-holder .comment-holder .order-data {
    width: 100%;
}

.comments-holder .comment-holder .order-data > div {
    display: inline-block;
    width: auto;
    padding: 10px 35px;
    vertical-align: middle;
}

.comments-holder .comment-holder .order-data .post-name,
.comments-holder .comment-holder .order-data .post-name a {
    font-size: 16px;
    color: #0086db;
    min-width: 300px;

}

.comments-holder .comment-holder .order-data .post-name {
    padding: 40px 0px;
    min-width: 60%;

}

/*.comments-holder .comment-holder .order-data .post-name a {*/
/*white-space: nowrap;*/
/*overflow: hidden;*/
/*text-overflow: ellipsis;*/
/*}*/

.comments-holder .comment-holder .order-data .last-comment-date {
    padding: 40px 100px 40px 20px;

}

.comments-holder .comment-holder .order-data-more {
    display: none;
    padding: 0 35px;
}

.comments-holder .comment-holder .order-data-more .title {
    color: #0086db;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 25px;
}

.comments-holder .comment-holder .order-data-more .pull-left {
    padding-right: 50px;
    min-width: 320px;
}

.comments-holder .comment-holder .order-data-more .box {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
}

.comments-holder .comment-holder .order-data-more .box p {
    margin-bottom: 10px;
}

.comments-holder .comment-holder .order-data-more .box .label {
    color: #929292;
    font-size: 13px;
}

.comments-holder .comment-holder .order-data-more .box .content {
    color: #2b2b2b;
    font-size: 13px;
}

.comments-holder .comment-holder .view-order-button {
    margin-top: 10px;
    font-size: 13px;
}

.comments-holder .comment-holder.active .is_paid {
    font-weight: bold;
}

.comments-holder .comment-holder .not_paid {
    /*color: red;*/
}

.comments-holder .comment-holder .article-image .comment-thumbnail-tooltip {
    border: 1px solid #fff;
    display: block;
    width: 70px;
    height: 70px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.comments-holder .comment-holder.active .article-image .comment-thumbnail-tooltip {
    border-color: #0086db;
}

.comments-holder .comment-holder .article-image {
    position: relative;
    float: left;
    width: 120px;
    margin-bottom: 10px;
}

.comments-holder .comment-holder .comment-image {
    position: relative;
    float: left;
    width: 60px;
    margin-bottom: 10px;
}

.comments-holder .comment-holder .comment-image .comment-thumbnail-tooltip {
    border: 1px solid #fff;
    display: block;
    width: 40px;
    height: 40px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 333px;
}

.comments-holder .comment-holder .comment-image .comment-thumbnail-tooltip.mw-user-thumb {
    padding: 6px;
    color: #ffffff;
    background-color: #c8c8c8;
}

.comments-holder .comment-holder.active .comment-image .comment-thumbnail-tooltip {
    border-color: #0086db;
}

.comments-holder .comment-holder .comment_heading {
    width: 100%;
}

.comments-holder .comment-holder .comment_body {
    width: 100%;
}

.comments-holder .comment-holder .actions-holder {
    float: left;
    width: calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    margin-bottom: 10px;
}

.comments-holder .comment-holder .actions-holder .date {
    margin-top: 10px;
    float: right;
}

.comments-holder .comment-holder .actions-holder .mw-ui-link {
    text-decoration: none;
    font-size: 13px !important;
    color: #0086db;
}

.comments-holder .comment-holder .actions-holder .mw-ui-link.mw-btn-spam i {
    color: #cfcfcf;
}

.comments-holder .comment-holder .actions-holder .mw-ui-link.mw-btn-remove i {
    color: #cfcfcf;
}

.comments-holder .comment-holder .actions-holder i {
    float: left;
}

.comments-holder .comment-holder .author-name {
    display: block;
    font-size: 13px;
    color: #2b2b2b;
    margin-bottom: 10px;
    margin-top: 2px;
    margin-right: 7px;

}

.comments-holder .comment-holder .comment-wrapper {
    margin: 0 -35px 20px -35px;
    padding: 15px 35px 0 35px;
}

.comments-holder .comment-holder .comment-wrapper:nth-of-type(odd) {
    /*background: #f5f5f5;*/
}

.comments-holder .comment-holder .comment-wrapper .reply-form {
    display: none;
}

.comments-holder .comment-holder .author-name > span {
    color: #0086db;
    font-weight: bold;

}

.comments-holder .comment-holder .reply-holder {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin: 30px -35px 0 -35px;
    padding: 10px 35px;
}

.comments-holder .comment-holder .reply-holder .comment-image .comment-thumbnail-tooltip {
    width: 30px;
    height: 30px;
}

.comments-holder .comment-holder .reply-holder .comment-image .comment-thumbnail-tooltip.mw-user-thumb {
    padding: 4px;
    font-size: 19px;
}

.comments-holder .comment-holder .comment_body textarea {
    width: 100%;
    max-width: 100%;
    outline: 0;
    background: rgba(0, 134, 219, 0.07);
    padding: 10px;
    border: 0;
    min-height: 100px;
    margin-bottom: 10px;
}

.comments-holder .comment-holder input {
    width: 100%;
    max-width: 100%;
    outline: 0;
    background: rgba(0, 134, 219, 0.07);
    padding: 10px;
    border: 0;
}

.comments-holder .comment-holder .reply-holder textarea {
    color: #2b2b2b;
    border: 0;
    background: transparent;
    height: 30px;
    width: calc(100% - 110px);
    outline: 0;
    padding: 8px 0;
}

@media screen and (max-width: 767px) {
    .comments-holder .comment-holder .order-data .article-image {
        display: none;
    }

    .comments-holder .comment-holder .order-data .post-name {
        padding: 10px 35px;
        width: 100%;
    }

    .comments-holder .comment-holder .order-data > div {
        width: 100%;
    }

    .comments-holder .comment-holder .order-data .last-comment-date {
        padding: 10px 35px 10px 35px;
    }
}

/* Form messages */
.messages-holder {
}

.messages-holder .message-holder:hover:before {
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: 3px solid #0086db;
    content: '';
    min-height: 82px;
    position: absolute;
}

.messages-holder .message-holder {
    clear: both;
    position: relative;
    min-height: 85px;
    background-color: #fafafa;
    width: 100%;
    border: 1px solid #ededed;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    padding: 5px 0;
}

.messages-holder .message-holder.active {
    -webkit-transform: scale(1.03, 1);
    -moz-transform: scale(1.03, 1);
    -ms-transform: scale(1.03, 1);
    -o-transform: scale(1.03, 1);
    transform: scale(1.03, 1);
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    background: #fff;
    border-color: #0086db;
}

.messages-holder .message-holder.active:hover:before {
    border-left: 0;
}

.messages-holder .message-holder .message-data {
    display: table;

}

.messages-holder .message-holder .message-data > div {
    display: inline-block;
    width: auto;
    padding: 0px 35px;
    vertical-align: middle;
}

.messages-holder .message-holder.active .message-data .product-name {
    font-weight: bold;
}

.messages-holder .message-holder .message-data .product-name,
.messages-holder .message-holder .message-data .product-name a {
    color: #0086db;
    font-size: 13px;
    min-width: 300px;
}

.messages-holder .message-holder .message-data-more {
    display: none;
    padding: 0 35px;
    padding-bottom: 20px;
}

.messages-holder .message-holder .message-data-more .title {
    color: #0086db;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 25px;
}

.messages-holder .message-holder .message-data-more .pull-left {
    padding-right: 50px;
    min-width: 320px;
    max-width: 33%;
}

.messages-holder .message-holder .message-data-more .box {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
}

.messages-holder .message-holder .message-data-more .box p {
    margin-bottom: 10px;
}

.messages-holder .message-holder .message-data-more .box .label {
    color: #929292;
    font-size: 13px;
}

.messages-holder .message-holder .message-data-more .box .content {
    color: #2b2b2b;
    font-size: 13px;
}

.messages-holder .message-holder .new-close {
    margin-top: 0;
    top: 15px;
    right: 15px;
}

.messages-holder .message-holder .view-order-button {
    margin-top: 10px;
    font-size: 13px;
}

.messages-holder .message-holder .product-image .product-thumbnail-tooltip {
    border: 1px solid #fff;
    text-align: center;
    padding-top: 18px;
}

.messages-holder .message-holder.active .product-image .product-thumbnail-tooltip {
    /*border-color: #0086db;*/
}

.messages-holder .message-holder .product-image .product-thumbnail-tooltip i {
    color: #c8c8c8;
    font-size: 28px;
}

.messages-holder .message-holder.active .product-image .product-thumbnail-tooltip i {
    color: #0086db;
}

.messages-holder .message-holder .product-image {
    position: relative;
}

.messages-holder .message-holder .product-image .cnt-products {
    width: 33px;
    height: 33px;
    padding: 9px 0;
    text-align: center;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background: #0086db;
    color: #fff;
    position: absolute;
    font-size: 13px;
    right: 26px;
    bottom: 10px;
    /*display: none;*/
}

.messages-holder .message-holder.active .product-image .cnt-products {
    display: block;
}

/* Other */
.admin-side-content {
    max-width: 1100px;
    margin: 0 50px;
}

.shipping-cost {
    min-width: 100px;
}

#manage-orders-menus {
    border: 0;
}

#bulk-actions {
    width: 150px;
    margin-left: 15px;
}

#bulk-actions li {
    padding: 0;
}

.mw-tree .pages_tree_item .pages_trash_link:before {
    content: '\0045';
}

@media screen and (max-width: 991px) {
    .manage-posts-holder,
    .manage-toobar {
        width: 98%;
    }

    .admin-side-content {
        width: 98%;
        max-width: 98%;
        margin: 0 auto;
        padding-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .manage-posts-holder, .manage-toobar {
        width: 100%;
    }

    .admin-manage-toolbar .mw-ui-row,
    .admin-manage-toolbar .mw-ui-row > .mw-ui-col {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
    }

    .admin-manage-toolbar .pull-right {
        float: none;
        margin: 0 auto;
        right: auto;
        left: auto;
        width: 100%;
    }

    .admin-manage-toolbar .top-search {
        float: none;
        margin: 0 auto;
        right: auto;
        left: auto;
        margin-top: 10px;
    }
}

input.silver-field,
textarea.silver-field,
select.silver-field {
    background: #f8f8f8;
    width: 100%;
    color: #323232;
    border-color: #c2c2c2;
}

.block-field {
    width: 100%;
}

.mw-ui-box-silver-blue {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fafafa;
}

.mw-ui-box-silver-blue .mw-ui-box-header {
    color: #0086db;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    padding: 20px;
}

/*.mw-ui-box-silver-blue:not(.active):hover {*/
/*border-bottom: 1px solid #0086db;*/
/*}*/

.mw-ui-box-silver-blue .mw-ui-box-header i {
    font-size: 16px;
    float: left;
    display: block;
    margin-right: 10px;
}

.mw-ui-box-silver-blue .mw-ui-box-header .header-holder:after {
    display: inline-block;
    font-family: 'Microweber';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 7px;
}

.mw-ui-box-silver-blue.active .mw-ui-box-header .header-holder:after {
    content: "\f104";
}

.mw-ui-box-silver-blue:not(.active) .mw-ui-box-header .header-holder:after {
    content: "\f10a";
}

.mw-ui-box-silver-blue .mw-ui-box-content {
    background-color: #fafafa;
    padding: 20px 20px;

}

.mw-ui-box-silver-blue .header-holder {
    padding-bottom: 0px;
    line-height: 16px;
}

.mw-ui-box-silver-blue.active .header-holder {
    border-bottom: 1px solid #0086db;
    width: 100%;
    padding-bottom: 15px;
}

.mw-blue {
    color: #0086db;
}

.mw-switch {
    line-height: 26px;
}

.mw-ui-category-selector {
    margin-top: 10px;
}

.mw-ui-category-selector li {
    padding: 0;
}

#mw-ui-category-selector-manage > ul > li > a {
    background: white;
    padding-left: 10px !important;
}

#mw-ui-category-selector-manage > ul > li a {
    padding: 5px 0 5px 32px;
}

#mw-ui-category-selector-manage > ul > li > ul {
    /*margin-left: 30px;*/
}

#mw-ui-category-selector-manage > ul > li > ul ul {
    margin-left: 24px;
}

#pages_edit_container .mw-ui-category-selector {
    height: calc(100vh - 400px);
    height: -webkit-calc(100vh - 400px);
}

.stats-title {
    color: #0086db;
}

.stats-title span {
    line-height: 14px;
    font-size: 14px;
    font-weight: bold;
    float: left;
    padding-top: 10px;
}

.stats-title i {
    padding-top: 10px;
    font-size: 18px;
    margin-right: 8px;
    line-height: 14px;
    float: left;
    margin-left: 9px;
}

.header-top-center-notifs .center {
    width: 510px;
}

.client-remove {
    color: red;
    cursor: pointer;
    margin-left: 10px;
    font-size: 16px;
}

.table-clients tr:hover a.mw-ui-btn-info.mw-ui-btn-outline {
    background-color: #0086db;
    color: #fff;
}

.table-clients .mw-user-thumb {
    /*border: 1px solid #0086db;*/
    padding: 6px;
    color: #ffffff;
    background-color: #c8c8c8;
    display: block;
    width: 40px;
    height: 40px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 333px;
    margin: 0 auto;
    padding: 13px 12px;
}

#orders-info-row .mw-ui-table-basic tr:first-of-type td {
    border-top: 0;
}

#orders-info-row .table-responsive {
    padding-bottom: 0;
}

#orders-info-row .table-responsive .mw-order-item-image {
    margin: 0;
}

#orders-info-row .table-responsive thead {
    text-transform: uppercase;
}

#orders-info-row .table-responsive thead th {
    color: #0086db !important;
}

.mw-order-product-custom-fields > ul {
    padding-left: 25px;
}

.mw-order-product-custom-fields ul li {
    padding: 5px 0;
    list-style-type: none;
}

.mw-order-product-custom-fields ul li span {
    font-weight: bold;
}

#mw-admin-edit-order .mw-ui-table {
    table-layout: auto;
}

.admin-side-content-flat:after {
    content: ' ';
    display: block;
    clear: both;
    height: 1px;
}

.layouts_box_holder {
    margin-bottom: 20px;
}

.layout-selector-footer {
    position: fixed;
    bottom: 0;
    right: 50px;
    left: 280px;
    padding: 5px 10px;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .3);
}

.hidden {
    display: none !important;
}

.mw-live-edit-top-bar-button i {
    margin: 0 !important;
}

.mw-live-edit-top-bar-button span {
    margin-left: 7px;
}

.mw-site-theme-selector {
    background-color: #fff;
}

.layouts_box_holder_big .admin-section-bar {
    width: 100%;
    padding: 0 5px;
    background: white;
    height: 40px;
}

.mw-custom-field-title {
    height: 30px;
    display: block;
}

@media screen and (max-width: 991px) {
    #set-shipping-to-country .enable-shipping-label, .set-shipping-to-country .enable-shipping-label {
        display: none;
    }

    .mw-set-payment-options .buttons-holder {
        margin-top: 12px;
        text-align: center;
        width: 100%;
    }

    .mw-set-payment-options .buttons-holder .pull-right,
    .mw-set-payment-options .buttons-holder .pull-left {
        float: none !important;
    }
}

.otab {
    padding: 0 !important;
}

.layout-selector-footer .mw-ui-link {
    padding: 10px;
}

@media screen and (max-width: 991px) {
    .layout_selector_wrap {
        padding-left: 10px;
        padding-right: 10px;
    }

    .layout-selector-footer {
        width: 100%;
        left: 0;
        right: 0;
    }
}

.table-style-2.mw-mobile-table {
    border: 0;
}

.table-style-2.mw-mobile-table > tbody > tr:last-child > td:last-child,
.table-style-2.mw-mobile-table > tfoot > tr:last-child > td:last-child {
    border-right: 0 !important;
}

@media screen and (max-width: 400px) {
    .table-style-2.mw-mobile-table input {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .module-settings-group-advanced .mw-ui-btn-nav-tabs .mw-ui-btn {
        width: 50%;
    }
}

@media screen and (min-width: 481px) and (max-width: 991px) {
    .module-settings-group-advanced .mw-ui-btn-nav-tabs .mw-ui-btn {
        width: 25%;
    }
}

@media screen and (min-width: 992px) {
    .module-settings-group-advanced .mw-ui-btn-nav-tabs .mw-ui-btn {
        /*width: 20%;*/
    }
}

.shipping-country-row .new-close.mw-icon-close {
    visibility: visible;
}

.mw-fields.mw-fields-upload-buttons input.mw-ui-field {
    width: 66%;
}

.mw-fields input.mw-ui-field,
.mw-fields textarea.mw-ui-field,
.mw-fields select.mw-ui-field {
    background: #f8f8f8;
    color: #323232;
    border-color: #c2c2c2;
}

.mw-fields textarea.mw-ui-field {
    min-height: 70px;
}

.mw-fields input.mw-ui-field:focus,
.mw-fields textarea.mw-ui-field:focus {
    background: #fff;
    border-color: #82c4ed;
    -webkit-box-shadow: 0 0 10px #82c4ed;
    box-shadow: 0 0 10px #82c4ed;
}

.mw-fields .mw-ui-field-holder .mw-ui-label {
    font-weight: bold;
}

.mw-fields .mw-ui-btn {
    margin: 0 10px;
}

#white_label_settings_holder .mw-ui-box-content {
    padding: 25px 45px;
}

#white_label_settings_holder .mw-ui-field {
    max-width: 90%;
}

#white_label_settings_holder .mw-iframe-editor {
    min-height: 150px;
    height: 100px !important;
}

.mw-help-tip {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #999999;
    color: #f5f5f5;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    padding: 2px 0px;
    font-size: 10px;
    cursor: pointer;
}

.mw-help-tip:hover {
    background: #0086db;
    color: #f5f5f5;
}

@media screen and (max-width: 767px) {
    #edit-content-btn {
        margin-top: 10px;
        margin-left: 0 !important;
    }
}

.module-updates .admin-section-bar h2 {
    display: inline-block;
}

.module-updates .admin-section-bar #number_of_updates {
    top: 11px;
    right: 0;
}

.mobile-live-edit-btn {
    padding: 3px 4px 3px 5px;
    margin-top: 10px;
    margin-right: 10px;
}

.mobile-live-edit-btn i {
    font-size: 16px;
}

.mw-advanced-settings {
    text-align: center;
}

.mw-advanced-settings ul {
    padding: 20px;
}

.mw-advanced-settings ul li {
    list-style-type: none;
    margin-top: 15px;
}

.mw-advanced-settings ul li a {
    display: block;
}

.mw-advanced-settings .box-title i {
    font-size: 24px;
    height: 24px;
    margin-bottom: 10px;
    display: block;
}

#mw-admin-edit-category-item-module-categories-selector .mw-ui-check:before {

    display: none;
}


.layouts_box_holder_small .section-header{
    padding:0;
}