<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import url("/Styles/kendo.common.min.css");*/
/*@import url("/Styles/kendo.rtl.min.css");
@import url("/Styles/kendo.silver.min.css");*/
/*@import url("/Styles/kendo.mobile.all.min.css");*/
/*@import url("/Styles/kendo.default.mobile.min.css");
@import url("/Styles/kendo.default.min.css");*/


/*@import url("/Styles/kendo.dataviz.min.css");
@import url("/Styles/kendo.dataviz.bootstrap.min.css");*/
/*@import url("/Styles/kendo.common-office365.min.css");
@import url("/Styles/kendo.office365.min.css");*/

/*@import url("/Styles/bootstrap.css");
@import url("/Styles/font-awesome.min.css");
@import url("/Styles/kendo.common-bootstrap.min.css");
@import url("/Styles/kendo.mobile.all.min.css");*/

html, body, form {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

hr {
    height: 1px;
    border-width: 0;
    color: gray;
    background-color: gray;
}

h1, h2, h3, h3, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    /*text-decoration: underline;*/
    color: #4e7396;
}

    a:hover {
        text-decoration: none;
        color: #4e7396;
    }

#Login {
    background: #4e7396 url(images/Body_Bg.gif) repeat-x top;
}

#LoginTop {
    width: 100%;
    height: 200px;
}

#LoginMain {
    width: 450px;
    height: 308px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #235787;
    background: url(images/Login_Bg.gif) repeat-x top;
}

#LoginLeft {
    float: left;
    width: 20px;
    height: 308px;
}

#LoginRight {
    float: right;
    width: 20px;
    height: 308px;
}

#LoginBody {
    width: auto;
    height: 308px;
}

#LoginLogo {
    width: 100%;
    height: 46px;
    margin: 40px 0px 0px 0px;
    background: url(images/Logo_big.gif) no-repeat left;
}

#LoginError {
    /*height: 35px;*/
    height: 42px !important;
    width: 100%;
    float: left;
    color: red;
}

.LabelUsernamePassword {
    color: #FFFFFF;
}

.ForgotPassword {
    color: #FFFFFF;
}

.LoginInput {
    /*background: url(images/Login_Input_Bg.gif) repeat-x;
    height: 18px;*/
    background-color: whitesmoke;
    border: 1px solid #FFFFFF;
}

/*-------------------------Footer-----------------------------*/
.FooterMain {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0px;
    /*background-color: #6991B7;*/
    background-color: #385b7c;
    border-top: solid 1px #234565;
}

.FooterContent {
    color: #FFFFFF;
    margin: 3px 3px 3px 3px;
    text-align: center;
}

    .FooterContent a {
        color: #FFFFFF;
    }

        .FooterContent a:hover {
            text-decoration: none;
            /*color: #4e7396;*/
            color: #0a355e;
        }

.footerDiv {
    background-color: #030a10;
    color: #6c6d6d;
    padding: 4px 5px;
    text-align: center;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif !important;
}

/*-------------------------Header-----------------------------*/
.HeaderMain {
    width: 100%;
    background-color: #0a355e;
}

.HeaderSub {
    width: 98%;
    height: 65px;
    margin-left: 20px;
}

.HeaderLeftPepsi {
    float: left;
    width: 20%;
    height: 65px;
    background: url(images/Logo_Sml_Pepsi.png) no-repeat left;
}

.HeaderLeftFrito {
    float: left;
    width: 20%;
    height: 65px;
    background: url(images/Logo_Sml_Pepsi.png) no-repeat left;
}

.HeaderRight {
    float: left;
    width: 80%;
    height: 65px;
}

.header {
    height: 64px;
    background-color: #04599c;
    margin: 0;
    /*border-bottom: 6px solid #2a9edb;*/
}

/*-------------------------Admin-----------------------------*/
.HeaderLeftPepsiAdmin {
    float: left;
    width: 30%;
    height: 49px;
    background: url(images/Logo_Sml_Admin.gif) no-repeat left;
}

/*--------------Email Center-------------*/
.emailCenter {
    background-color: #C8D6E5;
}


/*------------------Top Tab------------------------------------*/
#TopTabMain {
    width: 100%;
    height: 41px;
    padding: 0px 0px 0px 0px;
    /*background-color: #DFE9F5;*/
    border-top: solid 1px #234565;
}

#TopTabInnerLeft {
    float: left;
    width: 70%;
}

#TopTabInnerRight {
    float: right;
    height: 41px;
    width: 30%;
    /*border-bottom: solid 1px #C8D6E5;*/
    border-bottom: solid 1px #25a0da;
}

#UserText {
    float: right;
    margin: 15px 10px 0px 0px;
    color: #234565;
}

#Logout a {
    float: right;
    margin: 15px 10px 0px 0px;
    color: #234565;
}

    #Logout a:hover {
        text-decoration: none;
        color: #4e7396;
    }
/*------------------------General--------------------*/
.MainHead {
    font-size: 1.8em;
    font-weight: 400;
    color: #234565;
}

.NormalLabel {
    font-size: 12px;
    font-weight: normal;
    color: #234565;
}

.Line {
    width: auto;
    height: 1px;
    background-color: #C8D6E5;
    margin: 5px 0px 5px 0px;
    clear: both;
}

.TreeContainer {
    width: auto;
    margin: 0px 3px 0px 3px;
    padding: 3px 0px 0px 0px;
    border: solid 1px #C8D6E5;
}

.ContentBox {
    width: 100%;
}

    .ContentBox TR TD {
        width: 100%;
        margin: 3px 10px 3px 10px;
        border: solid 1px #658fb2;
        background-color: #658fb2;
        height: 30px;
    }

    .ContentBox TR TR TD {
        width: 100%;
        margin: 3px 3px 3px 10px;
        border-left: solid 1px #658fb2;
        border-right: solid 1px #658fb2;
        border-bottom: solid 1px #658fb2;
        height: auto;
    }

.ItemPopUp {
    margin: 5px 0px 0px 0px;
    border: solid 1px #C8D6E5;
}

.ptyAdjuster {
    width: 295px;
    height: 350px;
    margin-top: 5px;
    padding: 3px 3px 3px 3px;
    border: solid 1px #C8D6E5;
}

.ptyPreview {
    width: 295px;
    height: 350px;
    overflow: auto;
}

.ptyMessage {
    border: dashed 1px #C8D6E5;
    padding: 5px 5px 5px 5px;
    text-align: justify;
    height: auto;
}

/*----------------------Draw planogram----------------------------*/
.designerHeader {
    background-color: #FFFFFF; /*#FCFCFC*/
    background-image: url(images/Bg_designerHeader.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

.designerUp {
    cursor: hand;
    background-image: url(images/Icons/Up_arrow.gif);
    background-repeat: no-repeat;
    width: 19px;
    height: 18px;
    margin: 0;
    padding: 0;
}

.designerDown {
    cursor: hand;
    background-image: url(images/Icons/Down_arrow.gif);
    background-repeat: no-repeat;
    width: 19px;
    height: 18px;
    margin: 0;
    padding: 0;
}

.designerCanvas {
    height: 100%;
    background-color: #ffffff;
    vertical-align: bottom;
    text-align: center; /*horizondal-align :center ;vertical-align :middle;width: 100%;*/
}

.designerCanvasContainer {
    /*border-right:solid 1px #C2CEDB;	     border-bottom:solid 1px #C2CEDB;	     border-left:solid 1px #C2CEDB;*/
    vertical-align: middle;
}

.designerTbUp {
    cursor: hand;
    background-image: url(images/Icons/tb_up_arrow.gif);
    background-repeat: no-repeat;
    width: 17px;
    height: 25px;
    margin: 0;
    padding: 0;
}

.designerTbDown {
    cursor: hand;
    background-image: url(images/Icons/tb_down_arrow.gif);
    background-repeat: no-repeat;
    width: 17px;
    height: 25px;
    margin: 0;
    padding: 0;
}

.designerExportDiv {
    padding: 5px 5px 5px 5px;
    border: solid 1px #2B557C;
    background-color: #ffffff; /*background-image: url(images/spacer.gif);*/
    background-position: top;
    background-repeat: repeat-x;
}

#pnlImage legend {
    color: #2B557C;
    font-weight: bold;
}

#pnlImage fieldset {
    border: 1px solid #C8D6E5;
}

#pnlExport legend {
    color: #2B557C;
    font-weight: bold;
}

#pnlExport fieldset {
    border: 1px solid #C8D6E5;
}

#pnlPageMargin legend {
    color: #2B557C;
    font-weight: bold;
}

#pnlPageMargin fieldset {
    border: 1px solid #C8D6E5;
}

#pnlOrientation legend {
    color: #2B557C;
    font-weight: bold;
}

#pnlOrientation fieldset {
    border: 1px solid #C8D6E5;
}

#pnlExportType legend {
    color: #2B557C;
    font-weight: bold;
}

#pnlExportType fieldset {
    border: 1px solid #C8D6E5;
}

#pnlExportOptionsInput legend {
    color: #2B557C;
    font-weight: bold;
}

#pnlExportOptionsInput fieldset {
    border: 1px solid #C8D6E5;
}

.IcoLandscape {
    background-image: url(images/Icons/landscape.gif);
    background-repeat: no-repeat;
    width: 29px;
    height: 22px;
    margin: 0;
    padding: 0;
}

.IcoPrtrait {
    background-image: url(images/Icons/portrait.gif);
    background-repeat: no-repeat;
    width: 22px;
    height: 28px;
    margin: 0;
    padding: 0;
}

.popUpProductMain {
    width: 150px;
    height: auto;
    vertical-align: bottom;
    background-color: #DFE9F5;
    opacity: .9;
    filter: alpha(opacity:90);
    border: solid 1px #234565;
    padding: 3px 3px 3px 3px;
}

.imgBtnSubmit {
    cursor: hand;
    background-image: url(images/btn_Submit.gif);
    background-repeat: no-repeat;
    width: 59px;
    height: 25px;
    margin: 0;
    padding: 0;
}

.dragDelete {
    opacity: .3;
    filter: alpha(opacity:30);
    background-color: #6991B7;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    padding: auto 0px auto 0px;
    background-image: url(images/imgDropDelete.gif);
    background-position: center;
    background-repeat: no-repeat;
}
/*.IcoPreview
{   
    cursor: hand;
    background-image: url(images/Icons/preview.gif); 
    background-repeat: no-repeat; 
    width: 15px; 
    height: 14px; 
    margin: 0; 
    padding: 0;
}

.IcoDetails
{ 
    cursor: hand;
    background-image: url(images/Icons/details.gif); 
    background-repeat: no-repeat; 
    width: 15px; 
    height: 14px; 
    margin: 0; 
    padding: 0;
}

.IcoShare
{ 
    cursor: hand;
    background-image: url(images/Icons/share.gif); 
    background-repeat: no-repeat; 
    width: 15px; 
    height: 15px; 
    margin: 0; 
    padding: 0;
}*/

/*--------------------------Context menu------------------*/
.ctxContainerMain {
    width: 160px;
    height: 408px; /*Increment 20px*/
    border: solid 1px #A5B3C5;
    background: url(images/ctx_bg_Main.gif) repeat-y left;
}

.ctxMenu {
    width: 160px;
    margin: 3px 3px 3px 3px;
    padding: 0;
    list-style-type: none;
}

ul.ctxMenu li {
    vertical-align: middle;
    height: 20px;
}

    ul.ctxMenu li a {
        width: 123px;
        display: block;
        text-decoration: none;
        color: black;
        padding: 2px 0px 0px 29px;
        height: 20px;
    }

        ul.ctxMenu li a:hover {
            background: #EFF2F6;
            border: solid 1px #A8D8EB;
            color: #A5B3C5;
            height: 18px;
        }

    ul.ctxMenu li hr {
        color: #A5B3C5;
        height: 1px;
        background-color: #A5B3C5;
        border: 0;
        margin-left: 29px;
        margin-right: 3px;
    }


/*---------------Content boxes---------------------*/
.heading {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 14px;
    padding: 0px 0px 0px 15px;
    background-color: #658fb2;
}

.text {
    padding: 0px 0px 0px 0px;
    line-height: 18px;
}

    .text ul {
        list-style: none;
        padding: 0px 0px 0px 0px;
    }

        .text ul li {
            background: url(images/Icons/arow.gif) no-repeat left 5px;
            padding: 0px 0px 0px 10px;
        }

            .text ul li ul {
                list-style: none;
                padding: 0px 0px 0px 0px;
            }

                .text ul li ul li {
                    background: url(images/Icons/arow.gif) no-repeat left 5px;
                    padding: 0px 0px 0px 10px;
                }

.border {
    border: 1px solid #658fb2;
    border-collapse: collapse;
}

.text ul.link {
    list-style: none;
    padding: 0px 0px 0px 0px;
}

    .text ul.link li {
        background: url(images/Icons/arow.gif) no-repeat left 5px;
        padding: 0px 0px 0px 0px;
    }

/*-------------- Home Page-------------*/

.box {
    border: 1px solid #c2d4df;
}

.box-inside {
    background-color: #e3edf3;
}

.WhatNew {
    background: url(images/what_new.gif) no-repeat left;
    padding: 0px 0px 10px 10px;
}

.GetStart {
    background: url(images/get_start.gif) no-repeat left;
    padding: 0px 0px 10px 10px;
}

.Help {
    background: url(images/help.gif) no-repeat left;
    padding: 0px 0px 10px 10px;
}

.Template {
    background: url(images/template.gif) no-repeat left 0px;
    padding: 0px 0px 10px 10px;
}

/*-------------- Admin-------------*/
.TitleText {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #37526F;
}

.SubTitleText {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #37526F;
}

a.FadedText:link, visited, hover, active {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-decoration: underline;
    color: #A7A7A7;
}

.FadedText {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #A7A7A7;
}

.Container {
    background-repeat: repeat-x;
    background-image: url(images/exSpacer.gif);
}

.NormalTitle {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #518ECF;
}

a.NormalTitle:link, visited, hover, active {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    text-decoration: underline;
    color: #518ECF;
}

.Normal {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    color: Black;
}

.Control {
    width: 250px;
    height: 15px;
    border-right: #E7ECF5 1px solid;
    border-top: #E7ECF5 1px solid;
    border-left: #E7ECF5 1px solid;
    border-bottom: #E7ECF5 1px solid;
}

.FilterTextContainer {
    border-top: solid 1px #7F9DB9;
    border-left: solid 1px #7F9DB9;
    border-right: solid 1px #7F9DB9;
    border-bottom: solid 1px #7F9DB9;
    padding: 0px 1px 0px 1px;
}

.TglContainer {
    width: 14px;
    border-top: solid 1px #7F9DB9;
    border-right: solid 1px #7F9DB9;
    border-bottom: solid 1px #7F9DB9;
}

.BtnSearchContainer {
    width: 14px;
    border-top: solid 1px #7F9DB9;
    border-right: solid 1px #7F9DB9;
    border-bottom: solid 1px #7F9DB9;
}

.ImgTgl {
    vertical-align: middle;
}

.FilterContent {
    padding: 5px 0px 5px 14px;
    border-top: solid 1px #7F9DB9;
    border-left: solid 1px #7F9DB9;
    border-bottom: solid 1px #7F9DB9;
    background-color: #fff;
    height: auto;
}

.FilterAdjuster {
    width: 14px;
    padding: 0px 0px 0px 0px;
    border-right: solid 1px #7F9DB9;
    border-bottom: solid 1px #7F9DB9;
    background-color: #fff;
}

.ContentArea {
    width: 100%;
    height: 100px;
}

.FilterText {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    color: Black;
}
/*TextBox*/
input[type='text'], input[type="password"] {
    border-radius: 4px;
    border: 1px solid #CCC;
    padding: 7px 3px 7px 3px;
    color: black;
    background-color: white;
    font: normal 12px Verdana, Helvetica, sans-serif;
}

/*Drop Down*/
select {
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 7px 0px 7px 0px;
    height: 30px;
    /*overflow: hidden;*/
    color: black;
    background-color: whitesmoke;
    font: normal 12px Verdana, Helvetica, sans-serif;
}
/*TextBox - MultiLine*/
textarea {
    border-radius: 4px;
    border: 1px solid #CCC;
    padding: 7px 3px 7px 3px;
    color: black;
    background-color: white;
    font: normal 12px Verdana, Helvetica, sans-serif;
}
/*************** Telerik controls style override ***************************/
.RadTabStripTop_MetroTouch .rtsLevel1 {
    border-bottom: 1px solid #25a0da !important;
}

.RadWindow_MetroTouch .rwTable A.rwIcon {
    margin: 12px 5px 0 6px !important;
}

.RadMenu_MetroTouch .rmRootLink {
    text-transform: none !important;
}

.RadTabStrip_MetroTouch .rtsLevel1 .rtsLink {
    border-bottom: 0 !important;
}
/***************************************************************************/

/*************** Login ***************************/


#LoginMainn {
    width: 430px;
    height: 308px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -215px;
    margin-top: -154px;
    border: solid 1px #235787;
    background: url(Images/Login_Bg.gif) repeat-x top;
    padding: 0 10px;
}

/***************************************************************************/


/***********************************************
 * 2016 silverlight version
 ***********************************************/

.container-inherit {
    /*margin-top:10px !important;
     margin-bottom: 10px !important;*/
    /*margin-left: 10px !important;
   
    margin-right: 10px !important;*/
    background-color: #CCCCCC;
}

.fill {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.btn {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}

.clear {
    clear: both;
}

#header-new {
    width: 100%;
    background-color: #005B9D;
    background: url(/images/Heade-Bg.jpg) #3074ad repeat-x bottom left;
    height: 60px;
    margin: 0;
    /*border-bottom: 10px solid #2a9edb;z-index:7000;*/
}

.header-logo {
    height: 60px;
    float: left;
    margin-left: 1%;
    padding: 10px 0px;
    display: inline;
}

#icon-user {
    float: right;
    background-color: #92D0ED;
    color: #005B9D;
    outline: none;
    padding: 7px 15px 7px 15px;
    cursor: pointer;
}

    #icon-user:hover {
        color: #25A0DA;
    }

#menu-container {
    float: left;
    /*background-color: #25A0DA;*/
    padding: 10px 0px 6px 6px;
    /*margin-right:1%;*/
    height: 60px;
    display: inline;
}

#summary-container {
    margin: 50px 150px 0px 150px;
    padding: 0;
}

.ex-h2 {
    font-size: 2em;
    font-weight: 200;
    color: #25A0DA;
}

    .ex-h2 i {
        color: #1A7099;
    }

.summary {
    background-color: #F3F3F3;
    font-size: 1.2em;
    line-height: 1.5em;
    color: #1A7099;
    padding: 20px;
}

.quick-link {
    margin-left: 50px;
    font-size: 1.5em;
    color: #E4E4E4;
    line-height: 1.5em;
}

    .quick-link a i {
        color: #E4E4E4;
    }

    .quick-link a:hover i {
        color: #25A0DA;
    }

.ex-h1 {
    font-size: 2.8em;
    font-weight: 200;
    color: #1A7099;
}

.recentlist-title a:link,
.recentlist-title a:active,
.recentlist-title a:visited {
    text-decoration: none !important;
}

.recentlist-title a:hover {
    text-decoration: underline !important;
}

#recentlist-container {
    margin: 50px 150px 0px 150px;
    padding: 0;
    color: #1A7099; /*#25A0DA;*/
    font-size: 1em;
    line-height: 1em;
    font-weight: 100;
}

    #recentlist-container h1 {
        /*margin-left:50px;*/
        color: #1A7099;
    }

    #recentlist-container .title {
        font-size: 1.8em;
        line-height: 1.5em;
        font-weight: 100;
        color: #25A0DA;
    }

    #recentlist-container .user {
        font-size: .8em;
        line-height: 1em;
        font-weight: 100;
        text-transform: uppercase;
        color: #25A0DA; /*#000;*/
    }

    #recentlist-container .date {
        font-size: .8em;
        line-height: 1em;
        font-weight: 100;
        text-transform: uppercase;
        color: #25A0DA; /*#000;*/
    }

    #recentlist-container .number {
        font-size: 2.5em;
        line-height: 1.5em;
        font-weight: 100;
        color: #1A7099;
        position: absolute;
        top: -53px;
        left: 30px;
    }

    #recentlist-container .preview i {
        cursor: pointer;
    }

        #recentlist-container .preview i:hover {
            color: #25A0DA;
        }

#footermain-container {
    background-color: #999;
    color: #FFF;
    padding: 5px;
    text-align: center;
}

    #footermain-container a:link,
    #footermain-container a:active,
    #footermain-container a:visited {
        color: #FFF !important;
    }

    #footermain-container a:hover {
        color: #ccc !important;
    }

.productbin-panel {
    margin: 10px 0px;
    border: 1px solid #92D0ED;
    font-weight: 100;
    text-align: center;
}

    .productbin-panel .content {
        padding: 10px;
    }

    .productbin-panel .title {
        min-height: 30px;
        font-size: 1em;
        text-transform: uppercase;
        font-weight: 100;
        color: #1A7099;
    }

    .productbin-panel .image {
        margin: 10px auto 5px auto;
        width: 80%;
    }

    .productbin-panel .manufacture {
        margin-top: 10px;
        text-transform: capitalize;
        color: #25A0DA;
        font-size: .8em;
    }

    .productbin-panel .category {
        text-transform: uppercase;
        color: #999;
        font-size: .8em;
    }

    .productbin-panel .upc {
        color: #999;
        font-size: 1.5em;
        cursor: pointer;
    }

    .productbin-panel .control {
        background-color: #92D0ED;
        padding: 5px;
        color: #FFFFFF;
    }

        .productbin-panel .control .delete {
            float: right;
        }

        .productbin-panel .control .change-view {
            float: left;
            margin-top: 7px;
            text-transform: capitalize;
            font-weight: 100;
        }

.designer-buttonContainer {
    position: absolute;
    right: 20px;
    top: -60px;
    height: 5em;
}

a.designer-binButton {
    display: inline-block;
    width: 4em;
    height: 4em;
    background-color: red;
    color: #FFF;
    outline: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin: 0 0 0 5px;
    padding-top: 1em;
    padding-left: 1em;
    /*-webkit-box-shadow: 0px 0px 7px -1px rgba(5,5,5,1);
-moz-box-shadow: 0px 0px 7px -1px rgba(5,5,5,1);
box-shadow: 0px 0px 7px -1px rgba(5,5,5,1);*/
}

    a.designer-binButton:hover {
        color: #92D0ED;
    }

a.designer-fixButton {
    display: inline-block;
    width: 4em;
    height: 4em;
    background-color: #25A0DA; /*#1A7099;*/
    color: #FFF;
    outline: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    margin: 0 0 0 5px;
    border-radius: 50px;
    padding-top: 1em;
    padding-left: 1em;
}

    a.designer-fixButton:hover {
        color: #92D0ED;
    }

a.designer-preview {
    position: absolute;
    width: 2em;
    height: 2em;
    background-color: #005B9D; /*#1A7099;#0C3245*/
    color: #FFF;
    outline: none;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    top: 0px;
    left: -10px;
    padding-top: .3em;
    padding-left: .5em;
}

    a.designer-preview:hover {
        color: #92D0ED;
    }

a.designer-exportButton {
    display: inline-block;
    width: 4em;
    height: 4em;
    background-color: #2292C8; /*#1A7099;*/
    color: #FFF;
    outline: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-right: 5px;
    padding-top: 1.1em;
    padding-left: 1.1em;
    /*-webkit-box-shadow: 0px 0px 7px -1px rgba(5,5,5,1);
-moz-box-shadow: 0px 0px 7px -1px rgba(5,5,5,1);
box-shadow: 0px 0px 7px -1px rgba(5,5,5,1);*/
}

    a.designer-exportButton:hover {
        color: #92D0ED;
    }

a.designer-undoButton {
    display: inline-block;
    width: 4em;
    height: 4em;
    background-color: #005B9D;
    color: #FFF;
    outline: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin: 0 0 0 5px;
    padding-top: 1em;
    padding-left: 1.1em;
}

    a.designer-undoButton:hover {
        color: #92D0ED;
    }

a.designer-undoDblButton {
    display: inline-block;
    width: 4em;
    height: 4em;
    background-color: #CCCCCC;
    color: #FFF;
    outline: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin: 0 0 0 5px;
    padding-top: 1em;
    padding-left: 1.1em;
}

    a.designer-undoDblButton:hover {
        color: #FFF;
    }

.product-image {
    vertical-align: top !important;
}
/*.round-button {
    width: 4em;
    height: 4em;
    background-color: red;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 10px 10px 17px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 17px -12px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 17px -12px rgba(0,0,0,0.75);    
    padding-top:1em;
    padding-left:1em;
}

a.link-bin {
    color:#FFF;
}

    a.link-bin:hover {
        color:#EFEFEF;
    }*/
/*.product {
    position:absolute;
}*/

/*.cooler {    
    border-top:0;
    border-right:0;
    border-left:0;
    padding:0;
}

.shelf { 
   
    position:relative; 
    padding:0;    
}*/

/*.cooler {  
    padding:0;
}

.shelf { 
    float:left;
    position:relative; 
    padding:0;  
    margin:0;
    clear:left;  
}*/

.dragHelper {
    border: 1px solid #FF3300;
    position: absolute;
}

.pr-select {
    border: 1px solid #00A8FF;
}

.slf-select {
    border: 1px solid #00A8FF;
}

.select {
    border: 1px solid #00A8FF;
}

.area {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: inherit;
}

.pr-warning {
    position: absolute;
    color: yellow;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px;
}
/*.overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
    display: none;
}*/

#action-slideIn {
    position: absolute;
    top: 70px;
    right: 0;
    width: 200px;
    margin-right: -200px;
    border: solid #e9e9e9;
    border-width: 1px 0px 1px 1px;
    z-index: 10000;
    height: 70px;
    background: #fff;
}

#action-slideInHandle {
    position: absolute;
    top: -1px;
    right: 200px;
    width: 30px;
    height: 70px;
    background: #D9534F url(images/actions-handle.png) no-repeat 50% 50%;
    color: #fff;
    text-indent: -999em;
}

    #action-slideInHandle:hover {
        background-color: #C9302C;
    }

#action-slideIn ul {
    list-style: none;
    margin: 1em 0 0 0;
    padding: 0;
    background: #fff;
    text-align: center;
}

#action-slideIn li {
    display: inline-block;
    margin: 0 2px;
}

.action-button {
    background: #fff;
    border: 4px solid #a6a6a6;
    display: inline-block;
    width: 4em;
    height: 4em;
    /*margin-top: 17px;*/
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    color: #a6a6a6;
}

    .action-button:hover {
        border-color: #333;
    }

.action-save {
    padding-top: .7em;
}

    .action-save:hover {
        border-color: #25A0DA;
        color: #25A0DA;
    }

.action-export-pdf {
    padding-top: .7em;
}

    .action-export-pdf:hover {
        border-color: #D9534F;
        color: #D9534F;
    }

.action-export-jpg {
    padding-top: .7em;
}

    .action-export-jpg:hover {
        border-color: #005B9D;
        color: #005B9D;
    }

.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
    display: inline-block;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    display: inline-block;
}

.resizer-tooltip {
    background-color: #b3b3b3;
    color: black;
    display: block;
    right: 4px;
    padding: 4px;
    pointer-events: none;
    position: absolute;
    font-size: .7em;
}

.table-padding td, .table-padding th {
    padding: 2px 2px !important;
}

.designer-title {
    color: #005B9D;
    font-size: 1.8em;
    font-weight: 200;
    float: left;
    margin-left: 10px;
    height: 100%;
    line-height: 2.4em;
}

/*****************03/30/2017**************************/
.Show_Toggle {
    overflow: visible !important;
}

.ac-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.2em;
    color: #2A5C8F;
}

.ac-user {
    color: #75C8FF;
}

.ac-date {
    color: #75C8FF;
    text-transform: uppercase;
}

.pog-toolbar-wrap {
    height: 59px;
    padding: 1px 0px;
    border: solid #a6a6a6;
    border-width: 0px 0px 1px 0px;
}

.pog-toolbar {
    height: 55px;
    border: solid #005B9D;
    border-width: 1px 10px 1px 0px;
    float: left;
    padding-left: 2px;
    padding-right: 5px;
}

.pog-toolbar-separator {
    width: 1px;
    background-color: #a6a6a6;
    float: left;
    margin: 7px;
    height: 38px;
}

.pog-toolbar a {
    padding: 7px;
    text-decoration: none;
    float: left;
    text-align: center;
    color: #a6a6a6;
    min-width: 40px;
    cursor: pointer;
}

    .pog-toolbar a:focus {
        text-decoration: none;
        color: #a6a6a6;
        outline: 0px;
    }

    .pog-toolbar a:hover {
        color: #005B9D;
    }

    .pog-toolbar a span {
        display: block;
        color: #464646;
    }

.productbin-tree {
    width: 100%;
    margin-top: 10px;
}

    .productbin-tree input + label + ul {
        margin: 0px 0px 0px 10px;
        display: none;
    }

    .productbin-tree input:checked:not(:disabled) + label + ul {
        display: block;
    }

    .productbin-tree input + label .fa-caret-down {
        display: none;
    }

    .productbin-tree input:checked:not(:disabled) + label .fa-caret-right {
        display: none;
    }

    .productbin-tree input + label .fa-caret-right {
        display: inline;
    }

    .productbin-tree input:checked:not(:disabled) + label .fa-caret-down {
        display: inline;
    }

    .productbin-tree ul, .productbin-tree li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

.productbin-tree-label {
    width: 100%;
    height: 30px;
    border-radius: .25em;
    vertical-align: baseline;
    padding-left: 5px;
    line-height: 30px;
}

.productbin-tree-manufacturer {
    background-color: #428bca;
    color: #fff;
}

.productbin-tree-category {
    background-color: #d6d4d4;
}

.productbin-tree-chekcbox {
    position: absolute;
    opacity: 0;
}

.btn-remove {
    float: right;
    height: 30px;
    width: 30px;
    border-left: 1px solid #fff;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.btn-remove-category {
    color: #000;
}

    .btn-remove-category:hover {
        color: #000;
        background-color: #c2c4c5;
    }

.btn-remove-manufacturer {
    color: #fff;
}

    .btn-remove-manufacturer:hover {
        color: #fff;
        background-color: #3a77ab;
    }

.planogram-pdf-details {
    border-collapse: collapse;
    width: 100%;
}

    .planogram-pdf-details thead tr {
        background-color: rgb(100, 188, 229);
        border-bottom: 1px solid black;
        font-weight: bold;
    }

    .planogram-pdf-details td {
        padding: 5px;
    }

.draggable:focus {
    outline: 0;
}

.draggable img, .draggable span {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.product-noimage {
    border: 1px solid #000;
    /*background-color: #FFFFFF;*/
}

    .product-noimage span, .select span, .product-mask span {
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        width: 100%;
        word-wrap: break-word;
        font-size: 7.5px;
    }



.color-pallete {
    height: 30px;
    float: left;
    padding-top: 2px;
}

    .color-pallete td {
        height: 24px;
        width: 24px;
        border: 1px solid;
    }

    .color-pallete div {
        height: 24px;
        width: 24px;
        border: 1px solid;
        margin-left: 5px;
        float: left;
    }

    .color-pallete .selected {
        border: 1px solid #428bca;
    }

    .color-pallete .black {
        background-color: #000;
    }

    .color-pallete .white {
        background-color: #fff;
    }

.pog-footer-toolbar-wraper {
    width: 100%;
    height: 40px;
    background-color: #ebebeb;
    border-top: solid 1px #234565;
    position: absolute;
    bottom: 0px;
}

.pog-footer-toolbar-text {
    color: #428bca;
}

.pog-footer-toolbar-left {
    float: left;
    height: 100%;
    padding-left: 10px;
    padding-top: 3px;
}

.pog-footer-toolbar-right {
    float: right;
    height: 100%;
}

.pog-footer-toolbar-checkbox {
    float: right;
    height: 100%;
    margin-right: 10px;
    line-height: 3.3em;
}

    .pog-footer-toolbar-checkbox label {
        font-weight: 400;
        padding-left: 15px;
        font-weight: 600;
    }

        .pog-footer-toolbar-checkbox label input {
            margin: 12px -17px 0;
            position: absolute;
        }

.pog-footer-toolbar-slider {
    float: right;
    height: 100%;
    margin-right: 10px;
    padding-top: 5px;
}

.pog-footer-toolbar-dropdown {
    float: right;
    height: 100%;
    margin-right: 10px;
    line-height: 2.9em;
}

.btn-custom-size {
    height: 13px !important;
    width: 13px !important;
    padding: 0px 0px !important;
    font-size: 9px !important;
    line-height: 9px !important;
    border-radius: 3px !important;
    text-align: center !important;
}

.remove-product {
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 1px;
    display: none;
}

.search-box-container {
    width: 100%;
    display: table;
}

    .search-box-container .input[type=text] {
        padding: 8.5px 10px;
        margin: 0px 0;
        border-radius: 0px;
        box-sizing: border-box;
        color: #000;
        border: 1px solid #cdcdcd; /* #999;*/
        /*border-top-left-radius: 8px;*/
        /*border-bottom-left-radius: 8px;*/
        outline: none;
        /*float: left;*/
        display: table-cell;
        width: 100%;
    }

    .search-box-container .button {
        background: #25a0da; /*#337AB7;*/
        border: 0;
        color: white;
        cursor: pointer;
        /*float: left;*/
        padding: 11px 11px;
        outline: none;
        display: table-cell;
        width: 34px;
    }

    .search-box-container .button1 {
        color: #fff;
        border-right: 1px solid #7396b5; /* #2E6DA4;*/
    }

    .search-box-container .button2 {
        color: #fff;
        /*border-right: 1px solid #7396b5;*/ /*#2E6DA4;*/
        /*border-top-right-radius: 8px;*/
        /*border-bottom-right-radius: 8px;*/
    }

.product-mask {
    border: 1px solid #FF0000;
}

.m-3 {
    margin: 3px;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mt-3 {
    margin-top: 3px !important;
}

.mb-3 {
    margin-bottom: 3px !important;
}

.k-primary, .k-button, .Blue-Btn, #lnkUploadProductFile {
    font-size: 15px !important;
}

a.k-button {
    font-size: 100% !important;
}

</pre></body></html>