﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Lato);

@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    margin: 0px;
}
body.NoScroll {
    overflow:hidden;
}

.OuterWrapper {
    position: absolute;
    height: 100%;
}

.InnerWrapper {
    float: left;
    width: 100%;
    font-family: 'Lato';
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 50px;
}

/* GENERAL */
h1 {
    font-size: 26px;
    color: #050505;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #cbcbcb;
}

h2 {
    font-size: 22px;
    color: #050505;
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding-top: 15px;
    border-bottom: 1px solid #cbcbcb;
    clear: both;
}

h3 {
    font-size: 18px;
    color: #050505;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-top: 15px;
    border-bottom: 1px solid #cbcbcb;
    clear: both;
}

p {
    margin-bottom: 10px;
}


.btn {
    background: url('/img/btn_bg.png');
    height: 32px;
    color: #000;
    border: 1px solid #aaa;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
}

    .btn:hover {
        border: 1px solid #666;
    }

    .btn:disabled {
        color: #aaa;
    }

.txt {
    margin-bottom: 10px;
    height: 32px;
    box-sizing: border-box;
    padding: 3px;
    line-height: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border linear .2s, box-shadow linear .2s;
}

    .txt:focus {
        border-color: rgba(82, 168, 236, 0.8);
        outline: 0;
        outline: thin dotted \9;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    }
.txtarea {
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 3px;
     font-size: 14px;
    line-height: 20px;
    width:403px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border linear .2s, box-shadow linear .2s;
}

    .txtarea:focus {
        border-color: rgba(82, 168, 236, 0.8);
        outline: 0;
        outline: thin dotted \9;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    }

.Error {
    color: red;
}

.Info {
    color: #444;
}

/* LAYOUT */
.HeaderOuterWrapper {
    float: left;
    width: 100%;
    background: #000;
    border-top: 2px solid #ECC148;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    border-bottom: 10px solid #861221;
}

.HeaderInnerWrapper {
    margin: 0px auto;
    width: 1800px;
}

.HeaderContent {
    float: left;
    width: 100%;
}

    .HeaderContent .Logo {
        padding-top: 20px;
        float: left;
        margin-right: 30px;
    }

    .HeaderContent .LogoSVG {
        width: 100%;
        max-width: 388px;
    }

    .HeaderContent .LogoMobile {
        display: none;
        float: left;
        margin-right: 20px;
    }

    .HeaderContent .LogoASKO {
        margin-top: 5px;
        width: 100%;
        max-width: 148px;
    }

    .HeaderContent .MobileNav {
        float: right; font-size:24px; cursor:pointer;  display:none;
    }
.NavWrapper .MobileNav:before {
    content: '\f0c9';
    font-family: FontAwesome;
    /*color: #fff;*/
    color: #1d7432;
}

    .HeaderContent .NavWrapper {
        float: left;
        clear: both;
        margin-bottom: 15px;
        margin-top: 15px;
        width:100%;
    }

        .HeaderContent .NavWrapper ul {
            display: inline;
        }

            .HeaderContent .NavWrapper ul li {
                float: left;
                margin-right: 10px;
            }

                .HeaderContent .NavWrapper ul li a {
                    color: #fff;
                    font-weight: 700;
                    text-transform: uppercase;
                    text-decoration: none;
                    padding: 5px 10px 5px 10px;
                    border-radius: 5px;
                    transition: all 0.2s ease-out;
                }

                .HeaderContent .NavWrapper ul li.active a {
                    /*background: #ECC148;*/
                    background: #1d7432;
                    color: #fff;
                    font-weight: 500;
                }

                .HeaderContent .NavWrapper ul li a:hover {
                    /*background: #ECC148;*/
                    background: #1d7432;
                    color: #fff;
                    font-weight: 500;
                }

.HeaderContent .UserInfoWrapper {
    float: right;
    font-family: 'Lato';
    /*font-weight: 700;*/
    font-size: 14px;
    /*background: #ECC148;*/
    background: #1d7432;
    color: white;
    padding: 10px;
    width: 300px;
    line-height: 20px;
    text-align: right;
    border-radius: 0px 0px 2px 2px;
    /*box-shadow: inset 0 3px 3px rgba(255, 255, 255, 0.075);*/
}

        .HeaderContent .UserInfoWrapper p {
            text-align: left;
            width: auto;
            clear: none;
        }

            .HeaderContent .UserInfoWrapper p span {
                display: block;
            }

        .HeaderContent .UserInfoWrapper input[type=button], .HeaderContent .UserInfoWrapper input[type=submit] {
            margin-top: 0px;
            float: right;
            margin-left: 10px;  
        }

.MainOuterWrapper {
    float: left;
    width: 100%;
}

.MainInnerWrapper {
    margin: 0px auto;
    width: 1800px;
}

.MainContent {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 100px;
}

.MainContent .SubMenuWrapper { float:left; width:100%; margin-bottom:20px; margin-top:-10px;}
.MainContent .SubMenuWrapper ul { float:left; width:100%;}
.MainContent .SubMenuWrapper ul li { float:left; margin-right:30px; }
.MainContent .SubMenuWrapper ul li a { color:#444; text-decoration:none; text-transform:uppercase; font-weight:bold; }
.MainContent .SubMenuWrapper ul li a:hover { color:#000; text-decoration:underline; }
.MainContent .SubMenuWrapper ul li a.Selected { color:#861221; }

.FooterOuterWrapper {
    float: left;
    width: 100%;
    border-top: 1px solid #444;
    background: #861221;
    position: fixed;
    bottom: 0px;
    z-index:999;
}

.FooterInnerWrapper {
    margin: 0px auto;
    width: 1800px;
    font-size: 12px;
    color: #fff;
    font-family: 'Lato';
}

.FooterContent {
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .FooterContent span {
        display: inline;
        float: left;
        margin-right: 15px;
        margin-bottom: 5px;
    }

        .FooterContent span:after {
            content: '\2022';
            padding-left: 15px;
        }

        .FooterContent span:last-child:after {
            content: '';
        }

.SelectedMemberOuterBoxWrapper {
    float: right;
    margin-top: -20px;
}

.SelectedMemberInnerBoxWrapper {
    float: right;
    text-align: right;
    background: rgba(0,0,0,0.5);
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}

.SelectedMemberBoxContent {
    padding: 10px;
    color: #fff;
}

    .SelectedMemberBoxContent span {
        float: right;
    }

        .SelectedMemberBoxContent span:nth-child(1) {
        }

        .SelectedMemberBoxContent span:nth-child(2) {
            clear: right;
            margin-left: 5px;
        }

        .SelectedMemberBoxContent span:nth-child(3) {
        }


/* DEFAULT */
.txtSearch {
    width: 925px;
    float: left;
    margin-right: 5px;
}

.btnSearch {
    float: left;
}

.ChooseMemberWrapper {
    float: left;
    width: 100%;
}

.SelectedMemberWrapper {
    clear: both;
    float: left;
    width: 100%;
}

.BonusWrapper {
    float: left;
    clear: both;
    width: 100%;
}

/* ANNUAL BONUS */
.btnCalculate {
    float: left;
    clear: both;
    margin-top: 15px;
    margin-bottom: 10px;
}

.ddlDeliveryRate, .txtOrderSum {
    width: 350px;
}

.DeliveryRate {
}

/* PRICE CALCULATOR */
.ProductSearchWrapper .txtSearch {
    width: 555px;
    float: left;
    margin-right: 5px;
}

.ProductSearchWrapper .btnSearch {
    float: left;
}

.ProductSearchWrapper {
    float: left;
    width: 100%;
}

.Products {
    width: 100%;
    margin-bottom: 0px !important;
}

.SelectedProductWrapper {
    float: left;
    width: 100%;
}

.SelectedProductList {
    float: left;
    width: 100%;
    clear: both;
}

    .SelectedProductList .Table {
        width: 100%;
        margin: 0px;
        border-top: 0px !important;
    }

    .SelectedProductList tr td {
        border-top: 0px !important;
    }

    .SelectedProductList tr {
    }

.CreateEmailWrapper {
    float: left;
    clear: both;
}

    .CreateEmailWrapper label {
        width: 120px !important;
    }

    .CreateEmailWrapper .txt {
        width: 360px;
    }

    .CreateEmailWrapper .btnSendEmail {
        clear: both;
    }

    .CreateEmailWrapper .btn {
        float: left;
        margin-right: 20px;
        margin-top: 10px;
    }

/* USERS */
.UsersWrapper {
    float: left;
    width: 100%;
}

    .UsersWrapper .Users {
        float: left;
        width: 100%;
    }

.UserWrapper {
    float: left;
    width: 100%;
}

    .UserWrapper .btnSaveUser {
        clear: left;
        float: left;
        margin-top: 20px;
    }

/* CAMPAIGNS */
.CampaignsWrapper {
    float: left;
    width: 100%;
}

/* FORM */
.Form label {
    float: left;
    clear: left;
    width: 170px;
    margin-bottom: 0px;
    padding-top: 7px;
}

.Form span {
    float: left;
    margin-bottom: 0px;
    padding-top: 7px;
}

.Form input[type=text], .Form input[type=number], .Form input[type=email] {
    float: left;
    margin-bottom: 5px;
}
.Form .ddlDiscount {
        width: 200px;
}
.Form .ddlBonus {
        width: 200px;
}
.Form select {
    float: left;
    margin-bottom: 5px;
    width: 170px;
}

.btnReset {
    float: left;
    clear: left;
    margin-bottom: 5px;
    margin-top: 5px;
}


/* GRIDVIEW */
.GridView {
    font-size: 14px;
    clear: both;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .GridView .GridViewPager .dxp-lead {
        font-size: 14px;
    }

    .GridView .GridViewHeader {
        font-size: 14px;
        font-weight: 700;
    }

    .GridView .GridViewRow {
        font-size: 14px;
    }

    .GridView .GridViewFooter {
        font-size: 14px;
        font-weight: 700;
    }

    .GridView .GridViewRow td.dxgv {
        vertical-align: middle;
    }

        .GridView .GridViewRow td.dxgv .btn {
            margin-top: 0px;
        }

    .GridView .GridViewHeader {
        background: #ddd;
        line-height: 32px;
        height: 32px;
    }

    .GridView .Number {
        text-align: right;
    }

.GridViewButton {
    background: none;
    border: 0px !important;
    white-space: pre;
    text-decoration: none !important;
}

    .GridViewButton span {
        background: url('/img/btn_bg.png') !important;
        margin-right: 15px !important;
        line-height: 32px;
        padding-left: 10px !important;
        text-decoration: none !important;
        padding-right: 10px !important;
        color: #000 !important;
        border: 1px solid #aaa !important;
        cursor: pointer;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 2px;
        margin: 0px !important;
        padding-top: 8px;
        padding-bottom: 8px;
    }

        .GridViewButton span:hover {
            border: 1px solid #666 !important;
        }

.GridViewHeaderActionButtons {
    width: 140px !important;
}

.GridViewHeaderNewButton {
    width: 40px !important;
}

    .GridViewHeaderNewButton table tr td {
        position: relative;
    }

.GridViewEdit {
    background: #fafafa;
}

    .GridViewEdit label {
        float: left;
        margin-bottom: 0px;
        padding-top: 7px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
    }

    .GridViewEdit .dxeTextBoxSys {
        border: 0px;
        padding: 0px !important;
        margin: 0px !important;
        background: #fafafa;
    }

    .GridViewEdit .dxeButtonEditSys {
        margin-left: 3px;
        max-width: 400px;
    }

    .GridViewEdit .dxeFocused_Metropolis.txtRole {
        border-color: rgba(82, 168, 236, 0.8) !important;
        outline: 0;
        outline: thin dotted \9;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
    }

    .GridViewEdit .dxeListBoxItemSelected_Metropolis {
        background-color: #444;
    }

        .GridViewEdit .dxeListBoxItemSelected_Metropolis:hover {
            color: #fff;
        }

    .GridViewEdit .dxeButtonEditButtonHover_Metropolis {
        background-color: #444;
    }

    .GridViewEdit .dxeButtonEditSys input[type=text] {
        border: 0px !important;
        padding: 0px !important;
        margin: 0px !important;
        box-shadow: none !important;
    }

    .GridViewEdit input[type=text] {
        float: left;
        height: 32px;
        max-width: 400px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding: 3px;
        font-size: 14px;
        border: 1px solid #cccccc !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
        transition: border linear .2s, box-shadow linear .2s;
        box-sizing: border-box;
    }

        .GridViewEdit input[type=text]:focus {
            border-color: rgba(82, 168, 236, 0.8) !important;
            outline: 0;
            outline: thin dotted \9;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
        }

.Members .GridViewHeader:nth-child(1) {
    width: 80px;
}

.Members .GridViewHeader:nth-child(2) {
    width: 1540px;
}

.Members .GridViewHeader:nth-child(3) {
    width: 100px;
}

.Members .GridViewHeader:nth-child(4) {
    width: 80px;
}

.Bonus .GridViewHeader {
    font-size: 14px;
    font-weight: 700;
}

.Bonus .GridViewRow {
    font-size: 14px;
}

.Bonus .GridViewFooter {
    font-size: 14px;
    font-weight: 700;
}

.Bonus .GridViewHeader:nth-child(1) {
    width: 800px;
}

.Bonus .GridViewHeader:nth-child(2) {
    width: 200px;
}

.Bonus .GridViewHeader:nth-child(3) {
    width: 200px;
}

.Bonus .GridViewHeader:nth-child(4) {
    width: 200px;
}

.Bonus .GridViewHeader:nth-child(5) {
    width: 200px;
}

.Bonus .GridViewHeader:nth-child(6) {
    width: 200px;
}

.Bonus .GridViewHeader td {
    white-space: normal;
}

.Products .GridViewPager .dxp-lead {
    display: none;
}

.Products .GridViewPager .dxp-num {
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: -2px;
}

.Users .GridViewHeader:nth-child(4) {
}

.Campaigns  {width:100%;}
.Campaigns .GridViewRow .GridViewRowImage img {max-height:50px;}
.Campaigns .GridViewHeader:nth-child(2) {
    width: 100px;
}
.Campaigns .GridViewHeader:nth-child(3) {
    width: 120px;
}


/* CAMPAIGNS */
.CampaignWrapper { float:left; width:100%; display:flex; flex-wrap:wrap; }
.ArticlesOuterWrapper {float:left; width:100%;}
.ArticlesOuterWrapper article { width:20%; box-sizing:border-box; margin-bottom:10px; padding:10px; float:left;}
.ArticlesOuterWrapper article:nth-child(5n+1) { clear:left;}
/*.CampaignItemWrapper { width:20%; box-sizing:border-box; margin-bottom:10px; padding:10px;}*/
.CampaignItem {
    width: 100%;
    border: 2px solid #1d7432;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 0px;
    padding-bottom: 20px;
    border-bottom: 6px solid #1d7432;
    position: relative;
}
    .CampaignItem:before {
        content: ' ';
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #1d7432;
        position: absolute;
        bottom: 0px;
        left: 48%;
    }
.CampaignItem img { max-width:100%; }
.CampaignItem h2 { text-transform:uppercase }
.Date { display:block; border-bottom:1px #ccc solid; margin-bottom:5px; padding-bottom:4px; text-transform:uppercase  }
.CampaignItem p { }
.CampaignItem a { font-weight:bold; color:#444; text-decoration:none; }
.CampaignItem a:hover {  color:#000; text-decoration:underline; }
.span_related_files {display:block;}
.CampaignWrapper.Large .CampaignItem {  }
article h1 {    font-size: 22px;  color: #050505;    margin-bottom: 5px;    padding-bottom: 10px;    padding-top: 15px;    border-bottom: 1px solid #cbcbcb;}
.ArticleBack  {margin-top:10px; float:left; font-weight:bold; color:#444; text-decoration:none;}
.ArticleBack:hover {  color:#000; text-decoration:underline; }
.ArchiveWrapper {float:left;}
.ArticleWrapper { float:left; width:100%; }
.ArticleWrapper .ImageFullSize { float:right; margin-left:40px; margin-bottom:20px; }

/* EDIT CAMPAIGNS */
.Campaigns .GridViewEdit .GridViewEditImageWrapper {width:280px; height:160px; border:1px dashed #444; position:relative;}
.Campaigns .GridViewEdit .GridViewEditImageWrapper img {max-width:100%; position:absolute; top:0px; left:0px;}
.Campaigns .GridViewEdit .GridViewEditImageWrapper span { color:#fff; cursor:pointer;  }
.Campaigns .GridViewEdit .GridViewEditImageWrapper .GridViewEditImageActions { background-color:rgba(0,0,0,0.7); width:100%; height:40px; position:absolute; display:block; margin-top:120px; z-index:2;}
.Campaigns .GridViewEdit .GridViewEditImageWrapper .UploadImage:before {content:'\f115'; font-family:FontAwesome; font-size:32px; position:absolute; bottom:2px; left:20px; z-index:3; }
.Campaigns .GridViewEdit .GridViewEditImageWrapper .DeleteImage:before {content:'\f014'; font-family:FontAwesome; font-size:32px; position:absolute; bottom:4px; right:30px;  z-index:3; font-weight:normal !important;}
.Campaigns .GridViewEdit .ImageUploader { margin-top:0px !important; position:absolute !important; top:2px !important; left:30px !important; }
.Campaigns .GridViewEdit .UploadImageButton { background:none !important; border:0px !important; }
.Campaigns .GridViewEdit .UploadImageButton a:before  { content:'\f115' !important; font-family:FontAwesome !important; font-size:32px !important; color:#fff !important; font-weight:normal !important; }
.Campaigns .GridViewEdit .txtImage {display:none;}
.Campaigns .GridViewEdit .txtPDF {display:none;}
.Campaigns .GridViewEdit span.dxflCaption_Metropolis {font-size:14px; width:100px; display:inline-block; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}
.Campaigns .GridViewEdit label.dxflCaption_Metropolis {width:85px; }
.dxFirefox .dxeTextBox_Metropolis td.dxic, .dxFirefox .dxeButtonEdit_Metropolis td.dxic, .dxFirefox .dxeButtonEdit_Metropolis[cellspacing="0"] td.dxic, .dxeTextBox_Metropolis td.dxic, .dxeButtonEdit_Metropolis td.dxic, .dxeButtonEdit_Metropolis[cellspacing="0"] td.dxic {
    padding: 0px;
}
.Campaigns .GridViewEdit .ImageProgressBar {position: absolute !important;  top: -70px !important;  left: 90px !important; }

.Campaigns .GridViewEdit .GridViewEditPDFWrapper {position:relative; float:left; width:400px; height:80px; margin-left:0px;}
.Campaigns .GridViewEdit .UploadPDFButton { background:none !important; border:0px !important;  }
.Campaigns .GridViewEdit .UploadPDFButton a:before  { content:'\f115' !important; font-family:FontAwesome !important; font-size:24px !important; font-weight:normal !important; color:#000 !important; float:left !important; margin-left:5px !important; margin-right:5px !important;  }
.Campaigns .GridViewEdit .UploadPDFButton a  { float:left; background: url('/img/btn_bg.png') !important; padding-left:0px !important;
    width:125px !important;
                                               height: 32px !important;
    line-height:32px !important;
    color: #000 !important;
    border: 1px solid #aaa !important;
    cursor: pointer !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border-radius: 2px !important;  }
.Campaigns .GridViewEdit .PDFUploader {float:left; clear:both; margin-left:-8px;}
.Campaigns .GridViewEdit .PDFUploader .dxucBrowseButtonHover a  { border: 1px solid #666 !important; }
.Campaigns .GridViewEdit .DeletePDF { float:left;  background: url('/img/btn_bg.png'); padding:0px; margin-top:3px;
    width:100px;
    height: 32px;
    line-height:32px;
    color: #000;
    border: 1px solid #aaa;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;}
.Campaigns .GridViewEdit .DeletePDF:hover  { border: 1px solid #666 !important; }
.Campaigns .GridViewEdit .DeletePDF:before { float:left;content:'\f014'; font-family:FontAwesome; font-size:24px; z-index:3; font-weight:normal; margin-left:5px; margin-right:5px;}
.Campaigns .GridViewEdit .PDFFilePath { float:left; color:#000; text-decoration:none; font-size:14px; margin-bottom:5px;}
.Campaigns .GridViewEdit .PDFFilePath:hover { text-decoration:underline;}


/* IMAGE CROPPER IFRAME */
.ImageCropperIframeOuterWrapper {position:fixed; top:0px; left:0px; width:100%; height:100%; background-color:rgba(0,0,0,0.6); z-index:9999; box-sizing:border-box; padding:80px; display:none;}
.ImageCropperIframeInnerWrapper {float:left; width:100%; height:100%; position:relative;}
.ImageCropperIframeInnerWrapper .CloseIframe {position:absolute; right:-20px; top:-10px; width:40px; background-color:#fff; padding:5px; border:1px solid #ccc; border-radius:20px; box-sizing:border-box; cursor:pointer;}
.ImageCropperIframeInnerWrapper .CloseIframe:before {content:'\f00d'; font-family:FontAwesome; font-size:32px; float:left; margin-bottom:3px; margin-left:2px;}
.ImageCropperIframeInnerWrapper iframe {float:left; width:100%; height:100%; border-radius:10px; background-color:#fff;}

/* TABS */
.TabNavWrapper { float:left; width:100%; margin-bottom:0px; position:relative; }
.TabNavWrapper ul { position:absolute; z-index:99; margin-left:10px; }
.TabNavWrapper ul li { float:left; border:1px solid #444; margin-right:10px;  background-color:#eee; border-top-left-radius:5px; border-top-right-radius:5px;  }
.TabNavWrapper ul li:hover {  background-color:#ddd;   }
.TabNavWrapper ul li span { float:left; width:auto; display:block; padding:10px; cursor:pointer; padding-left:30px; padding-right:30px; text-transform:uppercase; }
.TabNavWrapper ul li.Selected { border-bottom:1px solid #fff; background-color:#fff; }

.TabWrapper { border:1px solid #444; float:left; width:100%; margin-top:41px; padding:20px; padding-top:0px; box-sizing:border-box; border-radius:5px; }


/* TABLE */
.Table {
    border-collapse: collapse;
    border: 1px solid #ccc;
    float: left;
    clear: both;
    width: 100%;
    margin-top: 10px;
}

    .Table tr.Result {
        font-weight: 700;
        background-color: #eee;
    }

    .Table tr.Result2 {
        font-weight: 700;
        background-color: #555;
        color: #fff;
    }

    .Table tr td {
        border: 1px solid #ccc;
        padding: 8px;
    }

    .Table tr.Result2 td {
        border: 1px solid #444;
        font-size: 15px;
    }

    .Table tr td:nth-child(1n+1) {
        text-align: right;
    }


/* LOGIN / SET PASSWORD*/

.LoginOuterWrapper {
    position: absolute;
    float: left;
    width: 100%;
    height: 100%;
    /*background: #000;*/
}

.LoginInnerWrapper {
    margin: 100px auto;
    width: 480px;
    color: #050505;
    font-family: 'Lato';
    font-size: 14px;
    line-height: 20px;
}

.Error {
    color: red;
}

.Info {
    color: #444;
}

.LoginContent {
    padding: 40px;
    font-size: 14px;
    width: 400px;
    float: left;
    background: #fff;
    /*border: 2px solid #d0a125;*/
    border: 1px solid #ddd;
}

    .LoginContent .Logo {
        float: left;
        margin-bottom: 40px;
    }

    .LoginContent .LogoMobile {
        float: left;
        max-width: 70px;
    }

    .LoginContent .LogoASKO {
        float: right;
        margin-top: 20px;
        width: 150px;
    }

    .LoginContent label {
        float: left;
        clear: both;
        width: 100px;
        line-height: 30px;
    }

    .LoginContent input[type=text], .LoginContent input[type=password], .LoginContent input[type=email] {
        float: left;
        width: 300px;
    }

    .LoginContent input[type=button], .LoginContent input[type=submit] {
        float: right;
        clear: both;
    }

    .LoginContent .ForgotPasswordButton {
        background: none;
        border: 0px;
        cursor: pointer;
        padding: 0px;
        margin-top: 10px;
        float: left;
        clear: left;
    }

        .LoginContent .ForgotPasswordButton:hover {
            text-decoration: underline;
        }

.PopupOuterWrapper {
    position: absolute;
    float: left;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    display: none;
}

.PopupInnerWrapper {
    margin: 160px auto;
    width: 300px;
    color: #050505;
    font-family: 'Lato';
    font-size: 14px;
    line-height: 20px;
}

.PopupContent {
    padding: 20px;
    font-size: 14px;
    float: left;
    background: #fff;
    /*border: 2px solid #d0a125;*/
    border: 2px solid #1d7432;
    box-shadow: 1px 1px 3px #888888;
}

    .PopupContent .btnForgotPassword {
        clear: both;
        margin-right: 20px;
    }

    .PopupContent input[type=text], .PopupContent input[type=email] {
        float: left;
        width: 100%;
        box-sizing: border-box;
    }

    .PopupContent p {
        float: left;
        width: 100%;
        display: block;
    }

.SetPasswordOuterWrapper {
    position: absolute;
    float: left;
    width: 100%;
    height: 100%;
    /*background: #000;*/
}

.SetPasswordInnerWrapper {
    margin: 100px auto;
    width: 480px;
    font-family: 'Lato';
    font-size: 14px;
    line-height: 20px;
}

.Error {
    color: red;
    float: left;
}

.Info {
    color: #444;
}

.SetPasswordLogo {
    width: 100%;
    max-width: 388px;
}

.SetPasswordContent {
    padding: 40px;
    width: 400px;
    font-size: 14px;
    float: left;
    background: #fff;
    /*border: 2px solid #d0a125;*/
    border: 2px solid #1d7432;
}

    .SetPasswordContent .Logo {
        float: left;
        margin-bottom: 40px;
    }

    .SetPasswordContent label {
        float: left;
        clear: left;
        width: 110px;
        line-height: 30px;
    }

    .SetPasswordContent input[type=text], .SetPasswordContent input[type=password], .SetPasswordContent input[type=email] {
        float: left;
        width: 280px;
    }

    .SetPasswordContent input[type=button], .SetPasswordContent input[type=submit] {
        float: right;
        clear: both;
    }

    .SetPasswordContent .ForgotPasswordButton {
        background: none;
        border: 0px;
        cursor: pointer;
        padding: 0px;
        margin-top: 10px;
    }

        .SetPasswordContent .ForgotPasswordButton:hover {
            text-decoration: underline;
        }

.IPBLink {
    float: right;
    color: #aaa;
    margin-top: 10px;
    font-size: 12px;
}

    .IPBLink:hover {
        color: #ccc;
    }

/* TOOLTIP */
.HoverTooltip {
    position: absolute;
    z-index: 999;
    background: #f6bf25;
    padding: 5px;
    border-radius: 3px;
    margin-top: 34px;
    font-size: 12px;
    display: none;
    border: 1px solid #eeaa00;
}


.loading {
    float: left;
    padding-left: 10px;
    margin-top: 23px;
}

.ProductSearchWrapper .loading {
    margin-top: 8px;
}

.bold {
    font-weight: 900;
    float:right;
    padding-right:10px
    
}
.boldalice {
    font-weight: 900;
    float:right;
    padding-right:10px
    
}