﻿*, *:before, *:after {
    -moz-box-sizing: content-box;
}
html {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background: url("../images/body_bg.png") repeat scroll left top #2A2A2A;
    line-height: normal;
    margin: 0;
    padding: 0;
}
body, td, th, input, select, textarea, option, optgroup {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
p {
    margin: 12px 0;
}
input[type="checkbox"], input[type="radio"] {
    margin: 3px 3px 0 5px;
}
input[type="text"], input[type="password"] {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    padding: 4px;
}
input[type="text"]:hover, input[type="password"]:hover {
    border-color: #B6B6B6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(180, 180, 180, 0.6);
    outline: 0 none;
}
input[type="text"]:focus, input[type="password"]:focus {
    border-color: #AAD364;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(130, 188, 26, 0.6);
    outline: 0 none;
}
.disabled {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 0 none !important;
}
select {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    max-width: 600px;
    padding: 2px;
}
textarea {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    padding: 4px;
}
textarea:hover {
    border-color: #B6B6B6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(180, 180, 180, 0.6);
    outline: 0 none;
}
textarea:focus {
    border-color: #AAD364;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(130, 188, 26, 0.6);
    outline: 0 none;
}
a, a:visited {
    color: #53900F;
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    color: #66B40F;
    cursor: pointer;
    outline: medium none;
    text-decoration: underline;
}
form {
    margin: 0;
    padding: 0;
}
.int-text {
    text-align: right;
}
.hidden {
    display: none;
}
.hidden-element {
    display: none;
}
.success, .message-message {
    background-color: #C3E08F;
    border: 1px solid #A9D25F;
    border-radius: 4px;
    color: #425C11;
    font-size: 12px;
    margin-bottom: 15px;
    padding: 15px;
    text-align: center;
}
.success-msg {
    color: #425C11;
}
.warning, .message-error {
    background: none repeat scroll 0 0 #FFDFE0;
    border: 1px solid #FFBCBC;
    border-radius: 4px;
    font-size: 12px;
    margin-bottom: 15px;
    padding: 15px 0;
    text-align: center;
}
.attention, .message-info {
    background: none repeat scroll 0 0 #FEFBCC;
    border: 1px solid #F3E974;
    border-radius: 4px;
    font-size: 12px;
    margin-bottom: 15px;
    padding: 15px 0;
    text-align: center;
}
#container {
    height: 100%;
}
#container.admin-home #content-table {
    display: block;
    width: 100%;
}
#container.admin-home #content-table {
    display: table;
    width: 100%;
}
#content {
    background: none repeat scroll 0 0 #F0F0F0;
    box-shadow: 10px 10px 30px -10px #111111;
    display: block;
    min-height: 520px;
    padding: 10px 20px 30px;
}
#container.admin-home #content {
    display: table-cell;
    padding-top: 20px;
    vertical-align: top;
}
#column_right {
    color: #C5C5C5;
    display: table-cell;
    vertical-align: top;
    width: 300px;
}
body > #container {
    height: auto;
    min-height: 100%;
}
.side-module {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    margin: 25px 0;
}
.side-module .panel-heading {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #1F1F1F;
    border-color: #090909 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    box-shadow: 0 1px 0 rgba(155, 155, 155, 0.2);
    padding: 10px 20px;
}
.side-module .panel-title {
    color: #8A8A8A;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.side-module .panel-body {
    border: 0 none;
    box-shadow: none;
    padding: 15px 20px 5px;
}
/* ********************************************** */
#header {
/*    background-color: #9FC854;
    background-image: -moz-linear-gradient(center bottom , #75A326 0%, #9FC854 100%); */
    background-color: #4DA9FA;
    background-image: -moz-linear-gradient(center bottom , #3775AB 0%, #4DA9FA 100%);
    height: 50px;
    padding: 0 30px;
}
#header .adminlogo {
    background: url("../images/adminlogo.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 24px;
    height: 42px;
    min-width: 280px;
    padding: 8px 0 0;
    position: relative;
}
/*#header .adminlogo:after {
    background: url("../images/santa-hat3.png") no-repeat scroll left center / 30px 31px rgba(0, 0, 0, 0);
    content: " ";
    display: block;
    height: 31px;
    position: absolute;
    right: -7px;
    top: 6px;
    width: 30px;
} */
#header.user-defined-header .adminlogo {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#header.user-defined-header .adminlogo:after {
    right: -15px;
    top: 5px;
}
#header.user-defined-header .adminlogo span {
    border-left: 1px solid #FFFFFF;
    font-size: 14px;
    margin-left: 8px;
    padding-left: 8px;
}
/*body.singleshop #header .adminlogo {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
body.singleshop #header .adminlogo span {
    border-left: 0 none;
} */
#header .header-divs {
    border: 0 none;
    color: #FFFFFF;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: right;
    width: 60px;
    z-index: 1500;
}
#header .header-divs a.dropdown-toggle {
    background: url("../images/icon-sprites.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 1px solid rgba(255, 255, 255, 0.23);
    border-right: 1px solid rgba(0, 0, 0, 0.19);
    color: #FFFFFF;
    display: block;
    height: 50px;
    text-decoration: none;
    width: 58px;
}
#header .header-divs .count_msg {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: pulse;
    background-image: -moz-linear-gradient(center bottom , #BA3737 0%, #DF3F3F 100%);
    border-radius: 3px;
    box-shadow: 0 0 1px #777777;
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    min-width: 13px;
    position: absolute;
    right: 10px;
    text-align: center;
    text-shadow: 0 0 1px #777777;
    top: 10px;
}
/* ********************************************** */
@-moz-keyframes pulse {
    0% {
        opacity: 0.8;
        transform: scale(0.9);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0.8;
        transform: scale(0.9);
    }
}
/* ********************************************** */
#header .header-messages {
    position: relative;
}
#header .header-messages.unseenorders {
    border-left: 1px solid rgba(0, 0, 0, 0.19);
}
#header .header-messages.unreadmessages a.dropdown-toggle {
    background: url("../images/icon-sprites.png") no-repeat scroll 17px -460px rgba(0, 0, 0, 0);
}
#header .header-messages.unseencustomers a.dropdown-toggle {
    background: url("../images/icon-sprites.png") no-repeat scroll 17px -410px rgba(0, 0, 0, 0);
}
#header .header-messages.unseenorders a.dropdown-toggle {
    background: url("../images/icon-sprites.png") no-repeat scroll 17px -360px rgba(0, 0, 0, 0);
}                            
#header .header-divs a.dropdown-toggle:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
#header .logged-in {
    float: right;
    position: relative;
    width: 200px;
    z-index: 1500;
}
#header .logged-in button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../images/icon-sprites.png") no-repeat scroll 17px -510px rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color rgba(255, 255, 255, 0.23);
    border-image: none;
    border-radius: 0;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.7);
    height: 50px;
    line-height: 50px;
    margin: 0;
    overflow: hidden;
    padding: 0 10px 0 50px;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.23);
    width: 150px;
}
#header .logged-in button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
#header .dropdown-menu {
    background: none repeat scroll 0 0 #75A326;
    border: 0 none;
    border-radius: 0 0 3px 3px;
    box-shadow: none;
    display: none;
    margin: 0 0 0 1px;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    width: 210px;
}
#header .open .dropdown-menu {
    display: block;
    visibility: visible;
}
#header .dropdown-menu:before {
    border-bottom: 7px solid #FAFAFA;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 15px;
    position: absolute;
    top: -7px;
}
#header .open .dropdown-menu {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    display: block;
    margin: 3px 0 0 1px;
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    width: 210px;
}
#header .dropdown-menu li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    transition: all 0.3s ease-in-out 0s;
}
#header .dropdown-menu li:active, #header .dropdown-menu li:focus, #header .dropdown-menu li:hover {
    background: none repeat scroll 0 0 rgba(190, 190, 190, 0.3);
}
#header .dropdown-menu li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.7);
    font-size: 11px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
#header .dropdown-menu li a:active, #header .dropdown-menu li a:focus, #header .dropdown-menu li a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#header .dropdown-menu li.notice-li {
    border-top: 1px solid #EAEAEA;
    line-height: 1.7em;
}
#header .dropdown-menu li.notice-li:first-child {
    border-top: 0 none;
}
#header .dropdown-menu > li.notice-li > a, #header .dropdown-menu > li.notice-li > a:visited, #header .dropdown-menu > li.notice-li > a:active {
    display: block;
    font-size: 12px;
    padding: 6px 10px;
    text-align: left;
    white-space: normal;
}
#header .dropdown-menu li.notice-li a span {
    display: block;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    text-shadow: none;
}
#header .dropdown-menu li.notice-li:last-child a span {
    text-align: center;
}
#header .dropdown-menu li.notice-li a span.notice-date-span {
    color: #999999;
    font-size: 9px;
    padding-top: 4px;
}
#header .header-divs.open .dropdown-menu {
    width: 260px;
}
/* ********************************************** */
#footer {
    clear: both;
    color: #818181;
    font-size: 12px;
    height: 90px;
    padding-left: 30px;
    padding-top: 38px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}
#footer a {
    color: #8FBB40;
    text-decoration: underline;
}
/* ********************************************** */
.statistics-title-select-div {
    font-size: 12px;
}
.statistics-title-select-div select {
    margin: 0;
}
.statistics-graph {
    height: 49%;
    overflow: hidden;
    padding: 0 0 10px;
}
.statistics-graph #report {
    height: 320px;
    margin: 20px auto 0;
    padding: 0 1.5%;
    width: 97%;
}
.statistics-graph #report #spinholder {
    height: 320px;
    line-height: 320px;
}
.statistics-graph .legend {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
}
.plot-tooltip {
    background: none repeat scroll 0 0 #DBE8B0;
    border: 1px solid #A4C639;
    display: none;
    font-size: 12px;
    opacity: 0.8;
    padding: 5px;
    position: absolute;
}
.statistics-controller {
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center bottom , #F5F5F5 0%, #FFFFFF 100%);
    border-radius: 3px 3px 0 0;
    font-size: 0;
}
.changeChart:first-child, .changeChart:first-child:visited, .changeChart:first-child:hover {
    border-radius: 3px 0 0;
}
.changeChart:last-child, .changeChart:last-child:visited, .changeChart:last-child:hover {
    border-radius: 0 3px 0 0;
}
.changeChart, .changeChart:visited {
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #E3E3E3;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #E3E3E3;
    color: #333333;
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 80px;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    width: 16.6667%;
}
.changeChart.active:hover, .changeChart:hover, .changeChart.active:active, .changeChart:active {
    background: none repeat scroll 0 0 #FCFCFC;
    text-decoration: none;
}
.changeChart:first-child {
    border-left: 0 none;
}
.changeChart:last-child {
    border-right: 0 none;
}
.changeChart.active {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    color: #333333;
    text-decoration: none;
}
.changeChart .chart-label {
    border-bottom: 1px solid #E3E3E3;
    color: #53900F;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    padding: 6px 0;
    text-transform: uppercase;
}
.changeChart.active .chart-label {
    border-bottom: 1px solid #FFFFFF;
    color: #333333;
    font-weight: bold;
}
.changeChart .chart-values {
    color: #999999;
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    padding-top: 6px;
}
.changeChart .chart-values span {
    display: block;
}
.changeChart.active .chart-values {
    color: #1F1F1F;
}
.changeChart-unique .chart-values {
    padding-top: 4px;
}
.changeChart-unique input[type="text"], .changeChart-unique input[type="text"]:hover, .changeChart-unique input[type="text"]:focus, .changeChart-unique input[type="text"]:active {
    background: url("../image/date_icon.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    border: 0 none;
    box-shadow: none;
    color: #999999;
    cursor: pointer;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 20px 2px 0;
    width: 60px;
}
/* ********************************************** */
.guidebox .panel-heading h3 {
    padding-top: 5px;
}
.guidebox-helptext {
    padding: 0 10px;
}
.guidebox-helptext h3 {
    font-size: 25px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 8px;
}

/* ********************************************** */
#manage-icons {
    color: #444444;
    font-size: 17px;
    line-height: 18px;
}
#manage-icons:hover {
    color: #666666;
}
/* ********************************************** */
@media (min-width: 768px) {
    #menu {
        background: none repeat scroll 0 0 #1F1F1F;
        box-shadow: 0 1px 0 rgba(155, 155, 155, 0.2);
        line-height: 40px;
        padding: 0 10px;
        position: relative;
        z-index: 1000;
    }
    #menu *, #menu *:hover {
        transition: all 0.2s ease 0s;
    }
    .navbar {
        border: 0 none;
        border-radius: 0;
        line-height: 40px;
        margin-bottom: 0;
        min-height: 40px;
    }
    .nav #text_home > a {
        background-position: 10px 0;
    }
    .nav #text_setup > a {
        background-position: 10px -200px;
    }
    .nav #text_catalog > a {
        background-position: 10px -40px;
    }
    .nav #text_help > a {
        background-position: 10px -280px;
    }
    /*.nav #text_cms > a {
        background-position: 7px -80px;
    }
    .nav #text_marketing_functions > a {
        background-position: 10px -120px;
    }
    .nav #text_reports > a {
        background-position: 12px -160px;
    }
    .nav #text_setup > a {
        background-position: 10px -200px;
    }
    .nav #text_store > a {
        background-position: 10px -240px;
    }
    .nav #text_cache > a {
        background-position: 10px -320px;
    } */
    .nav > li > a:visited, .nav > li > a {
        background-image: url("../images/icon-sprites.png");
        background-repeat: no-repeat;
    }
    .nav > li {
        border-left: 1px solid #3F3F3F;
        border-right: 1px solid #000000;
    }
    .nav .top, .nav li li.sfhover {
        color: #FFFFFF;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        padding: 11px 15px 9px 37px;
        text-align: center;
    }
    .navbar-header {
        display: none;
    }
    /*.nav > li#text_cache:before {
        border-left: 1px solid #000000;
        bottom: 1px;
        content: " ";
        left: -2px;
        position: absolute;
        right: 1px;
        top: 1px;
        z-index: -1;
    }
    .nav > li#text_setup:after {
        border-right: 1px solid #3F3F3F;
        bottom: 1px;
        content: " ";
        left: 1px;
        position: absolute;
        right: -2px;
        top: 1px;
        z-index: -1;
    } */
    .nav > li:first-child {
        border-left: 0 none;
    }
    .nav:last-child {
        border-left: 1px solid #000000;
    }
    .nav:last-child > li:first-child {
        border-left: 1px solid #3F3F3F;
    }
    .nav:last-child > li:last-child {
        border-right: 0 none;
    }
    .nav ul {
        background-color: rgba(31, 31, 31, 0.9);
        display: none;
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }
    .navbar-inverse .navbar-nav ul a, .navbar-inverse .navbar-nav ul a:visited {
        color: #FFFFFF;
        display: block;
        font-size: 12px;
        line-height: 17px;
        padding: 6px 8px;
        text-decoration: none;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    }
    .navbar-inverse .navbar-nav > li:hover > a, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li:active > a {
        background-color: #2C2C2C;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #FFFFFF;
    }
    .navbar-inverse .navbar-nav li ul a {
        color: #FFFFFF;
        line-height: normal;
        white-space: pre-wrap;
        width: 160px;
    }
    .navbar-inverse .dropdown:hover > .dropdown-menu {
        display: block;
    }
    .navbar-inverse .navbar-nav .dropdown-menu a:hover, .navbar-inverse .navbar-nav .dropdown-menu a:active {
        /*background-color: #87B33A; */
        background-color: #4699E2;
        background-image: none;
        color: #FFFFFF;
    }
    .navbar-inverse .navbar-nav .dropdown-menu {
        border: 0 none;
    }
    .navbar-inverse .navbar-nav .dropdown-submenu {
        position: relative;
    }
    .navbar-inverse .navbar-nav .dropdown-submenu > .dropdown-menu {
        border-radius: 0 3px 3px;
        left: 100%;
        margin-left: 0;
        margin-top: 0;
        top: 0;
    }
    .navbar-inverse .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
    .navbar-inverse .navbar-nav .dropdown-submenu .parent, .navbar-inverse .navbar-nav .dropdown-submenu .parent:hover {
        /*background: url("../image/arrow_right.png") no-repeat scroll 95% center rgba(0, 0, 0, 0); */
        background: url("../images/footerbullets.png") no-repeat scroll 95% center rgba(0, 0, 0, 0);
    }
    .navbar-inverse .navbar-nav .dropdown-submenu .parent:hover {
        /*background-color: #87B33A; */
        background-color: #4699E2;
    }
    .navbar-inverse .navbar-nav .dropdown-submenu:hover > a:after {
        border-left-color: #FFFFFF;
    }
    .navbar-inverse .navbar-nav .dropdown-submenu.pull-left {
        float: none;
    }
    .navbar-inverse .navbar-nav .dropdown-submenu.pull-left > .dropdown-menu {
        border-radius: 3px 0 3px 3px;
        left: -100%;
        margin-left: 10px;
    }
}
/* ********************************************** */
.box {
    margin-bottom: 15px;
}
.clearfix {
    clear: both;
}
.sticky-head {
    margin: 0;
    padding: 8px;
}
.sticky-head > .panel-title {
    background-image: url("../images/product.png");
    background-position: 2px 4px;
    background-repeat: no-repeat;
    color: #717171;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    min-width: 10%;
    overflow: hidden;
    padding: 0 0 0 30px;
}
.sticky-head .buttons {
    padding: 0 0 0 20px;
}
.sticky-head {
    position: static;
}
.sticky-head .feed {
    background-image: url("../images/feed.png");
}
.sticky-head .setting {
    background-image: url("../images/setting.png");
}
.sticky-head .module {
    background-image: url("../images/module.png");
}
@media screen and (min-width: 520px) {
    .sticky-head-active {
        left: 0;
        margin: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10 !important;
    }
    .panel .sticky-head-active {
        background-color: #1F1F1F;
        background-image: none;
    }
    .panel .sticky-head-active .panel-title {
        color: #FFFFFF;
    }
    .panel .sticky-head-active .buttons {
        padding-right: 20px;
    }
}
/* ********************************************** */
.buttons_bottom {
    text-align: right;
}
.box > .content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    min-height: 300px;
    padding: 10px;
}
body .content-border-top {
    border-top: 1px solid #CCCCCC;
}
.button, .list .button, .button:visited, .list .button:visited {
    /*background-color: #97C93A;
    background-image: -moz-linear-gradient(center bottom , #97C93A 0%, #B0D670 98%, #C5E095 98%); */
    background-color: #3E87C6;
    background-image: -moz-linear-gradient(center bottom , #3E87C6 0%, #4AA3F1 98%, #7FD7F0 98%);
/*    border: 1px solid #90BE3D; */
    border: 1px solid #2E69D9;
    border-radius: 3px;
}
.button:hover, .button:focus, .button:active, .list .button:hover, .list .button:focus, .list .button:active, .input-button:hover, .input-button:focus, .input-button:active {
    /*background: none repeat scroll 0 0 #B0D670; */
    background: none repeat scroll 0 0 #59A3E4;
}
/* ********************************************** */
button::-moz-focus-inner {
    border: 0 none;
}
button.button, .list button.button {
    cursor: pointer;
    margin: 0 5px 0 0;
}
.button-inactive {
    opacity: 0.3;
}
.button-inactive, .button-inactive span {
    cursor: default;
}
button, button:visited {
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    color: #444444;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 3px 7px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(100, 100, 100, 0.2);
    vertical-align: middle;
    white-space: nowrap;
}
button:hover, button:focus {
    background: none repeat scroll 0 0 #E9E9E9;
    color: #444444;
    text-decoration: none;
}
.btn-group .button {
    margin: 0;
}
.input-group * {
    -moz-box-sizing: border-box;
}
.btn, .btn:visited {
    color: #FFFFFF;
    font-weight: bold;
    outline: medium none;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(100, 100, 100, 0.5);
    transition: all 0.2s ease 0s;
}
.btn:hover, .btn:focus, .btn:active {
    color: #FFFFFF;
    font-weight: bold;
    outline: medium none;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(100, 100, 100, 0.5);
    transition: all 0.2s ease 0s;
}
.btn-image-delete {
    margin-left: 20px;
}
.btn-danger:hover {
    background: none repeat scroll 0 0 #D03F3B;
}
.btn-info:hover {
    background: none repeat scroll 0 0 #3FB6D8;
}
/* ********************************************** */
.list {
    border-collapse: collapse;
    border-left: 1px solid #DDDDDD !important;
    border-top: 1px solid #DDDDDD !important;
    margin-bottom: 20px;
    width: 100%;
}
.weight-class {
    font-weight: bold;
}
th.orderby a {
    background: url("../images/sort_arrows.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    padding-right: 15px;
}
th.order-asc a, th.orderby a:hover {
    background: url("../images/asc.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}
th.order-asc a:hover, th.order-desc a {
    background: url("../images/desc.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}
table .col-wauto {
    width: auto;
}
table .col-w1 {
    width: 1em;
}
table .col-w2 {
    width: 2em;
}
table .col-w3 {
    width: 3em;
}
table .col-w4 {
    width: 4em;
}
table .col-w5 {
    width: 5em;
}
table .col-w6 {
    width: 6em;
}
table .col-w7 {
    width: 7em;
}
table .col-w8 {
    width: 8em;
}
table .col-w9 {
    width: 9em;
}
table .col-w10 {
    width: 10em;
}
table .col-w12 {
    width: 12em;
}
table .col-w14 {
    width: 14em;
}
table .col-w16 {
    width: 16em;
}
table .col-w17 {
    width: 17em;
}
table .col-w18 {
    width: 18em;
}
table .col-w19 {
    width: 19em;
}
table .col-w20 {
    width: 20em;
}
table.form .list {
    border: 0 none;
}
.list td, .list th {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    vertical-align: middle !important;
}
.list thead td, .list thead th {
    background-color: #EFEFEF;
    padding: 0 5px;
    vertical-align: middle !important;
}
.list .extension_head {
    background-color: #CECECE;
    font-size: 14px;
}
.list thead td a:not(.btn), .list thead td, .list thead th a:not(.btn), .list thead th {
    color: #222222;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle !important;
}
.list tbody td {
    vertical-align: middle !important;
}
.list tbody tr {
    background: none repeat scroll 0 0 #FFFFFF;
}
.list tbody tr:nth-child(2n) {
    background: none repeat scroll 0 0 #F9F9F9;
}
.list .newrow, .list .newrow td {
    background: none repeat scroll 0 0 #FFFFDD;
}
.list .left {
    padding: 7px;
    text-align: left;
}
.list .right {
    text-align: right;
}
.list .center {
    padding: 7px;
    text-align: center;
}
.list .sc_left {
    padding: 0 20px 0 7px;
    text-align: left;
    white-space: nowrap;
    width: 1px;
}
.list .sc_right {
    padding: 0 7px 0 20px;
    text-align: right;
    white-space: nowrap;
    width: 1px;
}
.list .asc {
    background: url("../images/asc.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    padding-right: 15px;
}
.list .desc {
    background: url("../images/desc.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    padding-right: 15px;
}
.list .filter td {
    background: none repeat scroll 0 0 #E7EFEF;
    padding: 5px;
}
.list .filter input {
    max-width: 120px;
    /*width: 90%;*/
    width: 87%;
}
/* ********************************************** */
div.pagination {
    background: none repeat scroll 0 0 #F8F8F8;
    border-top: 1px solid #EEEEEE;
    display: inline-block;
    /*margin: 10px 0;*/
    margin: -5px 0 15px 0;
    width: 100%;
}
ul.pagination, ul.pagination select, div.pagination .results {
    padding: 8px;
}
ul.pagination {
    display: inline-block;
    margin: 5px 0;
}
ul.pagination a {
    color: #000000;
    text-decoration: none;
}
ul.pagination .active a, ul.pagination .active a:visited {
    background: none repeat scroll 0 0 #99C34E;
    border: 1px solid #87B33A;
    color: #FFFFFF;
    text-decoration: none;
}
ul.pagination .active a:hover, ul.pagination .active a:active {
    background: none repeat scroll 0 0 #80AD32;
}
ul.pagination select {
    width: 70px;
}
div.pagination .results {
    float: right;
    height: 29px;
    line-height: 29px;
    margin: 5px 0;
    padding: 8px;
}
.form {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
}
.option td {
    line-height: 2.5em;
}
.option td input {
    line-height: normal;
}
table.form tr td:first-child {
    width: 200px;
}
.form > * > * > td {
    border-bottom: 1px dotted #CCCCCC;
    color: #000000;
    padding: 10px;
}
.form table.form table {
    width: auto;
}
.backgroundpicker table tr td:first-child, .templateColorField table tr td:first-child {
    width: 220px;
}
table.priceForm tr td:first-child {
    width: auto;
}
table.form .fullwidth td:first-child {
    width: 100%;
}
table.form .fullwidth td:first-child table.form tr td:first-child {
    width: 200px;
}
.form .group-multilang-tabs {
    border: 0 none;
}
.form .group-multilang-tabs .tabscover {
    border: 0 none;
}
.form .group-multilang-tabs .tabscover .htabs {
    margin: 0;
}
.form .multilangual td .multilang-form td, .form .multilangual .form {
    border-collapse: separate;
    margin: 0;
}
.form .multilangual > .fullwidth > td {
    border-bottom: 0 none;
    padding: 0;
}
.new_tag {
    margin-bottom: 15px;
}
.help, .form-help {
    color: #999999;
    display: block;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10px;
    font-weight: normal;
}
table.form td.elementdesccol {
    vertical-align: top;
    width: 45%;
}
table.form tr.form-element td.labelcol {
    max-width: 200px;
    width: 200px;
}
table.form td .help ol, table.form td .help ul {
    margin: 0;
    padding: 0 1em;
}
.form-complexmultiselect-chosen {
    width: 650px;
}
.form-complexmultiselect-buttons {
    padding: 8px 0;
    vertical-align: middle;
}
.form-complexmultiselect-button {
    margin-right: 10px;
}
.form-complexmultiselect-multiselect-div {
    float: left;
}
.form-complexmultiselect-multiselect[multiple] {
    height: 150px;
    width: 560px;
}
.form-complexmultiselect-sort-arrows {
    float: left;
    padding-left: 20px;
    padding-top: 30px;
}
.form-complexmultiselect-sort-arrow {
    cursor: pointer;
}
.form-complexmultiselect-sort-arrow-up {
    padding-bottom: 30px;
}
.chosen-container-multi {
    margin-top: 10px;
}
span.required, .required-mark {
    color: #FF0000;
    font-weight: bold;
}
.error, .error-msg, .error-list {
    color: #FF0000;
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding-top: 3px;
}
.error-input {
    border: 1px solid #FF0000;
}
tr.attrib_error td label, tr.attrib_error td input, tr.attrib_error td span {
    color: #FF0000;
}
.scrollbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    overflow-y: scroll;
}
.scrollbox, .resizable-box {
    height: 100px;
    min-height: 100px;
    width: 350px;
}
.ui-resizable .scrollbox {
    height: 100%;
}
.resizable-box .ui-resizable-handle {
    background: url("../images/grippie.png") no-repeat scroll center center #DDDDDD;
    z-index: 0 !important;
}
.htabs {
    border-bottom: 1px solid #DDDDDD;
    height: 30px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
}
.htabs a {
    background-color: #EEEEEE;
    background-image: -moz-linear-gradient(center bottom , #FEFEFE 0%, #EEEEEE 100%);
    border-left: 1px solid #DDDDDD;
    border-radius: 3px 3px 0 0;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    color: #000000;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-right: 3px;
    padding: 6px 11px 7px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
.htabs a.selected {
    background: none repeat scroll 0 0 #FFFFFF;
    padding-bottom: 8px;
    transition: all 0.3s ease-in-out 0s;
}
.vtabs {
    border-right: 1px solid #DDDDDD;
    display: block;
    float: left;
    min-height: 300px;
    padding: 10px 0;
    width: 180px;
}
.vtabs a {
    background: none repeat scroll 0 0 #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    clear: both;
    color: #000000;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 6px 14px 7px 15px;
    text-align: right;
    text-decoration: none;
    width: 150px;
}
.vtabs a.selected {
    background: none repeat scroll 0 0 #FFFFFF;
    padding-right: 15px;
}
.vtabs_page {
    margin-left: 195px;
}
#tab_history .list p {
    margin: 0;
}
/* ********************************************** */
.scrollbox div {
    padding: 3px;
}
.scrollbox div input {
    margin: 0 3px 0 0;
    padding: 0;
}
.scrollbox div.even {
    background: none repeat scroll 0 0 #FFFFFF;
}
.scrollbox div.odd {
    background: none repeat scroll 0 0 #E4EEF7;
}
/* ********************************************** */
.loginbox_wrapper.box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    min-height: 300px;
    width: 640px;
}
.loginbox {                 
    background: none repeat scroll 0 0 #DEDEDE;
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.15) inset;
    font-family: "Century Gothic";
    height: 271px;
    padding: 0;
}
/*.loginbox iframe {
    margin-left: 10px;
    margin-top: 10px;
}*/
.loginbanners-iframe {
    padding-top: 10px;
    padding-right: 10px;
}
.login_wrapper {
    float: left;
    margin-right: 19px;
    padding: 35px 0 35px 30px;
    width: 191px;
}
.login_wrapper_title {
    color: #545453;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
}
.login_wrapper .input-group {
    padding: 15px 0 5px;
}
.login_row {
    padding-bottom: 8px;
}
.login_row .login_row_text {
    color: #6E6E6E;
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}
.login_row input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #BCBCBC -moz-use-text-color -moz-use-text-color #BCBCBC;
    border-image: none;
    border-radius: 3px;
    border-right: 0 none;
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    color: #999999;
    height: 27px;
    padding: 2px;
    width: 142px;
}
.login_wrapper .button, .login_wrapper .button:visited {
    color: #FFFFFF;
    font-size: 17px;
    margin-top: 15px;
    width: 168px;
}
.login_wrapper .button:hover, .login_wrapper .button:active {
    color: #FFFFFF;
}
/* ********************************************** */
.add {
    -moz-background-inline-policy: continuous;
    background: url("../images/add.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #000000;
    cursor: pointer;
    display: inline-block;
    padding-right: 20px;
}
.remove {
    -moz-background-inline-policy: continuous;
    background: url("../images/delete.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #000000;
    cursor: pointer;
    display: inline-block;
    padding-left: 15px;
}
/* ********************************************** */
#childselector .controlls {
    text-align: center;
}
#childselector .controlls a {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #333333;
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 10px auto;
    text-decoration: none;
    width: 20px;
}
#childselector .controlls .inactive {
    background: none repeat scroll 0 0 #F0F0F0;
    border: 1px solid #333333;
    color: #333333;
    cursor: default;
}
#childselect .product_list {
    border: 1px solid #DDDDDD;
    padding: 0;
    vertical-align: top;
}
#childselect .product_list .content {
    height: 240px;
    overflow: auto;
}
#childselect .content div {
    background: none repeat scroll 0 0 #EDEDED;
    color: #555555;
    cursor: pointer;
    line-height: 1.5em;
    padding: 2px 10px 1px 25px;
    position: relative;
}
#childselect th {
    padding-left: 2px;
}
#childselect .list {
    margin-top: 10px;
}
#childselect .product_list input {
    left: 2px;
    position: absolute;
} 
#childselect .product_list .active {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
}
#childselect .controll_reset {
    display: none;
    margin: 0 auto;
}
td.helptxt {
    border: 1px solid #DDDDDD;
    color: #999999;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10px;
    font-weight: normal;
}
#childselect.hideinput input {
    display: none;
}
/* ********************************************** */
.chosen-container {
    font-size: 12px !important;
    min-width: 100px !important;
    text-align: left !important;
}
.chosen-container .chosen-drop {
    min-width: 98px !important;
    z-index: 100000 !important;
}
.chosen-container-single .chosen-single span {
    margin-right: 0 !important;
}
/* ********************************************** */
#ui-datepicker-div {
    z-index: 2001 !important;
}
.ui-front {
    z-index: 2001 !important;
}
button.ui-dialog-titlebar-close {
    background: url("../images/ui-icons_888888_256x240.png") repeat scroll -96px -128px rgba(0, 0, 0, 0) !important;
    border: 0 none !important;
    height: 16px !important;
    margin: -10px 0 0 !important;
    width: 16px !important;
}
button.ui-dialog-titlebar-close:hover {
    background-color: rgba(255, 255, 255, 0.6) !important;
}
.ui-timepicker-div dl {
    padding: 0 10px;
}
/* ********************************************** */
@media (min-width: 768px) {
    .product-name {
        width: 500px;
    }
    .product-parameters {
        height: 300px;
        width: 432px;
    }
    .product-tags {
        width: 430px;
    }
    .product-keyword {
        width: 500px;
    }
    .product-options-div {
        float: left;
        height: 300px;
        width: 200px;
    }
    #options {
        margin-left: 215px;
    }
    #tab_product input {
        text-align: right;
    }
}
/* ********************************************** */
@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../fonts/glyphicons-halflings-regular.eot") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg");
}
.glyphicon-briefcase:before {
    content: "";
}
.glyphicon-calendar:before {
    content: "";
}
.glyphicon-pushpin:before {
    content: "";
}
.glyphicon-paperclip:before {
    content: "";
}
.glyphicon-camera:before {
    content: "";
}
.glyphicon-lock:before {
    content: "";
}
.glyphicon-bell:before {
    content: "";
}
.glyphicon-bookmark:before {
    content: "";
}
.glyphicon-fire:before {
    content: "";
}
.glyphicon-wrench:before {
    content: "";
}
/*  **** Saját *** */

td.quick_sell {
    width: 90px !important; 
    min-width: 90px;
}
input[type=text].quantity {
    text-align: right;
    width: 35px;
}
input[type=text].short {
    text-align: right;
    width: 35px;
}
input[type=text].text-right {
    text-align: right;
    /*margin-right: 10px !important;*/
}
#flags {
    margin-left: 20px;
    width: 250px;
    height: auto;
}
.fileuploader {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: default;
}
.filename {
    float: left;
    display: inline-block;
    outline: 0 none;
    height: 28px;
    width: 300px;
    overflow: hidden;
    border: 1px solid #CCCCCC;
    color: #777;
    text-shadow: 1px 1px 0px #fff;
    border-radius: 5px 0px 0px 5px;
    box-shadow: 0px 0px 1px #fff inset;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    padding: 6px 10px;
    margin-right: 5px;
    font-weight: bolder;
}
.fileuploader input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    height: 28px;
    width: 385px;
    cursor: pointer;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
}
*::-webkit-input-placeholder {
    color: black;
}    
*:-moz-placeholder {
    /* FF 4-18 */
    color: black;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: black;
}    
*:-ms-input-placeholder {
    /* IE 10+ */
    color: black;
}
#dialog-sell-items {
    min-width: 450px;
}
#dialog-sell-items thead td, #dialog-legend thead td {
    /*text-align: center;*/
    font-weight: bold;
}
#dialog-sell-items thead td.center, #dialog-legend thead td.center {
    text-align: center;
}
#dialog-sell-items td.number, #dialog-legend td.number {
    text-align: right;
}
#dialog-sell-items td:first-child {
    width: 80px;
}
#dialog-legend td:first-child {
    width: 140px;
}
#dialog-sell-items tfoot td {
    text-align: right;
    border-top: 1px solid #DDDDDD;
    font-weight: bold;
}
/*  **** Saját *** */
