﻿/*  HP! put in some styles here, left them at the top so you can move/fix :) */
.busy {
    opacity: 0.4;
}
.delay {
    background-color: #fff;
    bottom: 0;
    display: none;
    height: 100%;
    opacity: 0.7;
    left: 0;
    line-height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.delay span {
    background-color: #000;
    color: #fff;
    display: block;
    padding: 10px;
    margin: 125px auto 0 auto;
    text-align: center;
    width: 240px;
}
iframe {
    border: 0;
    overflow-x: hidden;
    width: 100%
}
iframe.live-edit {
    height: 400px;
    width: 100%
}
iframe.print-preview{
    height: 800px;
}
.product-categories ul {
    list-style-type: none;
    margin: 0 0 10px 20px;
    padding: 0;
}
.product-categories ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.product-categories ul li input {
    margin: 5px 5px 5px 0;
}
.list-spaced {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.list-spaced li {
    margin: 0 0 10px 0;
    padding: 0;
}
.inline-icon
{
    font-size: 16px;
    margin-right: 20px;
    vertical-align: top;
}
.inline-icon span
{
    font-size: 13px;
    padding-left: 5px;
}
/* COLOURS

Blue (Body) - 454545
Dark Blue - 253036
Darker Blue - 1d2529

Salmon - e86d4d
Light Salmon - f37959
Dark Salmon - d96344

Green - 3cae85
Light Green - 55c19a

Grey - e9e9e9
Light grey - f0f0f0
Lighter grey - fbfbfb
Icon grey - 7b7b7b


FONTS - http://www.elegantthemes.com/blog/resources/elegant-icon-font

*/

::-webkit-input-placeholder
{
    color: #999;
    font-size: 11px;
    padding-top: 2px;
    text-transform: uppercase;
}
:-moz-placeholder
{
    color: #999;
    font-size: 11px;
    padding-top: 2px;
    text-transform: uppercase;
}
::-moz-placeholder
{
    color: #999;
    font-size: 11px;
    padding-top: 2px;
    text-transform: uppercase;
}
:-ms-input-placeholder
{
    color: #999;
    font-size: 11px;
    padding-top: 2px;
    text-transform: uppercase;
}
.sidebar ::-webkit-input-placeholder
{
    color: #656a6d;
}
.sidebar :-moz-placeholder
{
    color: #656a6d;
}
.sidebar ::-moz-placeholder
{
    color: #656a6d;
}
.sidebar :-ms-input-placeholder
{
    color: #656a6d;
}

*
{
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a
{
    color: #e86d4d;
    text-decoration: none;
	transition: background-color .12s, color .12s;
}
.assign-categories
{
    margin-top: 15px;
}
.assign-categories .category-name
{
    display: block;
    height: 30px;
    padding-top: 4px;
}
.assign-categories ul
{
    margin: 0;
}
.assign-categories ul li
{
    display: block;
}
.assign-categories ul li li
{
    background: url(assignCategories_Expanded.png) no-repeat 6px 0;
}
.assign-categories ul ul .category-name
{
    background: url(assignCategories_ExpandedItem.png) no-repeat 6px 0;
    padding-left: 24px;
}
.assign-categories ul ul ul li
{
    background-position: 30px 0;
}
.assign-categories ul ul ul .category-name
{
    background-position: 30px 0;
    padding-left: 48px;
}
.assign-categories ul ul ul ul li
{
    background-position: 54px 0;
}
.assign-categories ul ul ul ul .category-name
{
    background-position: 54px 0;
    padding-left: 72px;
}
.assign-categories ul ul ul ul ul li
{
    background-position: 78px 0;
}
.assign-categories ul ul ul ul ul .category-name
{
    background-position: 78px 0;
    padding-left: 96px;
}
.assign-categories ul ul ul ul ul ul li
{
    background-position: 102px 0;
}
.assign-categories ul ul ul ul ul ul .category-name
{
    background-position: 102px 0;
    padding-left: 120px;
}
.assign-categories .last-item
{
    background: none;
}
.assign-categories .last-item > .category-name
{
    background-image: url(assignCategories_ExpandedItemLast.png);
}
.advanced-filter
{
    background-color: #f0f0f0;
    border-radius: 3px;
    margin-top: 5px;
    padding: 10px;
    position: absolute;
    width: 550px;
    z-index: 100;
}
.advanced-filter .btn
{
    margin-top: 5px;
}
.advanced-filter .form-group
{
    margin-bottom: 5px;
    padding-bottom: 0;
}
.advanced-filter .spaced-right
{
    padding-right: 5px;
}
.advanced-filter .close-panel
{
    position: absolute;
    right: 6px;
    top: 6px; 
}
.auto-complete
{
    position: relative;
    width: 420px;    
}
.auto-complete .results
{
    background-color: #f0f0f0;
    border-radius: 3px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    width: 300px;
    z-index: 100;
}
.auto-complete .results.inline
{
    right: initial;
}
.auto-complete .results a
{
    color: #454545;
    display: block;
    padding: 7px 15px;
    text-decoration: none;
}
.auto-complete .results a:hover
{
    background-color: #dbdbdb;
}
.auto-complete .results a span
{
    font-weight: bold;
}
.auto-complete .results ul
{
    margin: 10px 0;
}
.auto-width
{
    width: auto !important;
}
b, strong
{
    font-weight: 500;
}
.back-link
{
    background: url(backArrow.png) no-repeat left center;
    font-size: 11px;
    font-weight: 500;
    padding-left: 12px;
    text-transform: uppercase;
}
body
{
    color: #454545;
    font-family: "AktivGrotesk", Sans-Serif;
    font-size: 13px;
    height: 100%;
}
html
{
    background-color: #1d2529;
    min-width: 990px;
}
body.login
{
    background-color: #1d2529;
}

/***** EMAIL DATA TO ME *****/
.email-this-data-to-me {
    background-color: #fbfbfb;
    border: solid 1px #e9e9e9;
    float: right;
    margin: 0 0 0 20px;
    padding: 10px;
}
.email-this-data-to-me a {
    font-weight: bold;
}
tr.secondary .email-this-data-to-me {
    display: none;
}

/***** BREADCRUMB *****/
.breadcrumb
{
    background: #e9e9e9;
    border-radius: 0;
    height: 50px;
    margin: 0;
    padding: 17px 40px 0 40px;
    position: fixed;
    width: 100%;
    z-index: 10;
}
.breadcrumb li 
{
    background: url(breadcrumbArrow.png) no-repeat right center;
    color: #a1a8ac;
    font-size: 11px;
    margin-right: 8px;
    padding: 0 14px 0 0;
    text-transform: uppercase;
}
.breadcrumb li a
{
    font-weight: 500;
}
.breadcrumb li.active
{
    background: none;
}
.breadcrumb .toggle-sidebar
{
    background: url(toggleSidebar.png) no-repeat center center;
    border-radius: 11px;
    float: left;
    height: 24px;
    margin: -3px 15px 0 -5px;
    width: 24px;
}
.breadcrumb ul
{
    margin: 0;
}
.breadcrumb .toggle-sidebar:hover
{
    background-color: #dbdbdb;
}
.breadcrumb li a
{
    color: #454545;
}
/***** BUTTONS *****/
.btn
{
    background-color: #e9e9e9;
    color: #333;
    height: 40px;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 500;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
	transition: background .12s;
    width: 100%;
}
.btn:hover
{
    background-color: #ddd;
}
.btn.suffix
{
    border-radius: 0 3px 3px 0;
}
.btn.small
{
    width: 120px;
}
.btn.medium
{
    width: 200px;
}
.btn.large
{
    width: 300px;
}
.btn.action
{
    color: #fff;
    background-color: #3cae85;
}
.btn.action:hover
{
    background-color: #55c19a;
}
.btn.more
{
    background-image: url(dropArrow.png);
    background-repeat: no-repeat;
    background-position: center 52%;
    width: 40px;
}
.close-panel
{
    background: url(icon_closePanel.png) no-repeat center center;
    border-radius: 11px;
    height: 22px;
    width: 22px;
}
.close-panel:hover
{
    background-color: #dbdbdb;
}
.content-main
{
    margin: 0 40px 0 40px;
    padding: 80px 0 40px 0;
}
.content-main.menu-visible
{
    margin-top: 50px;
}
.content-menu
{
    background: #f4f4f4;
    border-radius: 0;
    height: 50px;
    min-width: 990px;
    padding: 17px 40px 0 40px;
    position: fixed;
    width: 100%;
    z-index: 10;
}
.content-menu a
{
    font-size: 11px;
    font-weight: 500;
    margin-right: 25px;
    padding: 0;
    text-transform: uppercase;
}
.content-menu li.active a
{
    color: #a1a8ac;
}
.empty
{
    color: #aaa;
    display: block;
    font-style: italic;
    font-weight: 300;
    margin-top: 20px
}
/***** FORMS *****/
.form-control
{
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #454545;
    height: 40px;
    padding: 1px 10px;
    vertical-align: top;
    width: 100%;
}
.form-control:focus
{
    border: 1px solid #a2a2a2;
}
.form-control.checkbox
{
    padding: 0;
}
.form-control.checkbox 
{
    border: none;
    padding: 0;
}
.form-control.checkbox input
{
    margin-top: 13px;
}
.form-control.select
{
    background-image: url(dropArrow.png);
    background-repeat: no-repeat;
    background-position: -moz-calc(100% - 12px) center; background-position: -webkit-calc(100% - 12px) center; background-position: -o-calc(100% - 12px) center; background-position: calc(100% - 12px) center;
    padding-right: 40px;
}
.form-control.small
{
    width: 120px;
}
.form-control.medium
{
    width: 250px;
}
.form-control.large
{
    width: 400px;
}
.form-control.prefix
{
    border-right: none;
    border-radius: 3px 0 0 3px;
}
.form-control.icon-start
{
    background: no-repeat 12px center;
    padding-left: 35px;
}
.form-control.icon-end
{
    background: no-repeat 96% center;
    padding-right: 34px;
}
.form-control.add
{
    background-image: url(formAdd.png);
    background-position: 14px center;
}
.form-control.filter
{
    background-image: url(formFilter.png);
} 
.dashboard .main
{
    background-color: #efefef;
}
.dashboard-data
{
    background-color: #efefef;
    padding: 40px;
}
.dashboard-data h2
{
    margin-top: 0;
}
.dashboard-panel
{
    background-color: #fff;
    border-radius: 4px;
    padding: 15px;
} 
.dashboard-selection
{
    padding: 0 40px 30px 40px;
}
.dashboard-selection .stats
{
    margin-top: 20px;
}
.dashboard-selection .stats .item
{
    border: solid 2px #efefef;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 120px;
    margin-right: 10px;
    text-align: center;
    width: 120px;
}
.dashboard-selection .stats .item:hover
{
    background-color: #efefef;
    cursor: pointer;
}
.dashboard-selection .stats .item .value
{
    color: #30af84;
    line-height: 1;
    display: block;
    font-size: 32px;
    font-weight: 500;
    margin: 26px 0 5px 0;
}
.dashboard-selection .stats .item .description
{
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}
.dashboard-selection .stats .item.selected
{
    background-color: #30af84;
    border: none;
    color: #fff;
}
.dashboard-selection .stats .item.selected .value
{
    color: #fff;
}
.dashboard-content
{
    background-color: #fff;
    margin: 0;
    padding-bottom: 0;
}
.data-group
{
    padding-bottom: 15px;
}
.data-group.separator
{
    margin-top: 30px;
}
.data-group .contains-data
{
    line-height: 16px;
}
.data-group label
{
    color: #253036;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}
.form-group
{
    padding-bottom: 15px;
}
.form-group .highlight-block
{
    margin-top: 8px
}
.form-group label
{
    color: #253036;
    display: table-cell;
    font-size: 11px;
    font-weight: 500;
    height: 40px;
    text-transform: uppercase;
    width: 100%;
    vertical-align: middle;
}
.form-group.stacked
{
    margin-bottom: 15px;
}
.form-group.stacked label
{
    line-height: 1;
    margin: 0 0 7px 0;
}
.form-group .has-validation
{
    padding-right: 45px;
}
.form-group .image-thumbnail
{
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    overflow: hidden;
}
.form-group .file
{   
    background-color: #dbdbdb;
    color: #fff;
    height: 120px;
    line-height: 120px;
    overflow: hidden;
    text-align: center;
    width: 120px;
    font-size: 20px;
}
.form-group .social-item-preview{
    padding: 15px 0;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    float: left;
    margin-right: 30px;
}
.form-group .social-item-preview img{
    max-width: 100%;
}
.form-group .validation
{
    background: url(validationFail.png) no-repeat 0 0;
    height: 30px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 30px;
}
.form-group .validation.pass
{
    background-image: url(validationPass.png);
}
.full-height {
    height: 100%;
}
h1
{
    color: #253036;
    font-size: 36px;
    font-weight: 300;
    margin: 0 0 25px 0;
}
h1 span
{
    font-weight: 400;
}
h2
{
    color: #253036;
    font-size: 24px;
    font-weight: 300;
    margin: 25px 0 25px 0;
}
h5
{
    font-size: 11px;
    font-weight: 500;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
/***** HEADER *****/
.header
{
    background-color: #e86d4d;
    height: 95px;
    margin: 0;
    min-width: 990px;
    position: fixed;
    top: 0;
    z-index: 50;
    width: 100%;
}
.header > ul > li > a
{
    background: no-repeat center center;
    display: block;
    height: 95px;
    padding: 0;
    width: 95px;
}
.header li:hover a
{
    background-color: #f37959 !important;
}
.header .menu
{
    float: left;
}
.header .menu-dashboard a
{
    background-image: url(headerMenu_dashboard.png);
}
.header .menu-dashboard.active a
{
    background-image: url(headerMenu_dashboard_active.png);
}
.header .menu-content a
{
    background-image: url(headerMenu_content.png);
}
.header .menu-content.active a
{
    background-image: url(headerMenu_content_active.png);
}
.header .menu-ecommerce a
{
    background-image: url(headerMenu_ecommerce.png);
}
.header .menu-ecommerce.active a
{
    background-image: url(headerMenu_ecommerce_active.png);
}
.header .menu-crm a
{
    background-image: url(headerMenu_crm.png);
}
.header .menu-crm.active a
{
    background-image: url(headerMenu_crm_active.png);
}
.header .menu-reporting a
{
    background-image: url(headerMenu_reporting.png);
}
.header .menu-reporting.active a
{
    background-image: url(headerMenu_reporting_active.png);
}
.header .menu-settings a
{
    background-image: url(headerMenu_settings.png);
}
.header .menu-settings.active a
{
    background-image: url(headerMenu_settings_active.png);
}
.header .menu-integrations a
{
    background-image: url(headerMenu_integrations.png);
}
.header .menu-integrations.active a
{
    background-image: url(headerMenu_integrations_active.png);
}
.header .menu a
{
    border-right: solid 1px #f37959;
}
.header .menu li
{
    position: relative;
}

.header .menu .notification
{
    background-color: #30af84;
    border-radius: 50%;
    color: #fff;
    display: none;
    float: right;
    font-size: 12px;
    height: 24px;
    padding-top: 4px;
    position: absolute;
    right: 20px;
    top: 20px;
    text-align: center;
    width: 24px;
}
.header .menu .notification.action
{
    background-color: #cc3838;
}
.header .menu .notification.warning
{
    background-color: #cd9637;
}
.header .controls
{
    float: right;
}
.header .controls > li
{
    float: left;
}
.header .controls > li > a
{
    background: #dd6243 no-repeat center center;
    border-left: solid 1px #f37959;
}
.header .controls > .controls-add > a
{
    background-image: url(headerControls_add.png);
}
.header .controls > .controls-more > a
{
    background-image: url(headerControls_more.png);
}
.header .controls > .controls-refresh > a
{
    background-image: url(headerControls_refresh.png);
}
.header .controls > .controls-save > a
{
    background-image: url(headerControls_save.png);
}
.header .controls .dropdown
{
    background: #f37959;
    padding: 10px 0;
    position: absolute;
    right: 0;
    visibility: hidden;
    width: 284px;
    z-index: 999;
}
.header .controls .dropdown a
{
    background: none !important;
    color: #fff;
    display: block;
    font-size: 11px;
    height: 40px;
    padding: 14px 20px 0 46px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.header .controls .dropdown span
{
    background: no-repeat center 14px;
    color: #fff;
    float: left;
    font-size: 16px;
    height: 40px;
    margin-left: 20px;
    padding-top: 12px;
    text-align: center;
    width: 16px;
}
.header .controls .dropdown .add-shipping-method span, .header .controls .dropdown .ship-selected-orders span
{
    background-image: url(icon_ecommerce_shippingMethods_hover.png);
}
.header .controls li:hover > ul, .header .controls li ul:hover
{
   visibility: visible;
}
.header .controls li ul li {
	clear: both;
    width: 100%;
}
.header .controls .dropdown li:hover
{
    background-color: #ff8567;
}
.heading {
    font-size: 100%;
    font-weight: bold;
    margin: 15px 0 5px 0;
    padding: 0 0 5px 0;
    text-transform: uppercase;
}
.highlight-block 
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #656a6d;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 2px 8px;
}
.highlight-block.no {
    background-color: #cc3838;
    color: #fff;
}
.highlight-block.off {
    background-color: #454545;
    color: #fff;
}
.highlight-block.oversize
{
    background-color: #454545;
    font-size: 230%;
    font-weight: bold;
    line-height: 140%;
}
.highlight-block.subtle
{
    background-color: #dbdbdb;
    color: #656a6d;
}
.highlight-block.yes {
    background-color: #3cae85;
    color: #fff;
}
.highlight-block a {
    color: #fff;
}
.highlight-data
{
    background-color: #f4f4f4;
    margin: 0 -15px 15px -15px;
    padding: 15px 15px 0 15px;
}
.hover-fade
{
    transition: opacity .15s;
}
html
{
    height: 100%;
}
.order-status
{
    background: no-repeat center center;
    display: inline-block;
    height: 22px;
    margin-left: 5px;
    vertical-align: middle;
    width: 22px;
}
.order-status.shipped
{
    background-image: url(icon_ecommerce_shippingMethods.png);
}
.order-status.fraud-warning
{
    background-image: url(icon_ecommerce_fraudWarning.png);
}

/***** INFO PANEL *****/
.info-panel
{
    background: #3cae85;
    color: #fff;
    display: none;
    height: 100%;
    margin-top: 95px;
    position: fixed;
    right: 0;
    width: 284px;
    z-index: 50;
}
.info-panel .navigate
{
    background-color: #55c19a;
    height: 50px;
    padding-top: 19px;
    text-align: center;
}
.info-panel .navigate .command
{
    background: no-repeat center center;
    border-radius: 11px;
    display: block;
    height: 22px;
    position: absolute;
    top: 14px;
    width: 22px;
}
.info-panel .navigate .command.close
{
    background-image: url(infoPanel_close.png);
    left: 15px;
}
.info-panel .navigate .command.edit
{
    background-image: url(infoPanel_edit.png);
    right: 15px;
}
.info-panel .navigate .command:hover
{
    background-color: #70d1ae;
}
.info-panel .wrapper
{
    padding: 30px 20px;
    overflow: auto;
}
.info-panel .wrapper h5
{
    color: #8dd3ba;
}
.inline-label
{
    color: #253036;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
}
.loader.busy
{
    background: url(busy.gif) no-repeat 0 0;
    height: 24px;
    position: fixed;
    right: 35px;
    top: 109px;
    width: 24px;
    z-index: 10;
}
/***** LOGIN *****/
.login-container
{
    margin: 0 auto;
    padding: 120px 0 60px 0;
    width: 400px;
}
.login-container .version {
    color: #999;
    margin: 20px 0 0 0;
    text-align: center;
}
.login-logo
{
    margin-bottom: 40px;
    text-align: center;
}
.login-panel
{
    background-color: #fff;
    margin-bottom: 20px;
    padding: 40px 30px;
}
.chrome-recommendation
{
    color: #ccc;
    display: none;
}
.chrome-recommendation a
{
    font-weight: bold;
    text-decoration: underline;
}
.login-requirements
{
    color: #ccc;
    display: none;
}
.login-panel.sign-in
{
    display: block;
}
.login-panel.forgot-password
{
    display: none;
}
.login-panel h1
{
    font-size: 24px;
    margin-bottom: 15px;
}
.login-panel p.forgot
{
    margin: 20px 0 0 0;
}
.login-splash .loader {
    background: url(splash-loader.gif) no-repeat center 0;
    color:  #dbdbdb;
    padding-top: 54px;
    text-align: center;
}

/***** MAIN *****/
.main
{
    background: #fff;
    margin-left: 285px;
    min-height: 100%;
    padding-top: 95px;
    position: relative;
    transition: margin-left 0.3s ease;
    z-index: 1;
}
.main.sidebar-hidden
{
    margin-left: 0;
}
.main.bring-to-front
{
    z-index: 20;
}
.margin-left
{
    margin-left: 10px;
}
.margin-right
{
    margin-right: 10px;
}
.messages
{
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}
.messages div
{
    color: #fff;
    display: none;
    line-height: 48px;
    text-align: center;
}
.messages .message.notification
{
    background-color: #3cae85;
}
.messages .message.warning
{
    background-color: #cc3838;
}
.no
{
    color: #cc3838;
}
.pager
{
    border-top: solid 1px #e9e9e9;
    padding-top: 10px;
}
.pager a
{
    border-radius: 12px;
    color: #454545 !important;
    float: left;
    font-size: 12px;
    height: 24px;
    margin-right: 3px;
    padding-top: 4px;
    text-align: center;
    width: 24px;
}
.pager a:hover
{
    background-color: #e9e9e9;
    text-decoration: none;
}
.pager ul > li
{
    padding: 0;
}
.pager li.active a
{
    background-color: #e86d4d;
    color: #fff !important;
}
#redactor
{
    background-color: #e9e9e9;
    bottom: 0;
    display: none;
    height: 350px;
    left: 0;
    padding: 30px 30px 0px 30px;
    position: absolute;
    width: 100%;
}
#redactor .close-panel
{
    float: right;
}
#redactor .redactor_box
{
    margin-right: 60px;
}
#redactor .redactor_editor
{
    height: 250px !important;
    overflow: scroll;
}
#redactor .redactor_toolbar li a.re-update
{
    background: url(redactor_update.png) no-repeat 48% center;
}
#redactor .redactor_toolbar li a.re-update:hover
{
    background-color: #e86d4d;
}

select::-ms-expand {
    display: none;
}
/***** SIDEBAR *****/
.sidebar
{
    background: #1d2529;
    height: 100%;
    padding-top: 95px;
    position: fixed;
    width: 285px;
    z-index: 5;
}
.sidebar .account
{
    background: #253036;
    bottom: 0;
    height: 100px;
    padding: 25px 20px;
    position: fixed;
    width: 285px;
}
.sidebar .account .list-inline a
{
    color: #fff;
    margin-right: 10px;
}
.sidebar .account .avatar
{
    background: #1c2429 no-repeat center center;
    background-size: cover;
    border-radius: 50%;
    display: block;
    float: left;
    height: 50px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 50px;
}
.sidebar .account .avatar:hover
{
    opacity: 0.5;
}
.sidebar .account h5
{
    color: #5f6467;
    margin: 8px 0 6px 0;
}
.sidebar .account.account-hidden
{
    display: none;
}
.sidebar .account.dashboard
{
    background: none;
    height: auto;
    padding: 40px 0 10px 0;
    position: relative;
    text-align: center;
}
.sidebar .account.dashboard .avatar
{
    background-color: #253036;
    float: none;
    height: 165px;
    margin: 0 auto;
    text-align: center;
    width: 165px;
}
.sidebar .account.dashboard .divider
{
    background-color: #293136;
    display: block;
    height: 1px;
    margin: 0 auto 10px auto;
    width: 50px;
}
.sidebar .account.dashboard h2
{
    color: #fff;
    font-weight: 200;
    margin: 20px 0 15px 0;
}
.sidebar .form-control
{
    border: solid 1px #253036;
    background-color: #182024;
    color: #fff;
    width: 245px;
}
.sidebar .wrapper
{
    overflow: auto;
}
.sub-menu
{
    margin: 30px 0 20px 0;
}
.sub-menu.separate
{
    border-top: solid 1px #253036;
    margin-top: 20px;
    padding-top: 20px;
}
.sub-menu h5
{
    color: #5f6467;
    margin: 0 20px 10px 20px;
}
.sub-menu a
{
    background: no-repeat 22px 10px;
    color: #fff;
    display: block;
    line-height: 40px;
    padding: 0 20px 0 48px;
}
.sub-menu.notifications a
{
    padding-right: 60px;
}
.sub-menu a:hover
{
    text-decoration: none;
}
.sub-menu ul
{
    margin: 0;
}
.sub-menu li span
{
    background: no-repeat center center;
    color: #5f6467;
    float: left;
    font-size: 16px;
    line-height: 40px;
    margin: 0 0 0 20px;
    text-align: center;
    width: 16px;
}
.sub-menu li .notification
{
    background-color: #30af84;
    border-radius: 50%;
    color: #fff !important;
    display: none;
    float: right;
    font-size: 12px;
    line-height: inherit;
    height: 24px;
    margin: 8px 20px 0 0;
    padding-top: 4px;
    text-align: center;
    width: 24px;
}
.sub-menu li .notification.action
{
    background-color: #cc3838;
}
.sub-menu li .notification.warning
{
    background-color: #cd9637;
}
.sub-menu li:hover
{
    background-color: #253036;
}
.sub-menu li:hover span
{
    color: #fff;
}
.sub-menu li.active a
{
    color: #e86d4d;
}
.sub-menu li.active span
{
    color: #e86d4d;
}
.sub-menu .sub-menu-ecommerce-shipping-methods span
{
    background-image: url(icon_ecommerce_shippingMethods.png);
    height: 40px;
}
.sub-menu .sub-menu-ecommerce-shipping-methods:hover span
{
    background-image: url(icon_ecommerce_shippingMethods_hover.png);
}
.sub-menu .sub-menu-ecommerce-shipping-methods.active span
{
    background-image: url(icon_ecommerce_shippingMethods_active.png);
}
/***** TABLES *****/
.table
{
    margin: 10px 0;
    width: 100%;  
    table-layout: fixed;  
}
.table a
{
    color: #454545;
}
.table a:hover
{
    color: #e86d4d;
    text-decoration: none;
}
.table td
{
    height: 40px;
    position: relative;
}
.table td > span
{
    float: left;
    margin: 0 -5px;
    width: -moz-calc(100% - 1px); width: -webkit-calc(100% - 1px); width: -o-calc(100% - 1px); width: calc(100% - 1px);
    padding: 3px 5px;
    word-wrap: break-word;
}
.table td:hover > span.inline-edit
{
    background-color: #fffdcb;
    cursor: pointer;
}
.table td:hover > span.inline-edit.editing
{
    background: none;
}
.table td:hover > span.inline-edit:empty
{
    height: 24px;
}
.table tr:hover
{
    background: #f0f0f0;
}
.table tr.active
{
    background-color: #f0f0f0;
}
.table tr.expanded
{
    background-color: #fbfbfb;
    border: solid 1px #e9e9e9;
    border-bottom: none;
}
.table tr.secondary
{
    background-color: #fbfbfb;
    border: solid 1px #e9e9e9;
    border-top: none;
}
.table tr.secondary:hover
{
}
.table tr.secondary td, .table tr.secondary th
{
    padding-left: 0 !important;
}
.table tr.secondary > td
{
    padding: 10px 0 0 0;
}
.table tr.secondary .table td:first-child, .table tr.secondary .table th:first-child
{
    padding-left: 10px !important;
}
.table th
{
    border-bottom: solid 1px #e9e9e9;
    color: #253036;
    font-size: 11px;
    font-weight: 700;
    line-height: 38px;
    padding: 2px 0 0 0;
    text-align: left;
    text-transform: uppercase;
}
.table th.view
{
    width: 30px;
}
.table th.sorted a
{
    color: #3cae85;
}
.table th.spacer
{
    width: 20px;
}
.table th:nth-child(2), .table td:nth-child(2)
{
    padding-left: 10px;
}
.table td:nth-child(2) .inline-text
{
    left: 9px;
    width: -moz-calc(100% - 7px); width: -webkit-calc(100% - 7px); width: -o-calc(100% - 7px); width: calc(100% - 7px);
}
.table tr.secondary .inline-text
{
    left: 0;
    width: 100%;
}
.table tr.secondary tr td:first-child .inline-text
{
    left: 9px;
    width: -moz-calc(100% - 7px); width: -webkit-calc(100% - 7px); width: -o-calc(100% - 7px); width: calc(100% - 7px);
}
table .changed span
{
    background: url(table_changed.png) no-repeat 0 0;
}
.table .checkbox
{
    width: 35px;
}
.table .inline-text
{
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    color: #454545;
    outline: none;
    height: 30px;
    left: 0;
    margin: 0 -7px;
    padding: 0 7px;
    position: absolute;
    top: 5px;
    width: 100%;
}
.table .inline-select
{
    position: absolute;
    top: 4px;
    z-index: 100;
}
.table .inline-select ul
{
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    margin: 0 -7px;
    max-height: 132px;
    overflow-y: auto;
    width: 200px;
}
.table .inline-select a
{
    display: block;
    padding: 7px;
}
.table .inline-select li.active a
{
    color: #3cae85;
}
.table a.view
{
    background: no-repeat 0 0;
    border-radius: 11px;
    display: block;
    height: 22px;
    margin-left: 10px;
    width: 22px;
}
.table a.view
{
    background: url(tableRowExpand.png) no-repeat 9px center;
}
.table a.view:hover
{
    background-color: #dbdbdb;
}
.table tr.expanded a.view
{
    background-image: url(tableRowContract.png);
    background-position: center 9px;
    margin-left: 9px;
}
.table .empty
{
    margin: 0 0 15px 10px;
}
.table .commands
{
    padding-right: 5px;
    text-align: right;
}
.table .commands a
{
    background: no-repeat center center;
    border-radius: 11px;
    display: inline-block;
    height: 22px;
    margin: 6px 5px 0 0;
    width: 22px;
    visibility: hidden;
}
.table tr:hover > .commands a
{
    visibility: visible;
}
.table .commands a:hover
{
    background-color: #dbdbdb;
}
.table .commands a.accept-order, .table .commands a.progress
{
    background-image: url(commands_accept.png);
}
.table .commands a.copy
{
    background-image: url(commands_copy.png);
}
.table .commands a.delete
{
    background-image: url(commands_delete.png);
}
.table .commands a.edit
{
    background-image: url(commands_edit.png);
}
.table .commands a.end-listing
{
    background-image: url(commands_stop.png);
}
.table .commands a.html-editor
{
    background-image: url(commands_htmlEditor.png);
}
.table .commands a.open
{
    background-image: url(commands_open.png);
}
.table .commands a.retrieve-orders
{
    background-image: url(commands_retrieve.png);
}
.table .commands a.send-inventory
{
    background-image: url(commands_send.png);
}
.table .commands a.impersonate
{
    background-image: url(commands_impersonate.png);
}
.table .commands a.to-sales-order
{
    background-image: url(commands_tosalesorder.png);
}
.table .commands a.allocate-stock
{
    background-image: url(commands_allocatestock.png);
}

.table .file {
    background-color:  #dbdbdb;
    color: #fff;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    width: 40px;
}
.table .thumbnail {
    background-color:  #dbdbdb;
    /*display: table-cell;*/
    height: 40px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}
/***** Tags *****/
.tags
{
    margin-top: 5px;
}
.tags .tag
{
    float: left;
    margin: 5px 5px 0 0;
}
.tags .tag label
{
    background-color: #656a6d;
    color: #fff;
    float: left;
    height: 30px;
    font-size: 11px;
    line-height: 14px;
    padding: 8px 10px 0 10px;
    border-radius: 2px;
    text-transform: uppercase;
}
.tags .tag.prefix label
{
    border-radius: 2px 0 0 2px;
}
.tags .tag .btn
{
    background: #656a6d url(removeWhite.png) no-repeat center center;
    border-left: solid 1px #999;
    border-radius: 0 2px 2px 0;
    color: #fff;
    height: 30px;
    width: 31px;
}
.tags .tag .btn:hover
{
    background-color: #55c19a;
}
textarea.form-control
{
    height: 120px;
    padding: 10px;
}
/***** TREE VIEW *****/
.tree-view .page-name
{
    color: #fff;
    display: block;
    line-height: 16px;
    padding: 12px 48px;
}
.tree-view .page-name:hover
{
    background-color: #253036;
    text-decoration: none;
}
.tree-view .page-name.active
{
    color: #e86d4d;
}
.tree-view .page-name.add-page
{
    background: url(treeItemAdd.png) no-repeat 23px center;
    color: #3cae85;
}
.tree-view .page-name.add-page:hover
{
    background-color: #253036;
}
.tree-view .add
{
    background: url(treeItemAdd.png) no-repeat center center;
    border-radius: 11px;
    height: 22px;
    right: 20px;
    position: absolute;
    top: 9px;
    width: 22px;
    visibility: hidden;
}
.tree-view .add:hover
{
    background-color: #2e3a40;
}
.tree-view span:hover > .add
{
    visibility: visible;
}
.tree-view .view
{
    background: no-repeat center center;
    border-radius: 11px;
    height: 22px;
    left: 16px;
    position: absolute;
    top: 9px;
    width: 22px;
}
.tree-view .page > span > .view
{
    background-image: url(treeItem.png);
}
.tree-view .category > span > .view
{
    background-image: url(treeItemExpand.png);
    background-position: 9px center;
}
.tree-view .category > span > .view:hover
{
    background-color: #2e3a40;
    cursor: pointer;
}
.tree-view .category.expanded > span > .view
{
    background-image: url(treeItemContract.png);
    background-position: center 9px;
}
.tree-view li
{
    position: relative;
}
.tree-view span
{
    display: block;
}
.tree-view span:hover
{
    background-color: #253036;
}
.tree-view ul
{
    margin: 0;
}
.tree-view ul ul li
{
    background: url(treeItemExpanded.png) no-repeat 28px 0;
}
.tree-view ul ul .page-name
{
    background: url(treeItemExpandedItem.png) no-repeat 28px 0;
    padding-left: 74px;
}
.tree-view ul ul .view
{
    left: 44px;
}
.tree-view ul ul ul li
{
    background-position: 54px 0;
}
.tree-view ul ul ul .page-name
{
    background-position: 54px 0;
    padding-left: 100px;
}
.tree-view ul ul ul .view
{
    left: 70px;
}
.tree-view ul ul ul ul li
{
    background-position: 80px 0;
}
.tree-view ul ul ul ul .page-name
{
    background-position: 80px 0;
    padding-left: 126px;
}
.tree-view ul ul ul ul .view
{
    left: 96px;
}
.tree-view ul ul ul ul ul li
{
    background-position: 106px 0;
}
.tree-view ul ul ul ul ul .page-name
{
    background-position: 106px 0;
    padding-left: 152px;
}
.tree-view ul ul ul ul ul .view
{
    left: 122px;
}
.tree-view ul ul ul ul ul ul li
{
    background-position: 132px 0;
}
.tree-view ul ul ul ul ul ul .page-name
{
    background-position: 132px 0;
    padding-left: 178px;
}
.tree-view ul ul ul ul ul ul .view
{
    left: 148px;
}
.tree-view .last-item
{
    background: none;
}
.tree-view .last-item > span .page-name
{
    background-image: url(treeItemExpandedItemLast.png);
}
.url-preview
{
    margin-bottom: 25px;
}
/***** WEBSITE NAVIGATION *****/
.website-navigation .filter
{
    background-image: url(formFilter_subMenu.png);
    margin: 20px 0 10px 20px;
}
.website-navigation .domain-selector
{
    border-bottom: solid 1px #253036;
    display: block;
    position: relative;
}
.website-navigation .domain-selector:hover
{
    background-color: #253036;
}
.website-navigation .domain-selector .domain-name
{
    color: #fff;
    display: block;
    line-height: 15px;
    padding: 17px 48px;
    text-decoration: none;
}
.website-navigation .domain-selector .view
{
    background: url(websiteSelector.png) no-repeat center center;
    border-radius: 11px;
    height: 22px;
    left: 16px;
    position: absolute;
    top: 14px;
    width: 22px;
}
.website-navigation .domain-selector .view:hover
{
    background-color: #2e3a40;
}
.website-navigation .domain-list
{
    background-color: #182024;
    border-bottom: solid 1px #253036;
    display: none;
    margin: 0;
}
.website-navigation .domain-list a
{
    background: url(treeItem.png) no-repeat 24px center;
    padding-left: 48px;
}
.yes
{
    color: #3cae85;
}
/***** USER HELP *****/
.user-help {
    background-color: #e9e9e9;
    border: solid 1px #3cae85;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 10px;
}

/***** MESSAGE AND WARNING BOXES *****/
.message-box {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    background-color: #f8ecec;
    border: 1px solid #cc3838;
    border-radius: 3px;
    box-shadow: none;
    outline: none;
    color: #454545;
    margin-bottom: 20px;
    padding: 10px;
    vertical-align: top;
    width: 100%;
}
.message-box.warning p {
    color: #cc3838;
    margin: 0 0 10px 0;
}
.message-box.warning p span {
    font-size: 16px;
    margin-right: 5px
}
.message-box .highlight-block
{
    margin-bottom: 4px
}

/***** INLINE EDIT TABLE *****/
.inline-edit-table th {
    border-bottom: solid 1px #999;
    padding: 5px;
    text-align: left;
}
.inline-edit-table td {
    padding: 5px;
}
.inline-edit-table td select {
    padding: 3px;
}

/***** HELP AND SUPPORT *****/
.help-and-support-dialog {
    background-color: #fff;
    display: none;
}
.help-and-support-telephone {
    font-size: 110%;
}
.help-and-support-telephone span {
    font-weight: bold;
}