body {
    /*background:url(/app_Themes/Skin_1/images/sks_bg.png) no-repeat scroll left top #fff;*/
}

.header-logo {
    background: url(/app_Themes/Skin_1/images/ordercenter.jpg) no-repeat scroll left top #222;
    max-width: 250px;
    max-height: 100px;
}

.body-wrapper {
    background-color: transparent;
    opacity: 0.9;
}

.col-fixed-300 {
    width: 300px;
    position: fixed;
    height: 100%;
}

.col-offset-320 {
    padding-left: 320px;
}

.container {
    width: 100%;
    margin-left: -15px;
}

/* buttons */

.button {
    /*display: inline-block;*/
    margin: 2px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    /*background-color: #f0f0f0;*/
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 0; /*4px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .button:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .button:hover,
    .button:focus {
        color: #333333;
        text-decoration: none;
    }

    .button:active,
    .button.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .button.disabled,
    .button[disabled],
    fieldset[disabled] .button {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }


.call-to-action {
    color: #FFF;
    background-color: #f79642;
    border-color: #f79642;
    font-weight: bold;
    text-transform: uppercase;
}

    .call-to-action:hover,
    .call-to-action:focus,
    .call-to-action:active,
    .call-to-action.active,
    .open .dropdown-toggle.call-to-action {
        color: #ffffff;
        background-color: #ff8c00;
        border-color: #cd853f;
    }

    .call-to-action:active,
    .call-to-action.active,
    .open .dropdown-toggle.call-to-action {
        background-image: none;
    }

    .call-to-action.disabled,
    .call-to-action[disabled],
    fieldset[disabled] .call-to-action,
    .call-to-action.disabled:hover,
    .call-to-action[disabled]:hover,
    fieldset[disabled] .call-to-action:hover,
    .call-to-action.disabled:focus,
    .call-to-action[disabled]:focus,
    fieldset[disabled] .call-to-action:focus,
    .call-to-action.disabled:active,
    .call-to-action[disabled]:active,
    fieldset[disabled] .call-to-action:active,
    .call-to-action.disabled.active,
    .call-to-action[disabled].active,
    fieldset[disabled] .call-to-action.active {
        background-color: #ff8c00;
        border-color: #cd853f;
    }

    .call-to-action .badge {
        color: #cd853f;
        background-color: #fff;
    }

/* header elements */

.text-center {
    padding-top: 20px;
}
/*.col-xs-12 {
  background-color: #fff;
}*/
#sidebar {
    height: 100%;
    padding-right: 0;
    padding-top: 20px;
}

    #sidebar .nav {
        width: 95%;
    }

    #sidebar li {
        border: 0 #f2f2f2 solid;
        border-bottom-width: 1px;
    }

/* collapsed sidebar styles */
.navbar {
    margin-bottom: 0 !important;
}

.collapse {
    display: none !important;
}

.navbarItems-container {
    background-color: #ee7203;
    -ms-background-size: cover;
    background-size: cover;
    /* padding-top: 10px; */
    margin-top: 20px;
    /* margin-bottom: 8px; */
    height: 65px;
}

    .navbarItems-container:after {
        content: "";
        top: 0;
        right: -19px;
        position: absolute;
        background: url(images/navi-hg.png);
        clear: both;
        background-repeat: no-repeat;
        display: inline-block;
        width: 20px;
        height: 65px;
    }

.navbar-inner {
    background-image: url('images/sks_orange_background_transparent.png');
    background-repeat: repeat-x;
}

.sks-logo-image {
    background: url(images/sks_logo_transparent.png) no-repeat;
    height: 90px;
}

.sks-header-container {
    background-color: black;
    padding-left: 0;
}

.logo-wrap {
    background-color: #1d1d1b !important;
    border-color: transparent !important;
    position: fixed;
    z-index: 11;
    width: 100%;
    height: 110px;
    border-radius: 0 !important;
}

.header-cart {
    z-index: 999;
}

.logo-wrap img {
    width: 145px;
    padding-left: 35px;
    margin-top: 10px;
}
/* horizontal navigation */

.topnav, .footernav {
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav-input-pad {
    padding: 9px 15px 0 15px;
}

.nav-button-pad {
    padding: 5px 15px 0 15px;
}

.navbar-form.search-wrap {
    width: 250px;
}

.contentCss {
    margin-left: 130px;
    margin-bottom: 40px;
    margin-top: 115px;
    max-width: 1100px;
}

.divSignIn {
    margin-left: 50px !important;
}

@media (min-width: 768px) {
    .navbar-form.navbar-right:last-child {
        margin-right: 0;
    }

    .navbar-form.search-wrap {
        padding-top: 8px;
        margin-top: 0;
    }

    .rememberMe {
        margin-left: -25px;
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        margin-left: 55px !important;
    }

    .navbar-container {
        z-index: 15 !important;
    }

    .divSignIn {
        margin-left: 8px !important;
    }

    .contentCss {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .kit-group-content select {
        width: 90%;
    }

    .langMaster {
        top: -115px !important;
    }

    .divUserName {
        z-index: 100 !important;
        /* top: -50px !important; */
        left: -5px !important;
    }

        .divUserName span {
            /* color: #ffffff !important; */
        }

    .liHeadMiniCart {
        background-color: #ee7203 !important;
        top: 0 !important;
        border-top-right-radius: 10px;
        width: 230px !important;
    }

    .kit-group-content input[type='text'] {
        width: 90%;
    }

    .kit-groups .kit-column-content {
        width: auto;
        display: block;
    }

    .kit-groups .kit-column-sidebar {
        display: block;
        width: auto;
        padding-left: 0;
    }

    .kit-group-item-image {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .kit-groups {
        width: 100%;
    }

    .cart-title {
        clear: both;
    }

    .opc-wrap .opc-page-left-column {
        width: 100%;
        float: none;
    }

    .opc-wrap .opc-page-right-column {
        width: 100%;
        float: none;
    }

    .payment-page .credit-card-form, .signin-page .login-form, .signin-page .forgot-password-email, .advanced-search-form-wrap {
        width: 100% !important;
    }
}

.loginTitle {
    font-size: 16px;
    color: #ee7203;
}

@media (min-width: 850px ) {
    .bottom-align-text {
        position: absolute;
        bottom: 25px;
        width: 90%;
    }

    .navbar-nav {
        /*float: none !important;*/
        margin: 5px 1px 5px 1px;
        /*padding-left: 20px;*/
    }
}

@media (min-width: 992px) {
    .navbar-container {
        /*margin-top: -40px;
		height: 40px;*/
    }
    /*#LeftVertMenu { padding: 0;}*/

    .rememberMe {
        margin-left: -55px;
    }
}

/* responsive checkout styles */
@media (max-width: 1216px) {
    .navbar-header {
        float: none;
        margin-top: -5px;
    }

    .navbar-toggle {
        display: block;
        margin-right: 20px !important;
    }
    /*.navbar-default .navbar-toggle { color: #fff !important; border-color: #444 !important; }
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #777 !important; }*/

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        /*background-color: #ee7203;*/
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        /*float: none !important;*/
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            /*float: none;*/
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-container {
        margin-top: -3px;
        /*height:40px;*/
    }

    .contentCss {
        margin-left: 10px !important;
    }

    .checkout-tabs {
        border: none 0;
    }

    .checkout-steps-wrap ul li {
        display: block;
    }

    .checkout-tabs > li > a {
        border-radius: 4px;
        padding: 2px 4px;
        display: block;
    }

    .checkout-tabs > li.active > a,
    .checkout-tabs > li.active > a:hover,
    .checkout-tabs > li.active > a:focus {
        color: #555555;
        background-color: #eee;
        border: 1px solid #dddddd;
        cursor: default;
        text-decoration: none;
    }

    .body-wrapper {
        width: 100% !important;
    }
    /*margin-left: 20px;*/
    .enlargeImg {
        left: 205px;
    }

    #navHeaderMenu {
        width: 600px !important;
    }
}

@media (min-width: 1200px) {
    .hotlineLi {
        display: block !important;
    }

    .liHeadSearch {
        width: 320px;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .hotlineLi {
        display: none !important;
    }

    .liHeadSearch {
        width: 200px !important;
    }

        .liHeadSearch .input-group {
            width: 98% !important;
        }
}

.opc-wrap .opc-page-left-column {
    width: 60%;
}

/*.opc-wrap .opc-page-right-column{
	width: 38%;
}*/

/* product page */
.variant-options-label {
    font-weight: bold;
}

.product-image-wrap .product-image {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* kit product */
.kit_group img[id$='_imgFile'] {
    display: block;
    max-width: 100%;
    height: auto;
}

.kit-sidebar {
    position: static;
    z-index: 0;
    width: 190px;
    background-color: #fff;
    text-align: left;
}

.width100 {
    width: 100%;
}

/* Edit Account */
.lblTxtInLine {
    display: inline !important;
}
    /*.lblTxtInLine label, .lblTxtInLine input { display:inline-block; }*/
    .lblTxtInLine input {
        width: 50%;
        margin-left: 3%;
    }

    .lblTxtInLine label {
        width: 20%;
        margin-left: 0;
    }

    .lblTxtInLine select {
        width: auto;
        margin-left: 3%;
    }
/*grid item styles for entity pages, related, upsell etc. */

.grid-item {
    padding-bottom: 16px;
    text-align: center;
}

.grid-item-image {
    margin: 0 auto;
}

.grid-item-image-wrap {
    padding-bottom: 8px;
}

/* entity page */

.entity-image {
    margin: 0 8px 8px 0;
}

.entity-page-description {
    margin-bottom: 8px;
}

.sub-entity-list {
    margin-bottom: 16px;
}

/* narrow forms */

/* account page and create account page */
.form-control:focus {
    border-color: #ff8c00;
    outline: 0;
    /*outline: thin dotted;*/
    -moz-box-shadow: 0 0 8px #ff8c00;
    box-shadow: 0 0 5px #ff8c00 !important;
}

.quickControl {
    /*border-color: grey;*/
    outline: 0;
    /*outline: thin dotted;*/
    -moz-box-shadow: 0 0 8px #333333;
    box-shadow: 0 0 8px #999999 !important;
}


.okay-to-email input {
    margin: 2px;
}

.okay-to-email label {
    margin-right: 4px;
}

.over-thirteen input {
    margin-right: 4px;
}

/* product ratings */
.rating-form .one-fifth {
    width: 20%;
    display: inline;
}

/* Add To Cart Form Styles */
.table-order {
    text-align: right;
}

/**** custom Tests TODO: anpassen */
.header-search-and-cart {
    margin-top: 40px;
}

.search-box {
    max-width: 180px;
}

.headOrderLink {
    padding-right: 40px !important;
    padding-top: 0 !important;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFF !important;
}

.orderconfirmation-receiptlink {
    padding-left: 5px;
    font-weight: bold;
    color: #ee7203 !important;
}

.headOrderLink > span {
    color: #FFF !important;
}

* {
    font-family: 'Open Sans', sans-serif; /*"Trebuchet MS", Arial, Helvetica, sans-serif;*/
    font-size: 12px;
    color: #000000;
}

body {
    margin: 0;
    padding: 0 0;
    font-size: 100%;
    overflow: scroll;
    text-align: left;
    height: 100%;
}

#mainTable {
    width: 100%;
    height: 100%;
    empty-cells: show;
}

h1, h2 {
    font-weight: normal;
}

a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
    text-decoration: none;
}

a:active {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

textarea {
    font-family: 'Open Sans', sans-serif; /*"Trebuchet MS", Arial, Helvetica, sans-serif;*/
    font-size: 11pt;
    color: #000000;
}

table {
    font-family: 'Open Sans', sans-serif; /*"Trebuchet MS", Arial, Helvetica, sans-serif;*/
    border: none;
    font-size: 10pt;
    color: #000000;
}

a img {
    border: none;
}

ul, li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.tablewrapper .row:before, .row:after {
    content: none !important;
    display: block !important;
}

/*#beforeWrapper
{
	background:transparent url(images/left_bg.gif) repeat-x scroll left top;
}


#afterWrapper
{
	background:transparent url(images/right_bg.gif) repeat-x scroll left top;
}

#wrapper 
{   
	overflow:auto;
	position:relative;
	vertical-align:top;
	width: 980px;
}

#header {
	width:100%;
	position:relative;
}

#pageHead {
	position:relative;
	width:980px;
	height:121px;
	overflow:visible;
	background:transparent url(images/header_bg.gif) no-repeat scroll left top;
}

#logo {
	position:absolute;
	width:100px; 
	height:83px;
	left:850px;
	top:20px;
}

#logo a
{
	width:100%;
	height:100%;
	display:block;
}*/

#navHeaderMenu {
    margin-top: 5px;
}

.gohome {
}

    .gohome a {
        color: #fff !important;
        font-size: 22px !important;
        font-weight: bold !important;
        width: 215px !important;
    }

.liHeadSearch {
    width: 320px;
}

    .liHeadSearch .input-group {
        width: 80%;
        padding-top: 4px;
    }

.liHeadArchiv {
    width: 160px;
}

.liHeadMiniCart {
    width: 250px;
}

.breadcrumb {
    background-color: transparent !important;
    font-weight: bold;
    margin-bottom: 5px !important;
    padding: 8px 15px 15px 1px !important;
}

.langMaster {
    padding-top: 2px;
    float: left !important;
}

.langMasterLogin {
    margin-top: 15px !important;
    margin-left: 80% !important;
}


.langUl {
    height: 20px;
    float: right;
}

    .langUl li {
        padding: 0 5px 0 5px;
        font-size: 11px;
        float: left;
    }

        .langUl li a {
            font-size: 11px;
        }

        .langUl li span {
            color: #fff;
        }

        .langUl li a, #langUl li a span, #langUl li {
            color: #fff;
        }

            .langUl li a:hover, #langUl li a:hover span, #langUl li a.aktiv, #langUl li a.aktiv span {
                text-decoration: none;
                color: #ffffff;
            }

.k-dropdown .k-state-default {
    background-image: none !important;
}

.hotlineLi {
    padding-top: 3px;
    padding-right: 30px;
}

#LeftVertMenu {
    word-wrap: break-word;
    /*display:inline;
	float:left;
	padding:20px;
	position:absolute;
	width: 210px;
	margin-left: -15px;*/
    text-align: left;
    background-color: transparent;
    text-transform: uppercase;
    /*background:url(images/menuBox_bg.jpg) no-repeat scroll left top #1c1c1c;*/
    z-index: 1000;
    /*box-shadow: 0 1px 1px 1px #ee7203, 0 2px 5px #ee7203;*/
    max-height: none !important;
    /*margin-top: 20px;*/
}

    #LeftVertMenu a.topLi {
        display: block;
        font-size: 18px;
        height: 31px;
        padding: 6px 0 0 8px;
        color: #ffffff;
    }

    #LeftVertMenu a.aktiv {
        background: transparent url(images/mainMenu_a.gif) no-repeat scroll left top;
        color: #000000;
    }

    #LeftVertMenu li {
        overflow: hidden;
        word-wrap: break-word;
        list-style: none outside none;
        margin: 0;
        /*padding:0px;*/
    }

        #LeftVertMenu li a {
            background: none repeat scroll 0 0 transparent;
            color: #fff;
            font-size: 12px;
            padding: 2px 0 2px 8px;
            margin: 0;
        }

            #LeftVertMenu li a:hover {
                background-color: #222;
            }

            #LeftVertMenu li a.k-state-selected {
                background-color: #222;
            }

    /*#LeftVertMenu li a:hover:before {
	content: "\f345";
	font-family: dashicons;
	position: absolute;
	transform: translate(-18px,4px);
	color: #FFF;
	animation: pfeil 0.7s infinite;
}*/

    #LeftVertMenu ul.depth0 a {
        padding: 5px 0 5px 8px;
        line-height: 1em;
        /*display:inline-block;*/
        width: 100%;
    }

        #LeftVertMenu ul.depth0 a.aktiv {
            background: #ee7203;
        }

        #LeftVertMenu ul.depth0 a:hover {
            background: #000000;
            color: #ffffff;
        }

        #LeftVertMenu ul.depth0 a.aktiv:hover {
            background: #ee7203;
            color: #ffffff;
        }

    #LeftVertMenu li ul.depth0 a {
        padding-left: 8px;
    }

    #LeftVertMenu li ul.depth1 a {
        padding-left: 16px;
    }

    #LeftVertMenu li ul.depth2 a {
        padding-left: 24px;
    }

    #LeftVertMenu li ul.depth3 a {
        padding-left: 32px;
    }

/* Menu Treeview */
.k-treeview .k-minus {
    background: url('images/arrow_down.png') center center !important;
    height: 16px;
}

.k-treeview .k-plus {
    background: url('images/arrow_right.png') center center !important;
}

.preorderLi {
    /*background-color: rgb(68, 68, 68);*/
    margin-top: 10px !important;
    background-color: #ee7203;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

    .preorderLi a {
        font-size: 15px !important;
        font-weight: bold !important;
    }

        .preorderLi a:hover {
            color: #fff !important;
        }

.preorderSelect label {
    padding-left: 4px !important;
    font-weight: normal !important;
}

.quickOrderLi {
    background-color: rgb(68, 68, 68);
    margin-top: 10px !important;
    margin-bottom: 30px !important;
}

    .quickOrderLi a {
        font-size: 15px !important;
        font-weight: bold !important;
    }

    .quickOrderLi label {
        padding-left: 4px !important;
        font-weight: normal !important;
    }


/*.lnkPreQuikorder {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;	
    padding-left: 30px;
    padding-top: 5px;
}

.lnkPreQuikorder > a { font-size: 16px !important; font-weight: bold !important; color: #FFF !important; }*/

#content {
    vertical-align: top;
    width: 790px;
    max-width: 790px;
    height: auto;
    margin: 8px 0 0 178px;
    overflow: visible;
}

.SectionTitleText {
    font-size: 8pt;
    margin-bottom: 10px;
    color: black;
}

    .SectionTitleText a:active, .SectionTitleText a:link, .SectionTitleText a:visited {
        text-decoration: underline !important;
    }

#footer {
    /*text-align:right;*/
    font-size: 10pt;
    height: 47px;
    /*background-color:#000000;
	color:#999999;*/
}

    #footer a,
    #footer td,
    #footer span {
        color: #a8a8a8;
        font-size: 14px;
    }

    #footer .sep {
        color: #ee7203;
        margin: 0px 8px 0 8px;
    }

form {
    margin: 0;
    padding: 0;
}

.newProductHint {
    color: Red;
    margin-right: 4px;
}

.marginBottom {
    margin-bottom: 20px !important;
}

.AddToCartButton {
    margin-bottom: 10px;
}

.gallery {
    overflow: auto;
}

    .gallery .gallery-item {
        width: 220px;
        height: 300px;
        float: left;
        margin: 10px;
        padding: 10px;
        background-color: #e8e8e8;
        overflow: hidden;
    }

    .gallery h2.name {
        margin: 0;
        font-weight: bold;
    }

    .gallery table.icon {
        border: solid 1px #e8e8e8;
        background-color: #ffffff;
        height: 152px;
        width: 100%;
        text-align: center;
    }

.preorderhint {
    left: 100px;
    position: absolute;
    top: 50px;
    z-index: 1000;
}

/* Footer */
.footernav {
    background-color: #1c1c1c;
    padding-top: 20px;
}

.templateFooter {
    text-align: right;
    font-size: 10pt;
    height: 37px;
    color: #999999;
    margin-right: 15px;
}

    .templateFooter a,
    .templateFooter td,
    .templateFooter span {
        color: #999999;
    }

    .templateFooter .sep {
        color: #333333;
        margin: 0 4px 0 4px;
    }

.activCell {
    background: #ee7203;
    color: #ffffff;
}

.divOrderdata {
    display: table-cell;
    padding-bottom: 4px;
}

.lblOrderdata {
    display: table-cell;
    padding-bottom: 4px;
}

.white {
    color: #fff !important;
}

.enlargeImg {
    display: none;
    position: absolute;
    top: 0;
    left: 200px;
    z-index: 9999 !important;
    padding: 5px;
}

.image:hover .enlargeImg {
    display: block;
}

.divUserName {
    width: auto !important;
    min-width: 170px;
    font-weight: bolder;
    padding-top: 2px !important;
}
/*.divUserName a span { color: #fff !important; }*/
.userIcon {
    /*background-color: #444;*/
    float: left;
    position: relative;
    border-radius: 50%;
    display: inline-block;
    height: 28px;
    width: 28px;
    margin-top: -5px;
    vertical-align: middle;
}

.userGlyphicon {
    margin-left: 8px;
    margin-top: 6px;
    color: #fff;
}

.dropdown-menu {
    background-color: #444 !important;
}

    .dropdown-menu > li > a {
        color: #fff !important;
    }

        .dropdown-menu > li > a > span {
            color: #fff !important;
        }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #444 !important;
    border-color: #ee7203;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #ee7203;
}

.linkHeader {
    padding: 0 !important;
    color: #fff !important;
    font-weight: bolder;
}

.clsRabattgrenze {
    display: none;
    position: absolute;
    z-index: 9999 !important;
    padding: 5px;
    width: 180px;
    background: #444;
    /* background-size: contain; */
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 4px 1px rgb(238, 114, 3);
    -moz-box-shadow: 0 0 4px 1px rgb(238, 114, 3);
    box-shadow: 0 0 4px 1px rgb(238, 114, 3);
    border-width: 2px;
    border-color: #ee7203;
    border-style: solid;
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px;
    overflow: hidden;
    color: #fff;
    text-align: left;
}

    .clsRabattgrenze span {
        color: #fff !important;
        width: 50px;
        font-weight: bolder;
        display: inline-block;
    }

#btnShowHideMenu {
    background-color: rgb(238, 114, 3);
    width: 25px !important;
    margin-left: -5px !important;
    padding: 0 !important;
    padding-left: 5px !important;
    border-radius: 0 !important;
}

#Menu_TreeView {
    float: left;
    width: 100%;
    background-color: #000; /*transparent; */
    text-transform: uppercase;
    padding-top: 25px;
    margin-top: -16px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.k-treeview .k-item {
    padding-left: 25px !important;
}

.k-treeview .k-in {
    color: #fff !important;
    font-size: 11px;
    padding: .429em .6667em .429em .5833em !important;
}

.k-treeview .k-state-hover, .k-treeview .k-state-focused, .k-treeview .k-panelbar, .k-treeview .k-state-focused, .k-treeview .k-state-selected {
    color: #ee7203 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    -webkit-box-shadow: 0 0 0 #000 !important;
    box-shadow: 0 0 0 #000 !important;
    background-image: none !important;
}

dt {
    clear: left !important;
}

dd {
    margin-left: 1px !important;
}

.downloads {
    background: #d4d4d4;
    border-radius: 5px;
}

    .downloads > a {
        font-size: 14px;
        -webkit-border-radius: 5px;
        padding: 5px 5px 5px 5px;
        line-height: 33px;
        width: 100%;
    }

.navbar-toggle {
    background-color: #000;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}

.order-history {
    /* overflow: auto !important;
    height: 450px !important; */
}

    .order-history a {
        font-weight: bold !important;
        padding-left: 5px;
    }
/*.order-history a:hover {
    color: #ee7203 !important;
}*/

.page-title {
    font-size: 23px;
    font-weight: 900;
    padding-top: 15px !important;
    padding-bottom: 10px !important;
}

.divTopSc {
    padding: 10px 0 !important;
}

.lnkReOrder {
    color: #FFF !important;
    padding: 2px 4px !important;
}

/*== Bootstrap navbar ==*/
.navbar-toggle.navbar-left {
    float: left;
    margin-top: 15px;
    margin-left: -5px;
    background-color: transparent !important;
}

.navbar-left:hover {
    background-color: #000 !important;
}

.navbar-toggle.navbar-left .icon-bar {
    background-color: #fff !important;
}

/*== Navbar ==*/
@media (max-width: 1216px) {
    li.liHeadSearch {
        display: none;
    }

    #searchMenu {
        display: block;
    }
}

@media (min-width: 1216px) {
    li.liHeadSearch {
        display: block;
    }

    #searchMenu {
        display: none;
    }
}

@media (max-width: 1324px) {
    #navHotline {
        display: none !important;
    }

    #menuServiceLi {
        display: block !important;
    }
}

@media (min-width: 1324px) {
    #navHotline {
        display: block !important;
    }

    #menuServiceLi {
        display: none !important;
    }
}

.blueHref {
    color: blue !important;
    text-decoration: underline !important;
}

.k-icon:not(.k-loading) {
    /*background-image: url(Default/sprite_2x.png) !important;*/
}

.modal {
    margin-top: 30px !important;
    top: 60px !important;
}

.modal-backdrop {
    position: relative !important;
}

.modal-dialog {
    /*position: relative !important;
    overflow-y: auto !important; */
    width: 900px !important;
    height: 500px !important;
}

.validatorText {
    color: red !important;
    padding-left: 3px !important;
}

.checkbox { display: block !important; }