.DisplayArea {
    display: table;
    background-color: #efefef;
}

.SidePanel {
    width: 100%;
    position: relative;
    /*  min-height: 100vh;*/
}

    .SidePanel .Logo {
        top: 0px;
        /*position: fixed;*/
        /*height: 80px;*/
        height: 54px;
        /* border-top: solid thin #2f3439;*/
        width: 237px;
        background-color: white;
        -webkit-transition: width 0.4s;
        -moz-transition: width 0.4s;
        -o-transition: width 0.4s;
        transition: width 0.4s;
        border-right: solid thin #efefef;
    }

.slim .UserLogo {
    display: none !important;
}

.SidePanel.slim .Logo {
    width: 60px;
    display: none;
}

.SideBase.slim .Logo {
    width: 60px;
    display: none;
}

    .SideBase.slim .Logo img {
        width: 60%;
    }

.SideBase .Logo img {
    width: 80%;
    margin-left: 10px;
    margin-top: 10px;
}

.SideBase {
    width: 238px;
    position: fixed;
    display: inline-block;
    transition-property: all;
    -webkit-transition-property: all;
    float: left;
    /*height:  calc(100vh - 71px);*/
    background-color: #313542;
    -webkit-transition: width 0.4s;
    -moz-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s;
    z-index: 10;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none;
}

    .SideBase.slim {
        width: 54px;
        z-index: 2;
    }

.TopBar {
    display: block;
    height: 54px;
    border-bottom: solid thin #e5e6e7;
    background-color: white;
    position: fixed;
    width: calc(100% - 238px);
    z-index: 89;
    -webkit-transition: width 0.4s;
    -moz-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s\;;
}

.GeneralContent.slim .TopBar {
    z-index: 1;
    width: calc(100% - 54px);
}

.GeneralContent {
    float: right;
    width: calc(100% - 238px);
    -webkit-transition: width 0.4s;
    -moz-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s\;;
}

    .GeneralContent.slim {
        width: calc(100% - 54px);
    }

.Page {
    padding: 15px;
    margin-top: 60px;
    margin-bottom: 20px;
}

.UserLogo {
    height: 24px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border-bottom: solid 1px #2f3439;*/
    padding: 15px 15px 15px 15px;
    border-right: solid thin #efefef;
}

    .UserLogo a img {
        /* width: 100%;*/
    }

/*Menu*/
.MainMenu, .MainMenu ul, .MainMenu li, MainMenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    position: relative;
}

.MainMenu {
    padding-right: 5px;
    width: 238px;
    /* height: calc(100vh - 232px);
    overflow-y: auto;*/
}

    .MainMenu.NoUserImage {
        height: calc(100vh - 79px);
    }

    .MainMenu::-webkit-scrollbar {
        display: none;
    }

    .MainMenu a {
        line-height: 1.3;
    }

    .MainMenu > ul > li {
        display: inline-block;
        width: 100%;
        position: relative;
        overflow-x: hidden;
        white-space: nowrap;
    }

        .MainMenu > ul > li.has-sub.active > i {
            transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
        }

        .MainMenu > ul > li.has-sub > i {
            position: absolute;
            top: 20px;
            right: 20px;
            color: #818ea4;
            font-size: 12px;
        }

.SideBase.slim .MainMenu {
    width: auto;
}

    .SideBase.slim .MainMenu > ul > li.has-sub > i {
        display: none;
    }

.MainMenu > ul > li a {
    line-height: 54px;
    display: block;
}

.SideBase.slim .MainMenu .user-menu {
    display: none;
}

.MainMenu > ul > li > a {
    display: block;
    /* background-color: #202329;*/
    color: #818ea4;
    cursor: pointer;
    height: 54px;
    border-left: 6px solid transparent;
    /*font-family: "Roboto";*/
    font-weight: normal;
    /*rder-left: solid 3px #252a30;
    border-bottom: solid thin #252a30;
    border-top: solid thin #252a30;*/
}

    .MainMenu > ul > li > a:hover, .MainMenu > ul > li.active > a {
        color: white;
        border-left: 6px solid #ea5a5a;
        background-color: #1f222d;
        /* border-bottom-color: #212327;
        border-top-color: #212327;*/
    }

        .MainMenu > ul > li > a:hover + .MainMenu > ul > li.has-sub > i {
            color: white;
        }

.MainMenu > ul > li.active > i {
    color: white;
}

.MainMenu > ul > li.has-sub:hover > i,
.MainMenu > ul > li.has-sub.CurrentMenuHL > i {
    color: white;
}

.CurrentMenuHL > a {
    /*border-left: solid 3px #009933 !important;*/
    background-color: #1f222d;
    border-left: 6px solid #ea5a5a !important;
    color: #ffffff !important;
}

    .CurrentMenuHL > a > span > i {
        color: #ffffff !important;
    }

.MainMenu > ul > li > a > .menu-icon {
    width: 20px;
    height: 20px;
    color: #afb1b3;
    margin-left: 8px;
    margin-right: 15px;
    margin-top: 15px;
    float: left;
}

.MainMenu > ul > li > a:hover {
    text-decoration: none;
}

.MainMenu > ul > li:active {
    text-decoration: none;
}

.MainMenu ul ul {
    display: none;
    background-color: #282c37;
    color: #afb1b3;
    /* padding: 10px 0px;*/
    /* font-family: "Roboto";*/
    /*font-size: 12px;*/
    /*border-bottom: solid 1px #2f3439;
    border-top: solid 1px #191c1f;*/
}

.SideBase.slim .MainMenu ul ul {
    display: none;
}

/*.SideBase.slim .MainMenu ul ul{
    position: fixed;
    left: 60px;
    z-index: 10000;
}*/
.MainMenu ul ul li a:hover {
    background-color: #1f222d;
    color: #fff;
}

.MainMenu ul ul li.active a {
    color: #fff;
    background-color: #1f222d;
}

.MainMenu ul ul li a {
    color: #818ea4;
    text-decoration: none;
    padding-left: 22px;
    line-height: 33px;
    padding: 0px 51px;
    height: 33px;
}

.Orders:before {
    font-family: "glyphs";
    width: 10px;
    content: url("/images/order.png");
    /*font-size: 18px;*/
    /*font-style: normal;*/
}

.MainMenu > ul > li.CurrentMenuHL.has-sub .Orders:before,
.MainMenu > ul > li.active.has-sub .Orders:before {
    font-family: "glyphs";
    width: 10px;
    content: url("/Images/order-active.png");
}

.MainMenu > ul > li.has-sub:hover .Orders:before {
    font-family: "glyphs";
    width: 10px;
    content: url("/Images/order-active.png");
}



.Product:before {
    font-family: "glyphs";
    width: 10px;
    content: url("/images/inventory-icon.png");
    /*ont-size: 18px;
    font-style: normal;*/
}

.MainMenu > ul > li.CurrentMenuHL.has-sub .Product:before,
.MainMenu > ul > li.active.has-sub .Product:before {
    font-family: "glyphs";
    width: 10px;
    content: url("/Images/inventory-icon-active.png");
}

.MainMenu > ul > li.has-sub:hover .Product:before {
    font-family: "glyphs";
    width: 10px;
    content: url("/Images/inventory-icon-active.png");
}

.Customers:before {
    font-family: "glyphs";
    width: 10px;
    content: url("/Images/suppliers-icons.png");
    /*nt-size: 18px;*/
}

.MainMenu > ul > li.CurrentMenuHL.has-sub .Customers:before,
.MainMenu > ul > li.active.has-sub .Customers:before {
    font-family: "glyphs";
    width: 10px;
    content: url("/Images/suppliers-icons-active.png");
}

.MainMenu > ul > li.has-sub:hover .Customers:before {
    font-family: "glyphs";
    width: 10px;
    content: url("/Images/suppliers-icons-active.png");
}

.Accounting:before {
    font-family: "glyphs";
    width: 10px;
    content: url("/images/accounting-icon.png");
    /*nt-size: 18px;
    font-style: normal;*/
}

.MainMenu > ul > li.CurrentMenuHL.has-sub .Accounting:before,
.MainMenu > ul > li.active.has-sub .Accounting:before {
    font-family: "glyphs";
    width: 10px;
    content: url("/Images/accounting-icon-active.png");
}

.MainMenu > ul > li.has-sub:hover .Accounting:before {
    font-family: "glyphs";
    width: 10px;
    content: url("/Images/accounting-icon-active.png");
}

.Settings:before {
    font-family: "FontAwesome";
    width: 10px;
    content: url("/images/gear.png");
    /*ont-size: 18px;
    font-style: n*/
}

.MainMenu > ul > li.CurrentMenuHL.has-sub .Settings:before,
.MainMenu > ul > li.active.has-sub .Settings:before {
    font-family: "glyphs";
    width: 10px;
    content: url("/Images/gear-active.png");
}

.MainMenu > ul > li.has-sub:hover .Settings:before {
    font-family: "glyphs";
    width: 10px;
    content: url("/Images/gear-active.png");
}

.UserImg {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.UserSect {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    border-bottom: solid thin #2f3439;
    box-sizing: border-box;
}

.SideBase.slim .UserSect {
    display: none;
}

.UserImg img {
    width: 100%;
    border-radius: 50px;
}

.WelcomeTxt {
    color: #90929d;
    line-height: 20px;
    white-space: normal;
}

.IconButton {
    width: 60.2px;
    height: 54px;
    line-height: 54px;
    display: block;
    border-right: solid thin #efefef;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    float: left;
}

    .IconButton i {
        line-height: 54px;
        color: #bdc3c7;
    }

.IconButtton:hover i {
    color: #6d7377;
}

.IconButton:hover, .HelpSupport:hover, .HomeButton:hover {
    background-color: #eef2f5;
}

.HelpSupport, .HomeButton {
    float: right;
    border-left: solid thin #efefef;
    height: 60px;
    line-height: 60px;
    padding: 0px 20px;
    font-weight: normal;
    font-size: 13px;
    display: block;
    color: #c5cad4;
    text-decoration: none;
    -webkit-transition: width 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.LoginUserText {
    /* font-family: "Roboto";*/
    color: #28bd8b;
    font-weight: normal;
    font-size: 13px;
    float: right;
}

.VendorNameText {
    /*  font-family: "Roboto";*/
    font-weight: 300;
    color: #81858d;
    font-size: 13px;
    float: right;
}

.infomation-icon {
    vertical-align: middle;
    padding-right: 10px;
}

.LoginUserTextPostion {
    float: right;
    /* border-left: solid thin #efefef;*/
    /* height: 60px;*/
    /*line-height: 60px;*/
    margin-top: 12px;
    padding: 0px 20px;
    display: block;
    -webkit-transition: width 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.HelpSupport i, .HomeButton i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: solid 1px #bdc3c7;
    color: #bdc3c7;
    border-radius: 25px;
    margin-right: 5px;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px;
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;   
}

.Page::-webkit-scrollbar:horizontal {
    height: 4px;
}

.Page::-webkit-scrollbar-track:horizontal {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
}

.dxgvControl {
    width: 100%;
}

.SideBase .MenuLabel {
    text-indent: 5px;
    display: inline-block;
}

.SideBase.slim .MenuLabel {
    display: none;
}

.SideBase.slim .MainMenu > ul > li {
    height: 54px;
    /* margin-bottom: 5px;*/
    width: 54px;
}

.SideBase .LogoIcon {
    display: block;
    width: 54px;
    top: 0px;
    /*position: fixed;*/
    height: 54px;
    border-top: solid thin #2f3439;
    background-color: #252a30;
    padding-top: 16px;
    padding-left: 10px;
    box-sizing: border-box;
}

.SideBase .LogoIcon {
    display: none;
}

    .SideBase .LogoIcon img {
        height: 21.9px;
        width: 25.6px;
        /* margin-left: auto; */
        padding-top: 8%;
        padding-left: 5%;
    }

.SideBase.slim .LogoIcon {
    display: block;
    background-color: white;
    border-top-style: none;
    height: 54px;
    border-right: solid thin #efefef;
    padding-top: 15px;
}

.SideBase .Menu {
    margin-top: 20px;
}
/*ideBase.slim .Menu {
    margin-top: 14px;
}*/

.SideBase.slim .UserLogo {
    display: none;
}

/*Inner Page*/
.PageContent {
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    border: solid thin #e5e6e7;
    margin-bottom: 40px;
    display: inline-block;
    padding-left: 10px;
    padding-top: 15px;
    padding-right: 13px;
    padding-bottom: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.PageContentSeperater {
    padding-top: 10px;
    height: 3px;
    border: solid 0.5px #c5cad4;
}

.PageContentPadding {
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    border: solid thin #e5e6e7;
    margin-bottom: 40px;
    display: inline-block;
    padding: 5px;
}

.TitlePlace {
    float: left;
    margin-left: 15px;
    line-height: 60px;
}

.PageTitle {
    font-size: 17px;
    font-weight: bold;
    color: #5a6779;
    text-transform: uppercase;
    /*font-family: "Roboto";*/
}

.FormGroup span {
    line-height: 34px;
}

.FormGroup .FormTooltip {
    height: 35px;
    line-height: 35px;
    padding: 0 10px 0 10px;
}

    .FormGroup .FormTooltip:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f128";
    }

.ActionButton .ButtonTooltip:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f128";
    font-style: normal;
    font-weight: bold;
}

.FormGroup select {
    /*width: 187px;*/
    border-color: #e5e6e7;
    padding-left: 15px;
    color: #2c4054;
    box-sizing: border-box;
    max-width: 200px !important;
    font-size: 15px;
    min-width: 80px;
}

    .FormGroup select option {
        line-height: 30px !important;
    }

.PageHead {
    padding-bottom: 10px;
    /* border-bottom: solid thin #c5cad4;*/
    box-shadow: 0 0.5px 0 #c5cad4;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.PageMiddle {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

.firstLine {
    float: left;
    width: 100%;
}

.secondLine {
    float: left;
    margin-top: 15px;
}

.Tools .FormGroup {
    float: left;
}

.ToolsOposite {
    display: inline-block;
    float: right;
}

    .ToolsOposite .FormGroup {
        float: right;
    }

.PageHead .FormGroup {
    padding: 0px 5px;
}

    .PageHead .FormGroup:first-child {
        padding-left: 0px;
    }

    .PageHead .FormGroup:last-child {
        padding-right: 0px;
    }

    .PageHead .FormGroup.PullRight {
        margin-left: 10px;
    }

.ToolsLeft {
    float: left !important;
}

.ToolsRight {
    float: right !important;
}

.dxgvControl, .dxgvDisabled {
    font: 13px 'Roboto' !important;
    font-stretch: condensed;
}
/*Table*/
.dxgvHeader {
    background-color: #ffffff !important;
    border-right: 0px;
    border-bottom-width: 2px !important;
    border-bottom-color: #e5e6e7 !important;
    padding: 0px 6px !important;
    border-style: none !important;
}


    .dxgvHeader:hover, .dxgvHeader table:hover .dxgvHeader td {
        /*color: #2c4054 !important;*/
    }

    .dxgvHeader, .dxgvHeader table {
        height: 45px;
        vertical-align: middle;
        background-color: #E3EBF8 !important;
        color: #697586 !important;
        border-right-width: 0px;
        /*  border-bottom-width: 2px !important;*/
        /*border-bottom-color: #5a6779 !important;*/
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        padding-left: 10px;
        padding-right: 10px;
    }

tr [id*="_DXHeadersRow0"] {
    /*border-top: solid thin #e5e6e7;*/
}

    tr [id*="_DXHeadersRow0"] td:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    tr [id*="_DXHeadersRow0"] td:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.dxgvHeader:hover, .dxgvHeader table:hover, .dxgvHeader:focus, .dxgvHeader table:focus {
    border-bottom-color: #009933 !important;
}

.dxgvFilterRow {
    background-color: #f9fafb !important;
}

    .dxgvFilterRow td.dxgv {
        padding: 0px 15px 0px 5px !important;
        border-bottom-style: none;
    }

.dxeTextBox, .dxeMemo {
    border-color: #e5e6e7 !important;
}

    .dxeTextBox .dxeEditArea {
        height: 32px !important;
        line-height: 32px !important;
        padding-left: 15px;
        box-sizing: border-box;
        font-family: inherit;
        color: #2c4054;
    }

    .dxeTextBox td.dxic {
        padding: 0px !important;
    }

.dxgvDataRow {
    cursor: pointer;
}

    .dxgvDataRow:hover {
        background-color: #f4f7fa;
    }


td.dxgv {
    height: 50px;
    border-bottom: Solid thin rgb(229,231,236);
    /*  box-shadow: 0 0.5px 0 #c5cad4 !important;*/
    border-left: 0px;
    border-right: 0px !important;
    border-top: 0px;
    color: #424c5a;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    /* font-weight: 300;*/
    font-size: 13px;
}



.dxgvEditFormDisplayRow td.dxgv,
.dxgvDataRow td.dxgv,
.dxgvDataRowAlt td.dxgv,
.dxgvSelectedRow td.dxgv,
.dxgvFocusedRow td.dxgv {
    border-bottom: Solid thin rgb(229,231,236);
    border-bottom-style: solid !important;
}

.dxgvTable {
    color: #2c4054 !important;
}

.dxgvFooter {
    background-image: url("/images/summary.png");
    background-color: transparent;
    height: 45px;
}



    .dxgvFooter td.dxgv {
        color: #28bd8b;
        font-weight: bold;
    }


.dxWeb_edtCheckBoxUnchecked {
    background-image: url('/images/empty-checkbox-copy.png') !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    width: 11px !important;
    height: 11px !important;
    background-position: 0px !important;
}

.dxWeb_edtCheckBoxChecked {
    background-image: url('/images/selected-checkbox.png') !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    width: 11px !important;
    height: 11px !important;
    background-position: 0px !important;
}

.dxWeb_edtCheckBoxUnchecked,
.dxWeb_edtCheckBoxGrayed,
.dxWeb_edtCheckBoxCheckedDisabled,
.dxWeb_edtCheckBoxUncheckedDisabled,
.dxWeb_edtCheckBoxGrayedDisabled {
    background-image: url('/images/empty-checkbox-copy.png');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 11px;
    height: 11px;
    background-position: 0px;
}



.ActionButton {
    height: 35px;
    padding: 8px 20px;
    border: solid thin #28bd8b;
    color: White;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    background-color: #28bd8b;
    cursor: pointer;
    padding-left: 23px;
    padding-right: 23px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 3px;
    -webkit-transition: width 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    /* padding-top: 0px; */
}

    .ActionButton:disabled {
        background-color: #dddddd;
        border-color: #dddddd;
        cursor: default;
        color: #666666;
    }

    .ActionButton:hover:enabled {
        background-color: #42d7a5;
        border: solid thin #42d7a5;
    }

    .ActionButton.Gray {
        background-color: #ebedf0;
        border: solid thin #ebedf0;
        color: black;
    }

    .ActionButton.Gray:hover {
        background-color: #d1d5da;
        border: solid thin #d1d5da;
        color: black;
    }

    .ActionButton:active {
    }

.ActionButtonMedium {
    text-align: center;
    /*  font-family: "Roboto";*/
    font-weight: normal;
    background-color: #28bd8b;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0px;
    color: white;
    float: right;
    height: 35px;
    width: 75px;
    border: #28bd8b;
}

    .ActionButtonMedium:hover {
        background-color: #42d7a5;
    }


.link-button {
    background: none;
    border: none;
    color: black;
    text-decoration: underline;
    cursor: pointer;
    font-size: 15px;
}

.CancelButtonMedium {
    text-align: center;
    /* font-family: "Roboto";*/
    font-weight: normal;
    background-color: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0px;
    color: #2c4054;
    float: right;
    height: 35px;
    width: 75px;
    border: solid 1px #2c4054;
}

    .CancelButtonMedium:hover {
        border: solid 1px #28bd8b;
        color: #28bd8b;
    }


.ExportLink {
    background-color: transparent;
    color: #b2b3b5;
    border: none;
    width: 30px;
    height: 33px;
    display: block;
    background-image: url(../images/xsl.svg);
    background-position: 50% 60%;
    background-size: auto;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: width 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

    .ExportLink:hover {
        color: #b2b3b5;
    }

.ExportLinkPDF {
    border: 0px;
    padding: 0px;
    height: 33px;
    background: transparent;
    cursor: pointer;
    color: #D3D3D3;
    width: 30px;
    background-image: url(../Images/pdf.png);
}

/*Checkbox*/

textarea:focus, input:focus, select:focus {
    outline: 0px;
}

.FormGroup input[type=checkbox] {
    display: none;
}

.FormGroup label {
    display: inline;
    float: left;
    color: #000;
    cursor: pointer;
    text-indent: 20px;
    white-space: nowrap;
}

/*.FormGroup input[type=checkbox]:checked + label::before
{
    content         : "\2714";
    color           : black;
    height          : 1em;
    line-height     : 1.1em;
    width           : 1em;
    font-weight     : 900;
    margin-right    : 6px;
    margin-left     : -20px;
}*/


FormGroup Checkbox: label {
    white-space: nowrap;
}

.FormGroup input[type=checkbox] {
    display: none;
}

.FormGroup label {
    display: block;
    float: left;
    color: #000;
    cursor: pointer;
}

.FormGroup input[type=checkbox] + label {
    display: block;
    /* width: 24px;*/
    height: 24px;
    /*    border: 1px solid #D9DFE1;*/
    /*    border-radius: 2px;*/
    vertical-align: middle;
    line-height: 23px;
    font-size: 14px;
    margin: 4px 0px;
}

.FormGroup input[type=checkbox]:checked + label::before {
    content: "\f14a";
    color: #2B3F53;
    font-family: 'Font Awesome 5 Free';
    margin-left: -15px;
    margin-right: 15px;
    font-size: 15px;
    border: 1px solid #D9DFE1;
    border-radius: 2px;
    background-color: #fff;
    /*height: 14px;*/
}

.FormGroup input[type=checkbox] + label::before {
    content: "\f0c8";
    color: #fff;
     font-family: 'Font Awesome 5 Free';
    margin-left: -15px;
    margin-right: 15px;
    font-size: 15px;
    border: 1px solid #D9DFE1;
    border-radius: 2px;
    background-color: #fff;
    /* height: 14px;*/
}

textarea {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.SearchText {
    min-width: 120px;
}

.dxgvDataRowAlt {
    background-color: #fff;
}

.row {
    display: inline-block;
    width: 100%;
}

.Col12 {
    width: 100%;
    box-sizing: border-box;
}

.Col8 {
    width: 66.6666%;
    float: left;
    box-sizing: border-box;
}

.Col6 {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.Col3 {
    width: 25%;
    float: left;
    box-sizing: border-box;
}

.Col4 {
    width: 33.3333%;
    float: left;
    box-sizing: border-box;
}

.Col2 {
    width: 16.6666%;
    float: left;
    box-sizing: border-box;
}

.Col1 {
    width: 8,3333%;
    float: left;
    box-sizing: border-box;
}

.Padding5 {
    padding: 5px;
}

    .Padding5:first-child {
        padding-left: 0px;
    }

    .Padding5:last-child {
        padding-right: 0px;
    }

.PaddingInfoCol {
    padding: 20px 60px 40px 40px;
}

.PaddingInfoColLeftRight {
    padding-left: 40px;
    padding-right: 60px;
}

.TitleForm {
    border-bottom: solid thin #EFEFEF;
    margin-bottom: 20px;
}

    .TitleForm span {
        border-bottom: solid thin #009933;
        line-height: 44px;
        padding-bottom: 10px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
    }

.FormGroup .Label {
    color: #6C7A89;
    font-size: 13px;
    padding-bottom: 3px;
}

.FormGroup .FormControl {
    color: #2C4054;
    font-size: 15px;
    height: 34px;
    font-weight: 400;
    border: solid thin #D9DFE1;
    width: 100%;
    max-width: 200px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.FormGroup select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    background-image: url('/Images/select-arrow.png');
    background-position: 95% center;
    background-repeat: no-repeat;
    padding-right: 1.5em;
    color: #424c5a;
    font-size: 13px;
    height: 35px;
    font-weight: 300;
    border: solid thin #dadee6;
    width: auto;
    padding-left: 5px;
    border-radius: 3px;
}

.Order select {
    width: 100% !important;
}

.textAreaStyle {
    box-sizing: border-box;
    height: 44px;
}

.ShowDatePicker {
    border: solid thin #D9DFE1;
    padding-left: 10px;
    height: 34px;
}

.PageFooter {
    padding: 40px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.ActionButton.Big {
    padding: 14px 35px;
    height: 60px;
    font-size: 20px;
}

.GreenBtn {
    background-color: #009933;
    border: solid thin #006533;
}

    .GreenBtn:hover {
        background-color: #006533;
        border: solid thin #006533;
    }

.GreyBtn {
    background-color: #ffffff;
    color: #2c4054;
    border: solid 1px #2c4054;
    border-radius: 3px;
    padding: 8px 20px;
    font-family: inherit;
    cursor: pointer;
    -webkit-transition: width 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-size: 14px;
}

    .GreyBtn:hover {
        background-color: #ffffff;
        color: #28bd8b;
        border: solid 1px #28bd8b;
    }

.slim .MainMenu > ul > li > a > span.menu-icon {
    /*  float: none !important;*/
}

.dxeHyperlink {
    font: normal 14px Arial;
    color: #2c4054 !important;
}

.dxeButtonEdit {
    height: 32px;
    border-color: #e5e6e7 !important;
}

.dxeEditArea {
    font: 14px Arial !important;
    padding-left: 10px !important;
    box-sizing: border-box;
}

.dxeButtonEditButton {
    background-color: white !important;
    border: none !important;
    background-image: none !important;
}

    .dxeButtonEditButton:hover {
        background-color: #f1f1f2;
    }

.SearchInput {
    height: 34px;
    border: solid thin #e5e6e7;
    border-radius: 2px;
    line-height: 31px;
    padding-left: 10px;
}

.ExportLink.VendorDetails {
    background-image: url(../Images/vendor-d.svg) !important;
}

.ExportLink.VendorCatalog {
    background-image: url(../Images/vendor-list.svg) !important;
}
/*Custom Table */
.TableHeader1 {
    display: table-cell;
    height: 45px;
    vertical-align: middle;
    background-color: #E3EBF8 !important;
    color: #697586 !important;
    border-right-width: 0px;
    /*border-bottom: solid 2px #e5e6e7;
    border-top: solid 1px #e5e6e7;*/
    font-size: 14px;
    padding-left: 13px;
    padding-right: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

    .TableHeader1:first-of-type {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .TableHeader1:last-of-type {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.TableRow1:hover {
    background-color: #f4f7fa;
}

.TableCell1 {
    height: 50px;
    border-bottom: Solid thin rgb(229,231,236);
    border-left: 0px;
    border-right: 0px;
    padding-left: 13px;
    padding-right: 13px;
    border-top: 0px;
    color: #424c5a;
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
}



.Popup .TableCell1 .BlackLinkUL {
    font-size: 11px;
}

.Popup TableHeader1, .Popup .TableCell1 {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 11px;
}

tr.dxgv {
    height: 50px;
    background-color: #F1F9F5;
}

/*Dashboard*/
.InfoGroup {
    width: 100%;
    min-height: 68px;
    display: inline-block;
    padding: 0px 20px;
    border-right: solid 2px #dee4ea;
    box-sizing: border-box;
}

.InfoTitle {
    font-size: 13px;
    color: #BDC3C7;
    text-transform: uppercase;
    margin-top: 0px;
}

.InfoContent {
    font-size: 14px;
    color: #2C4054;
    line-height: 20px;
    margin: 0px;
}

.SubContent {
    font-size: 13px;
    color: #BDC3C7;
}
/*NewOrder Table*/
.fill-par {
    /*width: 34px;*/
    height: 35px;
    object-fit: contain;
    border-radius: 3px;
    background-color: #28bd8b;
    border: solid 0.5px #28bd8b;
    padding: 0;
    margin: 0;
    background-image: url(/images/fill-par.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    vertical-align: middle;
    color: #fff;
    padding-left: 35px;
    padding-right: 10px;
}

/*.fill-par:hover {
        background-color: #f6f9f9;
        border: solid 0.5px #dadee6;
    }*/

.save {
    word-spacing: normal;
    letter-spacing: normal;
    width: 26.5px !important;
    height: 22px;
    border-top-left-radius: 100px;
    background-color: #fff;
    border: solid 1px #d7dce1;
    border-bottom-left-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    background-image: url("/images/save.png");
    background-repeat: no-repeat;
    background-position: 8px 6px;
}

    .save:hover {
        background-color: #23b1f7;
        border: solid 1px #23b1f7;
        background-image: url("/images/save-hover.png");
        background-repeat: no-repeat;
        background-position: 8px 6px;
    }

.cancel {
    word-spacing: normal;
    letter-spacing: normal;
    width: 26.5px !important;
    height: 22px;
    border-top-right-radius: 100px;
    background-color: #fff;
    border: solid 1px #d7dce1;
    border-bottom-right-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("/images/cancel.png");
    background-repeat: no-repeat;
    background-position: 8px 6px;
}

    .cancel:hover {
        background-color: #23b1f7;
        border: solid 1px #23b1f7;
        display: inline-block;
        background-image: url("/images/cancel-hover.png");
        background-repeat: no-repeat;
        background-position: 8px 6px;
    }

.par-text {
    width: 32px;
    height: 31px;
    border-radius: 3px;
    border: 0.5px solid rgb(218, 222, 230);
    padding: 0px;
    background-color: rgb(255, 255, 255);
    text-indent: 11px;
    color: #2c4054;
    font-weight: bold;
    line-height: 31px;
    font-size: 13px;
}

.left-col-order {
    box-sizing: border-box;
    background-color: #ffffff;
    border: solid thin #e5e6e7;
    margin-bottom: 40px;
    display: inline-block;
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 13px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 75%;
}

.right-col-order {
    width: 25%;
    float: right;
    box-sizing: border-box;
    margin-right: -15px;
}


.TableHeaderCust {
    height: 45px;
    /* border-bottom: solid thin #e5e6e7; */
    color: #697586;
    display: table;
    line-height: 45px;
    width: 100%;
    text-transform: uppercase;
    margin-top: 10px;
    border-radius: 2px;
    background-color: #E3EBF8;
    font-size: 14px;
    font-weight: bold;
}

.TableHead {
    display: table-cell;
}

.tCol1 {
    width: 8%;
    box-sizing: border-box;
}

.tCol2 {
    box-sizing: border-box;
    padding-left: 13px;
}

.tCol3 {
    width: 10%;
    box-sizing: border-box;
}

.tCol4 {
    width: 15%;
    box-sizing: border-box;
    line-height: 100%;
}

.tCol5 {
    width: 15%;
    box-sizing: border-box;
}

.tCol6 {
    width: 5%;
    box-sizing: border-box;
}

.ItemWraper {
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.orderImage {
    width: 8%;
    float: right;
    margin-right: 5%;
}

    .orderImage img {
        max-width: 45px;
        height: 45px;
    }

.ItemTd {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
}


.ProductName {
    color: #5a6779;
    font-size: 13px;
    font-weight: bold;
}

.SuplayerName {
    font-size: 13px;
    color: #55585e;
    font-weight: 300;
}

.PriceCell {
    color: #5a6779;
    font-size: 13px;
    font-weight: bold;
}

.SubLinePrice {
    font-size: 13px;
    color: #55585e;
    font-weight: 300;
}

.flot-container .ExportLink {
    display: initial;
    vertical-align: -9px;
}

.ContentBox {
    position: relative;
}

.ContentBoxTable {
    margin-top: 14px;
    margin-left: 17.5px;
    margin-right: 16.5px;
}

.SupplyersTab {
    position: absolute;
    top: 0px;
    right: 0px;
}

.IconBtn {
    width: 34px;
    height: 34px;
    border-radius: 3px;
    display: block;
    cursor: pointer;
    position: relative;
    text-align: center;
    line-height: 34px;
    color: #2C4054;
    cursor: pointer;
    margin-top: 15px;
    border: solid 0.5px #fff;
}

    .IconBtn:hover {
        background-color: #f6f9f9;
        border: solid 0.5px #dadee6;
    }

    .IconBtn img {
        width: 30px;
        margin-top: 5px;
    }

.CountNotification {
    width: 18px;
    height: 18px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 18px;
    font-size: 13px;
    position: absolute;
    top: -1px;
    left: -6px;
    background-color: #ea5a5a;
    border-radius: 50%;
    font-weight: bold;
}

.IconBtn .fa {
    font-size: 20px;
    line-height: 35px;
}

.CartDropdown {
    width: 160px;
    background-color: white;
    display: inline-block;
    position: absolute;
    left: -160px;
    top: 44px;
    box-shadow: 0px 1px 3px lightgrey;
}

.VendorsCart {
    color: #2C4054;
    display: block;
    cursor: pointer;
    padding: 10px;
}

.NewOrderFooter {
    width: 100%;
    display: inline-block;
    padding: 5px 16.5px 18px 17.5px;
    box-sizing: border-box;
}

.VendorsCart:hover {
    background: #E5E7E9;
}

.GreyButton {
    color: #2C4054;
    background-color: #fff;
    border: solid 1px #2C4054;
    font-size: 14px;
    padding: 8px 23px;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: width 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin: 0px 0px;
}

      .GreyButton:hover {
        color: #28bd8b;
        border: solid 1px #28bd8b;
    }

.OrderInfo {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding-top: 25px;
}

    .OrderInfo ul {
        list-style: none;
        padding: 0px;
        box-sizing: border-box;
        margin: 0px;
    }

        .OrderInfo ul li {
            display: inline-block;
            padding: 6px 16.5px 6px 17.5px;
            color: #2C4054;
            width: 100%;
            box-sizing: border-box;
        }

            .OrderInfo ul li span {
                font-weight: 700;
            }
/*.OrderInfo ul li:nth-child(even){
    background-color: #F9F9F9;
}*/
.OrderTotal {
    width: calc(100% - 34px);
    /* padding: 25px 0px; */
    color: #2C4054;
    font-size: 20px;
    box-sizing: border-box;
    margin-top: 28px;
    border-top: solid 1px rgb(217, 223, 225);
    margin-left: 17.5px;
    margin-right: 16.5px;
    padding-top: 10px;
    color: #23b1f7;
    font-weight: bold;
    /*height: 24px;*/
}

    .OrderTotal span {
        /*    font-weight: 700;*/
    }

/*#graphGetSplitOrdersByVendorPlaceholder*/
.highcharts-container .highcharts-title {
    position: relative;
}

/*Dashboard*/
.highcharts-title {
    left: 0px !important;
    color: #2C4054 !important;
}

/*Notificaiton Message*/
.BadBox:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f071";
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 30px;
    color: rgba(156, 0, 0, 0.18);
    font-weight: 900;
}

.MenuItem {
    float: right;
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}

    .MenuItem li {
        color: #6c7a89;
        padding: 7px 6px;
        margin: 2px;
        border-radius: 10px;
        font-size: 13px;
        line-height: 13px;
        cursor: pointer;
        float: left;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Chrome/Safari/Opera */
        -khtml-user-select: none; /* Konqueror */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none;
    }

        .MenuItem li:hover {
            color: #92c021;
        }

        .MenuItem li.selected {
            border: 2px solid #92c021;
            padding: 5px 4px;
            color: #92c021;
        }

.Col6 .MenuItem {
    float: left;
    margin-top: 10px;
}

.DDown {
    padding-left: 0px;
    margin-left: 5px;
}

.title {
    color: #2c4054;
    font: 25px "Arial", Verdana, sans-serif;
    float: left;
    margin-right: 10px;
    margin-left: 20px;
}

.ChartContainer {
    display: inline-block;
    width: 100%;
}

.DDown {
    display: inline-block;
    position: relative;
    padding-right: 30px;
}

    .DDown li.selected {
    }

    .DDown li {
        display: none;
    }

        .DDown li.selected:before {
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #f00;
            position: absolute;
            right: 0px;
        }

#graphStandard {
}

.Dropdown {
    position: relative;
    display: inline-block;
}

    .Dropdown ul {
        padding: 0px;
        margin: 0px;
    }

    .Dropdown .ArrowD {
        position: absolute;
        top: 14px;
        right: 3px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #009933;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .Dropdown.open .ArrowD {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .Dropdown .top {
        display: block;
        border: solid thin #fff;
        color: #009933;
        cursor: pointer;
        padding: 7px 20px 7px 10px;
    }

    .Dropdown li {
        display: none;
        padding: 7px 20px 7px 10px;
        cursor: pointer;
    }

    .Dropdown.open .top {
        border-left-color: #fff;
        border-right-color: #fff;
        border-bottom-color: #009933;
    }

    .Dropdown li.selected {
        display: none !important;
    }

    .Dropdown.open li:hover {
        color: #009933;
        background-color: #efefef;
    }

    .Dropdown.open li {
        display: block;
        border: 1px solid #efefef;
        border-top: 0;
    }

.panel {
    position: absolute;
    min-width: 100px;
    background-color: #fff;
}

.OrrangeLink {
    color: #fc711e;
    cursor: pointer;
    font-weight: 400;
    line-height: 32px;
    text-decoration: underline;
    float: right;
}

    .OrrangeLink:hover {
        color: #d05c17;
    }

.HeadTitle {
    font-size: 20px;
    color: #2c4054;
    font-weight: 400;
}

.AlertContent {
    margin-bottom: 20px;
    border: solid thin #E5E6E7;
}

.AlertHead {
    padding: 10px;
    border-bottom: solid thin #E5E6E7;
}

.AlertBox {
    padding: 0px 10px;
}

.Padding20 {
    padding: 20px;
}

.Padding10 {
    padding: 10px;
}

.AlertLine {
    display: inline-block;
    width: 100%;
}

    .AlertLine .ShowTimePicker {
        height: 34px;
        border: solid thin #E5E6E7;
        color: #2c4054;
        line-height: 34px;
        padding-left: 10px;
    }

    .AlertLine .FormGroup {
        padding: 0px 10px;
    }

.AlertLine {
    padding: 10px 0px;
    border-bottom: solid thin #E5E6E7;
}

.AlertFooter {
    padding: 10px;
}

.BtnIconSq {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    cursor: pointer;
}



.BtnIconSqWrap {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
}

.BtnIconSq.Save {
    background: #009933;
    border: solid thin #006533;
    background-image: url(../Images/check.svg);
    background-size: 18px 18px;
    background-position: 5px 5px;
    background-repeat: no-repeat;
}

.BtnIconSq.Delete {
    background-color: #D9DFE1;
    border: solid thin #BDC3C7;
    background-image: url(../Images/close.svg);
    background-size: 18px 18px;
    background-position: 5px 5px;
    background-repeat: no-repeat;
}

.BtnIconSq.Save:hover {
    background-color: #02812c;
}

.BtnIconSq.Delete:hover {
    background-color: #bfc7c9;
}
/*.Save:after {
     font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    color: white;
    position: absolute;
    top: 7px;
    left: 8px;
    font-size: 16px;
}
.Delete:after {
     font-family: 'Font Awesome 5 Free';
    content: "\f00d";
    color: #6B7989;
    position: absolute;
    top: 7px;
    left: 8px;
    font-size: 16px;
}*/
.FormGroup.Buttons {
    padding-left: 10px;
    padding-top: 20px;
}

.Buttons .BtnIconSq {
    margin-left: 10px;
}
/*Login Screen*/
.LoginBoxWrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.LoginBox {
    width: 500px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 2px;
    border: solid thin #dadfe1;
}

.LoginTextBox {
    background-color: #fff4dd;
    height: 46px;
    border: solid thin #feb41c;
    line-height: 46px;
    width: 100%;
    text-indent: 55px;
    font-weight: 300;
    color: #424c5a;
}

.LoginBoxData {
    width: 330px;
    margin: 0 auto;
    padding: 40px 0px;
    border: solid 0px black;
}

.LogoImage {
    background-image: url('/Images/Marketman_logo_chosen_RGB_Horizontal_HI.png');
    width: 160px;
    background-repeat: no-repeat;
    height: 41px;
    background-size: contain;
    margin: 80px auto;
}

.LoginBoxHeader {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 30px;
    color: #5a6779;
    font-weight: bold;
}

.InputAddon {
    display: inline-block;
    width: 100%;
    height: 46px;
    position: relative;
}

    .InputAddon i {
        position: absolute;
        left: 14px;
        top: 12px;
        color: #feb41c;
        font-size: 20px;
        text-align: center;
        width: 25px;
    }

.Popup .TableHeader1 {
    font-size: 12px;
}

.DropdownActions {
    position: relative;
    width: 100%;
    height: 100%;
}

.DropMenuActions {
    width: 250px;
    position: absolute;
    z-index: 10;
    background-color: white;
    border: solid thin #BDC3C7;
    border-radius: 2px;
    margin-top: 10px;
    left: calc(50% - 125px);
    padding: 10px;
    display: none;
}

.DropMenuRightActions {
    width: 250px;
    position: absolute;
    z-index: 10;
    background-color: white;
    border: solid thin #BDC3C7;
    border-radius: 2px;
    margin-top: 10px;
    right: 0;
    padding: 10px;
}

    .DropMenuRightActions:before {
        position: absolute;
        top: -10px;
        right: 12px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #BDC3C7;
        content: '';
    }

    .DropMenuRightActions:after {
        position: absolute;
        top: -8px;
        right: 14px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid white;
        content: '';
    }

    .DropMenuRightActions .GreyButton {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }

.DropdownActions:before {
    position: absolute;
    top: 0px;
    left: 80px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #BDC3C7;
}

.DropMenuActions:after {
    position: absolute;
    top: -8px;
    left: 120px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
    content: '';
    display: block;
}

.DropMenuActions:before {
    position: absolute;
    top: -10px;
    left: 118px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #BDC3C7;
    content: '';
    display: block;
}

.DropMenuActions .GreyButton {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}



.OLSeachFields input:not([type='checkbox']) {
    width: 100%;
}

.OLSeachFields input[type=checkbox] {
    margin-top: 10px;
    /*Pages/CatalogItems/BuyerCatalogItemsEdit2.aspx*/
}

.AlertBox input {
    margin-bottom: 10px;
}

.DashboardAlerts {
    width: 100%;
    min-height: 150px;
    max-height: 300px;
    overflow: auto;
    padding: 0px 10px;
    background-color: #fff;
}

.slimScrollDiv {
    border: solid thin #ddd;
    border-radius: 2px;
}

.TitleAlerts {
    padding: 10px;
    font-size: 20px;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    color: #2C4054;
    border-bottom: solid thin #ddd;
}

#spnTextAlert4 {
    width: calc(100% - 240px);
    display: inline-block;
    float: left;
}

.Col3:last-child .InfoGroup {
    border: none;
}

.TaskTitle {
    padding: 10px;
    font-size: 20px;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    color: #2C4054;
    border-bottom: solid thin #ddd;
    position: relative;
}

    .TaskTitle span {
        position: absolute;
        top: 5px;
        right: 5px;
    }


@media only screen and (max-width: 800px) {

    .Col8 {
        width: 100%;
    }

    .Col4 {
        width: 100%;
    }

    .Col3 {
        width: 100%;
    }

    .Col2 {
        width: 33.333%;
    }

    .PageHead .FormGroup:first-child {
        padding-left: 5px;
    }

    .PageHead .FormGroup {
        padding: 5px 5px;
    }
}
/*
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #85898c;
    -webkit-box-shadow: #85898c;
}*/

.menu-scrollbar::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}

.menu-scrollbar::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: #85898c;
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.menu-scrollbar::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

.menu-scrollbar::-webkit-scrollbar-corner {
    background-color: transparent;
}

.menu-scrollbar {
    overflow-y: auto;
}

ul.menu-scrollbar li.has-sub {
    padding-bottom: 10px;
}

.initial-font-weight {
    font-weight: initial;
}

.buyer-radio {
    float: left;
    margin-top: 5px;
}

.marketman-title {
    font-size: 17px;
    font-weight: 700;
    color: #5a6779;
    text-transform: uppercase;
}

    .marketman-title.lowercase {
        text-transform: unset;
    }

.color-marketman-red {
    color: #ea5a5a !important;
}

.light-back-chevron {
    color: #e0dddd;
    font-size: 15px !important;
    cursor: pointer;
    padding-right: 5px;
    padding-top: 10px;
}

    .light-back-chevron:hover {
        color: #5a6779 !important;
    }

.radio-display {
    display: inline-block !important;
    margin-top: 10px;
    vertical-align: top;
}


/* Drop down with search */
#acute-wrapper div {
    box-sizing: unset !important;
}

.ac-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

    .ac-select-wrapper, .ac-select-wrapper input, .ac-select-wrapper select {
        font-family: Roboto;
        font-size: 13px;
        background-color: white;
    }

.ac-select-main {
    vertical-align: middle;
    /*padding-left:2px;*/
    margin-right: -2px;
    height: 33px;
    border: solid thin #e5e6e7;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    overflow: hidden;
}

.ac-select-main-closed {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.ac-select-main-open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ac-select-table {
    padding-left: 2px;
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
    line-height: unset !important;
    /*min-width: 150px;*/
}

.ac-select-display {
    padding-left: 3px;
    vertical-align: middle;
}

.ac-select-table td {
    white-space: nowrap;
    /*padding: 0px !important;*/
    color: #424c5a;
    font-weight: 400;
}

.ac-select-widener td {
    visibility: hidden;
    padding: 0px;
    font-size: 0;
    margin: 0;
}

td.ac-select-longest {
    padding-right: 4px;
}

td.ac-select-image {
    background-image: url('/Images/select-arrow.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 50%;
    height: 21px;
    width: 19px !important;
    cursor: pointer;
    vertical-align: bottom;
    margin-bottom: 0px;
    padding-top: 10px;
    /*border-left: solid 1px #e8e8e8;*/
}

div.ac-select-popup {
    /*top: 22px;*/
    border-left: thin solid #e5e6e7;
    border-right: thin solid #e5e6e7;
    border-bottom: thin solid #e5e6e7;
    z-index: 5000;
    background-color: white;
    padding-top: 2px;
    width: 100%;
    margin-bottom: 0px;
}

div.ac-select-list {
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 0px;
    border-top: 1px thin #e5e6e7;
}

div.ac-select-no-items {
    padding-left: 3px;
    padding-bottom: 3px;
}

.ac-select-text-wrapper {
    padding: 0px;
    padding-left: 7px;
}

.ac-select-text {
    padding-left: 2px;
    width: 100%;
    margin-left: -4px;
    margin-right: -6px;
    border-width: 0px !important;
}


.ac-select-search-wrapper {
    padding: 0 6px;
    padding-bottom: 2px;
    margin-left: -2px;
    padding-left: 6px;
}

    .ac-select-search-wrapper table {
        width: 100%;
    }

.ac-select-search {
    padding-left: 2px;
    width: 100%;
    margin-left: -3px;
}

td.ac-select-add {
    cursor: pointer;
    width: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.ac-select-add div {
    border: 1px solid transparent;
    margin: 4px;
    width: 16px;
    line-height: 16px;
}

    .ac-select-add div:hover {
        border: 1px solid #e5e6e7;
        /*background-color: #f0f0f0;*/
    }

.ac-select-disabled {
    color: #c0c0c0;
    cursor: pointer;
}

.ac-select-highlight {
    background-color: #e5e6e7;
}

.ac-select-popup ul {
    cursor: pointer;
    padding: 3px 0px 3px 0px;
    margin: 0;
    text-align: left;
    list-style: none;
    width: 100%;
}

.ac-select-popup li {
    padding-left: 3px;
    margin-right: 3px;
    margin-left: 3px;
    white-space: nowrap;
}

    .ac-select-popup li:hover {
        background-color: #f0f0f0;
    }

.ac-select-load-more {
    color: #808080;
    width: 97%;
    margin: 3px 6px 3px 6px;
    line-height: 18px;
    border-top: 1px solid #e5e6e7;
}

.ac-select-loading {
    padding-left: 6px;
    color: #808080;
}

.ac-select-load-more span {
    cursor: pointer;
    padding-left: 12px;
}

.ac-select-filter-options {
    font-family: Arial, sans-serif;
    padding: 2px 4px 0px 4px;
    font-size: 10px;
    color: #666;
    border-top: this 1px #e5e6e7;
}
/* ---------------------------------------- */


md-input-container .md-errors-spacer {
    min-height: 10px;
}

/*angular-material*/
.md-pane-open {
    z-index: 9999;
}

.md-select-menu-container {
    z-index: 9999;
}

md-backdrop.md-select-backdrop {
    z-index: 8999;
}

md-select-menu, md-select-menu md-content {
    max-height: 385px;
}


md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
    color: #28bd8b !important;
    background-color: #28bd8b !important;
}

md-content.md-default-theme, md-content {
    background-color: transparent !important;
}

.tab-circle {
    width: 23px;
    height: 23px;
    border-radius: 23px;
    background-color: #949494;
    color: white;
    display: table-cell;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
}

md-tab-item[tabindex="0"] .tab-circle {
    background-color: #28bd8b;
}

.md-select-menu-container.md-active {
    background-color: white;
}

md-tabs.md-default-theme .md-tab, md-tabs .md-tab {
    color: #5a6779;
}

md-checkbox.checkbox {
    margin-bottom: 0 !important;
}

    md-checkbox.checkbox .md-icon {
        transform: scale(0.8);
    }

    md-checkbox.checkbox .md-label {
        margin-left: 15px;
    }


.submenu-title {
    color: #2C4054;
    font-size: 14px;
    font-weight: 500;
}

md-checkbox.checkbox {
    margin-bottom: 0 !important;
}

    md-checkbox.checkbox .md-icon {
        transform: scale(0.8);
    }

    md-checkbox.checkbox .md-label {
        margin-left: 15px;
    }




.light-back-chevron {
    color: #e0dddd;
    font-size: 15px !important;
    cursor: pointer;
    padding-right: 5px;
}

    .light-back-chevron:hover {
        color: #5a6779 !important;
    }


.GeneralPopup-green-header {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 25px;
    border-bottom: none;
}

.GeneralPopup-green-body {
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
    overflow-y: auto;
    max-height: 80vh;
    direction: ltr !important;
}

.GeneralPopup-green-Button {
    /*width: 81px !important;*/
    width: unset !important;
    min-height: unset !important;
    height: 34px !important;
    font-size: 14px !important;
    font-weight: normal !important;
    margin-right: 8px;
}



.GeneralPopup-green-footer {
    padding: 0 0 32px;
    width: fit-content;
    display: inline-flex;
    margin-top: 94px;
}

    .GeneralPopup-green-footer > div {
        position: absolute;
        right: 24px;
        bottom: 32px;
        display: inline-flex;
    }

.radio-height-fix-weekly > div:first-child {
    top: 28%;
}

span.font16px {
    font-size: 16px;
}

.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}

.popup-over-close {
    float: right !important;
    cursor: pointer;
    color: inherit !important;
    text-decoration: unset;
}

.ui-dialog div.ac-select-list {
    max-height: 160px !important;
}

.modal-xlg {
    width: 800px;
}


.ac-select-inline {
    display: inline-block;
    vertical-align: middle;
}

.k-grouping-row {
    border: none !important;
}

    .k-grouping-row td {
        border: none !important;
        background-color: #e2ebf8 !important;
    }

.k-resize-handle-inner, td.k-group-cell {
    background-color: transparent !important;
}

.md-toast-content {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}

.mdToast-addition .md-toast-content {
    /*background-color: #ea5a5a;*/
    min-height: 48px;
    max-height: unset;
    padding: 16px 16px 16px 16px;
    min-width: 188px;
    max-width: 330px;
    width: fit-content;
}

    .mdToast-addition .md-toast-content:before {
        min-height: unset;
        display: unset;
    }


.mdToast-addition {
    padding: unset;
    /*left: 41%;*/
    min-width: 188px;
    max-width: 330px;
    min-height: 80px;
    width: fit-content;
}


.mdToast-addition {
    z-index: 5000;
    /*box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.25);*/
}

.mdToast-addition-image {
    min-width: 28px;
    height: 20px;
    background-repeat: no-repeat;
}

.mdToast-addition-content {
    direction: rtl;
}

    .mdToast-addition-content > ul {
        direction: ltr;
        margin-block-start: unset;
        margin-block-end: unset;
        padding-inline-start: unset;
        font-size: 12px;
        white-space: pre-line;
    }

    .mdToast-addition-content i {
        font-size: 7px;
        vertical-align: middle;
        padding-left: 6px;
        padding-right: 6px;
    }

.ps-mode-modal.ps-checkout-visible {
    z-index: 2000 !important;
}

.ToastMessage {
    z-index: 999999;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}

.aspNetDisabled.cursor-not-allowed-if-disabled label {
    cursor: not-allowed;
}

.popup-content {
    font-size: 14px;  
}

.expiration-date {
    text-align: center;
    font-weight: bold;
    color: #d9534f;
}