﻿html, body {
    font-size: .85rem;
    color: rgb(68, 68, 68);
    font-family: 'Trebuchet MS', 'Lato', sans-serif;
}

.highcharts-container, .highcharts-container svg {
    font-family: 'Trebuchet MS', 'Lato', sans-serif !important;
}

body {
    padding: 8px;
    display: block;
}

span.label {
    vertical-align: middle;
}

span > label {
    display: inline;
}

label.prefix, label.postfix {
    overflow: hidden;
}

button, .button {
    font-family: 'Lato', sans-serif;
    margin-bottom: .75rem;
    width: 100%;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] [data-role=content] {
    color: black;
}

h1, h2, h3, h4, h5, h6 {
    color: rgb(68, 68, 68);
    margin: 0;
    padding: .5rem 0;
    font-family: 'Lato', sans-serif;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    padding-top: 0;
    font-weight: bold;
}

.panel {
    padding: .8rem;
}

a {
    word-wrap: break-word;
    font-size: .875rem;
}

    a:hover, a:focus {
        color: #3BB4F0;
    }

#divOnScreenBC p {
    line-height: 0.9;
}

.row {
    min-width: 100% !important;
}

.bold {
    font-weight: bold;
}

[readonly], [disabled], label[readonly], label[disabled], [readonly] > *, [disabled] > *, .readonly:not(.row,.rows,.column,.columns) {
    cursor: not-allowed !important;
    background-color: #ddd !important;
}

.readonly:hover:not(.row,.rows,.column,.columns) {
    background: rgb(221, 221, 221);
    border: 1px solid rgb(204, 204, 204);
}

.contain-to-grid .top-bar {
    max-width: 100rem;
    margin: 0 20px 0 20px;
    margin-bottom: 0;
}

.top-bar {
    display: inline-block;
    vertical-align: middle;
    margin-top: .43rem;
}

.validation-summary-errors, .validation-summary-errors li {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    margin: 0;
}

/* jQuery mobile styles
-----------------------------------------------------------*/

/* Make listview buttons fill the whole horizontal width of the screen */
.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li {
    padding-right: 15px;
}

.ui-bar-a, .ui-body-a, .ui-btn-up-a, .ui-btn-hover-a, .ui-btn-down-a, .ui-bar-b, .ui-body-b, .ui-btn-up-b, .ui-btn-hover-b, .ui-btn-down-b, .ui-bar-c, .ui-body-c, .ui-btn-up-c, .ui-btn-hover-c, .ui-btn-down-c, .ui-bar-d, .ui-body-d, .ui-btn-up-d, .ui-btn-hover-d, .ui-btn-down-d, .ui-bar-e, .ui-body-e, .ui-btn-up-e, .ui-btn-hover-e, .ui-btn-down-e, .ui-btn-active {
    text-shadow: none;
}

.accordion .accordion-navigation {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

    .accordion .accordion-navigation .content {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .accordion .accordion-navigation > a, .accordion dd > a, .accordion .accordion-navigation.active > a, .accordion dd.active > a {
        background: rgba(0, 0, 0, 0.02);
        -webkit-transition: background-color 0.2s linear;
        -moz-transition: background-color 0.2s linear;
        -o-transition: background-color 0.2s linear;
        transition: background-color 0.2s linear;
        color: #5a5a5a;
        font-weight: bold;
    }

        .accordion .accordion-navigation > a:hover, .accordion dd > a:hover, .accordion .accordion-navigation.active > a:hover, .accordion dd.active > a:hover {
            background-color: #0581b5;
            color: #fff;
        }

.numeric, .integer, .decimal, .currency {
    text-align: right;
}

.header-top {
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    z-index: 999;
    text-align: center;
}

.header-main {
    margin-bottom: 1rem;
    color: #9a9a9a;
    height: 60px; /*background: url("/content/images/wrist-watch-free-license-cc0-980x649.jpg") no-repeat;*/
    background-position: left center;
    background-color: #fff;
}

    .header-main .header-logo {
        float: left;
        color: #fff;
        text-shadow: 1px -1px 1px rgba(150, 150, 150, 1);
    }

.header-logo {
    padding: 0 10px;
    font-weight: bold;
    font-size: 3.5rem;
}

.header-main a {
    color: #cdcdcd;
}

    .header-main a:hover {
        color: White;
    }

a.header-icon img {
    margin: 1rem 0;
}

.header-menu {
    margin-top: 12px;
    margin-left: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0px 2px 6px 2px rgba(117,117,117,0.5);
    -moz-box-shadow: 0px 2px 6px 2px rgba(117,117,117,0.5);
    box-shadow: 0px 2px 6px 2px rgba(117,117,117,0.5);
    width: 99% !important;
}

    .header-menu.contain-to-grid.sticky.fixed {
        margin-top: 0;
    }

.sticky {
    border-bottom: 1px solid #9a9a9a;
    background-color: #fff;
}

.header-icon, .header-icon:hover {
    color: #333;
}

.large-top-menu .button.tiny {
    padding: .6rem;
}

.show-for-small .large-top-menu .button.tiny {
    padding: 0 .6rem;
}

/*---------------------------------------------------*/
.top-bar {
    height: 38px;
    background: #fff;
}

    .top-bar .name h1 a {
        font-weight: normal;
        color: #6a6a6a;
        display: block;
        padding: 8px 15px;
    }

    .top-bar .toggle-topbar.menu-icon {
        margin-top: -20px;
    }

        .top-bar .toggle-topbar.menu-icon a {
            height: 34px;
            padding: 0 40px 0 15px;
            color: #6a6a6a;
            position: relative;
        }

            .top-bar .toggle-topbar.menu-icon a:hover {
                color: #305088;
            }

            .top-bar .toggle-topbar.menu-icon a span:after {
                content: "";
                position: absolute;
                display: block;
                height: 0;
                top: 50%;
                margin-top: -8px;
                right: 15px;
                box-shadow: 0 0px 0 1px #333, 0 7px 0 1px #333, 0 14px 0 1px #333;
                width: 16px;
            }

            .top-bar .toggle-topbar.menu-icon a:hover span:after {
                box-shadow: 0 0px 0 1px #305088, 0 7px 0 1px #305088, 0 14px 0 1px #305088;
            }

    .top-bar.expanded .title-area {
        background: #f8f8f8;
    }

    .top-bar.expanded .toggle-topbar a {
        color: #888888;
    }

        .top-bar.expanded .toggle-topbar a:after {
            box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
        }

.divider, [role="separator"] {
    border-top: solid 1px #e3e3e3;
    clear: both;
    height: 1px;
    width: 100%;
}

.top-bar-divider {
    border-left: solid 1px #e3e3e3;
    height: 24px;
    width: 1px;
    margin: .5rem 1rem;
}

.expanded .top-bar-divider {
    height: auto;
    width: 100%;
    border-top: solid 1px #e3e3e3;
}

.expanded .parent-link {
    background: white;
}

.expanded .top-bar-section ul li:not(.panel).parent-link {
    font-weight: bold;
    border-left: solid 1px #e3e3e3;
    border-right: solid 1px #e3e3e3;
}

.top-bar-section .dropdown li:not(.has-form).panel a:not(.button) {
    padding: 0;
}

.top-bar-section ul li.has-dropdown > a:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: 1px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.top-bar-section .has-dropdown > .dropdown.categories-panel, .top-bar-section .has-dropdown.not-click > .dropdown.categories-panel {
    width: 1004px;
}

.top-bar-section .has-dropdown > .dropdown.brands-panel, .top-bar-section .has-dropdown.not-click > .dropdown.brands-panel {
    width: 774px;
}

.expanded .top-bar-section .has-dropdown > .dropdown.categories-panel, .expanded .top-bar-section .has-dropdown.not-click > .dropdown.categories-panel, .expanded .top-bar-section .has-dropdown > .dropdown.brands-panel, .expanded .top-bar-section .has-dropdown.not-click > .dropdown.brands-panel {
    width: 100%;
}

.brands-item {
    width: 80px;
    height: 100px;
}

.category-list {
    margin-bottom: 1.2rem;
    width: 194px;
}

.top-bar-section ul li div.category-list div.category-list-header a:not(.button) {
    font-weight: bold;
}

.top-bar-section ul li div.category-list a:not(.button) {
    background-color: transparent;
    font-weight: normal;
    white-space: normal;
}

    .top-bar-section ul li div.category-list a:not(.button):hover {
        background-color: transparent;
    }

.top-bar-section ul li div.category-list-header {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e3e3e3;
    font-weight: bold;
}

    .top-bar-section ul li div.category-list-header:hover {
        -moz-box-shadow: inset 0 -8px 8px -8px rgba(0,0,0,.1);
        -webkit-box-shadow: inset 0 -8px 8px -8px rgba(0,0,0,.1);
        box-shadow: inset 0 -8px 8px -8px rgba(0,0,0,.1);
    }

.category-list-item {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e3e3e3;
}

    .category-list-item:hover {
        -moz-box-shadow: inset 0 8px 8px -8px rgba(0,0,0,.1), inset 0 -8px 8px -8px rgba(0,0,0,.1);
        -webkit-box-shadow: inset 0 8px 8px -8px rgba(0,0,0,.1), inset 0 -8px 8px -8px rgba(0,0,0,.1);
        box-shadow: inset 0 8px 8px -8px rgba(0,0,0,.1), inset 0 -8px 8px -8px rgba(0,0,0,.1);
    }

.category-list h5 {
    font-weight: bold;
}

.category-list img {
    max-height: 80px;
}

#divAlertContainer {
    position: fixed;
    bottom: 0;
    right: 10px;
    width: 350px;
    opacity: 0.9;
    z-index: 999;
}

    #divAlertContainer .alert-box {
        font-size: 1.1rem;
    }

.top-bar-section ul li {
    background: transparent;
}

    .top-bar-section ul li > a {
        display: block;
        width: 100%;
        padding: .5rem 0;
        padding-left: .4rem;
        font-size: 0.9em;
        font-weight: normal;
        text-transform: none;
        color: #3e3e3e;
        font-family: 'Lato', sans-serif;
    }

.header-main {
    padding: 0 0.9375rem;
}

    .header-main .top-bar-section ul li:hover:not(.has-dropdown) > a {
        color: #333;
        text-decoration: underline;
    }

    .header-main .top-bar-section ul li.has-dropdown:hover > a {
        color: #333;
        text-decoration: underline;
    }

.top-bar-section ul li:hover:not(.has-form) > a {
    /*background: rgb(79, 79, 79);*/
}

.top-bar-section ul li.active > a {
    background: #f8f8f8;
    color: #305088;
}

    .top-bar-section ul li.active > a:hover {
        background: #f8f8f8;
        color: #305088;
    }

.top-bar-section .has-dropdown > a {
    margin-right: 10px;
}

    .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent transparent transparent rgba(106, 106, 106, 0.4);
        border-left-style: solid;
        margin-top: -4.5px;
        position: absolute;
        top: 50%;
        right: 0;
    }

.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
    color: #6a6a6a;
    line-height: 22.5px;
    display: block;
}

.top-bar-section .dropdown li.has-form {
    padding: 8px 15px;
}

.top-bar-section .dropdown label {
    padding: 8px 15px 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #6a6a6a;
    font-weight: bold;
    font-size: 0.625rem;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.content {
    vertical-align: top;
}

.facebook-panel {
    line-height: normal;
}

    .facebook-panel iframe {
        background: white;
        margin-bottom: 15px;
    }

[data-role=footer] {
    color: #3d3d3d;
}

    [data-role=footer].footer-1 {
        padding-bottom: 2rem;
    }

    [data-role=footer].footer-2 {
        margin-top: 2rem;
        padding: 2rem 0 1rem 0;
        border-top: 1px solid #ddd;
    }

        [data-role=footer].footer-2 ul {
            list-style: none;
            list-style-type: none;
        }

            [data-role=footer].footer-2 ul li {
                display: inline;
                color: #464646;
                float: right;
                margin-left: 30px;
                margin-right: 10px;
            }

                [data-role=footer].footer-2 ul li a {
                    color: #8C8C8C;
                }

                    [data-role=footer].footer-2 ul li a:hover {
                        color: Orange;
                    }

    [data-role=footer] h1, [data-role=footer] h2, [data-role=footer] h3 {
        color: White;
        font-family: 'Lato', sans-serif;
    }

.lined {
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 1rem;
}

b.lined {
    display: block;
    padding: .5rem 4px;
}

.bolded-line {
    display: block;
    margin-bottom: -1px;
    width: 30px;
    height: 1px;
    background-color: rgba(0,0,0,.5);
}

[data-role=footer] .lined {
    border-bottom-color: rgba(255,255,255,.4);
}

[data-role=footer] .bolded-line {
    background-color: #fff;
}

.right-lined {
    border-right: 1px solid #d8d8d8;
}

.left-lined {
    border-left: 1px solid #d8d8d8;
}

.strap-lined {
    height: 14px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 1rem;
    text-align: center;
}

    .strap-lined > * {
        background: white;
        padding: 0 4px;
    }

[data-role=footer] .navigation {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

[data-role=footer] {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

    [data-role=footer] .navigation li {
        padding: 12px 0;
    }

    [data-role=footer] .navigation a, [data-role=footer] .help a, [data-role=footer] .company a {
        color: White;
        display: block;
    }

    [data-role=footer] a:hover {
        color: #aaa;
    }

    [data-role=footer] ul.help, [data-role=footer] ul.company {
        margin-top: 10px;
    }

    [data-role=footer] ul {
        margin-bottom: 20px;
    }

    [data-role=footer] .copyright {
        font-family: 'Lato', sans-serif;
        font-size: 12px;
    }

ul.social {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: 0;
}

.social li {
    float: left;
    display: inline;
    margin-right: 7.5px;
}

    .social li a {
        text-indent: -9999px;
        width: 32px;
        height: 32px;
        display: block;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }

.sc-1 {
    background: url(images/social.png) 0px 0px no-repeat;
}

.sc-2 {
    background: url(images/social.png) -39px 0 no-repeat;
}

.sc-3 {
    background: url(images/social.png) -78px 0px no-repeat;
}

.sc-4 {
    background: url(images/social.png) -117px 0px no-repeat;
}

.sc-5 {
    background: url(images/social.png) -156px 0px no-repeat;
}

.sc-6 {
    background: url(images/social.png) -195px 0px no-repeat;
}

.sc-7 {
    background: url(images/social.png) -234px 0px no-repeat;
}

.sc-8 {
    background: url(images/social.png) -273px 0px no-repeat;
}

.sc-9 {
    background: url(images/social.png) -312px 0px no-repeat;
}

.sc-10 {
    background: url(images/social.png) -351px 0px no-repeat;
}

.sc-1:hover {
    background: url(images/social.png) 0px -32px no-repeat;
}

.sc-2:hover {
    background: url(images/social.png) -39px -32px no-repeat;
}

.sc-3:hover {
    background: url(images/social.png) -78px -32px no-repeat;
}

.sc-4:hover {
    background: url(images/social.png) -117px -32px no-repeat;
}

.sc-5:hover {
    background: url(images/social.png) -156px -32px no-repeat;
}

.sc-6:hover {
    background: url(images/social.png) -195px -32px no-repeat;
}

.sc-7:hover {
    background: url(images/social.png) -234px -32px no-repeat;
}

.sc-8:hover {
    background: url(images/social.png) -273px -32px no-repeat;
}

.sc-9:hover {
    background: url(images/social.png) -312px -32px no-repeat;
}

.sc-10:hover {
    background: url(images/social.png) -351px -32px no-repeat;
}



.padding {
    padding: 1rem;
}

.padding-top {
    padding-top: 1rem;
}

.header-top .button {
    margin: 1rem 0;
}

    .header-top .button i {
        font-size: 1.6em;
    }

    .header-top .button .alert-ball {
        color: White;
        background: red;
        position: absolute;
        right: 2px;
        top: -2px;
        -moz-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
        display: inline-block;
        font-size: 0.9em;
        width: 12px;
        border: 1px solid white;
    }

.datepicker-days {
    width: 200px;
}

/*radio*/
.radiolistitem {
    float: left;
    padding-top: 4px;
    padding-right: 4px;
}

    .radiolistitem input[type=radio], .radiolistitem input[type=checkbox] {
        margin-right: 4px;
        display: inline-block;
    }

    .radiolistitem label {
        margin-right: 8px;
        padding: 0;
    }

.radiolist {
    float: left;
    margin-bottom: 5px;
}

[role=application].mce-container {
    margin-bottom: .5rem;
}

.error [role=application].mce-container {
    margin-bottom: 0;
}

.switch {
    margin-bottom: .5rem;
    height: 2.3125rem;
    display: inline-block;
}

    .switch input[type=checkbox] {
        margin-bottom: 0;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px;
}

.badge-primary {
    background-color: #4E7FE1;
}

.badge-success {
    background-color: #81CA80;
}

.badge-info {
    background-color: #6BBCD7;
}

.badge-warning {
    background-color: #E9C842;
}

.badge-danger {
    background-color: #E96562;
}



.badge-1 /*Open*/ {
    background-color: #81CA80 !important;
}

.badge-2 /*WIP*/ {
    background-color: #FFD700 !important;
}

.badge-3 /*Resolved*/ {
    background-color: #FFE4B5 !important;
}

.badge-4 /*Verified*/ {
    background-color: #6BBCD7 !important;
}

.badge-5 /*Cancelled*/ {
    /*background-color: red !important;*/
}

.badge-6 /*Closed*/ {
    background-color: #F5F5F5 !important;
}

.badge-7 /*Invoice*/ {
    background-color: #B0C4DE !important;
}

.panel-header {
    color: #626262;
    background-color: #f6f6f6;
    border-color: #e9e9e9;
    padding: 8px;
    margin-bottom: 0;
    border: 1px solid #d8d8d8;
    border-bottom-width: 0;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    font-weight: bold;
}

.panel, .panel-border {
    background: white;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.panel-border {
    border: 1px solid rgb(216, 216, 216);
}

.divider.divider-dashed {
    border: 1px dashed #e9e9e9;
}

.divider-lg {
    margin-top: 30px;
    margin-bottom: 30px;
}

.divider {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pull-closer {
    margin: 3px -5px 3px;
}

.pull-in {
    margin: 0px -5px 15px;
}

.alert-box a {
    color: White;
    font-weight: bold;
    text-decoration: underline;
}

    .alert-box a.close {
        text-decoration: none;
    }

.alert-box {
    margin-bottom: 0.8rem;
}

.general-page {
    text-shadow: 0px 1px 0px #eeeeee;
    color: #576170;
    text-align: justify;
}

.title {
    font-size: 22px;
    font-weight: bold;
    border: 1px solid #e2e2e2;
    line-height: 30px;
    border-left: none;
    border-right: none;
    border-top: none;
}

.headline {
    padding: 0 0 5px 0;
    margin: 20px 0 5px 0;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
}

.paragraph {
    font-size: 13px;
}

.top-bar-section ul {
    list-style: none;
}

    .top-bar-section ul li:not(.panel), .top-bar-section ul li:not(.panel):not(.has-form).has-dropdown a:not(.button) {
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
    }

    .top-bar-section ul li:not(.has-form).has-dropdown.show > a:not(.button) {
        background-color: White;
        border-left: 1px solid #e3e3e3;
        border-right: 1px solid #e3e3e3;
    }

    .top-bar-section ul li a:hover {
        text-decoration: underline;
    }

    .top-bar-section ul li.panel {
        background-color: White;
        border-top: 0;
        box-shadow: 0 1px 3px rgba(0,0,0,.1);
    }

    .top-bar-section ul li div {
        font-weight: normal;
        font-size: 1rem;
    }

.product.columns {
    float: none;
    margin-right: -4px;
    display: inline-block;
}

.product.most-matches {
    background: #fff;
}

.product-border {
    border: 1px solid transparent;
    padding: .75rem;
    text-align: center;
    margin: 1px;
}

.center > .product {
    margin: 0;
}

.product-border:hover {
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
}

.product-name, .product-price, .product-out-of-stock, .product-desc {
    font-weight: bold;
    padding: 0 .2rem .2rem .2rem;
}

.product-categories {
    padding: 0 .2rem .2rem .2rem;
}

.product-image {
    width: 100%;
    text-align: center;
    margin-bottom: .75rem;
}

    .product-image img {
        max-width: 100%;
        max-height: 100%;
    }

.view-image {
    float: left;
    margin-right: 1rem;
    border: 1px solid #e3e3e3;
    padding: .5rem;
}

    .view-image img {
        border: 1px solid #e3e3e3;
        display: block;
        clear: both;
        height: 140px;
        width: 140px;
    }

    .view-image .image-path {
        margin: .5rem 0 0 0;
        width: 140px;
    }

        .view-image .image-path input {
            margin-bottom: 0;
        }

.product-default-image {
    border: 1px solid #e3e3e3;
    position: absolute;
    right: 0;
    margin-right: 2rem;
}

.view-image label {
    float: left;
}

.view-image .fa-stack {
    float: right;
}

.fa-stack a {
    font-size: .9em;
    line-height: 2em;
}

.list-report-row .default-image {
    float: left;
    margin-right: 1rem;
}

.list-report-row .article-edit {
    margin-left: 1rem;
}

.list-report-row .article-date {
    white-space: nowrap;
}

.article-date:hover .in-word, .article-date .in-date {
    display: none;
}

.article-date:hover .in-date {
    display: inline-block;
}

.tabs-container {
    height: auto;
}

.tabs {
    border: 1px solid #c0c0c0;
    z-index: 99;
    float: left;
}

.tabs-container .tabs {
    border-bottom: 0;
}

.tabs li input[type=radio] + label {
    margin: 0;
}

.tabs li.active, .tabs li :checked + label {
    background-color: White;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #fff;
}

.tabs li:first-Child.active, .tabs li:first-Child :checked + label {
    border-left: 0;
}

.tabs li:last-Child.active, .tabs li:last-Child :checked + label {
    border-right: 0;
}

.tabs-container + .panel {
    margin-top: -1px;
}

.tabs dd > a, .tabs .tab-title > a, .tabs dd > label, .tabs .tab-title > label {
    display: block;
    background-color: #EFEFEF;
    color: #222222;
    padding: 1rem 2rem;
    font-size: 1rem;
}

.tabs .tab-title.buy > label {
    color: #c7202c;
}

.tabs .tab-title.sell > label {
    color: #f37021;
}

.tabs dd > a, .tabs dd:hover > a, .tabs dd > label, .tabs dd:hover > label {
    padding: .45rem;
    background-color: #EFEFEF;
}

.tabs dd:hover {
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    background-color: rgb(254, 254, 254);
    background-image: linear-gradient(to top, rgb(250, 250, 250), rgb(254, 254, 254));
}

.tabs dd.active > a, .tabs dd.active > label, .tabs .tab-title.active a, .tabs .tab-title.active label {
    color: #222222;
    background-color: white;
}

.tabs dd {
    font-weight: bold;
    border-right: 1px solid rgb(204, 204, 204);
}

.product-purchase-info {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding-top: .5rem;
    margin-bottom: .5rem;
}

.product-price, .product-out-of-stock {
    font-size: 1.1rem;
    color: Green;
}

.normal-price {
    font-size: 1.2rem;
    color: #acacac;
    text-decoration: line-through;
}

.panel > div {
    max-width: 100%;
}

.panel .product-tag h5 {
    margin: .8rem 0 .4rem 0;
    font-weight: bold;
}

select.postfix {
    border-left: 0;
}

.radius {
    border-radius: 3px;
}

.inline {
    display: inline-block;
}

.gallery-view.single-column .list-report-row {
    width: 100%;
}

.gallery-view .list-report-row, .list-view .list-report-row {
    background: transparent;
    border: 0;
    padding: 0;
    display: inline-block;
}

.gallery-view .list-report-row {
    float: left;
    margin-right: -4px;
    display: inline-block;
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.categories-break {
    display: none;
}

.gallery-view .categories-break, .list-view .categories-break {
    display: block;
}

/***** For Small Only *****/
@media only screen and (max-width: 40.063em) {
    .list-report-row {
        width: 100%;
    }

    a.header-icon img {
        margin: 0;
    }
}

.gallery-view .list-report-end, .list-view .list-report-end {
    border-top: 0;
}

.product-info .product-desc {
    display: none;
    font-weight: normal;
}

.panel-header.product-name {
    padding: .8rem;
}

    .panel-header.product-name a, .panel-header.product-name a:hover {
        color: #333;
    }

.popout-button.button {
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    font-weight: bold;
    font-size: 1.1rem;
    color: #E96562;
    border-radius: 4px;
    padding-left: .7rem;
    padding-right: .7rem;
}

.popout-button-panel {
    display: none;
    position: absolute;
    z-index: 99;
    right: 0;
}

    .popout-button-panel.cart-button-panel {
        min-width: 278px;
    }

    .popout-button-panel.user-button-panel {
        min-width: 200px;
    }

.user-button-panel li {
    padding: .5rem 0;
    font-size: 1rem;
}

.popout-button-panel {
    color: #555;
}

    .popout-button-panel a {
        color: #0078a0;
    }

        .popout-button-panel a:hover {
            color: orange;
        }

.popout-parent {
    margin-left: .5rem;
}

    .popout-parent:hover .popout-button-panel {
        display: block;
    }

.cart-no-item .cart-no-item-hide {
    display: none;
}

/***** Not For Small *****/
@media only screen and (min-width: 40.063em) {
    .list-view .list-report-row {
        display: block;
    }

    .list-view .product-border {
        border: 1px solid transparent;
        border-top: 1px solid #e3e3e3;
        padding: 1rem;
        text-align: left;
        width: 100%;
        display: block;
        margin: 0;
    }

    .list-view .product-image {
        display: table-cell;
        width: 20%;
    }

    .list-view .product-info {
        display: table-cell;
        vertical-align: top;
        font-size: 1rem;
        width: 800px;
    }

    .list-view .product-desc {
        display: block;
    }

    .list-view .product-price-button {
        display: table-cell;
        text-align: center;
        border-left: 1px solid #e3e3e3;
        padding-left: 1rem;
        width: 160px;
        vertical-align: top;
    }

    .list-view .product-name-price {
        display: table;
        width: 100%;
    }

    .list-view .product-name {
        display: table-cell;
    }

    .list-view .product-price {
        font-size: 1rem;
        color: Green;
        display: table-cell;
        min-width: 120px;
        text-align: right;
    }

    .list-view .categories-break {
        display: none;
    }

    .gallery-view .list-report-row {
        width: 50%;
    }

        .gallery-view .list-report-row:nth-child(2n+1) {
            clear: both;
        }

    .table {
        display: table;
    }

        .table .row, .table .rows {
            display: table-row;
        }

            .table .row .columns, .table .rows .columns, .table .row .column, .table .rows .column {
                display: table-cell;
                width: auto;
                padding: .2rem;
            }

        .table > .row > [class*="column"] {
            float: none;
        }

    .max-30 {
        max-width: 30%;
    }
}
/***** For Large *****/
@media only screen and (min-width: 64.063em) {
    .gallery-view .list-report-row {
        width: 33%;
    }

        .gallery-view .list-report-row:nth-child(2n+1) {
            clear: none;
        }

        .gallery-view .list-report-row:nth-child(3n+1) {
            clear: both;
        }
}

ul.list-view, ul.gallery-view {
    margin-left: 0;
}

.margin {
    margin: 1rem !important;
}

.margin-top {
    margin-top: 1rem !important;
}

.margin-bottom {
    margin-bottom: 1rem !important;
}

.margin-left {
    margin-left: 1rem !important;
}

.margin-right {
    margin-right: 1rem !important;
}

.padding {
    padding: .7rem !important;
}

.padding-top {
    padding-top: .7rem !important;
}

.padding-bottom {
    padding-bottom: .7rem !important;
}

.padding-left {
    padding-left: .7rem !important;
}

.padding-right {
    padding-right: .7rem !important;
}

.bold {
    font-weight: bold;
}

.center, .text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.vertical-top {
    vertical-align: top;
}

.vertical-bottom {
    vertical-align: bottom;
}

.vertical-middle {
    vertical-align: middle;
}

.nowrap {
    white-space: nowrap;
}

.selected {
    font-weight: bold;
    text-decoration: underline;
}

.category-panel-group .fa-chevron-right {
    color: Orange;
}

#dialog.reveal-modal {
    max-width: 420px;
    font-size: 1rem;
}

table.table-blue > tbody > tr > td, table.table-blue > thead > tr > th, .panel table.table-blue > tbody > tr > td, .panel table.table-blue > thead > tr > th {
    border-width: 0 0 1px 0;
}

.panel-header.no-panel {
    border-bottom-width: 1px;
    margin-bottom: 1rem;
}

.need-attention {
    font-size: 1rem;
}

.top-blog {
    height: 270px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: relative;
    padding: 0;
}

    .top-blog.height-200 {
        height: 210px;
    }

.top-blog-description {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: .75rem;
    background: rgb(75, 184, 226);
    opacity: .9;
    color: White;
    font-size: 1rem;
    font-weight: bold;
}

.blog-item .blog-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.blog-item .blog-desc {
    font-size: 1.1rem;
}

.blog-item .blog-read-more {
    text-align: right;
    font-weight: bold;
    font-size: 1.2rem;
}

a:hover .top-blog-description {
    color: White;
    background: Orange;
    opacity: .9;
}

div.flexslider {
    margin-bottom: 1.25rem;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: transparent;
}

.top-bar-section {
    position: relative;
    margin: 2rem;
}

.panel iframe {
    max-width: 100%;
}

blockquote {
    border-left: 0;
}

.highlight {
    background-color: #FFFF00;
}

small {
    font-size: .75rem;
}

.button-group .button {
    vertical-align: bottom;
}

.button-group.radius > li:first-Child, .button-group > li:first-Child {
    margin-left: 0;
}

.button.postfix {
    z-index: 0;
}

.quick-list {
    padding: .2rem;
    border-bottom: 1px solid #e3e3e3;
}

    .quick-list.new-product {
        background: yellow;
    }

    .quick-list.promo-product {
        background: #19FF19;
    }

    .quick-list a {
        font-size: 1rem;
        font-weight: bold;
        color: #333;
    }

    .quick-list .selling-price {
        color: Red;
        font-size: 1rem;
    }

    .quick-list .normal-price {
        color: Green;
        text-decoration: line-through;
        font-size: 1rem;
    }

.notify-label {
    color: #999;
}

[productdiscount] {
    position: relative;
    overflow: hidden;
}

.product-discount {
    padding: .6rem 5rem;
    background: red;
    color: White;
    opacity: .6;
    font-weight: bold;
    font-size: 1.1rem;
    position: absolute;
    top: 10px;
    left: -60px;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}

ul.reset, ul.reset li {
    list-style: none;
}

.fa-mobile-phone.fa-stack-1x {
    font-size: 1.6rem;
}

.fa.fa-circle {
}

.g-recaptcha {
    margin-bottom: 1rem;
}

    .g-recaptcha.margin-bottom {
        margin-bottom: 50px;
    }

.has-hidden-content {
    position: relative;
    overflow: hidden;
}

.hidden-content {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -100%;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.has-hidden-content:hover > .hidden-content {
    display: block;
    margin-top: 0;
    z-index: 1000;
}

.account-info {
    font-size: 1rem;
    margin-top: -179px;
    white-space: nowrap;
}

.has-hidden-content:hover > .account-info {
    margin-top: -6px;
}

.account-name {
    padding-left: 8px;
}

.account-info li:not(.account-name) a {
    display: block;
    width: 100%;
    color: #6a6a6a;
    padding: 10px 15px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-transform: none;
}

    .account-info li:not(.account-name) a:hover {
        color: #305088;
        text-decoration: underline;
    }

.account-name {
    text-align: right;
    font-size: .8rem;
    margin: 6px 4px 0 0;
}

.no-padding {
    padding: 0 !important;
}

.full-width {
    width: 100%;
}

.button.full-width, button.full-width {
    padding-left: 0;
    padding-right: 0;
}

.trade-in-panel .product.columns {
    float: left;
}

.trade-in-panel .product-border {
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
}

.color-primary {
    color: #008cba;
}

.color-success {
    color: #81CA80;
}

.color-info {
    color: #6BBCD7;
}

.color-info-alt {
    color: #7266BD;
}

.color-warning {
    color: #E9C842;
}

.color-danger {
    color: #E96562;
}

.color-dark {
    color: #1F2837;
}

.color-reverse {
    color: #fff;
}

.color-gray-darker {
    color: #222;
}

.color-gray-dark {
    color: #333;
}

.color-gray {
    color: #555;
}

.color-gray-light {
    color: #777;
}

.color-gray-lighter {
    color: #eee;
}

.button.color-white:hover {
    background: #ddd;
}

.button.color-white {
    background: white;
    color: rgba(0, 0, 0, 0.74902) !important;
    border-color: rgb(204, 204, 204);
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 2px 0px inset;
}

.color-white {
    color: white !important;
}

.removable-item {
    position: relative;
}

    .removable-item .remove-button {
        position: absolute;
        top: 8px;
        right: 8px;
        cursor: pointer;
    }

        .removable-item .remove-button:hover {
            opacity: .8;
        }

.select-panel {
    overflow-y: scroll;
    max-height: 250px;
    border: solid 1px #e3e3e3;
    margin-bottom: .5rem;
}

    .select-panel input {
        margin-bottom: 0;
    }

    .select-panel label {
        padding: 4px;
    }

.currency .content:before {
    content: "RM ";
}

.tabs-content .content > fieldset, .tabs-content .content > form > fieldset {
    margin-top: 0;
}

.input-group {
    display: inline-table;
    vertical-align: middle;
    position: relative;
    border-collapse: separate;
    width: 100%;
    margin-bottom: .5rem;
}

    .input-group > *, .input-group.radius > *, .input-group div > * {
        display: table-cell;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .input-group.radius > *:first-child {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .input-group.radius > *:last-child {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

    .input-group .button {
        margin-bottom: 0;
    }

    .input-group.radius .button {
        padding: 0 .7rem;
    }

.text-muted {
    color: #777;
}

.form-edit .currency, .form-edit .integer, .form-edit .numeric {
    text-align: left;
}

table tr th p, table tr td p {
    font-size: .875rem;
}

.inactive-hide, .active .active-hide {
    display: none;
}

.active .inactive-hide {
    display: block;
}

    .active .inactive-hide.fa-stack {
        display: inline-block;
    }

.toggle-button {
    cursor: pointer;
}

.fa-sm {
    font-size: 0.63em;
}

.buysell {
    font-size: 1.8em;
    margin-top: 15px;
    font-weight: bolder;
    text-transform: uppercase;
}

.buy {
    color: #c7202c;
}

.sell {
    color: #f37021;
}

.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

ul.pagination {
    margin-bottom: .3rem;
}

button.orange, .button.orange {
    background-color: #f37021;
    border-color: #f37021;
    color: #FFFFFF;
}

button.black, .button.black {
    background-color: #fff;
    color: rgb(68, 68, 68);
    font-size: 0.9rem;
}

button.red, .button.red {
    background-color: #fff;
    color: #c7202c;
    font-size: 0.9rem;
}

.zoomie-container {
    cursor: pointer;
}

.zoomie-source {
    width: 100%;
}

#pgBlog .list-report-row, #pgBlog .list-report-row-end, #pgBlog .list-report-end {
    border: 0;
}

[itemprop=about] {
    font-style: italic;
    color: Gray;
    margin-bottom: 1rem;
}

label {
    padding: .2rem;
    font-weight: normal;
    color: #626262;
    display: inline-block;
    vertical-align: top;
}

.loadable {
}

    .loadable.loading {
        position: relative;
        opacity: 0.5;
    }

    .loadable .overlap {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .loadable .loading-icon {
        position: absolute;
        left: calc(50% - 16px);
        top: calc(50% - 16px);
    }

.loading-icon {
    display: none;
    margin: 8px;
    width: 32px;
    height: 32px;
    background-image: url(images/loading.gif);
}

.loading .loading-icon {
    display: block;
}

.row.collapse > div.column > * {
    border-left-width: 0;
}

.row.collapse > div.column:first-Child > * {
    border-left-width: 1px;
}

label.panel {
    padding: .427rem;
}

#Section {
    display: inline;
    width: auto;
}

.after-search .hide-after-search, .show-after-search {
    display: none;
}

.after-search .show-after-search {
    display: block;
}

.section-container {
    position: relative;
}

    .section-container .section-content {
        position: absolute;
        width: 100%;
        overflow: auto;
        z-index: 999;
        display: none;
    }

    .section-container.focused .section-content {
        display: block;
    }

    .section-container input[type=checkbox] {
        margin-bottom: .5rem;
    }

    .section-container > label {
        display: block;
    }

    .section-container .industry-item, .section-container .fa {
        margin-left: 2rem;
    }

    .section-container .fa {
        cursor: pointer;
    }

    .section-container .fa-plus:after {
        content: 'expand';
        margin-left: .2rem;
    }

    .section-container .fa-minus:after {
        content: 'shrink';
        margin-left: .2rem;
    }

    .section-container .panel {
        margin-bottom: 1rem;
    }

.fa-plus + .industry-items {
    display: none;
}

.section-content-scroll {
    max-height: 550px;
    overflow-y: auto;
}

#fmStrategy.panel {
    min-height: 500px;
}

.even-2 .button, .even-3 .button {
    padding-left: 0;
    padding-right: 0;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_weekend.selectable-date {
    font-weight: bold;
    color: Orange;
}

.xdsoft_datetimepicker .xdsoft_calendar td.selectable-date {
    background: rgb(255, 128, 0);
    color: white !important;
}

@media only screen and (max-width: 40.063em) {
    .row.collapse > div.column > * {
        border-left-width: 1px;
    }

    .showNumber {
        display: none;
    }
}

button[disabled], html input[disabled] {
    cursor: not-allowed;
}

a.disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.hidden {
    display: none;
}

.not-free a {
    opacity: .45;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    font-size: 10.5px;
}

#menurow {
    margin-bottom: 1.5rem;
}