* {
    outline:none !important;
}
body {
    background: #ccc;
}

#DebugToolbar .deb-logo {
    display: none !important;
}

.dot {
    position: absolute;
    border-radius: 100%;
    background-color: #c1c1c1;
    z-index: 1;
}
.select2-results__option.loading-results {
    display: none !important;
}
.products-list__image--link .no-image {
    width: 100% !important;
    height: 100px !important;
}
@keyframes move {
    0% { transform: translate(0, 0); }
    50% { transform: translate(10px, 10px); }
    100% { transform: translate(0, 0); }
}
@keyframes move2 {
    0% { transform: translate(0, 0); }
    50% { transform: translate(-10px, -10px); }
    100% { transform: translate(0, 0); }
}

.line {
    opacity: .2;
}

.o-status-e {
    color: #000;
    .caret {
        border-top-color: #000;
        border-bottom-color: #000;
    }
}
.table-manage-orders a.order-status[class*='o-status-']:hover {
    background: #0f4c81;
    color: #fff;
    .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }
}

.table .order-product-image {
    width: calc(24% - 8px);
}

.table .order-product-image .no-image {
    width: 100% !important;
    padding-bottom: 100% !important;
    height: 0 !important;
}

.cm-row-status-d td a {
    color: #bfbfbf;
}

.cke_button__addbutton {
    filter: invert(1);
}

.cke_button__image_and_text_icon,
.cke_button__text_and_image_icon,
.cke_button__TextOverImage_icon,
.cke_button__grid4_icon,
.cke_button__grid3_icon,
.cke_button__grid2_icon {
    width: auto !important;
}
.cke_button__image_and_text_icon,
.cke_button__text_and_image_icon,
.cke_button__TextOverImage_icon,
.cke_button__grid4_icon:before,
.cke_button__grid3_icon:before,
.cke_button__grid2_icon:before {
    content: 'Gridx2';
    display: inline-block;
}

.cke_button__image_and_text_icon:before {content: 'Image+Text';}
.cke_button__text_and_image_icon:before {content: 'Text+Image';}
.cke_button__TextOverImage_icon:before {content: 'TextOverImage';}
.cke_button__grid4_icon:before {content: 'Gridx4';}
.cke_button__grid3_icon:before {content: 'Gridx3';}


#main_column_login {
    background: radial-gradient(circle at center, #7fb3c4, #0f4c81);
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 100vh;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
[name="main_login_form"] {
    margin: 0;
}
.signin-modal__footer .btn {
    width: 100%;
}

.table-manage-orders .order-status {
    width: 100%;
    max-width: 100%;
}

#quick_menu {
    display:none;
}
.icon-is-addon:after {
    display: inline-block;
    content: "| +";
    vertical-align: middle;
    font-weight: bold;
    line-height: 20px;
    font-size: 15px;
}
.icon-is-addon:before {
    display:none;
}
.icon-is-addon {
    font-family: Arial;
    box-shadow: none;
    border:0;
    width: auto;
    height: auto;
    background: 0 !important;
    display: none !important;
}
.nav.nav-pills .home .icon-th {
    font-size: 20px;
    width: auto;
    vertical-align: top;
}


/*DASH*/

.stat-icon {
    /*
        width: 60px;
        height: 60px;
        top: 20px;
        left: 20px;
        margin: 5px;

    */
    margin: 15px 0 0 15px;
    float: left;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-image: url(../i/admincons.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
}


.stat-users .dashboard-card-content {
    background: #0057A3;
    color: white;
}


.stat-users .stat-icon {
    background-position: 0 center;
}

.stat-users .stat-icon {
    background-position: 0 center;
}

.stat-pages .dashboard-card-content {
    background: #bd5798;
    color: white;
}
.stat-carts .dashboard-card-content {
    background: #8c47ab;
    color: white;
}
.stat-orders .dashboard-card-content {
    background: #f58220;
    color: white;
}

.stat-orders .stat-icon {
    background-position: -106px center;
}

.dashboard-card-content {
    background: #0f4c81;
}

.stat-taxes .dashboard-card-content {
    background: #333;
    color: #fff;
}
.stat-paid .dashboard-card-content {
    background: #008904;
    color: white;
}

.stat-paid .stat-icon {
    background-position: -214px center;
}


.stat-products .dashboard-card-content {
    background: #0088FF;
    color: white;
}


.stat-outofstock .dashboard-card-content {
    background: rgba(255, 0, 0, 0.4);
    background: #bd362f;
    color: white;
}

.stat-nostock .stat-icon {
    background-position: -418px center;
}

.dashboard-statistics, .dashboard-table-order-by-statuses {
    width: 48%;
}

.dashboard-statistics .nav-tabs {
    display: none;
}
.dashboard-card-content h3 {
    font-size: 24px;
    padding: 10px 0;
    transition: all .2s linear;
}

.dashboard-card-content h3 a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: 	 all 0.2s linear;
    -o-transition: 	 all 0.2s linear;
    transition: 		 all 0.2s linear;

    display: block;
    padding: 10px 0;margin-bottom: 5px;
}

.dashboard-card-content h3 a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.18);
}
.dashboard-card-content h3 a,
.dashboard-card-content h3,
.dashboard-card-content {
    color: #fff;
}

.dashboard-row-bottom h4,
.dashboard-row h4,
.dashboard-card-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.dashboard-card-title {
    padding: 5px 10px;

    text-transform: uppercase;
    color: #000;
    border-bottom: 0;
    overflow: hidden;
    transition: all .2s linear;
}

.dashboard-card-title .icon-fa {
    font-size: 20px;
    line-height: 22px;
    float: left;
}


.dashboard-stats {
    font-size: 0;
}
.dashboard-cards {
    display: flex !important;
    flex-flow: row;
    flex-wrap: wrap;
    margin: 0 -1% 10px 0 !important;
    width: auto;
}
.dashboard-cards:after {
    content: "";
    width: auto;
    display: inline-block;
}
.dashboard-card {
    width: 24%;
    margin:0 1% 1% 0;
    display: block;
    float: left;
    vertical-align: top;
    border: 0;
    box-shadow: none;
    border: 0;
    background: 0;
    box-shadow:0 0 0 1px #ccc;
}

.dashboard-card a {
    width: 100%;
}

.dashboard-activity {
    margin-top: 20px;
}

.dashboard-activity,
.dashboard-main-column {
    margin-left: 0 !important;
}


.dashboard-card:hover a {
    text-decoration: none;
}

.dashboard-card:hover .dashboard-card-content h3 {
    padding: 0;
}
.dashboard-card:hover .dashboard-card-title {
    padding: 15px 10px;
    color: #0060B5;

}
.dashboard-card:hover {
    box-shadow: 0 0 1px #000;
    cursor: pointer;
}
.dashboard-row > div {
    border: 1px solid #f8f8f8;
}


.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 34px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next .ui-icon-circle-triangle-e,
.ui-datepicker .ui-datepicker-prev .ui-icon-circle-triangle-w {
    left: auto;
    right: auto;
    top: 12px;
    bottom: auto;
    margin: auto;
    color: #fff;
    border: solid black;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: block;
    padding: 0;
    transform: rotate(135deg);
    font-size: 0;
    font-family: Arial;
    background: 0;
    width: 12px;
    height: 12px;
    position: relative;
}
.ui-datepicker .ui-datepicker-next .ui-icon-circle-triangle-e {
    transform: rotate(-45deg);
}
.ui-datepicker .ui-datepicker-title select+select {
    margin-left: 2%;
}
.ui-datepicker td .ui-state-active {
    background: #000;
}

.ui-datepicker td .ui-state-hover {
    background: #0057A3;
}


.well {
    background: #f8f8f8;
    border-color: #f2f2f2;
}
.form-edit .well  .control-group:hover {
    background: 0;
}

.content-wrap .tabs, .content-wrap .cm-tabs-content,
.dashboard,
#header_subnav,
#actions_panel,
.admin-content-wrap,
.navbar-admin-top {
    max-width: 1600px;
}
.admin-content-wrap .content {flex-grow: 1;}
.admin-content-wrap .content .content-wrap {
    max-width: 100%;
}
.nested-tree ul li a {
    line-height: 1.1;
    padding: 5px 10px;
}
.nested-tree ul .active .link {
    padding-left: 10px;
}

.nav__actions-adv-buttons .btn .icon {
    color: #fff;
}

.sidebar-field.advanced-search-field > * {
    width: 100%;
    text-align: center;
}

.input-append--wysiwyg .cke_reset {
    width: 100%;
    flex-grow: 1;
}
.no-image .icon,
.image-wrap .no-image .icon {
    display: none;
}
.no-image,
.image-wrap .no-image {
    box-sizing: border-box;
    background: url(/images/i/no-image.png) #F5f5f5 center center no-repeat;
    background-size: auto 90%;
}

.o-status-n {
    background: #484848 !important;
    color: #fff !important;
}
.statistic .price {white-space: nowrap}

.cm-wysiwyg + .cke {
    box-shadow:0 0 0 1px #cdcdcd;
}

#header_main_menu .dropdown-menu .dropdown-menu {
    margin-top: -1px !important;
}

#header_navbar .dropdown-menu .dropdown-menu {
    margin-top: -6px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    right: 10px;
}
.ui-dialog .ui-dialog-titlebar-close:before,
.ui-dialog .ui-dialog-titlebar-close:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #000;
    transform:rotate(45deg);
    position: absolute;
    left:0;right: 0;top:0;bottom: 0;
    margin: auto;
}
.ui-dialog .ui-dialog-titlebar-close:after {
    transform:rotate(-45deg);
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  display: none;
}

label.radio input[type="radio"] {
    margin-right:10px !important;
    margin-left:-20px !important;
}

input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 100px;
    margin: 0 !important;
}

input[type="radio"]:focus {
    box-shadow: none;
}

input[type="radio"]:checked {
    background: #0f4c81;
    outline-color: #0f4c81;
    position: relative;
}

input[type="radio"]:checked:after {
    content: "\f111";
}

input[type="radio"]:checked:after {
    font-family: FontAwesome;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: white;
}

body:not(.user_1) #elm_menu_DEV,
body:not(.user_1) #rate_calculation {
    display: none !important;
}

.shipping-rate__button-list .shipping-rate__add-conditions, .shipping-rate__button-list .shipping-rate__hide-conditions {
    color: #000;
}

.shipping-rate .shipping-rate-range__content input {
    border: 1px solid #ccc;
}

.always-show {
    display: block !important
}

.longtap-selection .selected {
    box-shadow: 0 0 0px 1px #4e99ec, 0 1px 0px 1px #4e99ec;
    box-shadow: none !important;
}
.longtap-selection .selected > td:first-child,
.longtap-selection .selected > :not(td):first-child + td {
    border-left: 1px solid;
}
.longtap-selection .selected > td:last-child {
    border-right: 1px solid;
}
.longtap-selection .selected td {
    border-top:1px solid;
    border-bottom:1px solid;
    border-color: #4e99ec !important;
}
.admin-content-wrap .sidebar .sidebar-row h6 {
    font-size: 14px;
}
.profile-info__name {
    display: inline-block;
}
.sidebar .sidebar-row .profile-info {
    padding-left: 0;
}
.attach-images .upload-box .image {
    height: auto;
}
.attach-images .upload-box .image-alt input {
    width: 135px;
}
.attach-images .upload-box .image img {
    max-height: 152px;
}

.bulk-edit__wrapper {
    margin-top: -10px;
    margin-bottom: 10px;
}

select:not([multiple]) {
    appearance: none;
    background: url(/images/i/arrowblack.png) calc(100% - 2px) center no-repeat #fff !important;
    background-size: auto 20% !important;
    padding: 0 24px 0 7px;
    line-height: 22px;
}

select[multiple] {
    padding: 0;
}

select[multiple] option {
    padding: 4px 6px;
}
.navbar-admin-top {
    z-index: 1054;
}
.modal-backdrop {
    z-index: 1055;
}
.modal {
    z-index: 1056;
}
.notification-content-extended h1 .close {
    margin-top: 4px;
    font-size: 32px;
    margin-right: 7px;
}

.notification-body-extended > hr {
    margin-left: -15px;
    margin-right: -15px;
}

.cke_source {
    max-width: 100% !important;
    white-space: normal !important;
}


/*//fix blurry images*/

.products-list__image--link {
    display: inline-block;
    width: 100px;
}

.products-list__image--link img {
    max-width: 100%;
    max-height: 100%;
}
.blog-list-img {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.blog-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    left:0;right:0;top:0;
    bottom:0; margin: auto;
    position:absolute;
}
.blog-list-img .no-image {
    width: 100% !important;
    height: 56px !important;
}

.file-uploader__pickers {
    width: 150px;
}
.file-uploader__pickers .file-uploader__pickers-icon {
    display: block;
    margin: 0 auto 10px;
    width: auto;
    height: auto;
    font-size: 34px;
}

.btn-primary .icon {
    color: #fff !important;
}

.title__heading .small {
    font-size: 12px;
}

.alert-wrap {
    z-index: 1051;
}

.shac > input {
    width: 100%;
}

input[type="number"] {
    text-align: right;
}

.modal-dialog .modal-header,
.modal-dialog .modal-footer {
    margin-right: 1px;
}
.modal-dialog .modal-header {
    padding-left: 15px;
}

.modal-dialog .modal-header .close {
    margin: -1px 0 0 0;
}

.modal-dialog .modal-title {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 15px;
}

.modal .modal-body {
    overflow-y: visible;
}

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: .6;
}

.table-bordered, .table-bordered th, .table-bordered td {
    border-color: #ddd !important;
}

#elm_sidebar .profile-info {
    margin-bottom: 0 !important;
}

#elm_sidebar .sidebar-row {
    padding: 14px !important;
}

#elm_sidebar .sidebar-row .profile-info .control-group {
    border: 1px solid #ddd;
    padding: 8px;
    margin: 0;
    margin-bottom: -1px;
    background: #fff;
}

#elm_sidebar .sidebar-row .profile-info .control-group label {
    font-weight: bold;
    color: #000;
    margin-bottom: 0 !important;
    font-size: 13.5px !important;
}

input[type="checkbox"]:disabled,
input[type="radio"]:disabled,
select:disabled{
    background-color: #eee;
}
input[type="checkbox"]:disabled:checked:after,
input[type="radio"]:disabled:checked:after {
    color: #888;
}





@media screen and (min-width:1400px) {
    .admin-content {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media screen and (max-width:1400px) and (min-width:980px) {
    .admin-content-wrap .content {
        min-width: 50%;
    }
    .admin-content-wrap .sidebar {
        position: relative;
        top:20px !important;
        background: none !important;
        width: 230px !important;
        min-width: 230px !important;
        max-width: 230px !important;
        padding:0 10px !important;
        height: calc(100% - 20px) !important;
        margin-top: -10px !important;
        right: auto !important;
        z-index: 100 !important;
        border:0;
    }
    .dialog-is-open .admin-content-wrap .sidebar {
        z-index: unset !important
    }

    .admin-content-wrap .content {
        padding-right: 10px;
    }
    .admin-content-wrap .sidebar-toggle {
        display: none !important;
    }
    .admin-content {
        padding-left:15px;
        padding-right: 15px;
    }
    .admin-content-wrap .sidebar {
        padding-left: 0 !important;
    }
    .admin-content-wrap .content ~  .sidebar {
        padding-left: 0px !important;
        padding-right: 0 !important;
    }
    .admin-content-wrap .sidebar .sidebar-wrapper {
        padding-top:0;
    }
    .admin-content-wrap .sidebar .sidebar-row {
        padding-top:10px;
        padding-bottom: 10px;
        border-radius: 2px;
    }

}

/*@media screen and (max-width: 1340px) {*/
/*    .admin-content-wrap .sidebar {*/
/*        background: #f8f8f8 !important;*/
/*    }*/
/*}*/
