﻿/*
    The main css file for KlickIT.
*/


html, body, form {
    width: 100%;
    height: 100%;
    min-height: 100% !important;
    margin: 0;
    padding: 0;
}

a {
    color:#000000;
}

    a:hover {
        text-decoration: underline;
    }


*:focus {
    outline: none;
}

select {
    display: inline-block;
    padding: 2px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    /*background: url(/images/caret_down.PNG) no-repeat right center white;*/
    background-position: right 5px center;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #fff;
}

    select::-ms-expand {
        visibility: hidden;
    }


.wrapper {
    max-width: 100%;
    min-width: 1100px;
    min-height: 100% !important;
    margin: 0 auto;
    position: relative;
    color: #000000;
    background-color: white;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.linkDecoration {
    text-decoration: none;
    color: #000000;
}

    .linkDecoration a:hover {
        text-decoration: underline;
        color: blue;
    }



/* Header */
.header {
    /*overflow: hidden;*/
    width: 100%;
    background-color: #595959;
    position: relative;
    top: 0;
    left: 0;
}

    .header image {
        border-style: none;
    }


/* User */
.loggedInUser {  
    color: white;
    text-decoration: none;
}

    .loggedInUser a:hover {
        text-decoration: underline;
        cursor: pointer;
    }

/* Language */
.navLangMenuItem {
    font-size: 12px;
    color: white;
}

    .navLangMenuItem a:hover {
        text-decoration: underline;
    }


.navLangSubMenuItem {
    background-color: #595959;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    text-align: left;
    border-bottom: 1px solid white;
}

    .navLangSubMenuItem a:hover {
        text-decoration: none;
    }

/* Menu */
.menu {
    flex: 1;
    display: flex;
    justify-content: center;
}

.navMenu {
    margin: 0 auto;
    padding: 10px 0 5px 0 !important;
}

    .navMenu ul {
        list-style-type: none !important;
    }

    .navMenu a.static.selected {
        text-underline-offset: 3px !important;
        text-decoration-thickness: 2px !important;
    }


.navMenuItem {
    color: white;
    margin: 0 10px;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    padding: 0px 10px 5px 10px !important;
}

    .navMenuItem a:hover {
        text-decoration: underline;
    }

.navMenuSelectedItem {
    color: white;
    font-size: 22px;
    line-height: 25px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

    .navMenuSelectedItem a:hover {
        text-decoration: underline;
    }


/* Sub Menu */

.navSubMenu li {
    /*border-bottom: 1px solid white;*/
}

.navSubMenu {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    background-color: #595959;
    padding-top: 12px !important;
    padding-bottom: 15px !important;
    column-count: 2;
    column-gap: 1px;
    column-rule: 1px solid white;
    margin-top: 5px !important;
}

.navSubMenuItem {
    /*background-color: #595959;*/
    color: white;
    font-size: 18px;
    line-height: 20px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    padding: 0px 20px 0px 20px;
    margin-bottom: 5px;
}

    .navSubMenuItem a:hover {
        text-decoration: none;
    }


/* Sub Menu Header */
.subMenuHeaderSpanText {
    cursor: pointer;
}

.subMenuHeaderSpanImg {
    vertical-align: middle;
    margin-left: 5px;
}

.subMenuHeaderImg {
    vertical-align: middle;
}

.subMenuDesc {
    clear: both;
    color: #595959;
    background-color: #f4f1f1;
    padding: 6px 50px;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    border-bottom: 1px solid #e6e6e6;
}

/* Main Content */
.mainContent {
    width: auto;
    min-height: 100% !important;
    display: block;
    position: relative;
}

.mainContentDiv {
    margin: 30px 30px 0px 30px;
    padding-bottom: 20px;
    min-height: 600px;
}

.mainPanelHolder {
    margin: 50px auto;
    background-color: white;
    padding: 30px;
    border-radius: 20px;
    max-width: 600px;
    min-height: 0;
    box-shadow: 3px 4px 11px 2px rgba(0, 0, 0, 0.15);
    z-index: 600;
}

/* Footer */
.footer {
    display: none;
    overflow: hidden;
    background-color: #595959;
    width: 100%;
    height: 30px;
    padding: 0px;
    font-size: 11px;
    position: absolute;
    bottom: 0;
    left: 0;
}

    .footer ul {
        margin: 7px auto 3px auto;
        display: table;
    }

    .footer li {
        display: inline-block;
        margin: 0;
        padding: 0 10px;
        color: white;
    }

.footer_logo {
    margin-right: 10px;
    position: absolute;
    bottom: 5px;
    right: 10px;
    max-height: 20px;
}

/* Tabs */
.tabMenu {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #d9d9d9;
}

.tabNavlist {
    padding: 25px 20px 4px 0px;
    margin: 0;    
    white-space: nowrap;
    /*text-align: center;*/
}

    .tabNavlist li {
        list-style: none;
        margin: 0;
        display: inline;
        margin-right: 5px;
    }

        .tabNavlist li a {
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            padding: 4px 12px;
            text-decoration: none;
            border-left: 1px solid #cccccc;
            border-right: 1px solid #cccccc;
            border-top: 1px solid #cccccc;
            font-size: 16px;
        }

            .tabNavlist li a:hover {
                cursor: pointer;
            }

.tabNavlist_Disabled {
    background-color: #e6e6e6;
    font-weight: normal;
    font-style: italic;
    color: #595959;
}

.tabNavlist_Non_Active {
    background: #eef2f6;
    font-weight: normal;
    color: #595959;
}

.tabNavlist_Active {
    background: white;
    font-weight: normal;
    font-weight: bold;
    border-bottom: 1px solid white; 
    color: #595959;
}

.tabNavlist_Active_spec {
    background: white !important;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    border-left: 1px solid #e6e6e6 !important;
    border-right: 1px solid #e6e6e6 !important;
    border-top: 1px solid #e6e6e6 !important;
    font-size: 14px !important;
}

.tabNavlist_Non_Active_spec {
    background: whitesmoke !important;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    border-left: 1px solid #e6e6e6 !important;
    border-right: 1px solid #e6e6e6 !important;
    border-top: 1px solid #e6e6e6 !important;
    font-size: 14px !important;
}

/* 
    Div loading popup
*/
.loadingDiv {
    display: none;
    min-width: 300px;
    padding: 10px;
    text-wrap: none;
    font-weight: bold;
    background-color: white;
}

.loadingDivLight {
    min-width: 0;
    background-color: whitesmoke;
    border-radius: 6px;
    border: 2px solid gray;
}

.contentDiv {
    background-color: white;
}

/* 
    Div hiding layer
*/

.divWaitingOpacity {
    opacity: 0.5 !important;
}

.divWaiting {
    position: fixed;
    background-color: #FAFAFA;
    z-index: 500;
    opacity: 0.3;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

/*-------------------Common---------------------------*/

.clearSpace
{
    border-spacing: 0;
    padding: 0;
    margin: 0;
}

.faIconColor {
    color: white;
}

.faDelIcon {
    font-size: 14px;
    color: #595959;
}

.fpBgColor {
    background-color: #595959;
}

.fpColor {
    color: #000000;
}

.panelHeaderSeparator {
    /*border-bottom: 1px solid #e6e6e6;*/
    /*padding-bottom: 5px;
    padding-left: 3px;*/
    margin-bottom: 5px;
    /*background-color: #eef2f6;*/
    padding: 5px 10px 8px 0px;
}

.panelHeaderMarker {
    font-size: 16px !important;
    text-align: center;
    background-color: #eef2f6;
    padding: 5px;
    font-weight: bold;
    color: #000000;
}

.panelHolder {
    border-radius: 16px;
    padding: 5px;
    background-color: white;
    border: 1px solid #cccccc;
    width: auto;    
}



/*
    Check box style
*/
    .checkAll {
    width: 20px;
}

/*
    Check box style
*/
.checkItem {
}

/*
    Modal Popup
*/
.modalPopup {
    border: 3px darkgray solid;
    background-color: #FFFFE8;
    padding: 3px;
    text-align: left;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/*
    Popup Control
*/

.popupHolder {
    display: none;
    z-index: 600;
    padding-bottom: 10px;
}

.popupPanel {
    background-color: white;
    border-radius: 16px;
    z-index: 100;
    box-shadow: 3px 4px 11px 2px rgba(0, 0, 0, 0.30);
}

.popupPanelHeader {
    /*background-color: #4e5766;*/
    padding: 20px 20px 0 20px;
    cursor: pointer;
}

.popupPanelHeaderFa {
    margin-right: 3px;
    color: white;
    font-size: 16px;
}

.popupPanelContent {
    padding: 20px;
}
    
.popupPanelOptional {
}

.popupLightHeader {
    padding: 15px 15px 0 15px !important;
}

.popupLightContent {
    padding: 10px;
}

/*
    Tree Control
*/

.tree td div {
    height: 20px !important;
}

.tree table {
    width: 100%;
}

    .tree table:hover {
        /*background-color: #eef2f6;*/
        font-weight: bold;
        width: 100%;
    }

    .tree table tbody tr td a img {
        display: block;
        margin-left: 10px;
        margin-right: 3px;
    }

.treeNode {
    color: #000000;
    text-decoration: none;
    width: 100%;
}

    .treeNode a {
        display: inline-block;
        width: 100%;
        padding: 8px 0px;
        text-decoration: none;
    }

    .treeNode a:hover {
        text-decoration: none;
        color: #000000;
        font-weight: bold;
    }

.treeNodeLeaf {
    padding-left: 5px;
}

.treeNodeSelected {
    font-weight: bold;
    width: 100%;
    color: #000000;
}

.treeNodeSelectedTd {
    width: 100%;
    padding: 8px 0px;
}

.treeNodeSelectedTable {
    /*background-color: #dee6ed;*/
    width: 100%;
}

.treePricelistDiv {
    background-color: #F1F1F1;
}

    .treePricelistDiv table:hover {
        /*background-color: #eef2f6;*/
        font-weight: bold;
    }

.treePricelistDivSelected {
    /*background-color: #dee6ed;*/
    font-weight: bold;
}

    .treePricelistDivSelected table:hover {
        /*background-color: #eef2f6;*/
        font-weight: bold;
    }

/* 
    Favorite 
*/

.treeFavoriteDiv {
    background-color: white;
}

    .treeFavoriteDiv table:hover {
        background-color: #eef2f6;
    }

.treeFavoriteDivSelected {
    background-color: #dee6ed;
}

    .treeFavoriteDivSelected table:hover {
        background-color: #eef2f6;
    }

/*
    CheckBox Control
*/
.chkSelectAll input {
    margin-left: 4px;
    margin-bottom: 0px;
}


/*-------------------Home---------------------------*/

.homePageBg {
    height: 100%;
    /*min-height: 703px;*/
    width: 100%;
    margin: auto;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
    position: relative;
}

.homePageTable {
    height: 100%;
    width: 100%;
}

.homePageLeftTd {
    vertical-align: top;
    width: auto;
    padding-left: 100px;
    padding-right: 50px;
}

.homePageRightTd {
    vertical-align: top;
    /*min-width: 200px;
    max-width: 250px;*/
}

.homeNewsHeader {
    vertical-align: top;
    font-size: 14px;
    color: #595959 !important;
    font-weight: bold;
    padding: 5px;
    background-color: #f4f2f1;
}

    .homeNewsHeader font {
        color: #595959 !important;
    }


.homeNewsSeparator {
    border-top: 1px solid #eeeeee;
    padding-bottom: 5px;
}

.homeNewsTitleLink {
    color: #000000;
}

.homeIconMenu {
    margin: auto;
    /*margin-top: 90px;*/
    background-color: white;
    width: 100%;
    position: relative;
    bottom: 0px;
    /*height: 180px;*/
    overflow: hidden;
    background-color: whitesmoke;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}


/*---------------------Attest Report--------------------------------------*/

.attestStatusRadioButton {
    margin-left: 5px;
    font-weight: bold;
    color: #595959;
}

/*---------------------Catalogue--------------------------------------*/

.catalogueHeader2 {
    color: #595959;
    font-weight: bold;
}

.catalogueHeader {
    color: #595959;
    font-weight: bold;
}

.endUserHeader {
    color: #4d4d4d;
    font-weight: bold;
    font-size: 14px;
}

.catalogueTabMenuContentTable {
    width: 100%;
    height: auto;
    padding: 20px;
    margin-bottom: 50px;
    background-color: white;
    border-top: 1px solid #cccccc;
}

/*---------------------Eud Tab----------------------------------------*/

.eudPanelLabel {
    padding: 5px 10px 8px 10px;
}

.eudPanelContent {
    padding: 10px;
}

/*---------------------PriceList Tab----------------------------------------*/

.priceListTab {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

    .priceListTab a:hover {
        text-decoration: underline;
    }

/*---------------------Product Tab----------------------------------------*/

.productLeftPanel {
    width: 330px;
    min-width: 330px;
    vertical-align: top;
    padding: 20px 50px 0 0;
}

.productRightPanel {
    width: 100%;
    vertical-align: top;
    padding-top: 38px;
}

.productSearchTable {
    padding: 10px 0;
    max-width: 1480px;
}

.productSearchTextDiv {
    padding: 10px;
    white-space: nowrap;
    text-align: left;
    background-color: #F1F1F1;
    border-radius: 44px;
}

.productSearchText {
    border: none;
    width: 272px;
    color: gray;
    margin-right: 4px;
    font-style: italic;
    background-color: #F1F1F1;
}

.productSearchTextIcon {
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 2px;
    border-width: 0px;
    text-decoration: none;
}

.productSortAsDiv {
    padding-left: 50px;
    display: flex;
    align-items: center;
}

.productSortAsIconLabelDiv {
    padding: 0;
    white-space: nowrap;
}

.productSortAsIconDiv {
    padding: 0 30px;
    white-space: nowrap;
    display: flex;
}

.productSortAsIconSpan {
    padding: 0 10px;
}

.productSortAsIcon {
    vertical-align: middle;
    text-decoration: none;
    color: #595959;
}

.productSortAsDropDiv {
    flex: 1;
    text-align: left;
}

.productSortAsDrop {
    margin-left: 5px;
}

.productSortAsCountrySpan {
    padding-right: 60px;
}

.gridType {
    vertical-align: middle;
    text-decoration: none;
    color: #000000;
    font-weight: normal;
}

.gridTypeSel {
    vertical-align: middle;
    text-decoration: none;
    color: #595959;
    font-weight: bold;
}

.productCategoryLabel {
    margin: 0 0 8px 16px;
}

.productCategoryHolder {
    background-color: #F1F1F1 !important;
    border: none !important;
}

.productCategoryContent {
    background-color: #F1F1F1 !important;
}

.productBannerLabel {
    margin: 30px 0 8px 16px;
}

.productBannerHolder {
    background-color: #F1F1F1 !important;
    border: none !important;
    padding: 15px;
}

.productBannerContent {
    background-color: #F1F1F1 !important;
}

.productFavoriteLabel {
    margin: 30px 0 8px 16px;
}

.productFavoriteHolder {
    background-color: #F1F1F1 !important;
    border: none !important;
    padding: 5px 15px 15px 15px;
}

.productFavoriteContent {
    background-color: #F1F1F1 !important;
}

.productCategory {
    text-decoration: none;
    color: #000000;
}

    .productCategory a:hover {
        text-decoration: underline;
    }



.catalogueGridsButton {
    margin: 5px 5px 5px 5px;
}

.priceDescLink {
    text-decoration: none;
    color: #000000;
    /*font-weight: bold;*/
}

    .priceDescLink a:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.prodDescLink {
    text-decoration: none;
    color: #000000;
    /*font-weight: bold;*/
}

    .prodDescLink a:hover {
        text-decoration: none;
        cursor: default;
    }

.productsHeaderText {
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
    padding: 0 10px 0 20px;
    font-size: 11px;
}

.productsVatText {
    color: #000000;
    font-size: 12px;
}

.productHolder {
    float: left;
    width: 310px;
    height: 330px;
    /*border: 1px solid #cccccc;*/
    margin: 0px 40px 40px 0px;
    padding: 15px;
    background-color: white;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    box-shadow: 3px 4px 11px 2px rgba(0, 0, 0, 0.15);
}

.productAddToCartPanel {
    padding: 0px 20px;
    line-height: 18px;
    height: 40px;
    vertical-align: middle;
    font-size: 13px;
    border-radius: 16px;
    width: auto;
    background: #7A7A7A;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .productAddToCartPanel:hover {
        background: #008000;
        cursor: pointer;
        color: white;
    }

.productAddToCartBarsPanel  {    
    height: 30px !important;   
}

.productAddToCartPanelDisabled {
    background: #e6e6e6 !important;
}

    .productAddToCartPanelDisabled:hover {
        background-color: #e6e6e6 !important;
        cursor: default !important;
    }

.productAddToCartLabel {
    margin-right: 10px;
}

.productAddToCartBarsLabel {
    margin-right: 5px !important;
}

.productBarsPanel {
    margin-top: 10px; 
    width: auto; 
    max-width: 1095px; 
    border-top: 1px solid #e6e6e6;  
}

/* attribute */
.productAttributeTd span b {
    color: #000000 !important;
}

/*---------------------Cart Tab----------------------------------------*/

.shoppingCartTotalLink {
    text-decoration: none;
    font-weight: bold;
    color: #595959;
}

    .shoppingCartTotalLink a:hover {
        text-decoration: underline;
    }

.cartHeaderLabel {
    flex: 1;
}

.cartSortAsDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.cartSortAsLabel {
    vertical-align: middle;
}

.cartSortAsIcon {
    padding-left: 40px;
    padding-right: 20px;
    white-space: nowrap;
    vertical-align: middle;
}

.cartSortAsIconSpan {
    vertical-align: middle;
}

.cartMarkerRow {
    border-top: 1px solid #e6e6e6 !important;
}

.cartAttributeText {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
}

    .cartAttributeText b {
        color: #595959;
    }


.cartAssetText {
    border: 0;
    width: 700px;
    border-radius: 6px;
    background-color: #f7f7f2;
}

.cartAssetText td {
    background-color: #f7f7f2;
    border: 0;
    vertical-align: top !important;
}

    .cartAssetText b {
        color: #595959;
        white-space: nowrap;
    }


/*---------------------Order Tab----------------------------------------*/
.orderTabDivs {
    /*float: left;*/
    /*min-height: 310px;*/
    width: 568px;
    margin: 10px;
}


    .orderTabDivs FIELDSET {
        border: 0px;
        padding: 0px;
        border: 1px solid #cccccc;
        background-color: white;
        height: 300px;
    }

        .orderTabDivs FIELDSET LEGEND {
            font-weight: bold;
            color: #595959;
            font-size: 11px;
            margin-left: 5px;
        }


.orderGridRow TD {
    border: 1px solid #cccccc;
    height: 15px;
    padding: 3px;
}

/*---------------------Prepared Order----------------------------------------*/

.prepOrderRow {
    font-size: 12px;
    font-weight: normal;
}


/*---------------------Ready Swedbank----------------------------------------*/

.OneAsset {
}

    .OneAsset td {
        vertical-align: top;
        padding: 5px;
        margin: 0;
    }

/*---------------------Shipping Conditions----------------------------------------*/

.shippingOption {
    cursor: pointer;
    border: solid 1px #cccccc;
    padding: 3px;
    float: left;
    font-size: 10px;
    font-weight: bold;
    border-radius: 6px;
    margin-right: 10px;
}

.selectedshippingOption {
    border: solid 1px green;
}

.selectedshippingCheckMark:after {
    content: '\2713';
    display: inline-block;
    color: green;
    padding: 0 0 0 6px;
}

/*---------------------On Note----------------------------------------*/

.OnNotification {
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    padding: 0;
    margin: 0;
    border-spacing: 0;
}

    .OnNotification td {
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        padding: 5px;
    }

    .OnNotification table td {
        border-right: 0px;
        border-bottom: 0px;       
    }

.AddOnNotification {
    border: 1px solid #e6e6e6;
    padding: 0;
    margin: 0;
    border-spacing: 0;
    background-color: #e9e2e2;
}

    .AddOnNotification td {
        padding: 10px;
    }

.db2 {
    background-color: #e9e2e2;
}

.dbh {
    background-color: #e9e2e2;
}


/*---------------------Multi Choice----------------------------------------*/

.multiChoicePopupControl {
    background-color: White;
    position: absolute;
    visibility: hidden;
}

/*--------------------- Fa Icon circle ------------------------------------*/

.circle__container {
    text-align: center;
    margin: 20px 0 3px 0;
}


.circle__item {
    display: inline-block;
    text-align: center;
    width: 150px;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
}

.circle__heading {
    font-size: 14px;
    margin-top: 15px;
    color: #000000;
    font-weight: normal;
}

.circle__shape-bg {
    background: #595959;
    background: -webkit-linear-gradient(-90deg, #595959, #595959);
    background: linear-gradient(180deg, #595959, #595959);
}

.circle__shape {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0px);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 80px;
    height: 80px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    margin: 0 auto;
}

.sprite-tiles {
    background-size: 60%;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    background-position: center;
    display: block;
    margin: 0 auto;
}

/*------------------- Perle ---------------------------*/

.row1 {
    font-size: 10pt;
    background-color: #efefef;
}

/*------------------- Sms ---------------------------*/

.smsHeaderLevel1 {
    font-size: 36px;
    font-weight: bold;
}

.smsHeaderLevel2 {    
    margin-top: 10px;
}

.smsHeaderLevel3 {
    margin: 20px 0 40px 0;
}

.smsHeaderLevel3a {
    margin: 10px 0 20px 0;
}

.smsHeaderLevel4 {
    margin: 20px 0;
}

.smsHeaderLevel5 {
    width: 500px;
}

.smsHeaderLevel6 {
    display: flex;
    align-items: center;
}

.smsHeaderLevel6ItemLeft {
  flex: 1;
}

.smsHeaderLevel6ItemRight {
}

.smsHeaderLevel2Text {
    font-size: 24px;
    font-weight: bold;
    color: red;
}

.smsHeaderLevel3Text {
    font-size: 14px;
}

.smsButtonsPanel1 {
    margin: 10px 0 20px 0;
}

.smsButtonsPanel2 {
    margin: 40px 0 20px 0;
}

.smsButtonsPanel3 {
    margin-top: 20px;
}

.smsButtonsPanel4 {
    margin-top: 10px;
}

.smsButtonsPanel5 {
    margin-top: 30px;
}

.smsStockWarningLow {
    background-color: orange;
}

.smsStockWarningCritical {
    background-color: red;
}

.smsNextPODateWarning {
    background-color: #ffff80;
}

.smsSelectedLabel {
    font-weight: bold;
    margin-left: 10px;
}

.smsGroupBoxDiv {
    margin-top: 30px;
}

.smsOrderPanel {
    margin-bottom: 50px;
}

.smsOkLabel {
    color: green;
    font-weight: bold;
}

.smsBack {
    margin-bottom: 30px;
}








