
body {
    background: #fff;
    font-size: 14px;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Barlow', sans-serif;
    min-width: 1400px;
}
* {
    font-family: 'Barlow', sans-serif !important;
}
    body.login {
        background: #fff url('../Images/body-bg.jpg') 100% 100% no-repeat;
        min-height: 100vh;
        background-size: 100%;
    }

textarea, input[type="text"], input[type="password"] {
    font-family: 'Barlow', sans-serif;
}

.dropdownClientConfig
{
    height:28px !important;
    margin-left:0px !important;
    padding:0px 0px !important;
    width:180px!important;
}

 .ddnClientConfigAttr3
 {
     padding-left:10px !important;
 }

    input:focus {
        outline: none;
    }

.stockData_wrap{
    width: 30%;
    display: inline-block;
}

.stockData_div {
    width: 20%;
    display: inline-block;
    /*border: #d8d8d8 1px solid;*/
    line-height: 27px;
    background: #f0f0f0;
    font-size: 14px;
    padding: 4px 5px;
    color: #6D6E70;
    float: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 27px;
}
.stock-label {
    display: inline-block;
    line-height: 34px;
    height: 34px;
    text-align: right;
    width: 7%;
    color: #6d6e70;
    padding-right: 10px;
}

.cloneUserClaims_icon {
    height: 37px;
    width: 35px;
}

.userClaimsHeader_link {
    font: 14px sans-serif;
    vertical-align: initial;
}

td {
    -webkit-user-select: text;
    font-family: 'Barlow', sans-serif;
}

   /* td::selection {
        background-color: transparent;
    }*/

textarea:hover, input:hover, textarea:active, input:active, textarea:focus {
    outline: 0 !important;
}

::-ms-clear {
    display: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    border-top: none !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    text-decoration: none;
    outline: none;
}

.center-txt {
    text-align: center;
}

header, footer, aside {
    display: block;
}

ul {
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
}

.error-msg {
    color: #f23d38 !important;
}

.icon {
    background: url('../Images/sprite.png') no-repeat;
    cursor: pointer !important;
}
    .icon:hover{
        opacity: 0.7;
    }

    .icon-non-clickable {
        background: url('../Images/sprite.png') no-repeat;
    }

.hide {
    display: none !important;
}

.loaderContainer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 12;
}

.loader {
    background: url(../Images/712.GIF)no-repeat;
    position: absolute;
    width: 41px;
    height: 41px;
    margin-left: -20px;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    opacity: 0.7;
    z-index: 9;
}

.mb-5 {
    margin-bottom: 5px;
}

.text-center {
    text-align: center;
}

.custom-tooltip {
    word-wrap: break-word;
    color: #fff;
    z-index: 7;
    display: none;
    bottom: 16px;
    left: -6px;
    position: absolute !Important;
    width: 195px;
    background: #02528a;
    text-align: left;
    padding: 5px;
    line-height: 17px;
    font-size: 14px;
}

    .custom-tooltip.left-position {
        right: 3px;
        left: inherit;
    }

    .custom-tooltip .after {
        border: none;
        display: block;
        position: absolute;
        background: url(../images/sprite.png) no-repeat -292px -318px;
        width: 18px;
        height: 8px;
        margin-top: 69px;
        margin-left: 0px;
        content: "";
        top: 1px;
    }

.main-btn {
    font-size: 14px;
    color: #fff;
    background: #004A98;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    width: 211px;
    text-align: center;
    border: 0;
    cursor: pointer;
    outline: none;
    display: inline-block;
    margin: 0 10px;
    font-weight: 500;
    position: relative;
}

.secondary-btn {
    font-size: 14px;
    color: #fff;
    background: #00205C;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    width: 211px;
    text-align: center;
    border: 0;
    cursor: pointer;
    outline: none;
    display: inline-block;
    margin: 0 10px;
    font-weight: 500;
    position: relative;
}

    .main-btn .tooltip-ico {
        top: -5px;
        right: -5px;
    }

    /*.main-btn:hover, .main-btn.active {
        color: #fff;
        background: #53D2DB;
    }*/

.disable-mode {
    width: 100%;
    height: 100%;
    z-index: 15;
    position: absolute;
    background: #ffffff;
    opacity: 0;
}

.container, .tab-container {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

header {
    background: #fff url("../Images/header-bg.png") 100% 100% no-repeat;
    border-bottom: 1px solid #d2d2d2;
    height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 4px 0 12px;
    z-index: 12;
    min-width: 1310px;
}

.top-container {
    margin-top: 125px;
    
}

    .top-container.mess-top {
        margin-top: 179px;
    }

.logo {
    line-height: 70px;
    display: block;
    float: left;
}

    .logo img {
        vertical-align: middle;
    }

.order-detail {
    display: inline-block;
    padding-left: 20px;
    height: 70px;
    display: table;
    float: left;
}

.ord-desc-ellipsis {
    max-width: 236px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
}

.order-detail a {
    color: #fff;
    text-decoration: underline;
}

.order-detailAuthHeader a {
    color: #00205C !important;
    text-decoration: none;
    font-weight: 500;
}
.order-detailAuthHeader p {
    color: #004A98 !important;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
}

    .order-detail a:hover {
        color: #53d2db;
    }

.order-detail p {
    color: #fff;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
}

.order-detail span {
    /*color: #c4c4c4;*/
    color: #004A98;
    font-size: 13px;
    padding-left: 20px;
    vertical-align: middle;
    display: table-cell;
}

.nav-section {
    position: fixed;
    width: 100%;
    top: 70px;
    z-index: 9;
    background: #ffffff;
    border-bottom: solid 1px #D8D8D8;
    min-width: 1200px;
}

.top-nav-right ul li {
    float: left;
    padding-left: 0;
    list-style: none;
    position: relative;
}

.top-nav-right li a {
    text-decoration: none;
    padding: 0px 7px;
    display: block;
    cursor: auto;
    color: #ffffff;
    height: 70px;
    line-height: 70px;
}
    .top-nav-right li a#dashboardImg{
        display: table-cell;
        vertical-align: middle;
    }

    .top-nav-right li span {
        display: block;
        padding: 2px 0;
    }
.top-nav-right li span#usernamespan{
    font-size: 16px;
    font-weight: 500;
}

.top-nav-right ul li span img, .top-nav-right ul li a img {
    display: block;
    float: left;
    margin-right: 5px;
    max-height: 60px;
}

.top-nav-right ul li a.profile-link {
    /*min-width: 110px;*/
    cursor: pointer;
    color: #ffffff;
    display: table;
    line-height: inherit;
}

.profile-link p {
    text-align: center;
    padding-right: 25px;
    display: table-cell;
    vertical-align: middle;
}

.top-nav-right ul li .log-part {
    position: absolute;
    z-index: 9;
    top: 60px;
    left: 0;
    background: #0f4d98;
    padding-bottom: 10px;
    display: none;
    min-width: 200px;
    padding: 15px;
    box-sizing: border-box;
}

.log-part li {
    float: none;
    box-sizing: border-box;
    width: auto;
    list-style: none;
    border-bottom: solid 1px #61616D;
    width: 100%;
}

    .log-part li:last-child {
        border-bottom: none;
    }

    .log-part li a {
        cursor: pointer;
        box-sizing: border-box;
        color: #fff;
        text-align: left;
        vertical-align: middle;
        height: 40px;
        line-height: 40px;
        letter-spacing: 1px;
        padding: 0;
    }

        .log-part li a:hover {
            color: #53D2DB;
        }

.abbrdict {
    background-position: -162px -338px;
    width: 34px;
    height: 33px;
    display: inline-block;
    vertical-align: middle;
}

    .abbrdict:hover {
        background-position: -210px -338px;
    }

.switch-ico {
    background-position: -259px -57px;
    width: 16px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
}

.changepass-ico {
    background-position: -351px -54px;
    width: 15px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
}

.logout-ico, .help-ico, .addUser-ico {
    background-position: -210px -111px;
    width: 14px;
    height: 13px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.addUser-ico 
    {
        background-position: -95px -155px;
        width: 18px;
        height: 19px;
    }
    .help-ico {
        background-position: -125px -461px;
        width: 18px;
        height: 19px;
    }

.log-part li a:hover .switch-ico {
    background-position: -294px -57px;
}

.log-part li a:hover .changepass-ico {
    background-position: -325px -54px;
}

.log-part li a:hover .logout-ico {
    background-position: -238px -111px;
}

.log-part li a:hover .help-ico {
    background-position: -162px -461px;
}

.top-nav-right ul li .admin-info {
    cursor: pointer;
    background-position: -89px -5px;
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.top-nav-right ul li .arrow-top {
    background-position: -13px -11px;
    width: 11px;
    height: 6px;
    position: absolute;
    top: 33px;
    right: 10px;
}

.top-nav-right ul li .short-key {
    cursor: pointer;
    background-position: -44px -6px;
    width: 34px;
    height: 33px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.spdf-ico{
    background-position:-264px -920px;
    width: 14px;
	height: 16px;
    display: inline-block;
    margin-right: 6px;
}
.log-part li a:hover .spdf-ico{
    background-position:-288px -920px;
}

.client-info {
    cursor: pointer;
    background-position: -156px -486px;
    width: 33px;
    height: 32px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.back-link {
    height: 56px;
    border-right: 1px solid #d8d8d8;
    width: 40px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    line-height: 55px;
    vertical-align: middle;
    text-align: center;
}

    .back-link:hover {
        background: #DEE7F5;
    }

        .back-link:hover i {
            background-position: -162px -437px;
        }

    .back-link a {
        display: block;
    }

    .back-link i {
        background-position: -196px -438px;
        width: 17px;
        height: 14px;
        display: inline-block;
    }

.nav {
    float: left;
    display: inline;
}

    .nav li {
        display: table;
        float: left;
        height: 55px;
    }

        .nav li a {
            color: #57CBF5;
            text-decoration: none;
            display: table-cell;
            font-size: 15px;
            font-weight:600;
            padding: 0px 20px 0px 0;
            vertical-align: middle;
            position: relative;
        }

            .nav li a .tooltip-ico {
                right: 6px;
                top: 11px;
            }

            .nav li a .custom-tooltip {
                top: -10px;
                bottom: inherit;
                left: -218px;
            }

            .nav li a .after {
                transform: rotate(-90deg);
                margin-top: inherit;
                right: -12px;
                top: 12px;
                font-weight: 200;
            }

            .nav li a:hover {
                color: #1B75BC;
            }

.action-btn {
    float: right;
    padding: 9px 0 10px 0;
}

    .action-btn .icon {
        width: 38px;
        height: 36px;
        float: left;
        margin-right: 7px;
        position: relative;
    }

.tooltip-ico {
    background: url('../Images/sprite.png') no-repeat -16px -525px;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -4px;
    top: -5px;
    cursor: pointer;
    z-index: 10;
}

.action-btn .tooltip-ico {
}

.action-btn .custom-tooltip {
    top: 45px;
    right: 1px;
    display: none;
    left: inherit;
    bottom: inherit;
}

.action-btn .after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    right: inherit;
    top: -8px;
    bottom: inherit;
    margin-top: inherit;
}

.tooltip-ico:hover .custom-tooltip {
    display: block;
}

.uplaod-icon {
    background-position: -8px -50px;
    height: 38px;
}

    /*.uplaod-icon:hover, .uplaod-icon.active {
        background-position: -9px -100px;
    }*/

.filelog-icon {
    background-position: -58px -50px;
}

    /*.filelog-icon:hover {
        background-position: -57px -100px;
    }*/

.deleteorder-icon {
    background-position: -108px -50px;
}

    /*.deleteorder-icon:hover {
        background-position: -107px -100px;
    }*/

.addorder-icon {
    background-position: -157px -50px;
}

    /*.addorder-icon:hover {
        background-position: -156px -100px;
    }*/

.restore-icon {
    background-position: -59px -219px;
}
.schedule-icon {
    background-position: -192px -996px;
}

    /*.restore-icon:hover {
        background-position: -59px -261px;
    }*/

.showproof-icon {
    background-position: -111px -557px;
}

    /*.showproof-icon:hover {
        background-position: -159px -557px;
    }*/

.bulkclone-icon {
    background-position: -10px -219px;
}

    /*.bulkclone-icon:hover {
        background-position: -10px -261px;
    }*/

.export-icon {
    background-position: -13px -556px;
}

    /*.export-icon:hover {
        background-position: -63px -556px;
    }*/

.upc-download-icon {
    background-position: -8px -651px;
}

    /*.upc-download-icon:hover {
        background-position: -64px -651px;
    }*/

.riteaid-icon {
    background-position: -361px -828px;
}

    .riteaid-icon:hover {
        background-position: -320px -828px;
    }

.uplaod-xls-icon {
    background-position: -159px -651px;
    width: 38px;
    height: 38px;
    display: inline-block;
}

.archive-icon {
    background-position: -234px -748px;
}

    /*.archive-icon:hover {
        background-position: -281px -748px;
    }*/

.unarchive-icon {
    background-position: -322px -748px;
}

    /*.unarchive-icon:hover {
        background-position: -363px -748px;
    }*/

.uplaod-xls-icon:hover {
    background-position: -112px -651px;
}

.group-icon {
    background-position: -64px -699px;
    display: inline-block;
    width: 17px;
    height: 17px;
}

    /*.group-icon:hover {
        background-position: -92px -699px;
    }*//*.group-icon:hover {
        background-position: -92px -699px;
    }*/
.UPCgroup-ico {
    background-position: -126px -953px;
    display: inline-block;
    width: 24px;
    height: 24px;
}
    /*.UPCgroup-ico:hover {
        background-position: -159px -953px;
    }*/

    .spellcheck-icon {
        background-position: -185px -828px;
        display: inline-block;
        width: 37px;
        height: 35px;
    }

    /*.spellcheck-icon:hover {
        background-position: -231px -828px;
    }*/

.icon-archive-drived {
    background-position: -36px -799px;
    display: inline-block;
    width: 19px;
    height: 19px;
    cursor: default;
}
.icon-print-schedule {
    background-position: -250px -996px;
    
    display: inline-block;
    width: 19px;
    height: 19px;
    cursor: default;
}

.upper-tab {
    width: 100%;
    background: #DEE7F5;
    height: 45px;
    border-top: solid 1px #d8d8d8;
}

    .upper-tab span.new-checkbox {
        margin-top: -3px;
        margin-right: 7px;
    }

    .upper-tab li.js-massupdate {
        border-right: solid 1px #d8d8d8;
    }

    .upper-tab > li:last-child {
        /*line-height:45px;*/
        float: right;
        padding-right: 10px;
        border-left: 0;
        color: #6d6e70;
    }

    .upper-tab > li, .popup-tab li {
        display: table;
        border-left: solid 1px #d8d8d8;
        float: left;
        height: 45px;
    }

    .upper-tab li:first-child, .collapse-tab ul li:first-child {
        width: 39px;
        text-align: center;
        line-height: 45px;
    }

    .upper-tab li a {
        width: 300px;
        padding: 0px 20px;
        font-size: 16px;
        font-weight: 300;
        color: #00205C;
        display: table-cell;
        vertical-align: middle;
        position: relative;
    }

.excepton-drop {
    display: inline-block;
    margin: 5px 9px;
}
.select-filter.excepton-drop p {
    padding: 4px 10px;
}

.excepton-drop .link-item li {
    width: 210px;
    border-left: 0;
    line-height: inherit;
    text-align: left;
}

.custom-dropdown.excepton-drop p span {
    color: #6d6e70;
    font-weight: inherit;
}

.tab-link {
    display: inline-block;
    position: relative;
}

    .tab-link .tooltip-ico {
        right: -20px;
        top: -2px;
        z-index: 5;
    }

    .tab-link .custom-tooltip {
        bottom: -18px;
        left: 23px;
    }

    .tab-link .after {
        margin-top: 15px;
        margin-left: -17px;
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }

.collapse-tab ul li:first-child a {
    padding: 0;
    width: auto;
}

.upper-tab li a.active {
    border-bottom: solid 1px #ffffff;
    background: #ffffff;
}

.upper-tab li .tab-icon, .collapse-tab li .tab-icon {
    background-position: -176px -18px;
    width: 14px;
    height: 9px;
    display: inline-block;
    vertical-align: middle;
}

    .upper-tab li .tab-icon.open, .collapse-tab li .tab-icon.open {
        -ms-transform: rotate(180deg); /* IE 9 */
        -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
        transform: rotate(180deg);
    }

.uptab-container {
    width: 100%;
    margin-right: 35px;
    background: #fff;
    box-shadow: 0px -1px 0px #d8d8d8;
}

.right-uptab {
    border-right: solid 1px #d8d8d8;
    height: 45px;
    width: 40px;
    float: left;
}

.tab-form {
    padding-left: 20px;
    float: left;
    padding-top: 8px;
    padding-bottom:8px;
}

    .tab-form .btn {
        width: 140px;
        background: #004A98;
        color: #fff;
        font-size: 14px;
        display: inline-block;
        text-align: center;
        padding: 7px 0;
        cursor: pointer;
        border: 0;
    }

    .tab-form li {
        list-style: none;
        display: inline-block;
        padding-right: 10px;
        vertical-align: top;
    }

.custom-dropdown, .select-filter {
    position: relative;
}

.select-filter {
    display: inline-block;
    vertical-align: middle;
}

    .custom-dropdown p, .select-filter p {
        width: 220px;
        background: #fff;
        border: solid 1px #d8d8d8;
        color: #6d6e70;
        padding: 6px 10px;
        position: relative;
        cursor: pointer;
        font-size: 13px;
    }

    .select-filter p {
        height: 23px;
        width: 260px;
    }
    .sm-drop.select-filter p {
        padding: 4px 10px;
    }


.select-filter input[type="text"] {
    height: 21px !important;
    border: 0 !important;
    padding: 0 !important;
    color: #6d6e70 !important;
    width: calc(100% - 30px);
    font-size: 14px;
    color: #53d2db;
    background-color: transparent;
}

.selectUserClaimsInput {
    margin: 0px 10px !important;
    margin-top: 2px !important;
}

    .select-filter .dropdown-arrow {
        height: 9px;
        top: 50%;
        margin-top: -5px;
    }

    .select-filter .link-item {
        top: 33px;
        padding: 0;
    }

        .select-filter .link-item li {
            padding: 10px 0;
        }

.custom-dropdown p span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 83%;
    height: 15px;
    line-height: 15px;
    color: #6d6e70;
    font-weight: 500;
}

.dropdown-arrow {
    background-position: -176px -18px;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 3px;
    top: 10px;
}



.link-item {
    position: absolute;
    max-height: 191px;
    overflow: auto;
    background: #fff;
    top: 27px;
    left: 0;
    right: 0;
    display: none;
    z-index: 5;
    padding-bottom: 10px;
    border: solid 1px #d8d8d8;
    padding-top: 5px;
}

    .link-item.zone-link {
        height: 67px;
    }

    .link-item li {
        cursor: pointer;
        text-align: left;
        list-style: none;
        padding: 8px 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        vertical-align: middle;
        color: #878787;
        cursor: pointer;
        display: block;
        font-size: 13px;
        border-bottom: solid 1px #d8d8d8;
        margin: 0 10px;
    }

        .link-item li:hover {
            color: #52d1db;
        }

        .link-item li:last-child {
            border-bottom: 0;
        }

        .link-item li .dropdown-label {
            display: block;
            margin-top: 3px;
            margin-left: 27px;
        }

    .link-item.select-store {
        overflow: hidden;
        height: 180px;
        max-height: 180px;
    }

        .link-item.select-store ul {
            height: 143px;
            width: 100%;
            overflow: auto;
            overflow-x: hidden;
        }

.blank-option {
    height: 31px;
}

.small-btn {
    width: 80px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    margin: 8px;
}

.activity-btn {
    width: 80px;
    height: 32px;
    font-size: 13px;
    line-height: 31px;
    vertical-align: top;
}

    .activity-btn.btn-blue {
        background: #004A98;
    }

.massupdate .custom-dropdown {
    float: left;
    margin: 0 20px;
}
#ulPricingMassUpdate .massupdate .custom-dropdown {
    display: inline-block;
    margin: 0 20px;
}

.multiselect {
    width: 230px;
    border: solid 1px #d8d8d8;
    border-radius: 5px;
    color: #6d6e70;
    padding: 6px 10px;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    background: #f9f9f9 url('../Images/multiselect-down.png') no-repeat 224px;
}

.m-select-d-box {
    box-shadow: none !important;
    width: 230px !important;
}

.m-select-d-box__list-item {
    padding: 10px !important;
    font-size: 13px !important;
    color: #6D6D6D !important;
}

    .m-select-d-box__list-item_selected, .m-select-d-box__list-item:active {
        background-color: #53d2db !important;
    }

        .m-select-d-box__list-item_selected:before {
            content: '' !important;
        }

.m-select-d-box:after, .m-select-d-box:before {
    border: 0 !important;
}

.m-select-d-box {
    padding: 10px !important;
    margin: -10px 0 0 10px !important;
}

.sign-detail {
    width: 100%;
    box-sizing: border-box;
}

#divMassUpdateStoreData input[type="text"], #divMassUpdateStoreData input[type="number"], #divMassUpdateStoreData input[type="date"] {
    border: solid 1px #d8d8d8;
    color: #6d6e70;
    height: 26px;
    line-height: 31px;
    padding-left: 5px;
    margin: 0 15px;
}


.order-grid {
    width: 100%;
    height: 350px;
    box-sizing: border-box;
    border-top: solid 1px #D8D8D8;
}

    .order-grid form {
        margin-bottom: 100px;
    }

.popup-tab {
    width: 75%;
}

.lower-tab {
    width: 100%;
    min-height: 48px;
    float: left;
    margin-bottom: 82px;
    position: relative;
}

    .lower-tab.zonestore-tab {
        margin-bottom: 0;
    }

    .lower-tab ul.sign-tab {
        background: #DEE7F5;
    }

    .lower-tab li {
        width: 33.3%;
        box-sizing: border-box;
        float: left;
        display: table;
        height: 48px;
        border-right: 1px solid #d8d8d8;
    }

        .lower-tab li:last-child {
            border-right: 0;
        }

    .lower-tab .tab-link .custom-tooltip {
        bottom: inherit;
        left: 23px;
        font-weight: 200;
    }

    .lower-tab .tab-link .after {
        margin-top: 4px;
        margin-left: -17px;
    }

    .lower-tab ul#tablist {
        border-bottom: #d8d8d8 1px solid;
        overflow: auto;
        background: #DEE7F5;
    }

.collapse-tab ul.sign-tab {
    border-top: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
    height: 48px;
}

.collapse-tab ul li {
    width: 31.3%;
}

.lower-tab li a {
    width: 300px;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 300;
    color: #00205C;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    position: relative;
    background: #DEE7F5;
}

    .lower-tab li a.active {
        background: #ffffff;
        color: #00205C;
        /*border-top: 4px solid #53D2DE;*/
    }

.lower-overlay {
    position: absolute;
    background: #000;
    opacity: .7;
    width: 100%;
    height: 287px;
    z-index: 99;
    top: 0;
    left: 0;
}
/*.lower-tab .loader{
    margin-top: 130px;
 }*/
.lower-tab .lower-overlay {
    z-index: 0;
}
#imagePopup .lower-overlay {
    height: 100%;
}

.image-tab {
    width: 25%;
    background: #fff;
    min-height: 45px;
    border-left: solid 1px #d8d8d8;
    border-top: solid 1px #d8d8d8;
    float: left;
    margin-bottom: 71px;
    position: absolute !important;
    right: 0;
    bottom: 0px;
    height: 376px;
}

    .image-tab .loader {
        z-index: 10;
    }

.custom-tooltip li {
    height: inherit;
    width: 100% !important;
    padding: 2px 5px;
    border: none;
    text-align: left !important;
    line-height: inherit !important;
    word-break: break-all;
}

.image-tab p {
    float: right;
    margin: 10px 23px 10px 0;
}

    .image-tab p #showHideWIP {
        position: fixed;
        bottom: 29px;
        z-index: 11;
        right: 5px;
        border-left: 1px solid #ccc;
        padding: 5px 0 5px 10px;
    }

.image-tab img {
    width: 100%;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.wipimgWrap {
    height: 332px;
    overflow-y: auto;
    width: 100%;
    position: relative;
}

.WIPimgPriview {
    position: fixed;
    bottom: 71px;
    right: 26%;
    z-index: 20;
    display: none;
}

    .WIPimgPriview img {
        vertical-align: middle;
        box-shadow: 0 0 3px 2px #e3e3e3;
    }

    .WIPimgPriview .watermark {
        font-size: 55px;
        top: 140px;
    }

.lowertab-content {
    width: 100%;
    border-bottom: solid 1px #d8d8d8;
    margin-right: 35px;
    background: #fff;
    /*box-shadow: 0px -1px 0px #d8d8d8;*/
    min-height: 324px;
    overflow-x: auto;
    padding-top: 2px;
    margin: 0 auto;
    position: relative;
}

.pricingheader {
    float: right;
    padding: 10px;
    position: relative;
    min-height: 24px;
    min-width: 20px;
}

    .pricingheader a, .icon-add {
        background-position: -261px -255px;
        width: 25px;
        height: 23px;
        display: inline-block;
        position: absolute;
        right: 10px;
        z-index: 1;
    }

        .icon-add:hover {
            background-position: -304px -255px;
        }

.chanege-overlay, .change-overlay {
    position: fixed;
    background: #000;
    opacity: .7;
    width: 100%;
    height: 100%;
    z-index: 17;
    top: 0;
    left: 0;
}

.popup {
    width: 800px;
    max-height: 800px;
    background: #fff;
    position: fixed;
    transform: translateY(-55%);
    top: 50%;
    margin-left: -400px;
    left: 50%;
    z-index: 99;
    min-height: 200px;
}

    .SignGroup .popup, .popup.resize-popup {
        width: 80%;
        margin-left: -40%;
    }

    .popup.message-popup {
        margin-top: -100px;
    }

.popup-header {
    padding: 20px 15px;
    background: #1B75BC;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .popup-header .heading {
        display: inline-block;
        position: relative;
    }

    .popup-header .tooltip-ico {
        right: -18px;
        top: -4px;
    }

    .popup-header .custom-tooltip {
        top: -7px;
        bottom: inherit;
        left: 26px;
        background: #00205C;
        font-weight: 500;
    }

    .popup-header .after {
        margin-top: 7px;
        margin-left: -18px;
        transform: rotate( 90deg);
        -ms-transform: rotate( 90deg);
        -moz-transform: rotate( 90deg);
        -webkit-transform: rotate( 90deg);
        background-position: -126px -427px;
    }

.popup-content {
    width: 100%;
    padding: 15px;
    float: left;
    box-sizing: border-box;
}

.close-popup {
    background-position: -212px -48px;
    width: 30px;
    height: 29px;
    float: right;
}
.alert-popup .close-popup {
    background-position: -296px -958px;
    width: 24px;
    height: 24px;
    float: right;
}
/*.close-popup.active, .close-popup:hover {
        background-position: -8px -385px;
    }*/
.popup-footer {
    margin: 15px 0;
}

    .popup-footer .main-btn {
        margin: 0 5px;
        width: 200px;
    }

.icon-download {
    background-position: -10px -456px;
    width: 24px;
    height: 24px;
    display: inline-block;
}

/* ----------- column chooser start --------------------*/
/*#reorderContainer{position:relative;}*/
.column-chooser {
    width: 242px;
    background: #00205C;
    color: #fff;
    height: 460px;
    padding: 20px 15px;
    position: absolute;
    z-index: 100;
    right: 6px;
    top: 140px;
}



    .column-chooser h1 {
        color: #53D2DB;
        font-size: 22px;
        font-weight: 600;
        padding: 0 0 15px 0;
    }

    .column-chooser p {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .column-chooser a.reset {
        border: 1px solid #fff;
        border-radius: 5px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        width: 70px;
        color: #fff;
        display: block;
        float: right;
    }

.columnname {
    height: 300px;
    overflow: auto;
    float: left;
    width: 100%;
    margin-top: 15px;
}

    .columnname li {
        margin-bottom: 20px;
        line-height: 19px;
        width: 100%;
        background-color: transparent;
    }

    .columnname::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 0px;
        background-color: #fff;
    }

    .columnname::-webkit-scrollbar {
        width: 12px;
        background-color: #fff;
    }

    .columnname::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #c1c1c1;
    }

.column-section {
    position: absolute;
    right: 0;
    background: #f4f4f4;
    height: 110px;
    display: block;
    width: 90px;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.icon.column-chooser-icon {
    background-position: -345px -92px;
    display: inline-block;
}

/*.column-chooser-icon:hover, .column-chooser-icon:active {
    background-position: -343px -136px;
}*/

.select-icon {
    background-position: -267px -109px;
    width: 19px;
    height: 19px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

    .select-icon.active {
        background-position: -305px -109px;
    }


/* ----------- login section start --------------------*/
.login-container {
    position: fixed;
    top: 50%;
    left: 8%;
    transform: translate(0, -50%);
}

    .login-container h1 {
        font-size: 44px;
        margin: 30px 0 40px;
        line-height: 44px;
        color: #00205C;
        font-weight: 400;
    }

        .login-container h1 strong {
            font-weight: 600;
            color: #FEBC16;
        }

        .login-container h1 span {
            font-size: 50px;
            font-weight: 300;
            display: inline-block;
        }

        .login-container h1 sup {
            font-size: 14px;
            vertical-align: top;
            position: relative;
            top: -5px;
        }

    .login-container > span {
        font-size: 25px;
        display: block;
    }

    .login-container label {
        font-size: 12px;
        display: block;
        margin-top: 28px;
        color: #00205C;
    }

    .login-container input[type='text'], .login-container input[type='password'] {
        background-color: #fff !important;
        border: 1px solid #eceef4;
        width: 500px;
        padding-left: 5px;
        height: 36px;
        line-height: 36px;
        color: #00205C;
        font-weight: 300;
        font-size: 16px;
    }
input:-webkit-autofill {
    background-color: #fff !important;
}
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px white inset !important;
    }

.login-container ::-webkit-input-placeholder {
    color: #00205C !important;
    opacity: 1;
    font-style: italic;
}

    .login-container :-moz-placeholder {
        color: #00205C !important;
        opacity: 1;
        font-style: italic;
    }

    .login-container ::-moz-placeholder {
        color: #00205C !important;
        opacity: 1;
        font-style: italic;
    }

.login-container :-ms-input-placeholder {
    color: #00205C !important;
    opacity: 1;
    font-style: italic;
}

   

    .login-container :placeholder-shown {
        color: #00205C !important;
        opacity: 1;
    }

.login-container a.btnSignin,
.login-container a.btnReset, .btnApply {
    width: 130px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    color: #fff;
    font-size: 17px;
    background: #1B75BC;
    text-align: center;
    font-size: 18px;
    opacity: 1;
}

        /*.login-container > a.disable {
            cursor: initial;
            background: #4c8c96;
            color: #979fa6;
        }*/

    .login-container div.login-note {
        width: 500px;
        margin: 15px 0 30px 0;
        color: #a2a2a8;
        position: relative;
    }

        .login-container div.login-error {
            margin: inherit;
            position: relative;
        }

    .login-container .error-msg {
        margin-top: 10px;
        position: absolute;
        top: 51px;
        width: 100%;
    }

.error-msg.re-position {
    top: 40px;
}

.login-container div:after {
    content: " ";
    clear: both;
    display: block;
}

.login-container div a {
    font-size: 14px;
    color: #FEBC16;
}

.login-container div span {
    margin-top: 3px;
    color: #FEBC16;
}

.login-container div > span.fl {
    padding-top: 4px;
    color: #00205C;
}

.login-container .forgot-field {
    margin-bottom: 50px;
}

.login-container div.bottom-field:after {
    content: "";
}

#invalidLogin {
    font-size: 16px;
    margin-top: 50px;
}

.password-container {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #454551;
    top: 0;
    z-index: 100;
}

.close {
    position: fixed;
    right: 50px;
    top: 50px;
    background-position: -212px -48px;
    width: 30px;
    height: 29px;
    display: block;
}

.password-container {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fff url('../Images/body-bg.jpg') 100% 100% no-repeat;
    background-size: 100%;
    top: 0;
    z-index: 100;
}

.uploadpop {
    margin: 0 auto;
    width: 46%;
}

    .uploadpop .custom-dropdown p {
        padding: 13px 10px;
        width: 100%;
    }

.uploadfile-type {
    color: #00205C;
    font-size: 20px;
    font-weight: 600;
    width: 569px;
    margin: 30px auto;
    text-align: center;
}

.order-number {
    color: #00205C;
    font-size: 18px;
}

.fileinputs {
    overflow: hidden;
    position: relative;
    width: 635px;
    margin: 15px auto;
    height: 50px;
}

.uploadpop.upload-browse .fileinputs {
    float: left;
    margin: inherit;
    width: 207px;
    display: inline-block;
}

.upload-browse .fileinputs {
    margin: inherit;
    width: 27%;
    margin: 0 auto;
}

input.file {
    float: left;
    opacity: 0;
    position: relative;
    text-align: left;
    z-index: 2;
}

.fakefile {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

.file_dimension {
    border: medium none;
    color: #6D6E70;
    float: left;
    font-size: 13px;
    height: 40px;
    padding-left: 12px;
    width: 610px;
    background: #F9F9F9;
    border: solid 1px #D8D8D8;
}

.upload-browse .file_dimension {
    width: 191px;
    background: #004A98;
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: block;
    cursor: pointer;
}

.main-text {
    width: 600px;
    color: #00205C;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: auto;
    padding: 8px 0;
    box-sizing: border-box;
    line-height: 23px;
    overflow-wrap:break-word;
}

.sub-text, .group-text {
    width: 600px;
    color: #6D6E70;
    font-size: 16px;
    text-align: center;
    margin: auto;
    padding: 8px 0;
    box-sizing: border-box;
}

.group-text {
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 0px;
}

.input-section {
    width: 600px;
    margin: 0 auto;
}

    .input-section textarea {
        width: 100%;
        height: 175px;
        border: solid 1px #D8D8D8;
        background: #F9F9F9;
    }

/*---------------- customer selection ----*/

.customer-list {
    background: #fff;
}
.dashboard-wrapper {
    display: flex;
    /* height: calc(100vh - 90px); */
    align-items: center;
    /* margin-top: -55px; */
}

.customer-selection {
    margin: 0 auto;
    width: 1280px;
    text-align: center;
    padding-bottom: 20px;
    
}

    .customer-selection li {
        position : relative;
        list-style: none;
        display: inline-block;
        background: #fff;
    }

        .customer-selection li a {
            display: block;
            padding: 12px;
            border: 1px solid #ededed;
            border-radius: 5px;
            margin: 7px;
            width: 200px;
        }

            .customer-selection li a:hover {
                padding: 19px;
                border: 1px solid #53d2db;
                margin: 0;
            }

            .customer-selection li a img {
                height: 70px;
                max-width: 100%;
            }

.shortkey-container {
    width: 100%;
    height: 400px;
    overflow-y: auto;
    border: solid 1px #D8D8D8;
}

    .shortkey-container li {
        border-bottom: solid 1px #D8D8D8;
        padding: 10px;
        color: #6D6E70;
        font-size: 13px;
    }

        .shortkey-container li label {
            width: 400px;
            display: inline-block;
        }

.search-from {
    width: 100%;
    margin-bottom: 10px;
}

.popup-content .search-btn {
    height: 30px;
    width: 84px;
    line-height: 30px;
    font-size: 13px;
}

.popup-content .search-box {
    height: 34px;
    border: solid 1px #D8D8D8 !important;
    width: 270px;
    vertical-align: middle;
    color: #878787;
}

.searchbox-btn {
    height: 38px;
    width: 84px;
    line-height: 37px;
    font-size: 13px;
}

.popup-content .select-area {
    float: right;
}

.login-checkbox {
    float: left;
    margin-right: 5px;
    display: inline-block;
    width: 20px;
}

.list-container {
    max-height: 317px;
    padding: 5px 0;
}

    .list-container ul {
        border: solid 1px #d9dae0;
        width: 100%;
        border-bottom: 0;
    }

    .list-container li {
        border-bottom: solid 1px #d9dae0;
        padding: 10px;
        color: #6D6E70;
        font-size: 13px;
        overflow: auto;
    }

    .list-container ul.storesList {
        border: 0;
        margin-top: 5px;
    }

        .list-container ul.storesList li {
            padding: 0;
        }

            .list-container ul.storesList li .table-default {
                margin: 0;
            }

.select-heading {
    color: #6D6E70;
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
}

    .select-heading span {
        margin-left: 5px;
        margin-top: 3px;
        display: inline-block;
    }

.list-container li span {
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
}

    .list-container li span.dropdown-label {
        margin-top: 10px;
    }

.select-heading span.dropdown-label {
    margin-top: 6px;
}

.new-checkbox {
    width: 21px;
    height: 20px;
    display: block;
    float: left;
    /*position: relative;*/
    z-index: 0;
    background: url(../Images/meta-check.png) -2px -2px no-repeat;
}

    .new-checkbox.inactive {
        background-position: -2px -46px;
        pointer-events:none;
    }
    .new-checkbox.selected.inactive {
        background-position: -2px -67px;
    }
.check-label {
    font-size: 16px;
    color: #415e6d;
    line-height: 20px;
    padding-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.string-lbl {
    padding-top: 2px;
    display: inline-block;
}
/*.h-34{
    height: 34px;
}*/


/*.adminorder-grid .new-checkbox {
    position: absolute;
}*/
.find-sign {
    border-bottom: solid 1px #d8d8d8;
    min-width: 1200px;
}

.show-exception .new-checkbox {
    margin-top: 12px;
}

.new-checkbox.selected {
    background-position: -2px -23px;
}

.new-checkbox input[type="checkbox"] {
    /*margin: 4px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;*/
    opacity: 0;
    /* CSS hacks for older browsers */
    _noFocusLine: expression(this.hideFocus=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.search-content {
    width: 430px;
    float: right;
    margin-top: 10px;
}

.product-img {
    width: 98%;
    max-height: 350px;
    overflow-y: auto;
    padding: 10px;
}

    .product-img li {
        display: inline-block;
        margin: 12px 18px 10px;
        border-radius: 3px;
        border: 1px solid #c7c7c7;
        background: rgba(255, 255, 255, 0.8);
        position: relative;
        display: block;
        padding: 10px 10px 0 10px;
        height: 140px;
        width: 124px;
        float: left;
    }

        .product-img li img {
            height: 100px;
            width: 100px;
            background-size: 100%;
            margin: 0 auto;
            display: block;
        }

        .product-img li p {
            width: 100%;
            display: block;
            font-size: 13px;
            color: #858585;
            margin: 0;
            font-size: 13px;
            padding-top: 10px;
        }

.success-sign {
    background: url(../Images/sprite.png) no-repeat -56px -385px;
    position: absolute;
    width: 31px;
    height: 30px;
    font-size: 30px;
    text-align: center;
    right: -10px;
    top: -10px;
    color: #8cc657;
    display: block;
}

.SearchImage-ico {
    background-position: -206px -151px;
    width: 20px;
    height: 18px;
    display: inline-block;
}

    /*.SearchImage-ico:hover {
        background-position: -232px -152px;
    }*/

.description-ico {
    background-position: -8px -699px;
    width: 18px;
    height: 18px;
    display: inline-block;
}

    /*.description-ico:hover {
        background-position: -36px -699px;
    }*/

.ex-report-ico {
    background-position: -211px -211px;
    width: 21px;
    height: 22px;
    display: inline-block;
}

    .ex-report-ico:hover {
        background-position: -211px -248px;
    }

.division-map-icon {
    background-position: -144px -920px;
    width: 27px;
    height: 24px;
    display: inline-block;
}

    /*.division-map-icon:hover {
        background-position: -224px -920px;
    }*/

.banner-map-icon {
    background-position: -105px -920px;
    width: 27px;
    height: 24px;
    display: inline-block;
}

.cfid-map-icon {
    background-position: -165px -342px;
    width: 27px;
    height: 24px;
    display: inline-block;
    background-color: #204f7b;
    background-repeat: no-repeat;
}

/*.banner-map-icon:hover {
        background-position: -184px -920px;
    }*/
.composition-container {
    border: solid 1px #D8D8D8;
    overflow: hidden;
}

.composition-table {
    width: 100%;
    max-height: 200px;
}

    .composition-table th {
        background: #F4F4F4;
        font-size: 14px;
        font-weight: 500;
        color: #6d6e70;
        border: 0;
        padding: 10px;
        width: 75%;
        text-align: left;
        vertical-align: middle;
    }

        .composition-table th:nth-child(2) {
            width: 25%;
        }

    .composition-table td {
        padding: 10px;
        border-bottom: solid 1px #d9dae0;
        text-align: left;
        vertical-align: middle;
        color: #878787;
    }

    .composition-table tr:last-child td {
        border-bottom: none;
    }

    .composition-table a {
        color: #878787;
    }

        .composition-table a:hover {
            color: #52D1DA;
        }

.uploaddrop-container {
    margin: 0 auto;
    width: 254px;
}

.uploadpop .uploaddrop-container {
    width: 51%;
    margin: inherit;
    float: left;
    display: inline-block;
    margin-right: 30px;
}

.uploadpop .dropdown-arrow {
    top: 50%;
    margin-top: -6px;
}

.uploadpop .link-item {
    width: 277px;
    top: 42px;
}

    .uploadpop .link-item li {
        width: auto;
        color: #6D6E70;
    }

        .uploadpop .link-item li:hover {
            color: #52d1db;
        }
/*-------artwork----------*/

.artworkccntaioner {
    width: 100%;
}

.dropzone {
    min-height: 160px;
    background: #e2e2e2;
    border-radius: 0;
    border: solid 1px #e2e2e2;
    padding: 10px;
}

    .dropzone .dz-preview, .predefindlist {
        background: inherit;
        position: relative;
        display: inline-block;
        padding: 6px;
        box-shadow: inherit;
        border: 0;
        margin: 10px 7px;
        padding: 0;
    }

        .dropzone .dz-preview .dz-details {
            width: 120px;
            height: 120px;
            margin: 5px;
        }

            .dropzone .dz-preview .dz-details img {
                width: 120px;
                height: 120px;
            }

        .dropzone .dz-preview.dz-image-preview:hover .dz-details img {
            opacity: 1;
        }

.dz-image-preview .custom-place {
    position: relative;
    display: inline-block;
    float: left;
}

#ArtWorkPopUp_PW-1 .dz-image-preview .custom-tooltip {
    width: 250px;
    z-index: 23;
    height: auto;
}

.image-small .dz-filename span {
    display: block;
    position: absolute;
    width: 80%;
    top: -18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropzone .dz-default.dz-message {
    background-image: url(../Images/upload-icon.png);
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -34px;
}

.artzone-section, .predefined-img {
    width: 48%;
    margin-left: 1.5%;
    float: left;
}

.predefine-header {
    width: 100%;
}

.predefine-search {
    float: right;
    display: inline-block;
    position: relative;
}

    .predefine-search img {
        position: absolute;
        right: 24px;
        top: 10px;
    }

.predefine-dropzone {
    padding: 0;
    background: none;
    border: 0;
    position: relative;
}

.preicon-container, .articon-container {
    position: absolute;
    bottom: 0px;
    background: rgb(60, 60, 60);
    background: rgba(60, 60, 60, 0.7);
    padding: 5px;
    width: 100%;
}

.dz-filename {
    width: 100%;
    color: #6d6e70;
    font-size: 14px;
    display: inline-table;
    font-weight: 600;
}

.dropzone a.dz-remove {
    background-position: -368px -433px;
    width: 13px;
    height: 15px;
    display: block;
    font-size: 0;
    float: right;
}

    .dropzone a.dz-remove:hover {
        background-position: -369px -453px;
    }

.artwork-search {
    color: #878787;
    font-size: 13px;
    height: 30px !important;
    padding-left: 10px;
    vertical-align: top;
    width: 210px;
    float: right;
    margin: 3px 20px 20px 0;
    border: 0;
    border: solid 1px #d8d8d8;
}

.artworkccntaioner h2 {
    display: inline-block;
    color: #00205C;
    font-size: 16px;
    padding: 10px 0;
    font-weight: 600;
}

.art-prview {
    background-position: -137px -310px;
    width: 16px;
    height: 16px;
    display: inline-block;
    font-size: 0;
}

    .art-prview:hover {
        background-position: -105px -310px;
    }

.dropzone a.dz-preview-artwork.preview-add {
    background-position: -171px -311px;
    width: 16px;
    height: 16px;
    display: inline-block;
    font-size: 0;
    margin-top: 0px;
    float: left;
    margin-left: 35px;
    z-index: 16;
    position: absolute;
}

#artworkGrid .dropzone a.dz-preview-artwork.preview-add {
    z-index: inherit;
}

#artworkGrid lower-overlay {
    height: auto;
    bottom: 0;
}

.dropzone a.dz-preview-artwork.preview-add:hover {
    background-position: -200px -311px;
}

.previw-parent:hover .custom-tooltip {
    display: block;
}

.predefindlist a.upload {
    background-position: -232px -311px;
    width: 13px;
    float: right;
    height: 23px;
    display: inline-block;
    font-size: 0;
}

    .predefindlist a.upload:hover {
        background-position: -261px -312px;
    }

.dropzone a.dz-remove {
    font-size: 0;
}


/*----------  jquery calender UI----------*/

.ui-widget-header {
    border: 0;
    background: #53d2db;
    color: #333333;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-size: 20px;
    border-radius: 0;
    font-weight: normal;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background: #fff;
    border: none;
    font-size: 11px;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    text-align: center;
    color: #201f35;
    font-weight: normal;
}

.ui-datepicker th {
    font-size: 11px;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    color: #201f35;
    border-bottom: 1px solid #d7d8dd;
    font-weight: normal;
}

.ui-datepicker {
    padding: 0;
    width: 280px;
    border-radius: 0;
}

.ui-widget-content .ui-state-highlight {
    background: #53d2db;
    color: #fff;
}

.ui-widget-content .ui-state-active {
    background: #e2eafd;
    color: #575054;
}

.ui-datepicker .ui-datepicker-next span {
    background: url(../Images/sprite.png) no-repeat -327px -223px;
    width: 8px;
    height: 12px;
    margin-top: -4px;
}

.ui-datepicker .ui-state-hover, .ui-datepicker .ui-widget-content .ui-state-hover {
    background: #53d2db;
    color: #fff;
}

.ui-datepicker .ui-datepicker-prev span {
    background: url(../Images/sprite.png) no-repeat -377px -190px;
    width: 8px;
    height: 12px;
    margin-top: -4px;
}

ul.ColVis_collection li.js-new-client-configuration, ul.ColVis_collection li.js-new-client-configuration:hover {
    color: #52D1DA;
}

.artwork-validation {
    height: 20px;
    color: #6d6e70;
    font-size: 14px;
}

#imagePopupContent .error-msg {
    color: #6d6e70 !important;
    text-align: center;
    padding: 10px 0;
}

.refresh-ico {
    background-position: -72px -341px;
    width: 25px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

    /*.refresh-ico:hover {
        background-position: -110px -341px;
    }*/

.question-ico {
    background-position: -267px -344px;
    width: 20px;
    height: 20px;
    display: block;
    margin-top: 2px;
    float: left;
    margin-right: 10px;
}

.ungroup-message {
    position: relative;
}

.ungroup-txt {
    width: 100%;
    font-size: 14px;
    padding: 0px 20px 10px;
}

.group-message {
    float: left;
    width: auto;
    margin-bottom: 10px;
}

    .group-message .sub-text {
        width: inherit;
        font-size: 13px;
        text-align: left;
        line-height: normal;
    }

    .group-message .sign-info {
        font-weight: 600;
        color: #00205C;
        font-size: 15px;
    }

.group-search {
    float: right;
    padding: 15px 0 0 0;
}

    .group-search input {
        height: 30px;
        font-size: 13px;
        color: #878787;
        background: #ebecef;
        border: 1px solid #cacbd3;
        border-radius: 3px;
        padding: 0 10px;
        width: 200px;
    }

.signgroup-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    height: 85px;
    bottom: 0px;
}
/*------admin-section------------*/

.admin-top {
    margin-top: 70px;
}

    .admin-top.mess-top {
        top: 50px;
    }

.organization-section {
    /*background: #f4f4f4;
    border-bottom: solid 1px #d8d8d8;*/
    padding: 10px 0;    
    display: inline-block;
    margin-top: 4px;
}

    .organization-section .admin-container {
        width: 98%;
        margin: 0 auto;
    }

.admin-container {
    width: 98%;
    margin: 0 auto;
}

    .admin-container .custom-dropdown {
        display: inline-block;
    }

.organization-name {
    display: inline-block;
    vertical-align: middle;
}

.organization-section .link-item {
    top: 38px !important;
    width: 298px !important;
}

.organization-section label, .select-department label {
    font-size: 16px;
    color: #6d6e70;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.organization-name.custom-dropdown p {
    color: #53d2db;
    font-size: 18px;
    font-weight: 600;
    background: inherit;
    border: inherit;
    border-radius: 0;
    width: 280px;
    border: solid 1px #d8d8d8;
}

.organization-name.custom-dropdown p, .select-department .custom-dropdown p {
    padding: 9px 10px;
}

    .organization-name.custom-dropdown p span {
        height: 20px;
        overflow: visible;
    }

.admin-nav {
    width: 100%;
    /*border-bottom: solid 1px #d8d8d8;*/
    background: #02528a;
}

    .admin-nav ul {
        float: left;
        display: inline;
        padding: 4px 0 0 0;
    }

        .admin-nav ul li {
            display: table;
            float: left;
            height: 35px;
        }

    .admin-nav li a {
        color: #fff;
        text-decoration: none;
        display: inline-block;
        font-size: 13px;
        padding: 10px 5px 12px;
        vertical-align: middle;
        font-weight: 600;
        border: 1px solid rgba(0,0,0,0.0);
        border-bottom: 0;
    }

        .admin-nav li a.active {
            color: #02528a;
            font-weight: 600;
            border: #d8d8d8 1px solid;
            border-bottom: 0;
            border-radius: 2px 2px 0 0;
            background: #fff;
            bottom: -1px;
            position: relative;
            padding: 9px 5px 13px;
        }
        .admin-nav li a:hover {
            font-weight: 600;
            color: #57CBF5;
        }
        .admin-nav li a.active:hover {
            color: #02528a;
        }
        .admin-nav li a:focus {
            color: #DEE7F5 !important;
        }
        /*.admin-nav li:last-child a {
        padding-right: 0;
    }*/
        .admin-nav .admin-container {
            width: 98%;
            margin: 0 auto;
        }

.zone-department {
    width: 900px;
    margin-top: 20px;
}

.select-department {
    width: 850px;
    margin-top: 20px;
}

.zone-department {
    width: 100%;
    margin-bottom: 20px;
}

.select-department label {
    font-weight: 500;
    font-size: 14px;
    color: #00205C;
}

.addrow-section {
    float: right;
}

.add-ico {
    background-position: -169px -384px;
    width: 40px;
    height: 38px;
    display: inline-block;
}

    /*.add-ico:hover {
        background-position: -222px -384px;
    }*/

.admin-grid {
    width: 850px;
    margin-top: 20px;
}

.admin-container input[type="text"], .admin-container .textbox {
    background: #fff;
    border: solid 1px #d8d8d8;
    height: 30px;
    padding: 0 10px;
    vertical-align: top;
}
.admin-container .searchFilter-col select{
    border: solid 1px #d8d8d8;
    padding: 6px 2px;
}

.admin-container input.textbox.error {
    border: solid 1px #f23d38;
}

.admin-container .add-section input[type="text"] {
    width: 224px;
    height: 35px; /* add by pankaj*/
}

.add-wip {
    float: left;
    width: 800px;
}

.select-ico {
    background-position: -110px -383px;
    width: 39px;
    height: 37px;
    display: inline-block;
}

    /*.select-ico:hover {
        background-position: -336px -484px;
    }*/

.add-user {
    float: right;
    width: 425px;
}

.ml-10 {
    margin-left: 10px;
}

.add-section {
    width: 290px;
    display: inline-block;
}

.admintab-section {
    width: 100%;
    color: #6d6e70;
}

    .admintab-section .lower-tab li {
        width: 20%;
        box-sizing: border-box;
        float: left;
        display: table;
        height: 48px;
    }

        .admintab-section .lower-tab li:last-child {
            border-right: 0;
        }

    .admintab-section .lowertab-content {
        height: auto;
        background: none;
        padding: 10px 0;
        background: #fff;
    }

.adminorder-grid {
    width: 100%;
    overflow-x: hidden;
    /*margin-bottom:80px;*/
}

.tab-content {
    height: 400px;
    overflow: auto;
}

.adminorder-grid th {
    font-size: 15px;
    font-weight: 600;
    padding: 5px 10px 15px;
    vertical-align: middle;
    background: #fff !important;
    text-align: left;
}

.adminorder-grid td {
    font-size: 14px;
    font-weight: normal;
    padding: 10px;
    vertical-align: middle;
}

.adminorder-grid input, .adminorder-grid select {
    background: #f9f9f9;
    border: solid 1px #d8d8d8;
    height: 26px;
    padding: 0 10px;
    vertical-align: top;
    /*width: 100px;*/
    font-size: 14px;
    min-width: 100px;
}
.adminorder-grid select{
    min-width: 100%;
}

div.row {
    margin: 10px;
    overflow: hidden;
    top: 6px;
    width: 35%;
    float: left;
}

    div.row span {
        padding-left: 10px;
        padding-top: 2px;
        display: inline-block;
    }

.admin-artwork {
    width: 100%;
    padding-top: 20px;
}

    .admin-artwork .dropzone {
        height: 510px;
        overflow-y: auto;
        border: 3px dashed #fff;
        margin-top: 18px;
    }

    .admin-artwork .artwork-search {
        margin: 0;
    }

    .admin-artwork .dropzone .dz-preview {
        border: solid 1px #d8d8d8;
        padding-top: 20px;
        margin: 15px 15px;
        background: #fff;
    }

.sign-grid {
    width: 100%;
}

    .sign-grid .dxgvCSD.extra-height {
        height: 535px !important;
    }

.footer-container .tooltip-ico {
    top: 5px;
    right: 15px;
}

.main-btn .tooltip-ico {
    top: -4px;
    right: -5px;
}

.footer-container .custom-tooltip {
    bottom: -11px;
    left: 24px;
}

.footer-container .after {
    top: inherit;
    bottom: 15px;
    left: -13px;
    transform: rotate(90deg);
}


footer {
    position: fixed;
    width: 100%;
    bottom: 17px;
    background: #fff;
    padding: 5px 0 0;
    min-width: 1200px;
    border-top: #e2e2e2 1px solid;
    z-index: 10;
    min-height: 54px;
}
.footer-strip {
    height: 17px;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff;
    font-size: 9px;
    position: fixed;
    width: 96%;
    bottom: 0px;
    left: 0;
    padding: 0 2%;
    background: #1B75BC;
    z-index: 10;
}
.popgrid-container .footer-strip {
    height: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    position: fixed;
    width: 97.5%;
    bottom: 0px;
    padding: 0 !important;
    background: #004A98;
    z-index: 10;
    display:none;
}
footer ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

    footer li {
        display: inline-block;
        padding: 8px 15px;
        list-style: none;
        position: relative;
    }

        footer li a {
            width: 180px;
            display: block;
            height: 34px;
            line-height: 34px;
            vertical-align: middle;
            color: #fff;
            font-size: 14px;
            font-weight: 500;
        }

            footer li a.discard {
                background: #00205C;
            }

            footer li a.save {
                background: #004A98;
            }

/*------style start Naveen----------*/

.proofs-down {
    margin: 10px 0 14px;
    font-size: 16px;
}

    .proofs-down a {
        color: #6d6e70;
    }

        .proofs-down a:hover {
            color: #53d2db;
        }

    .proofs-down .content-section {
        position: relative;
        width: 245px;
        margin: 0 auto;
    }

.content-section .custom-tooltip {
    bottom: -14px;
    left: 24px;
}

.content-section .after {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    margin-top: 15px;
    margin-left: -18px;
}

.no-data {
    font-size: 20px;
    padding: 100px 0 0 50px;
    text-align: center;
    color: #ccc;
}

.collapse-ico {
    background-position: -10px -490px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

    .collapse-ico:hover {
        background-position: -44px -490px;
    }

    .collapse-ico.collapsed {
        background-position: -78px -490px;
    }

        .collapse-ico.collapsed:hover {
            background-position: -112px -490px;
        }

.align-middle {
    vertical-align: middle;
}

.lookup-values {
    background-position: -44px -456px;
    border: medium none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 24px;
    width: 24px;
}

    .lookup-values:hover {
        background-position: -78px -456px;
    }

#genericLookUpPopup #btnAddGenericLookup {
    position: absolute;
    top: 77px;
    right: 10px;
}

#genericLookUpPopup .popup-content {
    max-height: 274px;
    overflow: auto;
    margin-bottom: 10px;
}

#genericLookUpPopup a.icon {
    background: url('../Images/sprite.png') no-repeat;
    vertical-align: middle;
}

#genericLookUpPopup #btnAddGenericLookup {
    position: initial;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#genericLookUpPopup .select-department {
    float: left;
}

#genericLookUpPopup .dxgvInlineEditRow_DevEx td.dxgv {
    vertical-align: middle;
    line-height: 39px;
    border-right: 0;
    background: #fff;
}

.icon-save {
    background-position: -261px -312px !important;
    width: 13px;
    height: 16px;
    display: inline-block;
}

.icon-delete {
    background-position: -368px -390px !important;
    width: 14px;
    height: 18px;
    display: inline-block;
}

.icon-edit {
    background-position: -286px -393px !important;
    width: 20px;
    height: 16px;
    display: inline-block;
}

.icon-cancel {
    background-position: -239px -437px !important;
    width: 20px;
    height: 20px;
    margin: 0 9px 0 15px;
    display: inline-block;
}

    /*.icon-cancel:hover {
        background-position: -271px -437px !important;
    }*/

.zone-grid {
    width: 100%;
    position: relative;
}
.alr{
    text-align: right;
}

    .zone-grid.admin-grid {
        margin-top: 0;
    }

    .zone-grid .custom-tooltip, .right-tootip .custom-tooltip {
        right: 21px;
        left: inherit;
        top: 1px;
        bottom: inherit;
    }

    .zone-grid .after, .right-tootip .after {
        right: -12px;
        margin-right: inherit;
        transform: rotate(-90deg);
        top: 6px;
        margin-top: inherit;
    }

.zonebtn-section {
    float: right;
    margin: 10px 0;
}
    .zonebtn-section .search-container{
        margin-right: 10px;
    }

    .zone-search {
        float: left;
        height: 37px;
        border: solid 1px #D8D8D8 !important;
        background: #f9f9f9;
        padding: 6px;
        font-family: 'Barlow', sans-serif;
        width: 278px;
        margin: 2px 0px 0 0;
        padding: 0 24px 0 10px !important;
    }

.zone-upload, .zone-download {
    position: relative;
    display: block;
    float: left;
    margin: 0 3px;
}

    .zone-upload .uplaod-icon {
        width: 38px;
        height: 36px;
        display: inline-block;
    }
    /*.zone-download{
        right: 266px;

    }*/
    .zone-download .downlaod-icon {
        display: inline-block;
        background-position: -244px -484px;
        width: 37px;
        height: 36px;
    }

        /*.zone-download .downlaod-icon:hover {
            background-position: -287px -484px;
        }*/

.downlaod-file {
    display: inline-block;
    background-position: -115px -524px;
    width: 21px;
    height: 20px;
    vertical-align: middle;
}

    /*.downlaod-file:hover {
        background-position: -149px -524px;
    }*/

#zoneDiv {
    width: 98.2%;
}

#zoneStore {
    width: 90%;
}

    #zoneStore .dxgvControl_DevEx {
        width: 100%;
    }

.zone-store {
    background: #878787;
    position: absolute;
    border-radius: 3px;
    color: #fff;
    padding: 8px 5px;
    width: 112px;
    right: 76px;
    top: 11px;
    text-align: center;
}

    .zone-store:hover {
        background: #53d2db;
    }

.next-ico, .prev-ico {
    background-position: -316px -575px;
    width: 21px;
    height: 12px;
    display: inline-block;
}

.prev-ico {
    background-position: -350px -575px;
    top: 70px;
    z-index: 9;
}

#displayOrder {
    cursor: pointer;
}

.nowrap {
    white-space: nowrap;
}

#genericLookUpPopup .popup-footer {
    margin: 0;
    padding-bottom: 30px;
    bottom: 0;
    background: #fff;
    width: 100%;
}

.expandcollapse .dxlbd {
    height: 80px !important;
}

    .expandcollapse .dxlbd .dxeListBoxItem_DevEx {
        padding-top: 0;
        padding-bottom: 0;
    }

.sign-records {
    display: inline-block;
    padding: 12px 5px 0;
    color: #00205C;
}

.upload-list {
    max-height: 130px;
    overflow-y: auto;
    content: '';
    clear: both;
    width: 96%;
    margin: 10px auto;
    padding: 10px;
}

.merge-file {
    width: 94%;
    margin: 15px auto;
    color: #6d6e70;
    font-size: 14px;
}

    .merge-file label {
        margin-top: 4px;
        display: inline-block;
        margin-left: 5px;
    }

.upload-list li {
    color: #6d6e70;
    font-size: 12px;
    border: solid 1px #d8d8d8;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    width: 46%;
    display: inline-block;
    float: left;
    margin: 5px;
    padding: 0 5px;
}

    .upload-list li.error, .admin-container input[type="text"].error {
        border: solid 1px #f23d38;
        color: #f23d38;
    }

.tab-error {
    display: inline-block;
}

.upload-list .cancel-ico {
    background-position: -45px -524px;
    width: 21px;
    height: 20px;
    float: right;
    margin-top: 5px;
}

    /*.upload-list .cancel-ico:hover {
        background-position: -79px -524px;
    }*/

.clone-slection {
    width: 338px;
    margin: 19px auto;
    overflow: hidden;
    margin-bottom: 11px;
}

    .clone-slection li {
        display: inline-block;
        float: left;
        padding: 0 10px;
        color: #6d6e70;
        font-size: 14px;
    }

    .clone-slection span {
        padding-top: 3px;
        display: inline-block;
        padding-left: 6px;
        font-size: 15px;
    }

.error-container {
    color: #f23d38;
    width: 94%;
    padding: 5px 3%;
    margin: 10px auto 0;
    content: "";
    clear: both;
}

.batch-container {
    /*height: 340px;*/
    height: 450px;
    overflow-y: auto;
    margin-bottom: 32px;
}

    .batch-container .dxgvPagerBottomPanel_DevEx {
        position: absolute;
        bottom: -62px;
        width: 95.3%;
        left: 0;
        padding-left: 38px;
    }

#ProofBatchGrid .dxgvPagerBottomPanel_DevEx {
    bottom: 0;
    width: 95.3% !important;
}

.proofBatchPopup .refresh-ico, .proofBatchPopup .detaildownlaod-ico {
    background-position: -252px -562px;
    width: 30px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-right: 10px;
}

    /*.proofBatchPopup .refresh-ico:hover {
        background-position: -212px -561px;
    }*/

.proofBatchPopup .detaildownlaod-ico {
    background-position: -65px -608px;
}

    /*.proofBatchPopup .detaildownlaod-ico:hover {
        background-position: -111px -608px;
    }*/

.proofBatchPopup .download-ico {
    background-position: -115px -524px;
    width: 21px;
    height: 20px;
    display: inline-block;
}
.proofBatchPopup .popup{
    width: 1400px;
    margin-left: -700px;
}
/*.proofBatchPopup .download-ico:hover {
        background-position: -149px -524px;
    }*/
.file-log .popup {
    width: 80%;
    margin-left: -40%;
}

.filelog-popup .dxgvCSD {
    height: 300px !important;
    overflow-y: auto !important;
}

.filelog-popup .dxgvHSDC #gvFileLog_DXHeaderTable .dxgvHEC,
.filelog-popup .dxgvHSDC #gvFileLog_DXHeaderTable {
    background: #F4F4F4;
}

.status-ico {
    background-position: -243px -532px;
    width: 14px;
    height: 13px;
    display: inline-block;
    margin-left: 5px;
}

    /*.status-ico:hover {
        background-position: -216px -532px;
    }*/

.signErrorMsg {
    color: #6d6e70;
    font-size: 12px;
    float: right;
    margin-bottom: 10px;
}

.pdf-name {
    padding: 12px 0;
    color: #00205C;
    font-size: 18px;
}
    .pdf-name a {
        color: #00205C;
        text-decoration: none;
    }

    .shortkey-search {
        display: inline-block;
        margin-left: 10px;
        position: relative;
        background: #fff;
    }

    .shortkey-search input {
        width: 305px;
        background: none;
        border: none;
        padding: 6px 5px 7px 10px;
        font-size: 13px;
        color: #fff;
    }

    .shortkey-search input {
        width: 305px;
        background: none;
        border: none;
        padding: 6px 5px 7px 10px;
        font-size: 13px;
        color: #878787;
    }
    .upc-searchOrderPage input {
    width: 305px;
    background: none;
    border: none;
    padding: 6px 5px 7px 10px;
    font-size: 13px;
    color: #00205c !important;
    }

.shortkey-search .search-ico {
    display: inline-block;
    margin-top: 9px;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

.search-ico.active-search-ico {
    background-position: -319px -154px;
}

.res-message {
    background: #d9ecf9;
    border-bottom: solid 2px #7d9fb2;
    width: 98%;
    font-size: 16px;
    color: #415e6d;
    height: 50px;
    padding: 0 1%;
    line-height: 50px;
    vertical-align: middle;
    position: fixed;
    top: 0;
    z-index: 9;
}

    .res-message b {
        font-weight: 600;
    }

    .res-message .res-btn {
        background: #f68d92;
        width: 160px;
        height: 35px;
        line-height: 35px;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        float: right;
        margin-top: 7px;
        cursor: pointer;
    }

header.mess-top {
    top: 52px;
}

.nav-section.mess-top {
    top: 122px;
}

.dxgvSearchPanel_DevEx.mess-top {
    top: 130px;
}

.helptxt-container {
    background: #fff;
    margin-top: 71px;
}

    .helptxt-container.mess-top {
        top: 46px;
    }

.helptext-list {
    width: 100%;
}

.help-search {
    padding: 20px 0;
    margin-left: 0.5%;
}

    .help-search p {
        display: inline-block;
        color: #6d6e70;
        font-size: 20px;
        font-weight: 600;
        margin-right: 10px;
    }

.helptext-search {
    width: 450px;
    height: 34px;
    border: solid 1px #D8D8D8 !important;
    display: inline-block;
}

    .helptext-search input {
        width: 410px;
        height: 33px;
        background: none;
        border: 0;
        color: #6d6e70;
    }

    .helptext-search .search-ico {
        margin: 10px;
    }

.helptext-list li {
    width: 49%;
    box-sizing: border-box;
    margin: 5px 0.5%;
    border: solid 1px #d8d8d8;
    float: left;
    vertical-align: middle;
    display: table;
    height: 42px;
    color: #6d6e70;
    padding: 5px 0;
}

.helptext-list a {
    width: 30%;
    border-right: solid 1px #d8d8d8;
    padding: 0px 10px;
    display: table-cell;
    height: inherit;
    vertical-align: middle;
    font-weight: 600;
    font-size: 14px;
    color: #6d6e70;
    cursor: pointer;
}

    .helptext-list a:hover {
        color: #53d2db;
    }

    .helptext-list a label {
        cursor: pointer;
    }

.helptext-list span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 14px;
    color: #00205C;
}

.helptext-error {
    text-align: center;
    padding-top: 20px;
    color: #6d6e70;
}

input:-webkit-autofill {
    background-color: none !important;
}

.applybtn-contianer {
    padding: 5px 0px 5px 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    float: left;
}

.restricted-btn {
    width: 180px;
    display: inline-block;
    height: 30px;
    line-height: 26px;
    vertical-align: middle;
    text-align: center;
    background: #57CBF5;
    color: #fff;
    cursor: pointer;
    border: solid 1px #53d2db;
}

.restricated-label {
    width: auto;
    display: inline-block;
    height: 31px;
    background: #f9f9f9;
    border: solid 1px #d8d8d8;
    color: #6d6e70;
    padding-left: 5px;
}

    .restricated-label span, .restricated-label label {
        display: inline-block;
        margin-top: 8px;
        vertical-align: top;
        font-weight: 600;
    }
    .restricated-label span {
        color: #00205C;
    }

        .restricated-label label {
            margin-left: 5px;
            color: #53d2db;
            margin-right: 15px;
        }

    .restricated-label .edit-ico {
        background-position: -8px -608px;
        width: 41px;
        height: 31px;
        display: inline-block;
    }

.fixed-list li {
    color: #bec0c3;
}

.fixed-list .select-icon.active {
    background-position: -169px -614px;
    cursor: default !important;
}

#detailGridViewZone > tbody > tr > td > div.dxgvCSD {
    width: 100% !important;
}

#zoneStore .dxgvHeader_DevEx > .dxichCellSys {
    padding: 0 0 0px 15px !important;
}
/**/
/*.data-download{right: 162px;}*/
.data-download .export-icon {
    width: 38px;
    height: 38px;
    display: inline-block;
}

.chkAll-left span {
    float: left;
}

.truncated {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.vscroll.scroll::-webkit-scrollbar {
    width: 8px;
}

.vscroll::-webkit-scrollbar-button {
    width: 8px;
    height: 5px;
}

.vscroll::-webkit-scrollbar-track {
    background: #eee;
    border: thin solid lightgray;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-radius: 10px;
}

.vscroll::-webkit-scrollbar-thumb {
    background: #999;
    border: thin solid gray;
    border-radius: 10px;
}

    .vscroll::-webkit-scrollbar-thumb:hover {
        background: #7d7d7d;
    }

.icon-view {
    background-position: -216px -608px !important;
    width: 22px;
    height: 22px;
    display: inline-block;
}

    .icon-view:hover {
        background-position: -249px -608px !important;
    }

.pull-right {
    float: right;
}

.mr-15 {
    margin-right: 15px;
}

.mr-25 {
    margin-right: 25px;
}

.clear-ico {
    background-position: -296px -608px;
    width: 25px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

    /*.clear-ico:hover {
        background-position: -334px -608px;
        width: 25px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
    }*/

.table-default {
    width: 100%;
}

    .table-default tr th, .table-default tr td {
        padding: 12px;
        border-bottom: 1px solid #e2e2e2;
        text-align: left;
        color: #6d6e70;
    }

    .table-default tr:hover td {
        background: #fdfafa;
    }

    .table-default tr th {
        background: #DEE7F5;
        font-weight: 600;
        color: #00205C;
        width: 20%;
        line-height: normal;
    }

        .table-default tr th.fcol {
            border-right: 1px solid #e2e2e2;
            background: none;
        }

.searchFilter {
    margin-top: 20px;
}

.popup-content-height {
    max-height: 400px;
    overflow: auto !important;
}

/*------default-dropdown style------*/
.default-dropdown {
    position: fixed;
    bottom: 32px;
    z-index: 16;
}   

    .default-dropdown .custom-dropdown {
        margin-left: 5px;
    }

        .default-dropdown .custom-dropdown p {
            width: 60px;
        }

            .default-dropdown .custom-dropdown p span {
                vertical-align: middle;
            }

    .default-dropdown .link-item {
        bottom: 27px;
        top: auto;
    }

    .default-dropdown .link-item {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        height: 123px;
    }

        .default-dropdown .link-item ul {
            margin: 0;
        }

        .default-dropdown .link-item li {
            display: block;
            width: auto;
            float: none;
            height: auto;
            margin: 0;
            cursor: pointer;
            border-bottom: 0;
            padding: 6px 10px;
            color: #000;
            font-size: 12px;
        }

            .default-dropdown .link-item li:hover {
                background: #e3ebff url(/DXR.axd?r=0_906-2daKf) repeat-x left top;
            }
/*------/default-dropdown style end------*/

/*------Search UPC section style------*/
header .shortkey-search {
    margin-top: 20px;
    margin-left: 35px;
    border: solid 1px #d8d8d8;
}

    header .shortkey-search input {
        width: 180px;
        padding-right: 25px;
        padding-left: 2px;
    }
    header .shortkey-search .delete-searchUpcOrderPage {
        top: 50%;
        margin-top: -8px;
    }

header .shortkey-search ::-webkit-input-placeholder {
    color: #6d6e70;
}

    header .shortkey-search :-ms-input-placeholder {
        color: #6d6e70 !important;
    }

    header .shortkey-search ::-ms-input-placeholder {
        color: #6d6e70 !important;
    }

    header .shortkey-search .search-ico {
        margin-top: 7px;
        margin-left: 4px;
    }

.upc-search-result {
    width: 100%;
    background: #DEE7F5;
    padding: 13px 20px;
    position: fixed;
    top: 70px;
    box-sizing: border-box;
    border-bottom: #d7ddbb 1px solid;
    display: none;
    font-size: 15px;
}

    .upc-search-result a {
        text-decoration: underline;
        color: #6d6e70;
        font-size: 12px;
    }

        .upc-search-result a:hover {
            color: #53d2db;
        }

.upc-container .upc-search-result {
    display: block;
}

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.fr {
    float: right;
}

.upc-container .nav-section {
    top: 113px;
    transition: 0.2s ease;
}

.upc-container .dxgvSearchPanel_DevEx {
    top: 122px;
    transition: 0.2s ease;
}

.upc-container .top-container {
    margin-top: 168px;
    transition: 0.2s ease;
}
/*------/Search UPC section style end------*/
.txtinput {
    border: #b0b0b0 1px solid;
    padding: 10px;
    background: #fff;
    padding-left: 35px;
}

.upcSearchPopup .input-section {
    position: relative;
    margin: 20px auto 40px;
    width: 270px;
}

    .upcSearchPopup .input-section .txtinput {
        width: 220px;
        border: solid 1px #D8D8D8;
    }

    .upcSearchPopup .input-section .upcsearch-ico {
        position: absolute;
        left: 10px;
        top: 13px;
    }

    .upcSearchPopup .input-section .upcErrorMsg {
        text-align: center;
        position: relative;
        position: absolute;
        top: 57px;
        width: 100%;
    }
/*------/Search UPC section style end------*/

.enable-email {
    padding: 10px 1%;
    border-bottom: solid 1px #d8d8d8;
    margin: 0 -1% 10px;
    overflow: hidden;
}

    .enable-email label {
        display: inline-block;
        padding: 1px 0 0 10px;
        font-size: 16px;
        font-weight: 600;
        color: #00205C;
    }

.display-table {
    display: table;
    width: 100%;
}

    .display-table .col {
        display: table-cell;
        padding: 5px 0;
        vertical-align: middle;
    }

.w-100 {
    width: 100px;
}

.email-info input {
    width: 60%;
    color: #6d6e70;
}

.upcsearch-ico {
    background-position: -268px -155px;
    width: 15px;
    height: 14px;
    display: block;
    float: left;
}

.pt-4 {
    padding-top: 4px;
}

.mass-form ul li .mass-error {
    display: table-caption;
    width: 200px;
}

.mass-form ul li .custom-dropdown p {
    width: 220px;
}

.bold {
    font-weight: bold;
}

.semibold {
    font-weight: 600;
}

.disable-input {
    cursor: initial;
    background: #dcdada !important;
    color: #979fa6;
}

.search-container {
    position: relative;
    float: left;
}

    .search-container .dxEditors_edtClear_DevEx {
        position: absolute;
        right: 5px;
        top: 12px;
    }

#OrderGridView_DXMainTable .dxeCalendarDay_DevEx, #OrderGridView_DXMainTable .dxeCalendarDayHeader_DevEx, #OrderGridView_DXMainTable .dxe {
    text-align: center;
}
/*
.dxm-popup ul.dx .dxm-item{
   
    color: #878787 ;
    padding: 3px;
    font-size: 13px;
    box-sizing: border-box;
    vertical-align: middle;
    border-width: 0;
    border-bottom: solid 1px #d8d8d8;
}
.dxm-popup ul.dx .dxm-item:hover,.dxm-popup ul.dx .dxm-selected{
    background: none;
    border: 0;
    border-bottom: solid 1px #d8d8d8;
    background: #f4f4f4;
    color: #53d2db ;
}*/
.dxpLite_DevEx .dxp-comboBox input {
    color: #53d2db !important;
    width: 50px;
}

.dxWeb_pPopOut_DevEx {
    background: url('../Images/sprite.png') -176px -18px no-repeat !important;
    display: inline-block;
    width: 15px;
    height: 17px;
}

.dxpLite_DevEx .dxp-dropDownButton {
    background: none !important;
    border: 0 !important;
}

.addico-positon {
    margin-top: 4px;
    float: left;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.dxgvEmptyDataRow_DevEx.dxgvBELVR .dxgv {
    padding: 20px 0;
}

    .dxgvEmptyDataRow_DevEx.dxgvBELVR .dxgv > div,
    #UserActivityDetailLogGrid_DXEmptyRow.dxgvEmptyDataRow_DevEx .dxgv > div {
        position: absolute;
        left: 50%;
        margin-top: -10px;
        margin-left: -50px;
    }

#pricingData .dxgvControl_DevEx #detailGridViewZone_DXMainTable .dxgvTable_DevEx .dxgvEmptyDataRow_DevEx.dxgvBELVR .dxgv > div {
    position: static;
    margin: 0;
}


#restoreSignPopupContent .dxgvTable_DevEx .dxgvEmptyDataRow_DevEx .dxgv {
    height: 25px;
}

    #restoreSignPopupContent .dxgvTable_DevEx .dxgvEmptyDataRow_DevEx .dxgv > div {
        margin-top: 0;
    }

#restoreSignPopupContent .dxgvTable_DevEx .dxgvFilterRow_DevEx td {
    vertical-align: middle;
}

.signgroup-btn .icon {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.delete-search {
    position: absolute;
    top: 21px;
    right: 0;
    width: 16px;
    display: none;
}

.delete-searchUpcOrderPage {
    position: absolute;
    top: 9px;
    right: 0;
    width: 16px;
    margin-right:5px;
    display: none;
}

.signgroup-btn {
    float: right;
}

.full-width-line {
    margin: 8px 0;
    border: 1px solid #d8d8d8;
    border-bottom: 0;
}

/*admin portel specfic style*/

body.body-admin {
    background: #fff;
}

.body-admin .new-checkbox,
.body-admin .dxWeb_edtCheckBoxUnchecked_DevEx, .body-admin .dxWeb_edtCheckBoxChecked_DevEx, .body-admin .dxICheckBox_DevEx {
    background: url(../Images/checkbox-admin.png) 0px 0px no-repeat;
}

.body-admin .dxeValidStEditorTable .dxWeb_edtCheckBoxUnchecked_DevEx, .body-admin .dxeValidStEditorTable .dxICheckBox_DevEx {
    cursor: pointer;
}

.body-admin .dxWeb_edtCheckBoxUnchecked_DevEx, .body-admin .dxICheckBox_DevEx {
    cursor: default;
}

.body-admin .new-checkbox.selected,
.body-admin .dxWeb_edtCheckBoxChecked_DevEx, .body-admin .dxWeb_edtCheckBoxGrayed_DevEx {
    background-position: 0px -43px;
}

.adminorder-grid tr td, .adminorder-grid tr th {
    border: 0;
    /*border-bottom: 1px solid #e2e2e2;*/
    box-shadow: 0 -1px 0px #e2e2e2 inset;
}

#clientCongigClear {
    display: none;
}

#divDefaultPageSize {
    left: 10px;
    color: #00205C;
    font-weight: 500;
}

    #divDefaultPageSize .dropdown-arrow {
        top: 10px;
    }

.description-container .error-msg {
    padding: 10px;
    text-align: center;
    color: #6d6e70 !important;
    font-size: 16px;
}

.description-container.popgrid-container {
    border: 0;
}

/*custom radio button css*/
.md-radio {
    margin: 15px 0;
}

    .md-radio input[type="radio"] {
        display: none;
    }

        .md-radio input[type="radio"]:checked + label:before {
            border-color: #02528a;
            animation: ripple 0.2s linear forwards;
        }

        .md-radio input[type="radio"]:checked + label:after {
            transform: scale(1);
        }

    .md-radio label {
        display: inline-block;
        position: relative;
        padding: 0 30px;
        margin-bottom: 0;
        cursor: pointer;
        vertical-align: bottom;
        line-height: 20px;
        color: #6d6e70;
    }

        .md-radio label:before, .md-radio label:after {
            position: absolute;
            content: "";
            border-radius: 50%;
            transition: all 0.3s ease;
            transition-property: transform, border-color;
        }

        .md-radio label:before {
            left: 0;
            top: 0;
            width: 15px;
            height: 15px;
            border: 1pt solid #02528a;
        }

        .md-radio label:after {
            top: 5px;
            left: 5px;
            width: 8px;
            height: 8px;
            transform: scale(0);
            background: #53D2DB;
        }
/*custom radio button css end*/
/*----------custom check btn-------------*/
.custom-check {
    display: inline-block;
    vertical-align: middle;
}

    .custom-check [type="checkbox"]:checked,
    .custom-check [type="checkbox"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }

        .custom-check [type="checkbox"]:checked + label,
        .custom-check [type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 24px;
            display: inline-block;
            color: #666;
            height: 24px;
        }

        .custom-check [type="checkbox"]:checked + label {
            background: url('../Images/meta-check.png') 0 -21px no-repeat;
        }

        .custom-check [type="checkbox"]:not(:checked) + label {
            background: url('../Images/meta-check.png') 0 0 no-repeat;
        }

/*-------------------------------*/
.upload-browse input[type="text"] {
    float: left;
    height: 32px;
    border: #ccc 1px solid;
    margin: 0;
    border-radius: 5px;
    width: 220px;
    padding: 5px 10px;
}

.progress-status {
    padding: 5px;
    color: #fff;
    text-align: center;
}

.colorstrip-inprogress {
    background-color: #D9D7D7;
}

.colorstrip-completed {
    background-color: #1AD761;
}

.colorstrip-failed {
    background-color: #F44711;
}

.colorstrip-dropped {
    background-color: #454551;
}

.dec-lookup-head {
    text-align: right;
}

    .dec-lookup-head .zone-upload, .dec-lookup-head .zone-download {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

#signGroupContent table td {
    vertical-align: middle !important;
}

#sessionExpireState .popup {
    border: #e2e2e2 1px solid;
    box-shadow: 0 0 1px 1px #e2e2e2;
    z-index: 110;
}

#reorderContainer.tsc-order li {
    background-color: #454551 !important;
}

.neg-margin {
    margin-left: -1%;
    margin-right: -1%;
    width: auto;
}

.float-none {
    float: none;
}

.left {
    float: left;
}

#genericLookUpContent .dxgvEmptyDataRow_DevEx td.dxgv {
    text-align: center !important;
}

#detailGridViewZone {
    table-layout: fixed;
}

.main-btn.btn-secondary {
    background-color: transparent;
    color: #878787;
    border: 1px solid #53D2DB;
}

    .main-btn.btn-secondary:hover {
        background-color: #f4f4f4;
    }

.list-container li .table-default {
    clear: both;
    margin-top: 15px;
    width: 100%;
}

    .list-container li .table-default tr th {
        padding: 8px 12px;
    }

.list-container .table-default tbody tr:last-child td {
    border-bottom: 0;
}

.list-container .table-default .new-checkbox {
    margin-left: 0;
    margin-top: 0;
}


.list-container li {
    position: relative;
}

    .list-container li .dropdown-arrow {
        top: 20px;
    }

.store-job {
    display: inline-block;
    font-size: 14px;
    margin-left: 400px;
    vertical-align: middle;
}

    .store-job label {
        vertical-align: middle;
        padding: 3px 0 0 5px;
        display: inline-block;
    }

.userActivityLog {
    padding-top: 70px;
    padding-bottom: 50px;
}

    .userActivityLog .dxgvHeader_DevEx {
        padding: 8px 6px;
    }

.log-filter {
    padding: 20px;
    padding-left: 45px;
    background: #fff;
}

    .log-filter span {
        font-size: 15px;
        color: #6d6e70;
    }

    .log-filter input[type="text"] {
        width: 200px;
        padding: 1px 10px;
        height: 28px;
        /*border: solid 1px #D8D8D8 !important;*/
        color: #6d6e70;
        margin-right: 15px;
    }

    .log-filter img {
        position: absolute;
        right: 20px;
        top: 8px;
    }

    .log-filter .inline-block {
        position: relative;
    }

    .log-filter .btn-blue {
        background: #004A98;
    }

.export-icon {
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
}

.inline-block {
    display: inline-block;
    vertical-align: middle;
}




.userActivityLog .dxgvHeader_DevEx, .dxgvHeader_DevEx table {
    color: #00205C;
    background: #DEE7F5;
    font-weight: 500;
    border: 0;
}

.icon-log {
    background-position: -207px -651px;
    width: 34px;
    height: 33px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.min-h {
    height: 60px;
}

.log-heading {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #00205C;
    background: #fff;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 20px;
}

.log-back-link .back-link {
    height: 136px;
    width: 46px;
}

    .log-back-link .back-link a {
        border-bottom: #d8d8d8 1px solid;
        height: 60px;
    }

    .log-back-link .back-link:hover {
        background: #fff;
    }

        .log-back-link .back-link:hover a {
            background: #53d2db;
        }

.image-tab {
    position: relative;
    min-height: 100px;
}

.watermark {
    position: absolute;
    font-size: 30px;
    transform: rotate(30deg);
    top: 75px;
    left: 20px;
    color: rgba(0,0,0,0.15);
    font-weight: bold;
    z-index: 3;
}

    .watermark.lwater {
        font-size: 52px;
        top: 100px !important;
        left: -320px;
        white-space: nowrap;
    }

    .watermark.onSmallImg {
        transform: rotate(14deg);
        top: 105px;
    }

        .watermark.onSmallImg.lwater {
            bottom: 100px;
        }

.wipImg-wrapper {
    position: relative;
    clear: both;
    z-index: 100;
}

#pricingGrid {
    overflow-x: hidden;
}

#detailGridViewZone_DXMainTable tr td:first-child {
    background: white !important;
}
#detailGridViewZone_DXMainTable tr td {
    background: #fff !important;
}

#detailGridViewZone_DXHeadersRow0 td:first-child {
    background: #DEE7F5 !important;
}

.lower-tab .lower-overlay {
    z-index: 2;
}


.multi-store-zone {
    color: #6d6e70;
    max-height: 500px;
    min-height: 100px;
    overflow: auto;
    border-bottom: 2px solid #d7d7d7;
}

    .multi-store-zone .zone-title {
        padding: 0 15px 15px;
        font-size: 17px;
    }

        .multi-store-zone .zone-title small {
            font-size: 85%;
        }

        .multi-store-zone .zone-title span {
            font-weight: 600;
        }

        .multi-store-zone .zone-title.error span {
            color: #df3639;
        }

    .multi-store-zone ul {
        padding: 10px 15px 0px;
        margin-bottom: 15px;
        background: #f6f6f6;
    }

        .multi-store-zone ul li {
            display: inline-block;
            width: 32%;
            vertical-align: top;
            margin-bottom: 10px;
            color: #6d6e70;
        }

            .multi-store-zone ul li span {
                vertical-align: middle;
                margin-right: 5px;
            }

        .multi-store-zone ul.zoneAlertBg {
            background: #fffdf2;
        }

    .multi-store-zone h3 {
        padding: 0 15px;
        margin-bottom: 24px;
        font-size: 17px;
        font-weight: 600;
        color: #00205C;
    }

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.artzone-section {
    position: relative;
}

#disable-dropzone {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.body-admin .multi-store-zone .new-checkbox {
    background: url(../Images/meta-check.png) -1px -4px no-repeat;
    margin-right: 10px;
}

    .body-admin .multi-store-zone .new-checkbox.selected {
        background-position: -1px -25px;
    }

.zone-msg {
    line-height: 20px;
    color: #df3639;
    font-weight: 600;
}

#dvZoneStore .popup-footer {
    padding: 0 15px;
}

    #dvZoneStore .popup-footer table td {
        vertical-align: middle;
    }


#upcDescriptionPopup .md-radio {
    margin: 0;
}

    #upcDescriptionPopup .md-radio label {
        height: 20px;
        width: 20px;
        padding: 0;
    }

#upcDescriptionPopup .table-default {
    width: 100%;
}

#upcDescriptionPopup .popup-content {
    padding: 0 0 15px;
}

#upcDescriptionPopup .table-default thead {
    background: #f4f4f4;
}

#upcDescriptionPopup .table-default tr th, #upcDescriptionPopup .table-default tr td {
    vertical-align: middle;
    width: auto;
}

#upcDescriptionPopup .table-default tr th {
    position: relative;
    z-index: 1;
    height: 14px;
    width: 330px;
}

#upcDescriptionPopup .table-default tr td {
    width: 330px;
	overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	max-width: 150px;
}

    #upcDescriptionPopup .table-default tr td:first-child, #upcDescriptionPopup .table-default tr th:first-child {
        border-right: 1px solid #e2e2e2;
        width: 50px !important;
    }

#upcDescriptionPopup .upcDescription-content {
    min-height: 100px;
}

    #upcDescriptionPopup .upcDescription-content .error-msg {
        padding-top: 50px;
    }

#upcDescriptionPopup .popup-footer {
}

.full-width {
    width: 100%;
}

.txt-right {
    text-align: right;
}

#dvOrderDelete .popup-content {
    font-size: 16px;
    text-align: center;
}

    #dvOrderDelete .popup-content h2 {
        font-size: 20px;
        margin: 20px auto 10px;
        width: 82%;
        text-align: center;
        line-height: 30px;
        font-weight: 600;
        color: #5a5a5a;
    }
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}

.py-20 {
    padding: 20px 0;
}

.descSelectErrorMsg {
    text-align: center;
    margin-top: 10px;
}

.star {
    background-position: -8px -727px;
    width: 16px;
    height: 13px;
    display: inline-block;
    vertical-align: top;
}

/*-----mass update pricing--------*/
.prcingMassUpdate-link {
    position: relative;
    top: 5px;
    left: 40px;
    display: inline-block;
}

.btn-gray {
    width: 140px;
    background: #878787;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    padding: 6px 0;
    cursor: pointer;
    border: 0;
    line-height: 20px;
}

.btn-blue {
    width: 140px;
    background: #004A98;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    padding: 6px 0;
    cursor: pointer;
    border: 0;
    line-height: 20px;
}

#ulPricingMassUpdate input[type="text"] {
    width: 162px;
    border: solid 1px #d8d8d8;
    color: #6d6e70;
    padding: 8px 10px;
    position: relative;
    font-size: 13px;
   
}
#ulPricingMassUpdate .select-filter p {
    width: 198px;
}
#ulPricingMassUpdate .massupdate .custom-dropdown {
    margin: 0 8px;
}


.pricingMassUpdateContent .inline-block {
    margin-right: 4px;
}

.pricingMassUpdateContent {
    padding: 5px 40px 13px;
    background: #f6f6f6;
    display: none;
    position: relative;
    z-index: 7;
}

    .pricingMassUpdateContent #txtPricingOldText {
        margin-right: 10px;
    }

    .pricingMassUpdateContent .link-item li {
        width: auto !important;
        text-align: left !important;
        line-height: normal !important;
        float: none !important;
        /*display: block !important;*/
        display: block;
        border-bottom: solid 1px #d8d8d8;
        border-right: 0 !important;
        height: auto !important;
    }

.btn-arrow {
    width: 180px;
    display: inline-block;
    height: 32px;
    line-height: 31px;
    vertical-align: middle;
    text-align: left;
    background: #57CBF5;
    color: #fff;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
}

    .btn-arrow.active, .btn-arrow:hover {
        background: #53d2db;
    }

        .btn-arrow.active .icon-arrow-white {
            transform: rotate(-180deg);
        }

    .btn-arrow span {
        width: 40px;
        height: 32px;
        border-left: #fff 1px solid;
        display: inline-block;
        vertical-align: top;
        position: absolute;
        right: 0;
        text-align: center;
    }

.icon-arrow-white {
    background: url('../Images/arrow-white.png') 50% 50% no-repeat;
    width: 13px;
    height: 9px;
    display: inline-block;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

button {
    font-family: 'Barlow', sans-serif;
}


.table-fixed tbody {
    max-height: 315px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    display: block;
}

.table-fixed thead,
.table-fixed th {
    display: block;
    background: #f4f4f4;
}

    .table-fixed tbody tr, .table-fixed thead tr {
        display: flex;
    }

.table-fixed tr:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}

.table-fixed thead > tr > th {
    float: left;
}

.table-fixed tbody td {
    display: inline-flex;
    line-height: normal;
}

.select-store-popup .popup-footer {
    border-top: 2px solid #dedede;
    clear: both;
    padding-top: 15px;
}

#divZoneStoreMapping .table-default tr th,
#divZoneStoreMapping .table-default tr td {
    width: 122px;
    padding: 8px;
}

    #divZoneStoreMapping .table-default tr th div {
        padding-bottom: 10px;
        font-weight: 500;
    }

    #divZoneStoreMapping .table-default tr th:first-child,
    #divZoneStoreMapping .table-default tr td:first-child {
        width: 60px;
    }

    #divZoneStoreMapping .table-default tr th:last-child,
    #divZoneStoreMapping .table-default tr td:last-child {
        width: 60px;
    }

    #divZoneStoreMapping .table-default tr th:nth-child(3),
    #divZoneStoreMapping .table-default tr td:nth-child(3) {
        width: 200px;
    }

#divZoneStoreMapping .table-fixed tbody {
    max-height: 250px;
}

#divZoneStoreMapping .table-default .dropdown-label {
    padding: 1px 0 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

#divZoneStoreMapping .table-default .space {
    display: inline-block;
    width: 26px;
}

#divZoneStoreMapping table input[type="text"] {
    border: solid 1px #d8d8d8;
    border-radius: 5px;
    width: 96%;
    padding: 5px 2%;
    color: #6d6e70;
    background: #f9f9f9;
}

#divZoneStoreMapping table #clear {
    margin: 8px 0 0 -40px;
    color: #6d6e70;
    position: absolute;
    font-weight: normal;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

#restoreOrderGrid #restoreOrderGrid_DXEmptyRow > td.dxgvHEC {
    height: auto;
}

#txtApproveRejectComments {
    overflow: auto;
    padding: 10px;
}
/*pricing dropdown fixed*/
.lowertab-content .dxgvFixedColumn_DevEx .dxpcDropDown_DevEx {
    position: fixed !important;
    left: 27px !important;
}

.select-sign-popup .list-container ul {
    max-height: 276px;
    overflow-y: auto;
}

.select-sign-popup .popup-footer {
    padding-top: 20px;
    clear: both;
}
/*-------------data table style------------*/
table.dataTable {
    border-top: 0;
    min-width: 100%;
}

    table.dataTable thead th, table.dataTable tfoot th, table.dataTable tbody td {
        font-family: 'Barlow', sans-serif;
        font-size: 14px;
        border-bottom: solid 1px #e2e2e2;
    }

    table.dataTable thead th {
        background: #DEE7F5;
        color: #00205C;
        padding: 6px;
        font-weight: 600;
        text-align: left;
    }

#riteAddTable .dataTables_scrollHead table.dataTable thead th.sorting {
    background: url(../Images/sorting.png) 99% 50% no-repeat;
}

#riteAddTable .dataTables_scrollHead table.dataTable thead th.sorting_asc {
    background: url(../Images/sorting-asc.png) 99% 50% no-repeat;
}

#riteAddTable .dataTables_scrollHead table.dataTable thead th.sorting_desc {
    background: url(../Images/sorting-desc.png) 99% 50% no-repeat;
}

#riteAddTable .dataTables_scrollHead table.dataTable thead th:first-child {
    background-image: none;
}
.popup #riteAddTable .dataTables_wrapper .dataTables_paginate{
    bottom: 27px;
    left: 300px;
}
.popup #riteAddTable .dataTables_length{
    bottom: 22px;
    right: 10px;
}
.popup #riteAddTable .dataTables_info{
    bottom: 27px;
}
#RiteAideTable.dataTable thead th{
    padding: 0;
}

.dataTables_scrollHeadInner {
    background: #F4F4F4;
}

table.dataTable thead th:hover {
    background: #DEE7F5 !important;
    color: #00205C !important;
}

table.dataTable tbody tr {
    background: #fff;
}

    table.dataTable tbody tr:hover {
        /*background: #F0F0F0;*/
        background: #fdfbfb;
    }

table.dataTable tbody td {
    color: #6d6e70;
    padding: 7px 6px;
    text-align: left;
}

.dataTables_wrapper .dataTables_filter {
    top: -50px;
    right: 0;
    border: 0;
    padding: 0;
    width: 280px;
    visibility: hidden;
    display: none;
}

    .dataTables_wrapper .dataTables_filter input {
        height: 30px;
        font-size: 13px;
        color: #878787;
        background: #ebecef;
        border: 1px solid #cacbd3;
        border-radius: 3px;
        padding: 0 10px;
        width: 200px;
    }

    .dataTables_wrapper .dataTables_filter label {
        font-family: 'Barlow', sans-serif;
        color: #878787;
    }

.dataTables_length label {
    color: #00205C;
    font-weight: 500;
}

.dataTables_length select {
    padding: 5px 3px;
    border-radius: 3px;
    border: solid 1px #d8d8d8;
    background: #fff;
    color: #6d6e70;
    margin-left: 5px;
}

.dataTables_wrapper .dataTables_scroll {
    border: solid 1px #e2e2e2;
    border-top: 0;
}

.dataTables_wrapper .dataTables_paginate {
    width: auto;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 10px 5px;
    }

.dataTable-search {
    float: right;
    padding-top: 10px;
    position: relative;
}

.icon-search-cross {
    background-position: -115px -698px;
    width: 18px;
    height: 17px;
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 16px;
}

#groupSignTable thead .icon-search-cross-column {
    display: none;
}

.icon.icon-search-cross-column {
    background-position: -116px -698px;
    width: 17px;
    height: 17px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 33px;
}

.dataTable-search input {
    background: #fff;
    padding: 5px 22px 6px 5px;
    font-size: 13px;
    border: solid 1px #d8d8d8;
    width: 200px;
    color: #878787;
}

.popup .dataTables_length {
    position: absolute;
    right: 0;
    bottom: -60px;
}

.popup .dataTables_info {
    position: absolute;
    bottom: -56px;
    color: #00205C;
    font-weight: 500;
}

.popup .dataTables_wrapper .dataTables_paginate {
    position: absolute;
    bottom: -72px;
    left: 186px;
    color: #00205C;
    font-weight: 500;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #57CBF5;
    cursor:pointer;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #00205C;
}

.icon-prev {
    background-position: -376px -932px;
    width: 23px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
}

.disabled .icon-prev {
    background-position: -376px -962px;
}

.icon-next {
    background-position: -376px -872px;
    width: 23px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
}

.disabled .icon-next {
    background-position: -376px -902px;
}

table.dataTable thead input[type="text"] {
    margin-top: 5px;
    background: #fff;
    height: 28px;
    padding: 1px 5px;
    border: solid 1px #d8d8d8;
    box-sizing: border-box;
}


.popup table.dataTable td{

}
/*--------jquery data table end---------*/
.crown-checkbox {
    width: 23px;
    height: 21px;
    display: inline-block;
    float: left;
    /*position: relative;*/
    z-index: 0;
    background: url(../Images/sprite.png) no-repeat -16px -310px;
}

    .crown-checkbox.selected {
        background-position: -54px -310px;
    }

    .crown-checkbox input[type="checkbox"] {
        opacity: 0;
        /* CSS hacks for older browsers */
        _noFocusLine: expression(this.hideFocus=true);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -khtml-opacity: 0;
        -moz-opacity: 0;
        margin: 0;
        width: 24px;
        height: 22px;
    }

#signGroupContent.popgrid-container {
    overflow: visible;
    border: 0;
    min-height: 360px;
    position: relative;
}

#signGroupContent .chanege-overlay {
    position: absolute;
}

#signGroupPopup .popup-footer {
    text-align: center;
    padding-left: 110px;
}

#signGroupPopup .ungroup-txt {
    position: absolute;
    margin-top: -26px;
    font-weight: 600;
    text-align: left;
    width: auto;
}

#signGroupContent table.dataTable thead tr th {
    white-space: nowrap;
}

#signGroupContent table.dataTable thead input[type="text"] {
    max-width: 100%;
    padding-right: 22px;
    inline-size: 100%;
}

#signGroupContent table.dataTable thead tr th:first-child,
#signGroupContent table.dataTable tbody tr td:first-child {
    border-right: solid 1px #e2e2e2;
    border-left: solid 1px #e2e2e2;
    padding: 6px;
}
table.dataTable .select-filter {
    padding-top: 5px;
}
    table.dataTable .select-filter p {
        padding: 3px 10px;
    }
/*------user manual page-------*/
.helptxt-container {
    padding: 20px 50px;
}

    .helptxt-container section {
        margin-bottom: -50px;
        padding-top: 80px;
        position: relative;
    }

    .helptxt-container h2 {
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: 600;
        position: relative;
        color: #6D6E70;
        /*background: url('../Images/arrow-circle.png') no-repeat 0 0;
    padding-left: 30px;
    line-height: 24px;*/
    }

        .helptxt-container h2 a {
            color: #6D6E70;
        }

        .helptxt-container h2:after {
            content: "";
            position: absolute;
            width: 120px;
            height: 3px;
            background: #6D6E70;
            bottom: -8px;
            left: 0;
        }

    .helptxt-container p {
        margin-bottom: 12px;
        font-size: 18px;
        line-height: normal;
    }

    .helptxt-container img {
        background: #ccc;
        padding: 1px;
    }

.mb-20 {
    margin-bottom: 20px;
}

.popup-img {
    margin-left: 50%;
    transform: translateX(-50%);
}

#groupSignTable_wrapper table th .custom-dropdown {
    margin-top: 5px;
}

#groupSignTable_wrapper table th .link-item {
    position: fixed;
    z-index: 100;
}


.SignGroup .popup {
    top: 5%;
    transform: translateY(0);
}

#groupSignTable_wrapper .clear-gsearch {
    width: 65px !important;    
}
#groupSignTable_wrapper thead .clear-gsearch{
    padding-top: 18px;
}

    #groupSignTable_wrapper .clear-gsearch a {
        font-size: 14px;
        padding-left: 6px;
    }

        #groupSignTable_wrapper .clear-gsearch a:hover {
            text-decoration: underline;
            color: #53d2db;
        }

.dataTable .custom-dropdown p, .dataTable .custom-dropdown .link-item, .dataTable .custom-dropdown .link-item li {
    width: auto;
    font-weight: 500;
}
.dataTable .custom-dropdown p {
    padding: 3px 10px;
}
#UpcGroupSignTable_filter .dataTable .custom-dropdown p {
    padding: 4px 10px;
}


.help-header {
    border-bottom: solid 1px #d8d8d8;
    height: 54px;
    margin: -20px -50px 0;
}

    .help-header h3 {
        color: #00205C;
        font-size: 22px;
        font-weight: 600;
        line-height: 54px;
    }
/*------user manual page end-------*/
#zoneMultiSelectPopupContent .list-container {
    height: 320px;
    max-height: 320px;
}

#zoneMultiSelectPopupContent #zoneContents {
    height: 277px;
    overflow-y: scroll;
}

.fileLog-icons {
    float: right;
}

    .fileLog-icons span {
        display: inline-block;
        margin-right: 5px;
        font-size: 12px;
        vertical-align: top;
        padding-top: 10px;
        font-weight: 600;
        color: #00205C;
    }

    .fileLog-icons a {
        display: inline-block;
        padding: 0px 2px;
    }

        .fileLog-icons a i {
            vertical-align: top;
        }

.icon-xls {
    background-position: -253px -650px;
    width: 30px;
    height: 34px;
    display: inline-block;
}

    .icon-xls:hover {
        background-position: -290px -650px;
    }

.icon-xls-upload {
    background-position: -83px -748px;
    width: 30px;
    height: 34px;
    display: inline-block;
}

    .icon-xls-upload:hover {
        background-position: -120px -748px;
    }

.icon-csv {
    background-position: -327px -650px;
    width: 30px;
    height: 34px;
    display: inline-block;
}

    .icon-csv:hover {
        background-position: -364px -650px;
    }

.icon-xlsx {
    background-position: -8px -748px;
    width: 30px;
    height: 34px;
    display: inline-block;
}

    .icon-xlsx:hover {
        background-position: -45px -748px;
    }

#uploadKrogerOrderPopup .upload-browse .fileinputs,
#uploadLDFPopup .upload-browse .fileinputs {
    width: 265px;
}
#uploadLDFPopup .uploadpop{
    width: 265px;
}
#uploadLDFPopup .upload-file-col .uploadpop{
    float: right;
}

#uploadKrogerOrderPopup .upload-browse .file_dimension,
#uploadLDFPopup .upload-browse .file_dimension {
    width: 250px;
}
#uploadLDFPopup .upload-list li{
    display: block;
    margin: 5px auto;
    float: none;
}
#uploadLdfError{
    text-align: center;
    margin-bottom: 30px;
}

.two-column {
    display: table;
    padding: 0 0 12px;
    width: 100%;
    vertical-align: top;
}

    .two-column .col {
        display: table-cell;
        vertical-align: top;
    }

    .two-column .w-45 {
        width: 45%;
        padding-right: 20px;
        ;
    }

    .two-column .file-name-col {
        border: #d8d8d8 1px solid;
        line-height: 20px;
        padding: 6px;
        background: #f9f9f9;
    }

        .two-column .file-name-col.error-col {
            background: #fff3f3;
            color: #f23d38;
            border: #f23d38 1px solid;
        }

    .two-column .uploadpop .custom-dropdown p {
        padding: 5px 10px;
        border-radius: 0;
        width: auto;
    }

    .two-column .uploadpop .uploaddrop-container {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .two-column .uploadpop .link-item {
        width: 100%;
        max-height: 175px;
        top: 34px;
        box-sizing: border-box;
    }

.icon-cross {
    background-position: -45px -524px;
    width: 21px;
    height: 20px;
    float: right;
}

.file-error {
    font-size: 12px;
    text-align: right;
    padding-top: 4px;
    font-weight: 500;
    color: #f23d38;
}

.upload-file-col {
    box-shadow: 0 4px 3px -3px #eaeaea;
    margin: -5px 0 14px;
    overflow: auto;
    padding-bottom: 4px;
}

    .upload-file-col .uploadfile-type {
        float: left;
        margin: 10px 0;
        width: auto;
    }

    .upload-file-col .fileinputs {
        float: right;
    }

#krogerOrderList {
    min-height: 80px;
    max-height: 280px;
    overflow-y: auto;
    padding-right: 5px;
}

#clonePopupContent .list-container ul {
    max-height: 230px;
    overflow: auto;
}

.mapping-check {
    text-align: center;
}

    .mapping-check > div {
        display: inline-block;
        margin: 20px 0;
        width: auto;
    }

    .mapping-check label {
        margin-left: 5px;
    }

#drpExceptionRecordsOptions p {
    width: 280px;
}

#drpExceptionRecordsOptions .link-item {
    width: 300px;
}

    #drpExceptionRecordsOptions .link-item li {
        width: auto;
    }

#krogerOrderList .link-item {
    position: fixed;
    padding: 0;
    z-index: 9;
}


#krogerOrderList .upload-browse input[type="text"] {
    width: 375px;
    padding: 0 10px;
}
#krogerOrderList .stockSpan {
    color: #6D6E70;
}
#krogerOrderList .stockSpan.blue {
    color: #53d2db;
}
#krogerOrderList .blue {
    color: #53d2db;
}

#krogerOrderList .upload-browse .icon-clear,
.select-filter .icon-clear {
    background: url('../Images/cancel.png') no-repeat;
    width: 20px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    background-size: 15px;
}

.pricing-xls {
    float: right;
    padding: 5px 10px 0 0;
}

    .pricing-xls a {
        vertical-align: top;
        display: inline-block;
    }

.error-file-num {
    color: #f23d38;
    margin-bottom: 10px;
    font-weight: 600;
}

#uploadOrderPopup .error-file-num {
    width: 94%;
    margin: 0 auto;
}

.feature-count {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 11;
}

    .feature-count input {
        background: #f9f9f9;
        border: solid 1px #d8d8d8;
        border-radius: 5px;
        color: #6d6e70;
        padding: 6px 10px;
        position: relative;
        cursor: pointer;
        font-size: 13px;
        width: 100px;
    }

#order_message {
    text-align: center;
    font-size: 20px;
    color: #00205C;
    font-weight: 500;
}

#uploadStorePopup .archive-alert {
    margin-bottom: -10px;
    margin-top: 20px;
}

.download-store-xls {
    position: absolute;
    right: 64px;
    top: 18px;
}
.download-cpg-xls {
    position: absolute;
    right: 64px;
    top: 18px;
}
.template-ico {
    background-position: -157px -694px;
}

    /*.template-ico:hover {
        background-position: -195px -694px;
    }*/

.cancel-archive-ico {
    background-position: -58px -792px;
}

    .cancel-archive-ico:hover {
        background-position: -92px -792px;
    }

#divZoneStoreMapping .lower-overlay {
    height: auto;
    bottom: 72px;
    top: 182px;
    opacity: .3;
}

.icon-info {
    background-position: -252px -697px;
    width: 25px;
    height: 24px;
    display: inline-block;
}

    .icon-info.sm {
        background-position: -134px -797px;
        width: 20px;
        height: 20px;
    }

.upload-limit {
    display: block;
    text-align: center;
    margin: 10px 0;
    color: #F47F31;
    font-size: 16px;
}

    .upload-limit .icon-info {
        vertical-align: middle;
        margin-right: 7px;
    }

.upload-file-col .upload-limit {
    display: none;
}

.popup-loader {
    position: absolute;
    background: #000;
    opacity: .4;
    width: 100%;
    z-index: 99;
    top: 69px;
    bottom: 0;
    left: 0;
}

.order-list {
    list-style: decimal;
    font-size: 18px;
    margin-left: 20px;
}

    .order-list li {
        margin-bottom: 10px;
        list-style-position: outside;
    }

#div_list {
    word-break: break-word;
    max-height: 85px;
    overflow-y: auto;
}


.lowertab-section {
    position: relative;
    min-height: 71px;
}

.clearfix:after {
    content: " ";
    clear: both;
    display: block;
}

.sign-grid .dxgvPagerBottomPanel_DevEx .dxp-pageSizeItem {
    margin-right: 30px;
}

.collapse-down {
    background-position: -336px -696px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

    /*.collapse-down:hover {
        background-position: -296px -696px;
    }*/

    .collapse-down.collapsed {
        background-position: -159px -748px;
    }

        /*.collapse-down.collapsed:hover {
            background-position: -199px -748px;
        }*/

#pricingData .dxgvControl_DevEx {
    min-width: 100%;
}

.archive-order-check {
    position: fixed;
    z-index: 11;
    bottom: 35px;
    right: 210px;
    color: #6d6e70;
    line-height: 20px;
    font-weight: 500;
}

    .archive-order-check label {
        margin-right: 6px;
    }

.disabled-container {
    position: relative;
}

.disabled-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.action-btn.disabled-container a,
.nav.disabled-container {
    opacity: .5;
}

    .action-btn.disabled-container a#btnArchivingOrders,
    .action-btn.disabled-container a#btnUnarchivingOrders {
        opacity: 1;
        z-index: 2;
    }

.disable-link {
    cursor: default;
    opacity: 0.5;
}

.immediate-unarchival div {
    display: inline-block;
    font-size: 18px;
    padding: 20px 0;
    color: #6D6E70;
}

.pl-5 {
    padding-left: 5px;
}

.admin-wrapper {
    padding: 20px 0 80px;
}

#generalSettings table {
    width: 700px;
    border: 1px solid #dfdfdf;
}

    #generalSettings table th {
        vertical-align: middle;
        font-size: 16px;
        padding: 14px 10px;
        color: #00205C;
        background: #DEE7F5;
        border-right: 0;
        border-bottom: 1px solid #dfdfdf;
        font-weight: 500;
    }

    #generalSettings table td {
        font-size: 16px;
        padding: 12px 10px;
        vertical-align: middle;
        color: #6d6e70;
        border-bottom: 1px solid #e2e2e2;
    }

        #generalSettings table td:first-child,
        #generalSettings table th:first-child {
            text-align: right;
        }
#generalSettings table tr:last-child td{
    padding-bottom: 20px;
}
#generalSettings .error-msg {
    position: initial;
    margin-top: -20px;
    left: 586px;
    padding-left:261px;
}

#generalSettings table .textbox {
    width: 400px;
}

.archivedNavDisabled .js-UnsavedOrderCheck {
    color: #6d6e70 !important;
    text-decoration: none !important;
    cursor: default !important;
}

#archivingOrderPopUp .main-text {
    margin-bottom: 20px;
    line-height: normal;
}

.browsebtn-wrap input[type="text"] {
    border-radius: 5px 0 0 5px;
    border-right: 0;
    width: 250px;
}

.browsebtn-wrap .file_dimension {
    border-radius: 0 5px 5px 0;
}

.popup-nodata {
    height: 250px;
}

.archive-alert {
    color: #f23d38;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -10px;
}


.clear-filter {
    color: #6d6e70 !important;
}

    .clear-filter:hover {
        color: #53d2db !important;
        text-decoration: underline;
    }

.error-ico {
    background: url('../Images/error-icon.png') no-repeat;
    width: 154px;
    height: 132px;
    display: inline-block;
}

.error-page .error-content {
    font-size: 30px;
    color: #f23d38;
    margin-top: 20px;
    line-height: normal;
    font-weight: 300;
}

.delgroup-txt {
    margin-top: -25px;
    font-size: 15px;
    position: absolute;
    width: auto;
    text-align: center;
    margin-left: -100px;
    right: 0;
    left: 0;
}

.pr-20 {
    padding-right: 20px;
}

#uploadKrogerOrderPopup .popup {
    width: 1040px;
    margin-left: -520px;
}

#drpClientUploadOrder.uploadpop {
    width: 500px;
}

.icon-gsearch {
    cursor: pointer;
    background-position: -8px -828px;
    width: 34px;
    height: 33px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.icon-admin-log {
    cursor: pointer;
    background-position: -48px -828px;
    width: 34px;
    height: 33px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.icon-user-log {
    cursor: pointer;
    background-position: -51px -870px;
    width: 34px;
    height: 33px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.icon-archive-log {
    cursor: pointer;
    background-position: -8px -870px;
    width: 34px;
    height: 33px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

/*-------global-actions-container-------*/
.global-actions-container {
    padding: 102px 0 85px;
}
    .global-actions-container .custom-dropdown p {
        padding: 4px 10px;
    }

    .global-action-filter {
        padding-right: 0;
        padding-left: 41px;
    }

.sign-mass-update {
    display: inline-block;
    margin-right: 20px;
}

.global-actions-container .log-back-link .back-link {
    width: 40px;
}

.global-actions-container .custom-dropdown p span {
    font-weight: 500;
}

#massFormTab.tab-form {
    padding: 0px 0 0px 39px;
    border-top: #D8D8D8 1px solid;
    border-left: #D8D8D8 1px solid;
    float: none;
}

    #massFormTab.tab-form .mass-form {
        border-left: #D8D8D8 1px solid;
        padding: 10px 10px 10px 20px;
    }
/*#massFormTab{
    position: relative;
    z-index: 11;
}*/
.global-actions-container #SignItemsGrid_DXMainTable tr.dxgvDataRow_DevEx td:first-child {
    border-right: 1px solid #e2e2e2;
}

.global-actions-container .dxgvSearchPanel_DevEx {
    right: 10px;
}

#SignItemsGrid_DXHeaderTable,
#UserActivityLogGridView_DXHeaderTable,
#ArchiveLog_DXHeaderTable,
#AdminTransactionLogGridView_DXHeaderTable,
#UserActivityDetailLogGrid_DXHeaderTable {
    border-bottom: 1px solid #D8D8D8;
    border-top: 1px solid #D8D8D8;
}

#SignItemsGrid_DXHeaderTable {
    background: #DEE7F5;
}

#SignItemsGrid_DXMainTable td {
    height: 25px;
    padding: 3px 12px;
}

#SignItemsGrid_DXMainTable .dxgvArm td {
    padding: 0;
    height: 0;
}

#UserActivityLogGridView_DXPagerBottom,
#AdminTransactionLogGridView_DXPagerBottom,
#ArchiveLog_DXPagerBottom {
    height: auto !important;
}


.global-action-filter .custom-dropdown {
    margin: 0 20px 0 0;
}

/*---------mass update styel------*/

#massFormTab .mass-form .custom-dropdown,
#massFormTab .mass-form input[type="text"] {
    margin: 0 20px 0 0 !important;
}

#massFormTab .mass-form input[type="text"] {
    line-height: normal;
}
    #massFormTab .mass-form input[type="text"]:disabled,
    #ulPricingMassUpdate input[type="text"]:disabled,
    .global-actions-container input[type="text"]:disabled {
        background-color: #c5c2c2;
    }
#massFormTab #divFindBy.not-active p,
#ulPricingMassUpdate #divFindBy.inactive p {
    background-color: #c5c2c2;
}
    #massFormTab #divFindBy.not-active p input[type="text"],
    #ulPricingMassUpdate #divFindBy.inactive p input[type="text"] {
        pointer-events: none;
    }

    #massFormTab .mass-form .select-filter .link-item {
        top: 27px;
    }

#massFormTab .mass-form .select-filter p {
    height: 22px;
    padding: 3px 10px;
}


#massFormTab .mass-form input[type="button"] {
    margin-left: 10px;
}

#massFormTab .mass-form ul li {
    padding-right: 0px;
}

#massFormTab .string-lbl {
    padding-top: 3px;
}

.global-actions-container .dxgvEmptyDataRow_DevEx.dxgvBELVR .dxgv > div {
    margin-top: 2px;
}


/*-------global-actions-container-------*/
.log-filter .inline-block .custom-dropdown {
    display: inline-block;
}

#uploadStorePopup .uploadpop {
    width: 480px;
}

#transactionDetailPopup .popup {
    width: 1044px;
    margin-left: -522px;
}

.browse-btn-wrap {
    width: 485px;
}

#archiveDetailPopupContent .table-fixed tbody td,
#archiveDetailPopupContent .table-fixed thead th {
    width: 200px;
    overflow-wrap:anywhere;
}

.icon-upload-store {
    background-position: -91px -828px;
    width: 38px;
    height: 38px;
    display: inline-block;
}

    /*.icon-upload-store:hover {
        background-position: -137px -828px;
    }*/

    .icon-upload-store.sm {
        background-position: -162px -694px;
        width: 32px;
        height: 28px;
        display: inline-block;
    }

        /*.icon-upload-store.sm:hover {
            background-position: -199px -694px;
        }*/

#archiveDetailPopup .popup {
    width: 1200px;
    margin-left: -600px;
}

.w-175 {
    width: 175px !important;
}

#SignItemsGrid_DXHeadersRow0 td.dxgvHEC:last-child {
    background: #F4F4F4;
    display: none;
}

.global-actions-container.mess-top {
    padding-top: 167px;
}

.global-actions-container .upc-search-result {
    display: block;
    margin-left: -40px;
    top: 71px;
    z-index: 2;
    color: #00205C;
}

.global-actions-container.mess-top .upc-search-result {
    top: 122px;
}

.global-actions-container .upc-search-result span {
    text-overflow: ellipsis;
    color: #00205C;
    overflow: hidden;
    max-width: 80%;
    height: 1.2em;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}

.tab-back-link {
    width: 46px !important;
}

    .tab-back-link .back-link {
        border-right: 0;
        width: auto !important;
        margin-right: 0;
        height: 48px;
        line-height: 48px;
    }

        .tab-back-link .back-link a {
            padding: 0px 10px !important;
        }

.user-logs {
    padding-top: 0 !important;
}

.tab-back-link .back-link a:hover {
    background: #53d2db !important;
}

.log-managament-filter input[type="text"] {
    width: 160px;
}

.selected-store-records {
    color: #00205C;
    line-height: normal;
    margin-top: 5px;
}

    .selected-store-records span {
        font-weight: 600;
    }

.uploadFile-drop {
    width: 200px;
    background: #fff;
    color: #454551;
    padding: 5px 0;
    position: absolute;
    z-index: 100;
    top: 65px;
    box-shadow: 0 0 1px 1px #1fd9e1;
    display: none;
}

    .uploadFile-drop:after {
        display: block;
        content: "";
        width: 15px;
        height: 15px;
        box-shadow: -2px -2px 1px -1px #1fd9e1;
        position: absolute;
        left: 20px;
        top: -6px;
        transform: rotate(45deg);
        background: #fff;
    }

    .uploadFile-drop a {
        display: block;
        color: #7b7b7b;
        padding: 10px 15px;
        font-size: 14px;
        position: relative;
    }

        .uploadFile-drop a:hover {
            color: #00d5dd;
        }

        .uploadFile-drop a + a {
            border-top: 1px solid #dbdbdb;
        }

#uploadZoneStorePopup .uploadpop {
    width: 500px;
}

#popupclientconfig .lower-overlay {
    opacity: 0.4;
}

#uploadPricingDataPopup .uploadfile-type {
    margin: 18px auto;
}

#OrderListpricing {
    padding: 20px 0;
    line-height: normal;
}

.upload-pricing-data {
    margin: 0px 0 20px;
    padding-left: 65px;
}

    .upload-pricing-data .upload-list {
        padding: 0;
        margin: 0;
        width: 400px;
        float: left;
    }

        .upload-pricing-data .upload-list li {
            width: 95%;
        }

#WIPimageSec .lower-overlay {
    z-index: 9;
    top: 48px;
}

.exl-export-option {
    text-align: center;
}

    .exl-export-option span {
        display: inline-block;
    }

.valign-middle {
    vertical-align: middle;
}

.info-line {
    display: block;
    text-align: center;
    margin: 10px 0;
    color: #6D6E70;
    line-height: 21px;
    font-size: 13px;
}

    .info-line .icon-info {
        margin-right: 5px;
    }

.login-txt {
    height: 62px;
}

#eventtable {
    width: 100%;
}

    #eventtable th, #eventtable td {
        width: 10%;
        background: #fff;
    }
    #eventtable th {
        color: #00205C;
    }

#drpClientUploadPrice.uploadpop,
#drpClientAppendOrder.uploadpop {
    width: 500px;
}

#clearSearch, #clearFilter {
    color: #1B75BC !important;
}
    #clearFilter:hover{
        text-decoration: underline;
    }

    #userActivityLogPopup .popup {
        width: 1200px;
        margin-left: -600px;
    }

    #userActivityLogPopup .popup .dxgvCSD {
        height: 314px !important;
    }

.disableDetail {
    opacity: 0.2 !important;
    cursor: default !important;
}

.icon.icon-edit.disableDetail:hover {
    background-position: -286px -394px !important;
}

#userActivityLogPopup .popup-content-height {
    max-height: 445px;
}

#userActivityLogPopup .popup-header {
    float: none;
}

#userActivityLogPopup .dxgvControl_DevEx .dxgvHSDC,
#userActivityLogPopup .dxgvControl_DevEx .dxgvHSDC .dxgvHEC,
#userActivityLogPopup .dxgvControl_DevEx .dxgvHSDC .dxgvTable_DevEx {
    background: #DEE7F5 !important;
}
#userActivityLogPopup .dxgvControl_DevEx .dxgvHSDC .dxgvHEC{
    border-bottom: 0;
}

#mandatorymsg {
    font-size: 18px;
    color: #00205C;
}

.str-msg {
    line-height: normal;
    color: #6D6E70;
    font-size: 15px;
}

    .str-msg a {
        color: #53d2db;
    }

        .str-msg a:hover {
            text-decoration: underline;
        }

.pt-5 {
    padding-top: 5px;
}

#generalSettings .lowertab-content {
    /*height: 380px;*/
    border-bottom: 0;
}

.no-error-config-msg {
    text-align: center;
    font-size: 16px;
    padding: 20px;
    color: #6D6E70;
    margin-top: 20px;
    border: solid 1px #dfdfdf;
}

.ptb-10 {
    padding: 10px 0;
}

#errorConfigurationdiv table input {
    width: 100%;
    box-sizing: border-box;
}
#errorConfigurationdiv table .dxp-comboBox input{
    box-sizing: content-box;
}

#errorConfigurationdiv .dxgvFilterRow_DevEx td.dxgv {
    padding: 5px 5px 6px 5px;
}

.full-admin-grid {
    width: 100%;
}

#submitCountModal .popup {
    min-height: 260px;
    z-index: 100000;
}

    #submitCountModal .popup .main-text {
        margin-bottom: 30px;
    }


.spellCheckerCol {
    background-color: #fcebde !important;
}

.smuser-icon {
    background-position: -165px -797px;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
}

.top-nav-right ul.child-nav {
    padding-left: 5px;
    padding-bottom: 10px;
    overflow: auto;
    display: none;
    position: absolute;
    left: -202px;
    top: 0;
    background: #0f4d98;
    color: #fff;
    width: 180px;
    border: #454551 1px solid;
    font-size: 13px;
}

    .top-nav-right ul.child-nav li a {
        height: 26px;
        line-height: 26px;
        color: #fff;
        letter-spacing: 0;
        line-height: 30px;
        position: relative;
        width: 85%;
    }

        .top-nav-right ul.child-nav li a:hover {
            color: #53D2DB;
        }

        .top-nav-right ul.child-nav li a.crtPageLink:after {
            display: inline-block;
            width: 12px;
            height: 7px;
            border-left: 2px solid #fff;
            border-bottom: 2px solid #fff;
            content: "";
            transform: rotate(-45deg);
            position: absolute;
            right: -20px;
            top: 7px;
        }

    .top-nav-right ul.child-nav li {
        border: 0;
        list-style: circle;
        color: #fff;
    }

.top-nav-right ul li.parent-nav > a:after {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1pt solid #fff;
    border-right: 1pt solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 0px;
    top: 16px;
    content: "";
}

header .custom-dropdown {
    margin-left: 20px;
}

    header .custom-dropdown p {
        background: #fff;
        border-radius: 0;
        color: #878787;
        font-weight: 500;
        width: 200px;
    }

        header .custom-dropdown p span {
            color: #878787;
            font-weight: 400;
        }

    header .custom-dropdown .link-item {
        width: 220px;
        top: 28px;
    }

        header .custom-dropdown .link-item li {
            width: auto;
        }
header .organization-section .custom-dropdown .link-item li {
    font-size: 15px;
}

.haeder-client-select {
    margin-top: 20px;
}

#uploadKrogerOrderPopup .popup {
    transform: translate(0,0);
    top: 150px;
    margin-left: -520px;
}

    #uploadKrogerOrderPopup .popup .popup-footer {
        overflow: auto;
        width: 100%;
        min-height: 38px;
        z-index: 8;
        position: relative;
    }

    #uploadKrogerOrderPopup .popup .link-item ul {
        background: #fff;
    }

#uploadKrogerOrderPopup .two-column {
    display: block;
}

    #uploadKrogerOrderPopup .two-column .col {
        display: inline-block;
        box-sizing: border-box;
        width: 34%;
    }

.w-115 {
    width: 115px;
}

.w-130 {
    width: 130px;
}

.w-140 {
    width: 140px;
}

.w-160 {
    width: 160px;
}

.admin-container .searchFilter-col {
    margin-top: 10px;
}
    .admin-container .searchFilter-col .main-btn{
        margin: 0 6px;
    }

    .admin-container .searchFilter-col .label {
        display: block;
        padding-left: 0;
        color: #00205C;
    }

    .admin-container .searchFilter-col .dec-lookup-head {
        padding-top: 22px;
    }

.filter-btns {
    padding-top: 27px;
}

.flr {
    float: right;
}

.w-auto {
    width: auto !important;
}

.upcsearch-msg {
    background: #DEE7F5;
    padding: 20px;
    font-size: 18px;
    color: #6d6e70;
    text-align: center;
    font-weight: 400;
    height: 200px;
    box-sizing: border-box;
    border: 1px solid #d9dae0;
}

#upcDescription footer, .userActivityLog footer {
    margin-left: -1%;
}

#divUPCDescription #AdminUPCGridView_DXPagerBottom {
    position: fixed;
    bottom: 80px;
    z-index: 100;
    left: 0;
}
#divUPCDescription table .dxgvEmptyDataRow_DevEx div{
    font-size: 17px;
}

.searchFilter-col {
}

.defaultUPC-search {
    background: #fff;
    padding: 20px;
    font-size: 18px;
    color: #6d6e70;
    text-align: center;
    font-weight: 300;
    box-sizing: border-box;
    border: 1px solid #d9dae0;
    position: fixed;
    left: 0;
    right: 18px;
    display: none;
}

#uploadUPCPopup .chanege-overlay {
    z-index: 102;
}

#uploadUPCPopup .popup {
    z-index: 103;
}

#divUPCDescription {
    margin-bottom: 80px;
}


.icon-input-clear {
    background: url('../Images/cancel.png') no-repeat;
    width: 20px;
    height: 15px;
    position: absolute;
    right: 0px;
    top: 9px;
    background-size: 15px;
    display: none;
}

/*------------spell check style------------------------*/
.ErrorWords {
    border: 1px solid transparent;
    border-bottom: 1px solid #f23d38;
    cursor: default;
    line-height: normal;
}

    .ErrorWords:focus {
        outline: none;
    }

.js-spellCheckContent {
    padding: 2px;
    border: 1px solid transparent;
    display: inline-block;
}

    .js-spellCheckContent:hover {
        border: 1px solid #d8d8d8;
    }

.correctWords {
    border: none;
    outline: none;
}

#spellCheckPopup .popup-content {
    padding: 0 0 10px 0;
}

.js-contextMenu {
    position: fixed;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 20px 10px 10px;
    z-index: 10;
    min-width: 120px;
}

    .js-contextMenu li + li {
        margin-top: 12px;
    }

    .js-contextMenu li a {
        color: #6d6e70;
    }

        .js-contextMenu li a:hover {
            color: #404142;
        }
/*------------spell check style end------------------------*/
.input-cross-wrap {
    position: relative;
}

    .input-cross-wrap input[type="text"] {
        padding-right: 25px;
    }

.clone-icon {
    width: 40px;
    height: 38px;
    background-position: -10px -219px;
    display: inline-block;
}

    /*.clone-icon:hover {
        background-position: -208px -872px;
    }*/

.delete-icon30 {
    background-position: -280px -795px;
    width: 31px;
    height: 29px;
    display: inline-block;
}

    .delete-icon30:hover {
        background-position: -279px -836px;
    }

.proofBatchPopup .delete-icon30 {
    float: right;
    margin-right: 10px;
}

#lookupType {
    margin-bottom: 40px;
}

.width-auto {
    width: auto;
}

.log-filter #txtUser {
    padding-right: 20px;
}

.delete-pro {
    width: 40px;
    height: 40px;
    display: inline-block;
}




#AddToDicConfirmationPopup .popup {
    height: auto;
    min-height: 1px;
    border: 1px solid #ccc;
    padding: 10px 0;
    width: 740px;
    margin-left: -370px;
    display: table;
}

#AddToDicConfirmationPopup .main-btn {
    width: 80px;
}

#AddToDicConfirmationPopup .popup-content {
    height: auto;
    width: auto;
    display: table-cell;
    vertical-align: middle;
}

    #AddToDicConfirmationPopup .popup-content span {
        display: block;
        font-size: 18px;
    }

#divAddToDicActions {
    display: table-cell;
    vertical-align: middle;
}

#ProofBatchGrid .dxgvHeader_DevEx td {
    text-align: left;
}

.icon-delete-bg {
    background-position: -107px -50px;
    width: 40px;
    height: 37px;
    display: inline-block;
}

    /*.icon-delete-bg:hover {
        background-position: -154px -872px;
    }*/


#pdfDeletePopup .popup {
    min-height: 1px;
    width: 600px;
    margin-left: -300px;
    z-index: 101;
}

#pdfDeletePopup .chanege-overlay {
    z-index: 100;
}

.admin-grid-container .dxgvPagerBottomPanel_DevEx {
    height: 60px;
    background: #f4f4f4;
    border-top: #e2e2e2 1px solid;
    background: #fff;
}

.admin-container .log-filter {
    padding: 10px;
}

/*.admin-log-grid .dxgvCSD{
    height: 250px !important;
}
*/
.log-container .admin-log-grid .dxgvCSD {
    height: 355px !important;
}

.admin-log-grid .dxgvPagerBottomPanel_DevEx {
    position: fixed;
    bottom: 83px;
}

.admin-container .admin-log-grid .dxgvPagerBottomPanel_DevEx {
    bottom: 77px;
}

.admin-container .dxgvDataRow_DevEx td.dxgv {
    padding: 10px 0 10px 15px;
}

.lower-tab-container {
    min-height: 324px;
}

#dvCustomLoader_dvLowerTab .lower-overlay {
    height: auto;
    bottom: 0;
}

.pop-grid #restoreOrderPopupContent .dxgvDataRow_DevEx td.dxgv {
    padding-left: 6px;
}

#missingOrders {
    display: block;
    max-height: 200px;
    overflow: auto;
    min-height: 30px;
    line-height: normal;
}

#dvCustomLoader_artworkGrid .lower-overlay {
    height: auto;
    bottom: 0;
}



    .log-filter .custom-dropdown p .dropdown-arrow {
        top: 12px;
    }

#artworkGrid .predefined-img, #artworkGrid .artzone-section {
    max-height: 374px;
    overflow: auto;
}

.admin-container .admin-log-grid .dxgvDataRow_DevEx td.dxgv {
    padding: 5px 6px;
}

.userActivityLog footer {
    min-height: 40px;
}

.log-container .userActivityLog footer {
    margin-left: 0;
    min-height: 60px;
}

.admin-log-container footer {
    min-height: 40px;
}

.ptb-10 {
    padding: 10px 0;
}

.bottom-bdr {
    border-bottom: 1px solid #d8d8d8;
}

.pointer {
    cursor: pointer !important;
}

.load-type {
    padding-top: 6px;
    color: #6D6E70;
}

    .load-type .md-radio {
        margin: 0;
    }

        .load-type .md-radio label {
            padding-right: 15px;
        }

.action-links {
    margin-bottom: 15px;
    padding-top: 10px;
}

    .action-links a {
        margin-right: 15px;
        color: #6d6e70;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        cursor: pointer;
    }

        .action-links a:hover {
            color: #53D2DB;
        }

/*----Riteaid popup style------*/

#RiteAideFileStatusPopup .popup {
    padding-bottom: 40px;
    transform: translateY(-50%);
    min-height: 630px;
}

#RiteAideTable tbody tr td:first-child {
    border-right: #e2e2e2 1px solid;
    padding-right: 15px;
}

#riteAddTable thead tr th {
    cursor: pointer;
    text-align: left;
}

    #riteAddTable thead tr th:first-child {
        padding-right: 15px;
    }

#RiteAideTable thead th {
    font-size: 0;
}

    #RiteAideTable thead th div {
        font-size: 0;
    }

#RiteAideTable .dataTables_empty {
    text-align: center;
}

.popup #RiteAideTable .dataTables_wrapper .dataTables_paginate {
    position: absolute;
    bottom: 18px;
    left: 270px;
}

.popup #RiteAideTable .dataTables_info {
    position: absolute;
    bottom: 20px;
    color: #6d6e70;
}
 #RiteAideTable .dataTables_paginate a {
        cursor: pointer;
    }

#riteAddTable .dataTables_paginate .paginate_button {
    padding: 0px 8px;
    height: 21px;
    line-height: 21px;
    display: inline-block;
    vertical-align: middle;
    color: #6d6e70;
}

#riteAddTable .dataTables_paginate .paginate_button.current,
#riteAddTable .dataTables_paginate .paginate_button:hover {
    color: #000;
}

#riteAddTable .dataTables_paginate .previous {
    background: url(../Images/sprite.png) no-repeat -334px -12px;
    width: 22px;
    height: 21px;
    padding: 0;
    font-size: 0;
}

#riteAddTable .dataTables_paginate .previous:hover {
    background-position: -301px -12px;
}

#riteAddTable .dataTables_paginate .next {
    background: url(../Images/sprite.png) no-repeat -368px -12px;
    width: 22px;
    height: 21px;
    padding: 0;
    font-size: 0;
}

#riteAddTable .dataTables_paginate .next:hover {
    background-position: -271px -12px;
}

#riteAddTable .dataTables_paginate span {
    padding: 0px 5px;
    height: 21px;
    line-height: 21px;
    display: inline-block;
}


.dataTables_scrollHead .dataTable {
    border: 0;
}

.division-map-add-sec {
    padding: 15px;
    position: relative;
    z-index: 10;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

    .division-map-add-sec input[type='text'] {
        border: solid 1px #d8d8d8;
       
        color: #6d6e70;
        padding: 8px 10px;
        position: relative;
        cursor: pointer;
        font-size: 13px;
        width: 250px;
        display: inline-block;
        margin-right: 20px;
        cursor: default;
    }

    .division-map-add-sec .add-ico {
        vertical-align: middle;
    }

#DivisonMaapingpopup-content {
    overflow-y: scroll;
    padding: 0;
    margin-bottom: 10px;
    max-height: 344px;
    z-index: 9;
    position: relative;
}

#BannerMapingpopup-content {
    max-height: 392px;
    min-height: 100px;
    overflow-y: auto;
    padding: 0;
}

.admin-container #SignTypeMapping_DXMainTable .dxgvDataRow_DevEx td.dxgv {
    padding: 6px 0 6px 15px;
}

/*---------------------------*/
.select-filter-flat p {
    border-radius: 0;
    padding: 4px 10px;
}

.select-filter-flat.disable-filter p {
    opacity: .5;
    cursor: no-drop;
}

.select-filter-flat.disable-filter input {
    cursor: no-drop;
}

.select-filter-flat.disable-filter .dropdown-arrow {
    display: none !important;
}

.select-filter-flat .dropdown-arrow {
    top: 11px;
}

#divDivisionMapping .table-default tr th,
#divDivisionMapping .table-default tr td,
#divBannerMapping .table-default tr th,
#divBannerMapping .table-default tr td {
    padding: 8px 10px;
}

    #divBannerMapping .table-default tr th:first-child,
    #divBannerMapping .table-default tr td:first-child,
    #divDivisionMapping .table-default tr th:first-child,
    #divDivisionMapping .table-default tr td:first-child {
        width: 1%;
        border-right: 1px solid #e2e2e2;
    }

#signTypeMappingdiv table .dxgvCSD {
    min-height: calc(100vh - 330px) !important;
}

#signTypeMappingdiv .addrow-section {
    position: absolute;
    right: 10px;
    top: 5px;
}

table#SignTypeMapping {
    /*width: 100% !important;*/
}

#SignTypeMapping_DXMainTable td input[type="text"] {
    height: 23px;
}

.txtbox {
    width: 200px;
    padding: 1px 10px;
    height: 30px;
    border-radius: 5px;
    background: #f9f9f9;
    border: solid 1px #D8D8D8 !important;
    color: #6d6e70;
}

#dvKrogerWeeklyDist .popup-content label {
    color: #6D6E70;
    padding-right: 5px;
}

#dvKrogerWeeklyDist .popup {
    margin-left: -525px;
}

#dvKrogerWeeklyDist .popup-content {
    padding-bottom: 30px;
}

#drpUlBanner li input {
    vertical-align: top;
    margin-right: 10px;
}

#drpUlBanner li span {
    vertical-align: middle;
}

#drpUlBanner li label {
    padding-left: 35px;
}

#divDivisionMappingpopup table tr:last-child .select-filter .link-item,
#divDivisionMappingpopup table tr:nth-last-child(2) .select-filter .link-item,
#divDivisionMappingpopup table tr:nth-last-child(3) .select-filter .link-item {
    top: auto;
    bottom: 32px;
}

.signTypeMappingGridContainer {
    padding-bottom: 90px;
}

    .signTypeMappingGridContainer .dxgvPagerBottomPanel_DevEx {
        position: fixed;
        bottom: 17px;
        left: 0;
        right: 0;
        width: 100%;
    }

#errorConfigurationdiv {
    padding-bottom: 85px;
}

    #errorConfigurationdiv .dxgvPagerBottomPanel_DevEx {
        position: fixed;
        bottom: 17px;
        left: 0;
        z-index: 100;
        right: 0;
        width: 100%;
        background: #fff;
        height: 60px;
    }
        #errorConfigurationdiv .dxgvPagerBottomPanel_DevEx .dxpLite_DevEx,
        .signTypeMappingGridContainer .dxgvPagerBottomPanel_DevEx .dxpLite_DevEx {
            position: relative;
            bottom: 15px;
        }


        .userClaim-oper {
            color: #53d2db !important;
            font-size: 14px;
            padding: 2px 4px;
            background: #dcdada !important;
            opacity: .8;
            cursor: initial;
        }
.filesizeerror {
    font-size: 12px;
    text-align: right;
    padding-top: 4px;
    font-weight: 500;
    color: #f23d38;
}
#orderList .filesizeerrora {
    padding-top: 1px;
    line-height: normal;
    font-size: 12px;
    text-align: right;
    font-weight: 500;
    color: #f23d38;
}
#orderList li{
    margin-bottom: 14px;
}
.icon-remove {
    background-position: -65px -959px;
    width: 20px;
    height: 20px;
    display: inline-block;
}
/*.icon-remove:hover {
    background-position: -95px -959px;
}*/
#cloneCount {
    text-align: center;
    margin: 10px 0 20px 0;
    color: #6d6e70;
}
    #cloneCount select {
        vertical-align: middle;
        display: inline-block;
        margin-left: 5px;
        padding: 5px;
        border: solid 1px #d8d8d8;
        width: 110px;
        border-radius: 5px;
        background: #f9f9f9;
    }
    #cloneCount .link-item, #cloneCount .link-item span {
        text-align: left;
    }
    #cloneCount .custom-dropdown{
        display: inline-block;
        margin-left: 5px;
    }
    #cloneCount .custom-dropdown p {
        width: 140px;
        text-align: left;
    }
        #cloneCount .custom-dropdown p span{
            line-height:17px;
            font-weight: 500;
        }
        #cloneCount .link-item li {
            width: 145px;
        }




#uPCSignGroupPopup .popup {
    width: 900px;
    margin-left: -450px;
}


.enter-upc-col{
    float: left;
    width: 182px;
}
    .enter-upc-col{
        position: relative;
    }
    .enter-upc-col label {
        font-size: 16px;
        margin-bottom: 10px;
        color: #00205C;
        display: block;
    }
        .enter-upc-col textarea {
            width: 100%;
            height: 394px;
            border: solid 1px #d8d8d8;
            padding: 5px;
            resize: unset;
            background: #f9f9f9;
            box-sizing: border-box;
        }

        .enter-upc-col .main-btn {
            position: absolute;
            top: 48%;
            left: 182px;
            width: 80px;
            text-align: left;
            background: #004A98 url(../Images/arrow-rgt.png) 90% 50% no-repeat;
            padding: 0 10px;
        }
.upcGroup-table {
    float: right;
    width: 570px;
    position:relative;
}
.upcrestore-table table tr th:first-child, .upcrestore-table table tr td:first-child {
    display: none;
    width: 0 !important;
}
    .upcGroup-table table tr td.dataTables_empty{
        display: table-cell;
        text-align: center !important;
    }
.upcGroup-table table tr th:first-child, .upcGroup-table table tr t3:first-child {
    width: 30px !important;
    text-align: left;
}
    .upcGroup-table table tr td:last-child{
        text-align: right;
        padding-right: 20px;
    }
    .upcGroup-table table tr td, .upcGroup-table table tr th{
        padding-right: 30px !important;
    }
    .upcGroup-table table.dataTable tbody td {
        padding: 8px 12px;
    }
    .upcGroup-table .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody,
    .upcGroup-table .dataTables_wrapper .dataTables_scroll {
        border-bottom: 0;
    }
    .upcGroup-table .dataTables_wrapper .dataTables_scroll{
        border: 0;
    }

.popup .upcGroup-table .dataTables_wrapper .dataTables_paginate {
    /*left: -300px;*/
    /*bottom: -115px;*/
    left: 230px;
    bottom: -44px;
}
.upcGroup-table .icon.icon-search-cross-column {
    right: 34px;
    top: 33px;
}
.upcGroup-table #UpcGroupSignTable .icon-search-cross-column{
    display: none;
}
#errorUPC {
    margin-top: 6px;
    position: absolute;
    width: 885px;
    overflow-y: auto;
    overflow-x: hidden;
    word-break: break-all;
    max-height: 60px;
    line-height: normal;
}
.upcGroup-table.popgrid-container {
    overflow: visible;
}
#upcSignGroupOverlay .chanege-overlay {
    opacity: .3;
}
.upcGroup-table .dataTables_scrollHead{
    overflow:visible !important;
}
.upcGroup-table table .custom-dropdown{
    margin-top: 5px;
    width: 150px;
}

#uPCSignGroupPopup .popup-content {
    padding-bottom: 55px;
}
#uPCSignGroupPopup .dataTables_length {
    /*bottom: -102px;*/
    /*bottom: -205px;*/
    bottom: -37px;
    right: 450px;
    min-width: 122px;
}
.sku-removed-arrow {
    top: -35px;
    width: 115px;
    position: absolute;
    right: 0;
}
/*==========pricing section style==============*/
#pricingData .dxgvHSDC,
#pricingData .dxgvHSDC .dxgvTable_DevEx {
    background: #DEE7F5;
}
#pricingData .dxgvTable_DevEx .dxgvTable_DevEx{
    background: #fff;
}
    #pricingData .dxgvTable_DevEx .dxgvTable_DevEx td.dxgv {
        padding: 5px 0 5px 15px;
    }


#fileLogsPopup .popgrid-container {
    overflow: visible;
    border: 0;
    min-height: 260px;
    position: relative;
}
#FileLogTable.dataTable thead th{
    padding: 0;
    font-size: 0;
    
}
#FileLogTable.dataTable thead th .icon-search-cross{
    display: none !important;
}
/*#FileLogTable.dataTable thead tr th:first-child,
#FileLogTable.dataTable tbody tr td:first-child {
    width: 60px;
    text-align: center;
}*/
#fileLogsPopup .dataTable thead th {
    cursor: pointer;
    outline: none;
    padding-left:0px;
}
#fileLogsPopup .dataTable thead th.sorting_asc {
    background: #DEE7F5 url('../Images/sorting-asc.png ') 96% 10px no-repeat !important;
}

    #fileLogsPopup .dataTable thead th.sorting_desc {
        background: #DEE7F5 url('../Images/sorting-desc.png ') 96% 10px no-repeat !important;
    }
#fileLogsPopup table.dataTable thead input[type="text"]{
    width: 100%;
}
#fileLogsPopup table.dataTable thead th:first-child {
    /*width: 50px !important;*/
    background: #DEE7F5 !important;
    vertical-align: bottom;
}
#fileLogsPopup .popup-footer {
    height: 20px;
}
#fileLogsPopup .dataTables_wrapper .dataTables_paginate,
#fileLogsPopup .dataTables_length {
    bottom: -49px;
}
#fileLogsPopup .dataTables_info {
    bottom: -42px;
}
#fileLogsPopup .icon-search-cross{
    top: 10px;
}
.relative {
    position: relative;
}
#fileLogsPopup .dataTables_empty div{
    font-size: 16px;
    padding-left: 500px;
}

#fileLogsPopup .dataTables_scrollBody {
    min-height: 200px;
}
#fileLogsPopup table.dataTable tbody td {
    padding:10px;
    padding-left:15px;    
}
#fileLogsPopup table.dataTable tbody td a {
    color: #6d6e70;
}
    #fileLogsPopup table.dataTable tbody td a:hover {
        color: #53d2db;
        text-decoration: underline;
    }
    #fileLogsPopup .popup-content {
        min-height: 350px;
    }

#fileLogsPopup #fileLogsGridOverlay {
    top: 68px;
    opacity: 0.4;
    height: auto;
    bottom: 0;
    position: absolute;
}
.color-primary {
    color: #00205C;
}
#transactionDetailPopupContent table.dataTable tbody th {
    color: #00205C;
}
#emailConfigurationdiv {
    padding-bottom: 77px;
}
    #emailConfigurationdiv .dxgvPagerBottomPanel_DevEx{
        position: fixed;
        bottom: 30px;
        height: 60px;
        left: 0;
        width: 100%;
    }
    .zone-grid .dxgvPagerBottomPanel_DevEx {
        width: 100%;
    }

.dataTables_scrollHeadInner {
    background: #DEE7F5;
}
#divZone .js-title {
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 94%;
    display: inline-block;
}

.group-filterRow {
    clear: both;
    border-top: 1px solid #ccc;
    padding: 10px 0;
}
    .group-filterRow .dataTable-search {
        padding-top: 0;
    }
    .group-filterRow input[type="text"] {
        height: 26px;
        width: 210px;
        padding: 2px 10px;
        border: solid 1px #d8d8d8;
        color: #878787;
    }
    .group-filterRow .select-filter p {
        padding: 4px 10px;
        width: 255px;
    }
   
   
    .group-filterRow .main-btn, .group-filterRow .secondary-btn{
        width: 160px;
    }
    .activeOrder-ico {
        background-position: -249px -959px;
    }

#signGroupPopup .secondary-btn, #signGroupPopup .popup-footer .main-btn{
    width: 160px;
}
#signGroupPopup .popup .dataTables_wrapper .dataTables_paginate{
    left: 200px;
}
#signGroupPopup .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 10px 2px;
}
.right{
    float: right;
}
.store-delete{    
    float: right;
    padding: 5px 5px;
}
.icn-store-delete {
    background-position: -23px -146px;
    width: 25px;
    height: 27px;
    display: inline-block;
}
.not-active {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.8;
}
.replaceTxt-error {
    position: absolute !Important;
    text-align: left;
    line-height: 17px;
    font-size: 12px;
    top: 30px;
    right: 0;
}
    .replaceTxt-error .error-msg {
        white-space: nowrap;
    }

#generalSettings .error-msgdrp {
    position: initial;
    margin-top: -20px;
    left: 531px;
    padding-left: 6px;
}
.error-msgdrp {
    color: #f23d38 !important;
}


.select-group-row {
    padding: 15px 5px 15px 16px;
}
.select-group{
    width: 820px;
}
.select-group-row label {
    font-weight: 500;
    font-size: 14px;
    color: #00205C;
    margin-right: 10px;
}
.delete-group{
    display: inline-block;
    vertical-align: middle;
}
.admintab-section .lower-tab .select-filter li{
    width: 100%;
    height: 24px;
    line-height: 24px;
}
.js-wipExceptionDiv {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #00205C;
    top: 210px;
    font-weight: 500;
}

/*=======Sign edit page=======*/

.sign-view-page{
    padding: 80px 10px 10px;
}
.panel {
    border: 1px solid #d2d2d2;
    background: #eff4fa;
}
    .panel .head {
        background: #c2e2f7;
        height: 28px;
        padding: 10px;
    }
    .panel-footer {
        background: #c2e2f7;
        height: 28px;
        padding: 10px;
    }
        .panel .head h2 {
            font-size: 22px;
            color: #02528a;
            font-weight: 500;
            display: inline-block;
            margin-right: 10px;
            vertical-align: middle;
        }
        .panel .head i{
            margin-right: 5px;
            vertical-align: middle;
        }
        .panel .body {
            padding: 20px 10px;
        }
.sign-form label{
    display: inline-block;
    width: 200px;
    padding-right: 10px;
    text-align: right;
}
.sign-form input[type="text"] {
    border: 0;
    padding: 7px 5px;
    width: 269px;
    border: solid 1px #d8d8d8;
}
.sign-form .select-filter input[type="text"] {
    width: 235px;
}
.sign-form {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    flex-direction: row;
    justify-content: space-between;
}
.sign-col {
    align-self: flex-start;
    margin-bottom: 30px;
}

.panel .main-btn{
    height: 28px;
    line-height: 28px;
    width: 150px;
}
.panel .select-filter p{
    padding: 4px 10px;
}

/*=========Sign view panel style============*/
#eventtable tbody tr:last-child .select-filter .link-item,
#eventtable tbody tr:nth-last-child(-n+3) .select-filter .link-item {
    top: auto !important;
    bottom: 28px !important;
}
#eventtable thead{
    position: relative;
    z-index: 1;
}
#btnIsmTemplates sub {
    vertical-align: -webkit-baseline-middle;
}
.pricingSearchStore {
    line-height: 20px;
    padding: 10px 0 0 10px;
    position: absolute;
    top: 4px;
    right: 380px;
}
#storeSearchValue{
    border: 0;
    font-size: 13px;
}
#archiveDetailPopupContent .table-fixed thead,
#archiveDetailPopupContent .table-fixed th {
    background: #DEE7F5;
}
#upcDescriptionPopup .popup
{
    width:900px;
}
#upcDescriptionPopup #upcPopupContent {
    overflow: visible;
    overflow-x: auto;
}
#divUPCDescription .dxgvControl_DevEx .dxgvCSD{
height: 280px !important;
}
/*#ProofBatchGrid .dxgvControl_DevEx table tr td:last-child {
    min-width: 50px;
    width: 50px;
}*/
.js-dropCell .dxpcDropDown_DevEx {
     /*top: 340px !important;*/
    top: auto !important;
}
/*======new JQ grid=======*/
#proofBatchPopup .ui-state-default, #PrintSchedulePopupContent .ui-state-default {
    background: #DEE7F5;
    font-size: 14px;
    font-weight: 600;
    color: #00205C;
    border: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
    border: 0;
    text-align: left;
    border-radius: 0;
}
.ui-jqgrid tr.jqgrow td {
    color: #201f35;
    vertical-align: middle;
    cursor: pointer;
}
#SubTaskGrid.ui-jqgrid tr.jqgrow td {
    cursor: default;
}
.ui-jqgrid #SubTaskGrid tr.jqgrow td{
    cursor: default;
}
.ui-jqgrid tr.jqgrow td a {
    color: #201f35;
    cursor: pointer;
}
.ui-jqgrid tr.jqgrow.ui-state-hover td a {
    color: #00205C;
    text-decoration: underline;
}
.ui-jqgrid-view table th {
    text-align: left;
    padding-left: 5px !important;
}

.ui-jqgrid tr.jqgrow td {
    vertical-align: middle;
    text-align: left !important;
    padding-left: 5px !important;
}
.ui-jqgrid tr.jqgrow td {
    border-right-color: transparent !important;
}
.ui-jqgrid tr.jqgrow td:last-child {
    border-right-color: inherit !important;
}
.ui-jqgrid tr#norecs.jqgrow td {
    color: #00205C !important;
    font-size: 16px;
    text-align: center !important;
}

#proofBatchPopup .ui-widget-content {
    border: 1px solid #e2e2e2 !important;
    border-width: 1px 0 !important;
    border-radius: 0 !important;
}
#proofBatchPopup .ui-search-table input.ui-widget-content {
    text-align: left;
    padding: 2px 4px;
}
    #proofBatchPopup .ui-widget-content.ui-state-highlight {
        /*background: #cdd9ec !important;*/
        background: #fff !important;
    }
#proofBatchPopup #SubTaskGrid .ui-widget-content.ui-state-highlight {
    background: #fff !important;
}
#proofBatchPopup #SubTaskGrid .ui-widget-content.ui-state-highlight:hover {
    background: #ededed !important;
}
.ui-widget-content table td{
    color: #6d6e70 !important;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pager-control{
    margin-left: 480px;
}
.ui-widget-content .ui-pager-control table td {
    color: #00205C !important;
}
#proofBatchPopup .ui-jqgrid .ui-pg-selbox {
    height: 22px;
}
.ui-jqgrid tr.jqgrow td.statusFailed {
    color: #f23d38 !important;
}
.ui-jqgrid tr.jqgrow td.statusSuccessfull {
    color: green !important;
}
.ui-jqgrid tr.jqgrow td.statusComplete {
    color: #FEBC16 !important;
}
#proofBatchPopup .batch-container {
    margin-bottom: 0;
}
.pdf-back{
    margin-bottom: 15px;
}
.pdf-back i {
    background-position: -163px -438px;
    width: 17px;
    height: 14px;
    display: inline-block;
}
.pdf-back .main-btn{
    width: 60px;
    height: 28px;
    margin-left: 0;
}
.ui-jqgrid td input, .ui-jqgrid td select {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.subTaskHeading{    
    margin-left: 100px;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}
    .subTaskHeading table th {
        font-size: 16px;
        width: 170px;
        font-weight: 500;
        text-align: left;
        padding-bottom: 10px;
    }
    .subTaskHeading table td {
        font-size: 15px;
    }
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.ui-search-clear .clearsearchclass {
    background: url('../Images/sprite.png') no-repeat;
    cursor: pointer !important;
    background-position: -114px -698px;
    width: 20px;
    height: 17px;
    display: inline-block;
    position: absolute;
    right: 5%;
    top: 3px;
    font-size: 0;
    display: none;
}
.ui-jqgrid .ui-search-table td.ui-search-clear {
    width: 1px !important;
}
.ui-jqgrid .ui-th-column > .ui-th-div{
    padding-left: 0 !important;
}
#batchPrintLoader{
    position: relative;
    z-index: 11;
}
#jqproofBatchPopupContent,
#subTaskproofBatchPopupContent{
    position: relative;
    z-index: 10;
}
#ui-datepicker-div {
    border-radius: 0;
    padding: 0;
}
    #ui-datepicker-div .ui-datepicker-title {
        line-height: 1.5em;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
    }
    #ui-datepicker-div .ui-widget-header {
        background: #53D2DB;
        border-radius: 0;
    }
    #ui-datepicker-div .ui-datepicker select.ui-datepicker-month,
    #ui-datepicker-div .ui-datepicker select.ui-datepicker-year {
        background: none !important;
        border: 0 !important;
        color: #fff !important;
        font-size: 16px !important;
        color: #6d6e70 !important;
    }
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
    font-size: 18px !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    color: #53D2DB !important;
}
.ui-datepicker-calendar .ui-state-default, .ui-datepicker-calendar .ui-widget-content .ui-state-default {
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff;
}
.ui-datepicker-calendar .ui-state-hover {
    background: #53d2db;
    color: #fff !important;
}


    .ui-datepicker-calendar thead {
        border-bottom: 1px solid #d7d8dd;
    }
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top:2px;
    width: 1.5em !important;
    height: 1.5em !important;
}
    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
        margin-top: -6px !important;
    }

 /*====================new JQ grid end=========================*/
    .uploadWarning {
        width: 710px;
        text-align: center;
        font-size: 20px;
        color: #00205C;
        /* background: #DEE7F5;*/
        clear: both;
        padding: 5px 0;
        margin: 0 auto;
    }
.uploadWarning span{
    display: inline-block;
    width: 520px;
    font-weight: 500;
}
    .uploadWarning .main-btn {
        width: 60px;
        display: inline-block;
        vertical-align: middle;
    }


.pdfPrint-tab .pdfTab{
    cursor: pointer;
}
.pdfPrint-tab .pdfTab.active {
    border-bottom: 3px solid #fff;
}
strong{
    font-weight: 600;
}
.icon-alert {
    background-position: -330px -920px;
    width: 22px;
    height: 18px;
    display: inline-block;
}

/*------------css added to fix devexpress dll upgradation to 21.1 from 15.5------------*/
table.dxgvControl_DevEx {
    border-bottom: 1px solid #e2e2e2 !important;
}

table.dxgvTable_DevEx {
    border-bottom: 1px solid #e2e2e2 !important;
}
/*--------------------------*/
#proofBatchPopupContent .dxgvEmptyDataRow_DevEx td.dxgv,
#ProofBatchGrid_DXMainTable.dxgvTable_DevEx, #ProofBatchGrid {
    border-bottom: 0 !important;
}

#pricingData #detailGridViewZone_DXHeaderTable .dxgvHEC {
    background: #DEE7F5 !important;
}


.reporting-container{
    padding-top: 71px;
    padding-bottom: 20px;
}
.report-date {
    padding: 10px;
    background: #eff4fa;
}
.custom-checkbox{
    line-height: 20px;
    display: inline-block;

}
.report-date input[type="text"] {
    height: 28px;
    width: 125px;
    border: solid 1px #D8D8D8 !important;
    margin-right: 0;
}

.reportFilter .select-filter p {
    padding: 4px 10px;
    margin-top: 10px;
    width: 150px;
    cursor: default;
}
.reportFilter .select-filter .dropdown-arrow {
    cursor: default !important;
}
.reporting-container .log-filter {
    padding: 10px 20px;
}
.reportFilter .log-filter input[type="text"] {
    width: 145px;
    padding-right: 0;
    margin-right: 0;
}
.reportFilter .select-filter input[type="text"] {
    width:150px;
    cursor: default;
}
.reportFilter .disable{
    opacity: 0.4;
    cursor:no-drop;
}
.reporting-container .log-filter {
    position: relative;
    z-index: 2;
}
/*======JQ grid=======*/
.myjq-grid .ui-state-default {
    background: #DEE7F5;
    font-size: 14px;
    font-weight: 500;
    color: #00205C;
    border: 0;
    padding-top: 2px;
    vertical-align: middle;
    border: 0;
    text-align: left !important;
    border-radius: 0;
}

.myjq-grid .ui-jqgrid tr.jqgrow td {
    
}
.ui-jqgrid tr.jqgrow td {
    font-size: 14px;
    height: 26px !important;
}

.myjq-grid{
    position: relative;
    z-index: 1;
    padding-left: 20px;
}
.myjq-grid .ui-jqgrid {
    border-radius: 0;
}
.myjq-grid .ui-jqgrid tr.ui-search-toolbar td input {
    border: 0;
    border-radius: 0;
    height: 21px;
    padding: 2px 4px;    
    text-align: left;
    color: #6d6e70;
}

.report-ico {
    width: 14px;
    height: 18px;
    background-position: -10px -989px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
}

.reporting-container .fileLog-icons {
    padding-top: 38px;
}
.report-search-error {
    color: #f23d38;
    position: absolute;
    left: 1200px;
    top: 22px;
}
.reporting-container .ui-jqgrid .ui-jqgrid-pager .ui-pager-control {
    margin-left: 0;
}

.reporting-container .ui-icon-seek-prev {
    background: url(../Images/sprite.png) no-repeat;
    background-position: -376px -930px;
    width: 22px;
    height: 21px;
}

.reporting-container .ui-icon-seek-next {
    background: url(../Images/sprite.png) no-repeat;
    background-position: -376px -870px;
    width: 22px;
    height: 21px;
}
.reporting-container #first_pager,
.reporting-container #last_pager {
    display: none;
}
.reporting-container .ui-jqgrid .ui-pg-input {
    border-radius: 0;
    background: none;
    border: 1px solid #ccc;
    width: 20px;
}
.reporting-container .ui-jqgrid td input {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.reporting-container .ui-paging-pager .ui-state-hover,
.reporting-container .ui-paging-pager .ui-widget-content .ui-state-hover {
    background-color: transparent;
    border: 0;
    padding: inherit;
}

.reporting-container .ui-widget-content .ui-state-highlight {
    background: #fff;
    color: #201f35;
    border: 1px solid #dddddd !important;
}
.select-filter p, .select-filter p input{
    cursor: pointer;
}
.reporting-container .ui-jqgrid .ui-jqgrid-hdiv .ui-search-toolbar,
.reporting-container .ui-jqgrid .ui-jqgrid-hdiv .ui-search-toolbar .ui-th-column
{
    border-top-width: 0;
}
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column,
.ui-jqgrid .ui-jqgrid-hdiv .ui-search-toolbar .ui-th-column {
    height: 27px;
}
.reporting-container .ui-jqgrid .ui-jqgrid-hdiv .ui-search-toolbar .ui-th-column {
    padding-bottom: 8px;
}



.sign-history{
    border: 1px solid #ccc;
    margin-bottom: 10px;
    width: 700px;
    margin: 0 auto;
}
.acc-head {
    background: #c2e2f7;
    color: #00205c;
    font-size: 20px;
    padding: 6px 15px;
}
.acc-content{
    padding: 15px;
    font-size: 18px;
    display: none;
    max-height: 130px;
    overflow-y: auto;
}

#approveRejectSign table {
    width: 600px;
}
#approveRejectSign table th {
    font-size: 18px;
    color: #00205c;
    text-align: left;
    padding: 5px 2px;
}
    #approveRejectSign table td {
        font-size: 14px;
        padding: 5px 2px;
        color: #878787;
    }

#approveRejectSign .main-text{
    text-align: left;
}
#approveRejectSign .input-section textarea {
    height: 100px;
    box-sizing: border-box;
}
#approveRejectSign .input-section {
    width: 700px;
    margin-bottom: 10px;
}
#approveRejectSign .main-text {
    width: 700px;
}
.arrow-down {
    background-position: -41px -993px;
    width: 18px;
    height: 12px;
    float: right;
    margin-top: 5px;
}

.icon-column-choos {
    background-position: -80px -993px;
    width: 34px;
    height: 34px;
    display: inline-block;
}
.icon-store-print {
    background-position: -133px -993px;
    width: 34px;
    height: 34px;
    display: inline-block;
}
#printReorderContainer .column-chooser {
    top: 204px;
    height: 400px;
}
.reporting-filter-wrapper{
    display: inline-block;
    vertical-align: middle;
    width:719px;
    overflow: hidden;
}
    .reporting-filter-wrapper .icon-input-clear {
        display: inline-block;
    }
    .reporting-filter-wrapper input[type="text"] {
        height: 28px;
        width: 140px;
        border: solid 1px #D8D8D8 !important;
        margin-right: 0;
        padding-left: 5px;
    }
.reporting-filter-wrapper .label{
    display: block;
    margin-bottom: 12px;
    color: inherit;
}

.arrow-next {
    background-position: -271px -12px;
    width: 22px;
    height: 21px;
    display: inline-block;
    vertical-align: top;
}
.arrow-back {
    background-position: -301px -12px;
    width: 22px;
    height: 21px;
    display: inline-block;
    vertical-align: top;
}
.print-filter-arrow{
    margin-top: 25px;
}
.reportFilter .main-btn {
    margin: 0;
}
.filter-slide {
    display: inline-block;
    width: 1100px;
    transition-duration: 1s;
}


#confirmRestoreOrderPopup .popup-content {
    min-height: 110px;
    text-align: center;
    padding: 15px 50px;
    line-height: 25px;
}
#confirmRestoreOrderPopupContent{
    max-height: 130px;
    overflow: auto;
}
#confirmRestoreOrderPopupContent .main-text{ 
    font-weight: 500;
}
#pricingData .dxgvHCEC .dx-ac {
    text-align: left;
}
.groupSKULabelText {
    color: #00205C;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin: auto;
    box-sizing: border-box;
    line-height: 23px;
    overflow-wrap: break-word;
    
}


.sku-removed {
    position: absolute;
    top: 450px;
    right: 15px;
    width: 570px;
}
    .sku-removed .upcGroup-table table tr td {
        width: 33% !important;
    }
    .sku-removed .upcGroup-table {
        border: solid 1px #e2e2e2;
    }
#groupingStatusDrop p .dropdown-arrow{
    top: 7px;
}
.groupSKULabelText .dropdown-arrow {
    position: static;
    vertical-align: middle;
    height: 12px;
}
#btnRemoveSelected {
    position: absolute;
    z-index: 100;
    right: 0;
    width: 120px;
    top: 25px;
}


.print-schedule-wrapper .myjq-grid {
    padding-left: 0;
}
.print-schedule-wrapper {
    width: 700px;
    padding-top: 10px;
}
.print-schedule-wrapper table{
    
}
    .print-schedule-wrapper .ui-jqgrid th.ui-th-column {
        height: 40px;
        background: #DEE7F5;
        color: #00205C;
        vertical-align: middle;
    }
.print-schedule-wrapper .ui-jqgrid tr.jqgrow td {
    height: 38px !important;
    vertical-align: middle;
}
.print-schedule-wrapper .ui-widget.ui-widget-content {
        border: 1px solid #dfdfdf !important;
    }
    .print-schedule-wrapper .ui-jqgrid tr.jqgrow td select,
    .print-schedule-wrapper .ui-jqgrid tr.jqgrow td input[type="text"] {
        width: 90%;
        border: solid 1px #DEE7F5;
        outline: none;
    }
    .print-schedule-wrapper .ui-widget-content .ui-state-highlight {
        background: #fff;
    }

.print-schedule-link {
    box-shadow: 0px 0px 3px 0px #666;
    padding: 10px;
}

.select-print-time{
    text-align: center;
}
.select-print-time label {
        color: #60c8d3;
        margin-right: 5px;
    }
.select-print-time input{
    border: solid 1px #d8d8d8;
    padding: 5px;
    margin-right: 10px;
    color: #878787;
    width: 120px;
}


#PrintSchedulePopupContent .myjq-grid, .jqgrid-ContentDiv .myjq-grid {
    padding-left: 0;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #fff;
    border: 1px solid #dad55e;
}
#PrintSchedulePopupContent .ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td, .jqgrid-ContentDiv .ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td {
    height: 29px !important
}

/*.popup{
    width: 1034px;
    margin-left: -517px;
}*/
#PrintSchedulePopupContent .ui-jqgrid .ui-jqgrid-pager .ui-pager-control, .jqgrid-ContentDiv .ui-jqgrid .ui-jqgrid-pager .ui-pager-control {
    margin-left: 430px;
}

.globalOrderSearchDiv {
    width: 278px;
    height: 34px;
    position: fixed;
    top: 79px;
    right: 201px;
    z-index: 10;
    padding: 0;
    border: solid 1px #D8D8D8 !important;
    background: #ffffff !important;
}

.globalOrderSearchInput {
    padding: 0;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 1px;
    border: 0px !important;
    width:100%;
    height: 100%;
    font-size: 13px;
    color: #878787;
    background: none;
    padding-left: 10px;
}

.enter-upc-col {
    float: left;
    width: 182px;
}




.enter-upc-filter .main-btn {
    position: absolute;
    width: 80px;
    text-align: center;
    margin-left: 1%;
    /* background: #004A98 url(../Images/down-arrow.png) 90% 50% no-repeat; */
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
}


.Upc-Filter-Table {
    float: left;
    width: 49%;
}
.UPC-NotMatched-Table {
    float: right;
    width: 49%;
}

.Upc-Filter-Table.popgrid-container {
    overflow: visible;
}
.UPC-NotMatched-Table.popgrid-container {
    overflow: visible;
}

.upc-fiterTable-labels{
    font-size: 20px;
    margin-bottom: 10px;
    color: #00205C;
    font-weight: bold;
    display:block;
    
}
.Upc-Filter-Table table tr td, .upcGroup-table table tr th {
    padding-right: 30px !important;
}
.UPC-NotMatched-Table table tr td, .upcGroup-table table tr th {
    padding-right: 30px !important;
}

.notMatch-Upc-download {
    position: absolute;
    z-index: 100;
    right: 24px;
    top: 210px;
}
.upcfilter-buttons
{
    width:9% !important;
}
/*Upload Upc Filter*/
.upload-UPC-Filter {
    float: right;
    /*width: 393px;*/
}
    .upload-UPC-Filter label {
        display: block;
        margin-bottom: 5px;
        color: #00205C;
        font-weight: bold;
    }

    .upc-filter-popup .popup{
        width:1000px;
    }

.upc-filter-wrapper label {
    display: block;
    margin-bottom: 5px;
    color: #00205C;
    font-weight: bold;
}

.upc-filter-wrapper {
    position: relative;
    height: 80px;
}

.enter-upc-filter
{
    float:left;
    width:400px;
}

 .enter-upc-filter .searchText {
        width: 315px;
        height: 40px;
        border: solid 1px #d8d8d8;
        padding: 5px;
        resize: unset;
        /*background: #f9f9f9;*/
        box-sizing: border-box;
        float: left;
    }

#UpcNotMatchedTable .dataTables_sizing
{
    display:none;
    width:0;
    height:0;
}
#UpcFilterTable .dataTables_sizing {
    display: none;
    width: 0;
    height: 0;
}
/*CSS to emp Sync records*/
.empSynched {
    background-color: #bbe7fc;
}
.empSyncReady {
    background-color: #d4edfa;
}

/*CSS to choose excel column*/
.signExcelColumn-chooser {
    background: #00205C;
    color: #fff;
    padding-left: 4px;
    z-index: 100;
   
}



    .signExcelColumn-chooser h1 {
        color: #53D2DB;
        font-size: 22px;
        font-weight: 600;
        padding: 0 0 15px 0;
    }

    .signExcelColumn-chooser p {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .signExcelColumn-chooser a.reset {
        border: 1px solid #fff;
        border-radius: 5px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        width: 70px;
        color: #fff;
        display: block;
        float: right;
    }

.signExcelColumn {
    height: 300px;
    overflow: auto;
    /*float: left;*/
    width: 100%;
    margin-top: 15px;
    padding-left:10px;
}


.signAdsClosePopup {
    background-position: -212px -49px;
    width: 25px;
    height: 25px;
    float: right;
    padding: 1px 4px;
}

.signAdsdetailsPopuheader {
    padding: 4px 4px;
    height: 39px;
}
.SignAdsLabelClass {
    margin-bottom: 7px;
    margin-top: 11px;
}

#PrintSchedulePopupContent .ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td, .jqgrid-ContentDiv .ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td
.md-radio label:after {
    top: 4px !important;
    left: 3px !important;
}

#pg_activeCouponpager, #pg_eventDatapager, #pg_patricipatingItempager {
    margin-left: 1px !important;
}

#activeCouponpager_left, #eventDatapager_left, #patricipatingItempager_left {
    display: none;
}

.SignAdsLabelClass .sign-info {
    font-weight: bold;
    color: #00205C;
    font-size: 15px;
}

.signAds-ico {
    background-position: -212px -520px;
    width: 20px;
    height: 29px;
    display: inline-block;
}


.jqgrid-ContentDiv .ui-state-default {
    background: #DEE7F5;
    font-size: 14px;
    font-weight: 600;
    color: #00205C;
    border: 0;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    vertical-align: middle;
    border: 0;
    text-align: left;
    border-radius: 0;
}

.signAds-content .ui-jqgrid .ui-jqgrid-hdiv .ui-search-toolbar .ui-th-column {
    border-top-width: 0px;
    border-top-style: none;
}

#signAdsDeatilsPopup .lower-overlay
{
    height:100% !important;
}

#uploadOrderConfirmationPopup .popup {
    height: auto;
    min-height: 1px;
    border: 1px solid #ccc;
    padding: 10px 0;
    width: 782px;
    margin-left: -392px;
    display: table;
    z-index:120;
}

#uploadOrderConfirmationPopup .main-btn {
    width: 80px;
}

#uploadOrderConfirmationPopup .popup-content {
    height: auto;
    width: auto;
    display: table-cell;
    vertical-align: middle;
}

    #uploadOrderConfirmationPopup .popup-content span {
        display: block;
        font-size: 18px;
        width: 547px;
    }

#divUploadOrderActions {
    display: table-cell;
    vertical-align: middle;
}

.dashboardPaginantion {
    display: block;
    padding-left: 483px;
    margin-bottom: 34px;
    height: 10px;
    line-height: 7px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    position: fixed;
    /* width: 96%; */
    bottom: 0px;
    left: 0;
    /* padding: 0px 2%; */
    /* background: #1B75BC; */
    z-index: 10;
}

    .dashboardPaginantion a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        background: #fff;
    }

.dashboardPaginantion a.active {
            background-color: blue;
            color: white;
        }

.dashboard-pin {
    position: absolute;
    left: 204px;
    top: 14px;
    width: 0px;
}



.dashboard-pinLabel {
    font-size: large;
    /* padding-left: 350px; */
    /* position: absolute; */
    /* margin-top: -327px; */
    /* margin-bottom: 7px; */
    color: #00205C;
    font-weight: bold;
    /* float: unset; */
    display: block;
    width: 1197px;
    margin: 0 auto 3px;
}
.div-pinnedItems {
    margin-bottom: 54px;
    margin-top: 2px;
}

    .div-pinnedItems .customer-selection {
        text-align: start;
        margin-left: 183px;
    }



.pin-icon {
    background: url(../Images/pin-icon.png) no-repeat;
    background-image: src(..Images/pin-icon.png);
    background-size: contain;
    display: inline-block;
    width: 23px;
    height: 20px;
    cursor: pointer !important;
}

.maxClientPinAlert {
    color: #00205C;
    font-weight: 600;
}

th.tooltip {
    position: relative;
    z-index: 35;
}
.custom-check label.inactive {
    background-position: 0px -43px !important;
}
.invalid-password{
    color:red !important;
}

.ui-jqgrid .ui-jqgrid-hdiv .ui-search-toolbar .ui-th-column {
    border-top-width: 0px;
    border-top-style: none;
}
.ui-jqgrid .ui-search-table .ui-search-input > input[type=text], .ui-jqgrid .ui-search-table .ui-search-input > select {
    margin-top: 5px;
    background: #fff;
    height: 28px;
    padding: 1px 5px;
    border: solid 1px #d8d8d8;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.ui-jqdialog .ui-jqdialog-titlebar {
    min-height: 35px;
    cursor: move;
    padding: 9px 1px;
    background: #1B75BC;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.ui-jqdialog .fm-button .fm-button-text {
    padding: 0 .2em;
    font-size: 14px;
    color: #fff;
    background: #004A98;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    width: 88px;
    text-align: center;
    border: 0;
    cursor: pointer;
    outline: none;
    display: inline-block;
    margin: 0 10px;
    font-weight: 500;
    position: relative;
}
.password-rules li {
    margin-bottom: 0.3em;
}