/*** General CSS ***/

* {
    outline: none !important;
}

html, body.ww-login-body, address {
    height: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, a, buton, article, p, aside, ul, ol, li {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

a, button {
    text-decoration: none !important;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}

form-control:focus {
    box-shadow: none;
    border: 2px solid #00a8ff;
}

.modal-backdrop, .modal {
    left: 160px;
}

.blur {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    color: transparent;
    opacity: 0.7;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Likely future */
}

.btn {
    border-radius: 0;
}

/**** Login Page ****/

.ww-login-outer {
    background: rgba(0, 0, 0, 0.94) url(../images/login-bg.png) no-repeat left 100px;
    width: 100%;
    min-height: 100%;
    height: 100%;
    position: relative;
}

.ww-login-inner {
    max-width: 350px;
    width: 100%;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
}

.login-logo {
    font-size: 60px;
    color: #00A8FF;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.login-logo span {
    text-decoration: none;
}

.admin-login-logo {
    font-size: 60px;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.admin-login-logo span {
    text-decoration: none;
}

.admin-login-logo:hover {
    opacity: 0.7;
    color: #FFFFFF;
}

.ww-login-inner h1 {
    margin: 0;
    color: #FFF;
    font-size: 30px;
    margin-bottom: 10px;
}

.ww-login-inner h4 {
    color: #fff;
}

.ww-login-inner form .form-group {
    position: relative;
}

.ww-login-inner form label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 700;
    color: #808080;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 0 15px;
    line-height: 62px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}

.ww-login-inner form label.ww-move-up {
    position: static;
    margin-bottom: 10px;
    line-height: normal;
    padding: 0;
    color: #FFF;
    display: inline-block;
    text-align: left;
    width: 100%;
}

.ww-login-inner form input {
    padding: 15px;
    font-weight: 700;
    height: auto;
    min-height: 62px;
    color: #808080;
    border: 2px solid transparent;
}

.ww-login-btn {
    width: 100%;
    background: #00a8ff;
    border: 0;
    font-weight: 700;
    font-size: 16px;
    color: #FFF;
    min-height: 62px;
}

.ww-login-btn:hover {
    background: #0098ef;
    color: #FFF;
}

.ww-login-inner form > a {
    color: #7A7A7A;
    font-weight: 700;
    display: inline-block;
    font-size: 12px;
}

.ww-login-inner form > a:hover {
    color: #00a8ff;
}

.ww-powered-by {
    text-align: left;
    padding: 7px;
    display: inline-block;
    font-family: proximaregular;
    font-style: italic;
    color: #c0c0c0;
}

.ww-powered-by p {
    margin-bottom: 5px;
}

.ww-powered-by a {
    display: inline-block;
}

.ww-powered-by a img {
    display: inline-block;
    width: auto;
    max-width: 140px;
}


/**** Inner Page ( Goods Out) ****/

.aside-close {
    color: #fff;
    left: 180px;
    position: absolute;
    top: 10px;
    z-index: 1100;
    opacity: 1;
}

.ww-side-panel {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 230px;
    z-index: 999;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.ww-side-panel.ww-menu-toggle {
    left: -230px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.ww-side-main {
    max-width: 160px;
    width: 100%;
    background: #121314;
    height: 100%;
    z-index: 10;
    position: relative;
    padding-bottom: 80px;
    min-height: 100%;
}

.ww-content {
    width: 100%;
    padding: 15px 0;
    display: inline-block;
    border-bottom: 1px solid #303030;
}

.ww-content1 {
    width: 100%;
    padding: 15px 0;
    display: inline-block;
}

.ww-side-main .ww-inner-logo {
    color: #00A8FF;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 0 20px;
}

.ww-side-main .ww-inner-logo:hover {
    opacity: 0.7;
}

.ww-side-main .ww-inner-logo span {
    font-size: 60px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.ww-side-main .ww-search {
    padding: 0 20px;
}

.ww-side-main .ww-search input {
    min-height: 40px;
    border-radius: 7px;
}

.ww-user-info {
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0 20px;
}

.ww-user-info .ww-user-pic {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    background: #7a7a7a;
    color: #FFF;
    line-height: 75px;
}

.ww-user-info .ww-user-setting {
    position: absolute;
    right: 20px;
    top: 0;
}

.ww-user-info .ww-user-setting a {
    color: #c0c0c0;
    font-size: 16px;
}

.ww-user-info .ww-user-setting a:hover {
    color: #0098ef;
}

.ww-user-descp {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
}

.ww-user-descp > a {
    font-size: 20px;
    color: #c0c0c0;
    font-weight: 400;
}

.ww-user-descp > a:hover, .ww-user-descp > a:focus {
    color: #00a8ff;
}

.ww-user-descp .ww-user-content {
    margin: 10px 0;
    padding: 0 5px;
    font-size: 14px;
    color: #c0c0c0;
    display: none;
}

.ww-dasboard-menu {
    max-height: 550px;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
}

/*.ww-dasboard-menu li:nth-last-child(2) { margin-top:150px; } */
.ww-dasboard-menu li a, .ww-user li a {
    color: #c0c0c0;
    padding: 10px 10px;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    border-top: 1px solid #303030;
    text-align: left;
    line-height: 26px;
    border-left: 4px solid transparent;
    vertical-align: bottom;
}

.ww-dasboard-menu li a span, .ww-user li a span {
    font-size: 22px;
    line-height: 22px;
    float: left;
    vertical-align: middle;
    margin-right: 10px;
}

.ww-dasboard-menu li a:hover, .ww-dasboard-menu li.active a,
.ww-user li a:hover, .ww-user li.active a {
    color: #00a8ff;
    background: #000;
    border-left-color: #00a8ff;
    border-top-color: #000;
}

.ww-dasboard-menu li.active + li a, .ww-dasboard-menu li:hover + li a,
.ww-user li.active + li a, .ww-user li:hover + li a {
    border-top-color: #000;
}

.ww-dasboard-menu li.active a.parent-menu {
    border-top-color: #303030;
}

.ww-dasboard-menu li.active a.parent-menu {
    background: #121314;
}

.ww-dasboard-menu li a.parent-menu i {
    float: right;
    line-height: 24px;
    color: #c0c0c0;
}

.ww-dasboard-menu li ul.submenu {
    display: none;
}

.ww-dasboard-menu li.active ul.submenu {
    display: block;
}

.ww-dasboard-menu li ul li a,
.ww-dasboard-menu li.active ul li a {
    background: #000000;
    border-left-color: #c0c0c0;
    border-top-color: #121212;
    color: #c0c0c0;
}

.ww-dasboard-menu li.active ul li a:hover, .ww-dasboard-menu li.active ul li.active a
.ww-dasboard-menu li ul li a:hover, .ww-dasboard-menu li ul li.active a {
    border-left-color: #fff;
    color: #fff;
}

.ww-user {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.ww-user .ww-powered-by {
    margin: 30px 0 10px;
    padding: 0 15px
}

.ww-user .ww-powered-by a, .ww-user .ww-powered-by a img {
    max-width: 100%;
    display: inline-block;
}

.ww-filter-panel {
    height: 100%;
    min-width: 300px;
    background: #222326;
    position: absolute;
    box-shadow: 1px 0 5px #606060;
    left: -100px;
    top: 0;
    z-index: 9;
    transition: left 0.3s ease-in 0s;
    -webkit-transition: left 0.3s ease-in 0s;
    -moz-transition: left 0.3s ease-in 0s;
}

.ww-filter-panel.active {
    left: 160px;
}


#close-btn.ww-close {
    visibility: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #FFF;
    cursor: pointer;
    z-index: 15;
}

#close-btn.active {
    visibility: visible;
}

#close-btn.ww-close:hover {
    color: #FFF;
    opacity: 0.7;
}

.ww-btn-main {
    height: 100%;
    position: relative;
    float: right;
    width: 40px;
}

.ww-bg-blue {
    background: #0098ef;
}

.ww-btn-main .ww-close-btn {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    vertical-align: middle;
}

.ww-btn-main .ww-close-btn a {
    height: 0;
    position: absolute;
    right: -43px;
    color: #FFF;
    text-align: center;
    top: 50%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    width: 150px;
}

.ww-btn-main .ww-close-btn a span {
    width: 30px;
}

.ww-btn-main .ww-close-btn a:hover {
    color: #FFF;
    opacity: 0.7;
}

.ww-filter-content {
    position: relative;
    max-width: 260px;
    width: 100%;
    padding: 120px 30px 0;
    float: left;
    height: 100%;
}

.ww-filter-content h2 {
    margin: 0;
    padding: 0;
    color: #0098ef;
    font-size: 24px;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
}

.ww-filter-content select.form-control, .ww-filter-content input.form-control {
    height: 30px;
    margin-bottom: 15px;
    color: #122035;
    border-radius: 0;
    border: 1px solid #d8d8d7 inset;
    font-size: 14px;
    padding: 0 15px;
}

.ww-filter-content select.multiselect {
    height: 75px;
}

.ww-filter-content label {
    color: #ccc;
}

.ww-filter-content select option {
    padding: 7px 15px;
}

.ww-filter-content select.multiselect option {
    padding: 3px 0;
}

.ww-filter-content .input-group {
    color: #FFF;
    margin-bottom: 15px;
    width: 100%
}

.ww-filter-content .input-group .form-control {
    display: table-cell;
    width: 40%;
}

.ww-filter-content .input-group .form-control:first-child {
    margin-right: 15px;
}

.ww-filter-content button {
    border-radius: 0;
    background: #00a8ff;
    font-weight: 400;
    border: 0;
    color: #FFF;
    font-size: 16px;
}

.ww-filter-content button.btn.btn-default:hover, .ww-filter-content button.btn.btn-default:focus {
    background: #0098ef;
    color: #FFF;
}

.filter-btn {
    padding-top: 20px;
    border-top: 4px solid #999999;
    margin-top: 0px;
}

.ww-check-select {
    display: inline-block;
}

.ww-check-select .input-check {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    text-transform: uppercase;
    font-family: textabold;
    color: #b3b2b7;
}

.ww-check-select .input-check label, .ww-check-select .input-check span {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    margin-right: 10px;
    position: relative;
    border: 1px solid #d8d8d7 inset;
    background: #FFF;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #c9c9c9;
}

.ww-check-select .input-check input[type=checkbox] {
    display: none;
}

.ww-check-select .input-check label:before {
    color: #FFF;
    content: "\e200";
    font-family: 'ds-font';
    vertical-align: top;
    line-height: 36px;
    font-size: 12px;
}

.ww-check-select .input-check label:before {
    border-radius: 3px;
}

.ww-check-select .input-check input[type=checkbox]:checked + label:before {
    content: "\e100";
    font-family: 'ds-font';
    color: #00A8FF;
    line-height: 14px;
}


.ww-main-container {
    margin: 0;
    position: relative;
    margin-left: 200px;
    padding-top: 80px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.ww-main-container.mr-left0, .ww-head-top.mr-left0 {
    margin-left: 0;
}

.ww-main-container.ww-no-filter {
    margin: 0;
    margin-left: 160px;
}

.ww-main-container.ww-no-filter .ww-head-top {
    margin-left: 160px;
}

.ww-head-top {
    background: #fff;
    box-shadow: 0 2px 7px #9d9d9d;
    display: inline-block;
    left: 0;
    margin-left: 200px;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.ww-head-top h1 {
    float: left;
    margin: 0;
    padding: 0 20px;
    color: #969696;
    font-size: 32px;
}

.ww-main-container.ww-no-filter .ww-head-top h1 {
    padding: 0;
}

.ww-head-top h1 a {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    color: #969696;
    font-size: 32px;
}

.ww-head-top h1 a span {
    color: #00a8ff;
    margin-left: -27px;
    margin-right: 10px;
}

.ww-head-top h1 a:hover {
    color: #00a8ff;
}

.ww-head-top > ul {
    margin: 0;
    float: right;
}

.ww-head-top > ul > li {
    vertical-align: top;
    position: relative;
    padding: 0;
    margin-left: 5px;
}

.ww-head-top > ul > li > a {
    padding: 10px 20px;
    font-weight: 400;
    background: #E6E6E6;
    display: inline-block;
    color: #222326;
    font-size: 16px;
}

.ww-head-top > ul > li > a:hover {
    background: #00a8ff;
    color: #FFF;
}

.ww-head-top > ul > li ul.ww-drop {
    position: absolute;
    top: 120%;
    background: #FFF;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 5px #ddd;
}

.ww-head-top > ul > li ul.ww-drop li {
    display: inline-block;
    width: 100%;
}

.ww-head-top > ul > li ul.ww-drop li a {
    padding: 5px 15px;
    display: inline-block;
    font-weight: 400;
    width: 100%;
    color: #222326;
    border-bottom: 1px solid #efefef;
    font-size: 15px;
}

.ww-head-top > ul > li ul.ww-drop li:last-child a {
    border-bottom: 0;
}

.ww-head-top > ul > li ul.ww-drop a:hover {
    color: #FFF;
    background: #00a8ff;
}

.ww-head-top select {
    height: 43px;
}

.ww-goods-detail {
    width: 100%;
    display: inline-block;
    padding: 20px;
}

.ww-goods-detail > p {
    padding-left: 21px;
    color: #B0B0B0;
    font-weight: 400;
    font-size: 16px;
}

.ww-goods-detail .content_head_top > ul > li {
    vertical-align: top;
    position: relative;
    padding: 0;
    margin-left: 5px;
}

.ww-goods-detail .content_head_top > ul > li > a,
.ww-goods-detail .content_head_top > ul > li .input_button {
    padding: 10px 20px;
    font-weight: 400;
    background: #E6E6E6;
    display: inline-block;
    color: #222326;
    font-size: 16px;
}

.ww-goods-detail .content_head_top > ul > li .input_button {
    border: none;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}

.ww-goods-detail .content_head_top > ul > li > a:hover,
.ww-goods-detail .content_head_top > ul > li .input_button:hover {
    background: #00a8ff;
    color: #FFF;
}

.ww-goods-detail .content_head_top > ul > li ul {
    position: absolute;
    top: 100%;
    background: #FFF;
    left: 0;
    box-shadow: 0 2px 5px #ddd;
}

.ww-goods-detail .content_head_top > ul > li ul li {
    display: inline-block;
    width: 100%;
}

.ww-goods-detail .content_head_top > ul > li ul li a {
    padding: 5px 15px;
    display: inline-block;
    font-weight: 400;
    width: 100%;
    color: #222326;
    border-bottom: 1px solid #efefef;
    font-size: 15px;
}

.ww-goods-detail .content_head_top > ul > li ul li:last-child a {
    border-bottom: 0;
}

.ww-goods-detail .content_head_top > ul > li ul a:hover {
    color: #FFF;
    background: #00a8ff;
}

.ww-goods-detail .content_head_top select {
    height: 43px
}

/*.ww-goods-detail table thead tr th:last-child, .ww-goods-detail table tbody tr td:last-child { width:40% }*/
.ww-goods-detail table thead tr th, .ww-goods-detail table tbody tr td {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

.ww-goods-detail table tbody tr td {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.ww-goods-detail table thead tr th span, .ww-goods-detail table tbody tr td span { /*color:#969696; font-size:20px;*/
}

.ww-goods-detail table tbody tr td a {
    color: #337AB4;
}

.ww-goods-detail table tbody tr td a:hover {
    color: #00a8ff;
}

.ww-check-select {
    display: inline-block;
}

.ww-check-select .input-check {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    text-transform: uppercase;
    font-family: textabold;
    color: #b3b2b7;
}

.ww-table-check .input-check label {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    margin-right: 10px;
    position: relative;
    font-size: 20px;
    width: 15px;
    height: 15px;
    background: #FFF;
    border: 1px solid #c9c9c9;
}

.ww-table-check .input-check input[type=checkbox] {
    display: none;
}

.ww-table-check .input-check label:before {
    bottom: 0;
    color: #fff;
    content: "";
    font-family: "ds-font";
    font-size: 8px;
    left: 0;
    line-height: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.ww-table-check .input-check label:before {
    border-radius: 0;
}

.ww-table-check .input-check input[type=checkbox]:checked + label:before {
    content: "\e100";
    color: #00a8ff;
    font-family: 'ds-font';
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.ww-text-green {
    color: #8BC53F;
}


/**** Print Pop Up ****/

.ww-print-pop .modal-content {
    box-shadow: none;
}

.ww-print-pop .modal-content {
    border-radius: 15px;
}

.ww-print-pop .modal-content .modal-header {
    border: 0;
    padding: 0 15px;
}

.ww-print-pop .modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.ww-print-pop .modal-content h4 {
    color: #969696;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}

.ww-print-pop .modal-body p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 24px;
}

.ww-print-pop .input-group {
    margin: 0 auto;
    max-width: 320px;
    text-align: left;
    width: 100%;
}

.ww-print-pop .input-group a {
    color: #00a8ff;
    border-bottom: 1px solid transparent;
}

.ww-print-pop .input-group a:hover {
    color: #00a8ff;
    border-bottom: 1px solid #00a8ff;
}

.ww-print-pop .ww-check-select {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
}

.ww-print-pop .modal-footer {
    margin-top: 30px;
    border-color: #e6e6e6;
}

.ww-print-pop .modal-footer button {
    border-radius: 0;
    background: #e6e6e6;
    color: #222326;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    border: 0;
}

.ww-print-pop .modal-footer button:hover {
    background: #00A8FF;
    color: #FFF;
    font-weight: 400;
}

/**** Print Page ****/

.ww-print-outer {
    position: relative;
    width: 100%;
    min-height: 100%;
}

.ww-print-detail {
    display: table;
    height: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    vertical-align: top;
}

.ww-print-detail .ww-tabs {
    width: 268px;
    display: inline-block;
    background: #f0f0f0;
    float: left;
    box-shadow: 4px 0 4px #d6d6d6;
}

.ww-print-detail .ww-tabs h3 {
    border-bottom: 1px solid #e6e6e6;
    color: #777;
    padding: 15px 0 15px 30px;
    margin: 0;
    margin-bottom: 10px;
}

.ww-print-detail .ww-tabs ul {
    display: inline-block;
    width: 100%;
}

.ww-print-detail .ww-tabs ul li {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #e6e6e6;
}

.ww-print-detail .ww-tabs ul li a {
    width: 100%;
    display: inline-block;
    padding: 10px 15px 10px 30px;
    color: #777;
    font-size: 16px;
}

.ww-print-detail .ww-tabs ul li a span {
    font-size: 11px;
    font-style: italic;
}

.ww-print-detail .ww-tabs ul li.active a, .ww-print-detail .ww-tabs ul li a:hover {
    background: #00a8ff;
    color: #FFF;
}

.ww-print-detail .ww-tabs ul li.active a::after {
    content: '\f105';
    color: #FFF;
    font-family: 'FontAwesome';
    float: right;
    font-size: 16px;
}

.ww-print-detail .tab-content {
    vertical-align: top;
    padding: 60px 80px;
    width: calc(100% - 268px);
    -moz-width: calc(100% - 268px);
    -webkit-width: calc(100% - 268px);
    display: inline-block;
}

.ww-print-detail .tab-content h3 {
    margin: 0;
    margin-bottom: 15px;
}

.ww-print-detail .tab-content ul {
    border: 1px solid #e6e6e6;
    margin: 0;
    display: inline-block;
}

.ww-print-detail .tab-content ul li {
    border-right: 1px solid #e6e6e6;
    padding: 5px 15px;
    font-size: 14px;
}

.ww-print-detail .tab-content ul li:last-child {
    border-right: 0;
}

.ww-print-detail .tab-content ul li label {
    font-weight: 700;
    font-size: 14px;
}

.ww-print-detail .ww-bar-code {
    width: 100%;
    display: inline-block;
    margin: 35px 0;
}

.ww-print-detail .ww-bar-code img {
    width: 100%;
    max-width: 240px;
    display: inline-block;
}

.ww-print-detail address {
    color: #333;
    display: inline-block;
    width: 100%;
}

.ww-print-detail address strong {
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}

.ww-print-detail table {
    width: 100%;
}

.ww-print-detail table thead tr th, .ww-print-detail table tbody tr td {
    padding: 20px 40px;
    font-size: 16px;
}

.ww-print-detail table tbody tr td {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.ww-print-detail table tbody tr td:nth-child(4), .ww-print-detail table tbody tr td:nth-child(5), .ww-print-detail table tbody tr td:nth-child(6) {
    text-align: center;
}

.ww-print-detail table tr td a {
    color: #337AB7;
}

.ww-print-detail table tr td a:hover {
    color: #00a8ff;
}


.ww-batch-outer {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding-bottom: 40px;
}

.ww-batch-detail {
    display: inline-block;
    padding-top: 20px;
    height: 100%;
    min-height: 100%;
    vertical-align: top;
}

.ww-batch-detail p {
    color: #b0b0b0;
    font-size: 16px;
    font-weight: 400;
    padding-left: 40px;
}

.ww-batch-detail table {
    width: auto;
    margin-bottom: 15px;
}

.ww-batch-detail table thead tr th, .ww-batch-detail table tbody tr td {
    padding: 20px 40px;
    font-size: 16px;
}

.ww-batch-detail table tbody tr td {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.ww-batch-detail table tr td a {
    color: #337AB7;
}

.ww-batch-detail table tr td a:hover {
    color: #00a8ff;
}

.ww-btn-box {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #e6e6e6;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
}

.ww-btn-box + label {
    margin: 0 5px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.ww-btn-box + label.ww-green {
    color: #8AB848;
}

.ww-btn-box + label.ww-blue {
    color: #00a8ff;
}

.ww-btn-box > a {
    width: 100%;
    float: left;
}

.ww-btn-box > a > span {
    color: #000;
    font-size: 10px;
    float: left;
    width: 100%;
    line-height: 20px;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
}

.ww-btn-box:hover {
    background: #00a8ff;
}

.ww-btn-box > a > span.ww-green, .ww-btn-box.ww-green:hover {
    background: #8AB848;
    color: #FFF;
}

.ww-btn-box:hover > a > span {
    color: #FFF;
}

.ww-na {
    color: #B0B0B0;
}

.ww-info {
    margin-left: 25px;
    color: #e6e6e6;
    cursor: pointer;
    font-size: 20px;
    vertical-align: middle;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
}

.ww-info:hover {
    color: #ea1c24;
    text-transform: uppercase;
}

.ww-info-red {
    margin-right: 10px;
    color: #ea1c24;
    font-size: 20px;
    vertical-align: middle;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
}

.ww-progress {
    background-color: #F1F1F1;
    border-radius: 0;
    bottom: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    left: 200px;
    margin-bottom: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    height: 40px;
}

.ww-progress .progress-bar {
    background: #8BC53F;
    line-height: 40px; /*padding-right:25px;*/
    font-size: 15px;
    color: #000;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    text-align: right;
}

.ww-main-container.ww-no-filter .ww-progress {
    left: 160px;
}

.ww-model .modal-content {
    border-radius: 15px;
}

.ww-model .modal-content .modal-header {
    border: 0;
    padding: 0 15px;
    padding-top: 30px;
}

.ww-model .modal-content .modal-body {
    padding: 15px 25px;
}

.ww-model .modal-header .close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-weight: normal;
    color: #000000;
    opacity: 0.6;
}

.ww-model .modal-content h4 {
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}

table thead tr th, table thead tr th a {
    vertical-align: middle;
    font-weight: bold;
    color: #222326;
}

.ww-timeline {
    display: inline-block;
    padding: 10px 0 15px 0;
    position: relative;
    width: 100%;
    margin: 15px 0;
}

.ww-timeline::before {
    left: 94px;
    position: absolute;
    content: "";
    background: #ccc;
    width: 7px;
    bottom: 0;
    top: 0;
    border-radius: 3px;
}

.ww-timeline-main {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.ww-timeline-date {
    position: relative;
    float: left;
    max-width: 120px;
    color: #7a7a7a;
}

.ww-timeline-date::after {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    color: #4d4d4d;
    content: "\f10c";
    font-family: fontAwesome;
    font-size: 28px;
    left: 84px;
    line-height: 32px;
    position: absolute;
    top: -10px;
    font-weight: bold;
}

.ww-timeline-descp {
    float: right;
    -moz-width: calc(100% - 120px);
    -webkit-width: calc(100% - 120px);
    width: calc(100% - 120px);
}

.ww-timeline-descp h2 {
    margin: 0;
    margin-bottom: 5px;
    color: #7a7a7a;
    font-size: 16px;
}

.ww-timeline-descp p {
    color: #000;
}

.ww-filter-wrapper {
    padding: 10px 20px;
    margin: 0px 20px;
    background: #e6e6e6 none;
    border: 1px solid #ccc;
}

.ww-filter-wrapper .btn {
    padding: 5px 20px;
}

.filter_item_list {
    max-height: 200px;
    overflow-y: auto;
}

.btn_get_selling_sku, .btn_get_high_value_sku, .field_no_of_sku, .field_date_from, .field_date_to {
    display: none;
}

.ww-stoketake-pop .modal-content h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}

.ww-stoketake-pop .modal-content .modal-header {
    padding: 10px 15px;
    border-bottom: solid 1px #aaa;
}

.ww-stoketake-pop table.phone_number tr td input[type="button"] {
    background: #ffffff none repeat scroll 0 0;
    font-size: 17px;
    margin: 2px;
    padding: 16px 0;
    width: 59px;
}

.ww-stoketake-pop .phone_number {
    float: left;
}

.ww-stoketake-pop .modal-footer {
    border-color: #fff;
    clear: both;
    margin-top: 30px;
}

.ww-stoketake-pop .form-horizontal .control-label {
    text-align: left;
}

.ww-stoketake-pop .modal-dialog {
    max-width: 360px;
}

.ww-stoketake-pop .my_save_btn, .ww-stoketake-pop .my_save_btn_additional {
    margin: 10%;
}

.ww-stoketake-pop {
    left: 0px;
    padding-right: 17px;
}

.review_action_button {
    width: 50px;
}

/*
.review_action_button a{width: 24px; height: 24px; float:left;}
.btn_accept_batch,.btn_reject_batch{color: #FFFFFF; line-height: 18px; font-size: 18px; padding: 2px;}
.btn_accept_batch i,.btn_reject_batch i{color: #FFFFFF;}
*/
.review_action_button a {
    float: left;
}

.btn_accept_batch, .btn_reject_batch {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    margin-right: 10px;
    position: relative;
    font-size: 20px;
    width: 15px;
    height: 15px;
    background: #FFF;
    border: 1px solid #c9c9c9;
}

.btn_accept_batch:before, .btn_reject_batch:before {
    bottom: 0;
    color: #fff;
    content: "";
    font-family: "ds-font";
    font-size: 8px;
    left: 0;
    line-height: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    font-weight: 700;
}

.btn_accept_batch:before {
    content: "\e100";
    color: #00a8ff;
    font-family: 'ds-font';
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

#scanProducts a, #pickProducts a, #packProducts a, #bundleProducts a {
    cursor: pointer;
}

#scanProducts a.qty-plus span, #scanProducts span.qty-ok, #pickProducts a.qty-plus span, #pickProducts span.qty-ok, #packProducts a.qty-plus span, #packProducts span.qty-ok, #bundleProducts a.qty-plus span, #bundleProducts span.qty-ok {
    background: #8bc53f none repeat scroll 0 0;

    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    padding: 5px;
    text-align: center;
}

#scanProducts a.qty-minus span, #pickProducts a.qty-minus span, #packProducts a.qty-minus span, #bundleProducts a.qty-minus span {
    background: #f00 none repeat scroll 0 0;

    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    padding: 5px;
    text-align: center;
}

#scanProducts a span.row-qty, #pickProducts a span.row-qty, #packProducts a span.row-qty, #bundleProducts a span.row-qty {
    font-size: 13px;
}

.text-required {
    color: #f00;
}

.ww-product-image {
    border: 1px solid #ddd;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
}

.ww-product-image img {
    margin: 0 auto;
    display: inline-block;
    float: none;
}

.ww-product-sku .modal-dialog {
    max-width: 600px;
}

.ww-product-sku ul.list-group-item.list-inline {
    margin: 0;
    width: 100%;
}

.ww-product-sku ul.list-group-item.list-inline li {
    width: 48%;
    min-width: 80px;
    position: relative;
}

.ww-product-sku div.list-group-item {
    padding: 5px;
    display: inline-block;
    width: 95%;
    color: #6a6a6a;
}

.ww-product-sku div.list-group-item .fa-cog {
    line-height: 18px;
    color: #969696;
}

.ww-product-sku div.list-group-item span.fa-cog {
    float: right;
    line-height: 20px;
}

.complete {
    display: none;
}

.more {
    padding: 3px;
    cursor: pointer;
    font-style: italic;
    color: #00a8ff;
    text-decoration: underline;
}

.ww-manage-goods > ul {
    margin: 0;
    display: inline-block;
    width: 100%;
    padding: 0 15px;
}

.ww-manage-goods > ul > li {
    vertical-align: top;
    position: relative;
}

.ww-manage-goods > ul > li > a {
    padding: 10px 20px;
    font-weight: 400;
    background: #E6E6E6;
    display: inline-block;
    color: #222326;
    font-size: 16px;
}

.ww-manage-goods > ul > li > a:hover {
    background: #00a8ff;
    color: #FFF;
}

.ww-manage-goods > ul > li ul.ww-drop {
    position: absolute;
    top: 120%;
    background: #FFF;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 5px #ddd;
}

.ww-manage-goods > ul > li ul.ww-drop li {
    display: inline-block;
    width: 100%;
}

.ww-manage-goods > ul > li ul.ww-drop li a {
    padding: 5px 15px;
    display: inline-block;
    font-weight: 400;
    width: 100%;
    color: #222326;
    border-bottom: 1px solid #efefef;
    font-size: 15px;
}

.ww-head-top > ul > li ul.ww-drop li:last-child a {
    border-bottom: 0;
}

.ww-head-top > ul > li ul.ww-drop a:hover {
    color: #FFF;
    background: #00a8ff;
}

.ww-goods-detail.ww-manage-goods table thead tr th, .ww-goods-detail.ww-manage-goods table tbody tr td {
    white-space: nowrap;
    padding: 15px;
}

.ww-goods-detail table tbody tr td a.notebtn span.active {
    color: #8bc53f;
}

#scanProductsForm {
    background-color: #3399ff;
    padding: 7px;
    font-weight: bold;
}


/*Toogle button style*/
.ww-toggle-btn {
    position: absolute;
    height: 32px;
    right: -75px;
    top: 5px;
    bottom: 0;
    vertical-align: middle;
    background: #222326 none;
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
    display: none;
    z-index: 10;
    transition: right 0.3s ease-in 0s;
    -webkit-transition: right 0.3s ease-in 0s;
    -moz-transition: right 0.3s ease-in 0s;
}

.ww-toggle-btn a {
    padding: 10px;
    font-size: 32px;
    color: #0098ef;
    line-height: 28px;
    font-weight: bold;
}

.ww-toggle-btn a:hover {
    color: #337ab7;
}

/* end-Toogle button style*/

#skulist_filter_form {
    margin-top: 10px;
}

#skulist_filter_form .form-group {
    margin-bottom: 10px;
}

.special_filter_wraper .btn_toggle_filter span {
    font-size: 24px;
}

.special_filter_wraper .panel {
    margin-bottom: 0;
}

.special_filter_wraper .panel-body {
    padding: 10px;
}

.special_skulist_wraper {
}

.right_skulist_footer {
    border-top: 1px solid #e5e5e5;
    padding: 10px;
    text-align: right;
}

/*#skulist_filter_form select {
    width: 150px;
}*/


.sort_handle {
    cursor: grab;
}

/*--------------------------------------------
Alert Msj Css Here
----------------------------------------------*/

.ww-head-top.alert-top {
    padding-top: 45px;
}

.alert-msj {
    background: #cccccc none repeat scroll 0 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    left: 0;
    padding: 5px 20px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display: none;
}

.ww-head-top.alert-top .alert-msj {
    display: block;
}

.alert-msj .ds-tick {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    color: #8bc53f;
    display: inline-block;
    font-size: 7px;
    height: 18px;
    line-height: 18px;
    margin-right: 10px;
    text-align: center;
    vertical-align: top;
    width: 18px;
}

.close-alert.ds-cross {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    float: right;
    font-size: 10px;
    margin-right: -13px;
    margin-top: 4px;
}

.success-alert {
    background: #1daafc;
}

.danger-alert {
    background: #fc1d1d none repeat scroll 0 0;
}

.in-process-alert {
    background: #fcd51d;
}

.alert-timer {
    display: inline;
    float: right;
    margin: 0 15px 0 0;
}

#ww-substitute-location-pop table tbody tr td span {
    font-size: 10px;
}

#gonListForm .ds-tick, #batchListForm .ds-tick {
    color: #8bc53f;
    font-size: 14px;
}

#gonListForm .ds-cross, #batchListForm .ds-cross {
    font-size: 14px;
}

#gonListForm .ds-tick-blue, #batchListForm .ds-tick-blue {
    color: #00a8ff;
    font-size: 14px;
}

.batch-filter-container ul, .location-filter-container ul {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
}

.batch-filter-container ul li, .location-filter-container ul li {
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
}

.batch-filter-container ul li input, .location-filter-container ul li input {
    margin-right: 20px;
}

.batch-filter-container ul.list_items-header li.item_all, .location-filter-container ul.list_items-header li.item_all {
    border-bottom: 2px solid #ddd;
}

.batch-filter-container ul.list_items-header li.item_all label, .location-filter-container ul.list_items-header li.item_all label {
    font-weight: bold;
}

.batch-filter-container ul.list_items li label, .location-filter-container ul.list_items li label {
    font-weight: normal;
}

.batch-filter-container ul.list_items li input, .location-filter-container ul.list_items li input {
    margin-right: 20px;
}

/*--------------------------------------------
Counting Css Here
----------------------------------------------*/
.counting-page.ww-head-top > ul > li {
    position: relative;
    vertical-align: middle;
}

.counting-page .qty-box {
    border-radius: 0;
    box-shadow: none;
    height: 43px;
    max-width: 90px;
}

.counting-page.ww-head-top > ul > li .btn-primary {
    border-radius: 0;
    height: 43px;
    padding: 0 25px;
    background: #00a8ff;
    border: none;
}

.counting-page.ww-head-top > ul > li .btn-primary:hover {
    background: #0098ef;
}

.ww-counting-outer {
    min-height: 100%;
    position: relative;
    width: 100%;
}

.ww-counting-detail {
    bottom: 0;
    display: inline-block;
    height: 100%;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    padding: 20px;
    top: 0;
    vertical-align: top;
    width: 100%;
}

.ww-counting-detail table thead tr th, .ww-counting-detail table tbody tr td {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    padding: 10px 5px;
}

.ww-counting-detail table tbody tr td a {
    color: #7f7f7f;
}

.ww-counting-detail table tbody tr td a:hover {
    color: #00a8ff
}

.ww-counting-detail table tbody tr td .close-btn {
    background: #7f7f7f none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    font-size: 8px;
    height: 20px;
    line-height: 23px;
    text-align: center;
    width: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ww-counting-detail table tbody tr:hover td .close-btn {
    opacity: 1;
    filter: alpha(opacity=100);
}

.ww-counting-detail table tbody tr:hover {
    background: #f2f2f2;
}

.ww-counting-detail table tbody tr td .close-btn:hover {
    background: #00a8ff;
    color: #fff;
}

.ww-counting-detail table tbody tr:last-child {
    border-bottom: 1px solid #dddddd
}

.counter-btns-wrap {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 2px;
    width: 91px;
    padding: 0px 4px 4px;
    display: none;
}

.ww-counting-detail table tbody tr:hover .counter-btns-wrap {
    display: block;
}

.ww-counting-detail table tbody tr td .count-box {
    display: block;
    min-height: 29px;
    min-width: 91px;
}

.ww-counting-detail table tbody tr:hover .count-box {
    display: none;
}

.count-box-1 {
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    max-width: 34px;
    text-align: center;
    vertical-align: middle;
}

.ww-counting-detail table tbody tr td a.notebtn.active {
    color: #00a8ff;
}


.ww-product-search-table {
    position: relative;
}

/*.ww-product-search-pop.dropdown-menu {left: 0; margin: 0 auto; max-width: 275px; min-width: 275px; padding: 15px; right: 0; top:100%; margin-top:-65px; border-radius:10px;}*/
.ww-product-search-pop.dropdown-menu {
    left: 0;
    margin: 0 auto;
    max-width: 275px;
    min-width: 275px;
    padding: 15px;
    right: 0;
    top: 0;
    margin-top: 90px;
    border-radius: 10px;
}

.ww-product-search-pop.dropdown-menu .search-title {
    font-size: 16px;
    padding: 0 0 3px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    display: block;
    overflow: hidden;
}

.ww-product-search-pop.dropdown-menu .search-title input {
    border: none;
    width: 100%;
}

.ww-product-search-pop.dropdown-menu .product-search-header .ds-search {
    float: left;
    line-height: 1.42857;
    padding-right: 10px;
}

.ww-product-search-pop.dropdown-menu small {
    color: #b0b0b0;
    font-size: 11px;
}

.ww-product-search-pop.dropdown-menu .product-search-content {
    padding-left: 20px;
}

.ww-product-search-pop.dropdown-menu ul {
    max-height: 135px;
    overflow-x: auto;
}

.ww-product-search-pop.dropdown-menu ul li {
    padding-top: 7px;
    font-size: 14px;
    color: #057CB9;
    cursor: pointer;
}

.ww-product-search-pop.dropdown-menu ul li a {
    color: #057CB9;
}

/*############## tooltip css here ###########*/

.ww-tooltip-wrapper {
    background: #131313 none repeat scroll 0 0;
    border-radius: 10px;
    color: #ffffff;
    width: 300px;
    position: relative;
    -moz-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.35);
}

.tooltip-header {
    background: #00a7ff none repeat scroll 0 0;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

.tooltip-header h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 5px;
    min-height: 28px;
}

.tooltip-main {
    padding: 15px;
}

.ww-tooltip-counter {
    display: inline-block;
    margin: 15px 0;
    text-align: center;
    width: 100%;
}

.ww-tooltip-counter .ww-btn-box {
    font-weight: bold;
    height: 60px;
    width: 60px;
}

.ww-tooltip-counter .ww-btn-box > a > span {
    font-size: 30px;
    line-height: 60px;
}

.ww-tooltip-counter label {
    font-size: 30px;
    font-weight: bold;
    vertical-align: middle;
}

.tooltip-main .tooltio-reason > h2 {
    font-size: 15px;
    margin-bottom: 5px;
    color: #00a9fd;
}

.tooltip-main .form-control {
    border: medium none;
    border-radius: 0;
    color: #000000;
}

.tooltio-reason {
    width: 100%;
    display: inline-block;
}

.tooltio-reason .btn.btn-default {
    background: #00a7ff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    float: right;
    font-weight: bold !important;
    margin-top: 10px;
    padding: 5px 15px;
    text-transform: capitalize;
}

.tooldip-data-table {
    text-align: center;
    color: #fff;
}

.tooldip-data-table th {
    color: #00a9fd;
}

.tooldip-data-table .ww-btn-box + label.ww-blue {
    color: #ffffff;
}

.tooldip-data-table thead > tr > th {
    border-bottom: 2px solid #7c7c7c;
    border-top: 1px solid #7c7c7c !important;
}

.tooldip-data-table tbody > tr > td {
    border-color: #7c7c7c;
}

.tooldip-data-table .table {
    margin-bottom: 0;
    margin-top: 15px;
}

.ww-tooltip-wrapper::before {
    border-bottom: 8px solid #00a7ff;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    right: 13px;
    position: absolute;
    top: -8px;
    width: 0;
}

.Rounded_Rectangle_1 {
    border-radius: 15px;
    background-color: rgb(19, 19, 19);
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.35);
    position: absolute;
    left: 305px;
    top: 15px;
    width: 68px;
    height: 69px;
    z-index: 2;
}

.tooltip-dropdown {
    position: absolute;
    right: 10px;
    z-index: 1;
}

.tooltip-dropdown .close {
    color: #fff;
    opacity: 1;
}

.ww-goods-detail .amend-stock-tr tr:hover {
    background: none;
}

.ww-goods-detail .amend-stock-tr label {
    width: 29px;
}

.in-stock-box .on-hand-row span {
    display: none;
}

.on-hand-box .in-stock-row span {
    display: none;
}

a {
    cursor: pointer;
}

#ww-print-pop-note .my_save_btn_note, #newBatchForm ul li input.create_and_count {
    background-color: #00a8ff;
    color: #fff;
    font-weight: 400;
}

#ww-print-pop-note .modal-dialog {
    width: 35%;
}

.ww-filter-content a.btn-grey {
    background: #e6e6e6;
    color: #222326;
    padding-top: 7px;
    float: right;
}

.ww-filter-content a.btn-grey:hover {
    background: #0098ef;
    color: #fff;
    padding-top: 7px;
}

#ww-data-pop .modal-dialog {
    max-width: 90%;
    width: 355px;
}

#additionalActionForm .ww-check-select .input-check input[type="checkbox"]:checked + label::before {
    line-height: 28px;
}

#stocktakeSummary .summary_group_row td {
    border-top: 2px solid #ddd;
}

#stocktakeSummary .summary_total td {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

.ww-head-top > ul > li > a.default-blue {
    background: #00a8ff none repeat scroll 0 0;
    color: #fff;
}

.ww-head-top > ul > li > a.default-blue:hover {
    background: #0098ef none repeat scroll 0 0;
    color: #fff;
}

#location_listDialog .modal-dialog {
    width: 95%;
}

.product-search-content-top, .product-barcode-search-content-top {
    position: relative;
}

.product-search-content-top ul li:hover, .product-barcode-search-content-top ul li:hover {
    background: #007fff none repeat scroll 0 0;
    color: #fff;
}

.product-search-content-top ul li, .product-barcode-search-content-top ul li {
    cursor: pointer;
    font-size: 14px;
    padding: 4px 5px 4px 7px;
}

.product-search-content-top ul, .product-barcode-search-content-top ul {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c5c5c5;
    left: 0;
    max-height: 100px;
    overflow-x: auto;
    position: absolute;
    right: 0;

}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-submenu .dropdown-menu.leftpull {
    top: 0;
    left: -100%;
    margin-top: -1px;
    margin-left: -20px;
}

.dropdown-submenu .dropdown-menu.leftpull li {
    min-width: 180px;
}

.dropdown-submenu a span.fa-caret-left {
    margin-left: -10px;
    margin-right: 3px;
}

.forgot-password-tooltip {
    display: inline-block;
}

.forgot-password-tooltip:hover .tooltip-dropdown {
    display: block;
}

.forgot-password-tooltip .tooltip-dropdown {
    display: none;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 300px;
}

.forgot-password-tooltip .ww-tooltip-wrapper::before {
    left: 30px;
}

.ww-goods-detail table tbody tr:hover {
    background: #f2f2f2 none repeat scroll 0 0;
}

.ww-goods-detail table tbody tr td .close-statusbtn {
    background: #7f7f7f none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    font-size: 8px;
    height: 20px;
    line-height: 23px;
    opacity: 0;
    text-align: center;
    width: 20px;
}

.ww-goods-detail table tbody tr:hover td .close-statusbtn {
    opacity: 1;
}

.ww-goods-detail table tbody tr td .close-statusbtn:hover {
    background: #00a8ff none repeat scroll 0 0;
    color: #fff;
}

.ww-filter-content .account-search-content li, .ww-filter-content .user-search-content li, .ww-filter-content .event-search-content li {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #777777;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    padding: 2px 10px 3px;
}

.ww-filter-content .account-search-content ul, .ww-filter-content .user-search-content ul, .ww-filter-content .event-search-content ul {
    margin-top: -15px;
    position: absolute;
    width: 100%;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.35);
}

.order_list_table .table tbody tr td {
    cursor: pointer;
}

.order_list_table .table tbody tr.active td {
    background: #00a8ff;
    color: #fff;
}

.contact-search, .customer-search, .order-reference-search {
    position: relative;
}

.contact-search #process_loader, .customer-search #process_loader_customer, .order-reference-search #process_loader_order_reference {
    display: none;
}

.contact-search i, .reference-search i, .customer-search i, .order-reference-search i {
    color: #5bc0de;
}

.contact-search a.contact_search, .contact-search #process_loader, .reference-search a.reference_search, .reference-search #process_loader_reference, .customer-search a.customer_search, .customer-search #process_loader_customer, .order-reference-search a.order_reference, .order-reference-search #process_loader_order_reference {
    position: absolute;
    right: 25px;
    top: 6px;
}

.contact-search-content, .reference-search-content, .customer-search-content, .order-reference-search {
    display: inline-block;
    max-height: 100px;
    max-width: 100%;
    overflow: auto;
}

.contact-search-content li:nth-child(odd), .reference-search-content li:nth-child(odd), .order-reference-search-content li:nth-child(odd) {
    background: #333;
}

.contact-search-content li, .reference-search-content li, .customer-search-content li, .order-reference-search-content li {
    background: #666;
    border-bottom: 1px solid #535353;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    cursor: pointer;
    word-break: break-all;
}

.contact-search .form-control {
    padding-right: 35px;
}

.contact-search-content ul {
    display: table;
    width: 100%;
}

.ww-association-pop .modal-dialog {
    max-width: 425px;
}

.modal-body-association {
    padding: 10px;
}

.ww-goodsin-pop .modal-footer {
    border-color: #fff;
    clear: both;
}

.ww-goodsin-pop .form-horizontal .control-label {
    text-align: left;
}

.ww-goodsin-pop .my_save_btn, .ww-goodsin-pop .my_save_btn_additional {
    margin: 10%;
}

.ww-goodsin-pop .modal-dialog {

    width: 621px;

}

.forgot-password-tooltip .tooltip-main {
    background: #00a7ff none repeat scroll 0 0;
    text-align: center;
    border-radius: 10px;
}

/*.forgot-password-tooltip .tooltip-header h2 { height: 0px;  min-height: 0px; line-height: 0;}*/

.btn {
    padding: 7px 15px;
    font-size: 16px;
}

.btn-info {
    background: #00a8ff none repeat scroll 0 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}

.btn-info:hover {
    background: #0098ef none repeat scroll 0 0;
}

.ww-print-detail .gon-printable-wrapper {
    padding: 15px;
}

.ww-print-detail .gon-printable-wrapper table thead tr th, .ww-print-detail .gon-printable-wrapper table tbody tr td {
    padding: 20px;
    font-size: 16px;
}

.gon-printable-wrapper tr.inventory td.PCF_IMAGE img {
    width: 150px;
    height: auto;
}

/*toggle switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 5px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #8bc53f;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}


.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.dispinline {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}

.ww-head-top > ul > li.togglebtn > a {
    padding: 9px 10px;
    height: 43px;
}

.ww-head-top > ul > li.togglebtn > a:hover {
    background: #e6e6e6;
    color: #222326;
}

/*toggle switch end*/

#btn_back_accocation span, #btn_back_return span, #btn_back_return_product span, #btn_back_new_credit span {
    background: #eee none repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    margin-right: 10px;
    padding: 3px 10px;
    vertical-align: middle;
    color: #00a8ff;
}

#setting_agile_picking a {
    background: #eee none repeat scroll 0 0;
    display: block;
    margin: 25px auto;
    padding: 20px 20px 15px 25px;
    width: 235px;
    font-weight: bold;
    color: #333;
}

#beepForm span, #agile_picking_form span {
    font-weight: bold;
    color: #333;
}

.form-group-inline {
    display: inline-block;
    width: 100%
}

#btn_back_accocation span {
    background: #eee none repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    margin-right: 10px;
    padding: 3px 10px;
    vertical-align: middle;
    color: #00a8ff;
}

#setting_agile_picking a {
    background: #eee none repeat scroll 0 0;
    display: block;
    margin: 25px auto;
    padding: 20px 20px 15px 25px;
    width: 235px;
    font-weight: bold;
    color: #333;
}

#beepForm span, #agile_picking_form span {
    font-weight: bold;
    color: #333;
}

.form-group-inline {
    display: inline-block;
    width: 100%
}


#finger_popup .modal-body {
    padding-bottom: 0;
}

#finger_popup #product_detail ul.product_li {
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    padding: 0 25px;
}

#finger_popup #product_detail .product_li li {
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
    font-size: 16px;
}

#finger_popup #product_detail .product_li li span {
    color: #999999;
    display: inline-block;
    font-weight: bold;
    min-width: 80px;
}

#finger_popup .main_block {
    border-top: 1px solid #dddddd;
    box-sizing: border-box;
    margin: 25px -15px 0;
    padding: 0px;
}

#finger_popup .first_block {
    border-right: 1px solid #dddddd;
    box-sizing: border-box;
    display: inline-block;
    padding: 25px 0;
    text-align: center;
    vertical-align: top;
    width: 49%;
}

#finger_popup .second_block {
    box-sizing: border-box;
    display: inline-block;
    padding: 25px 0;
    text-align: center;
    vertical-align: top;
    width: 49%;
}

#finger_popup .qty-popup-plus {
    background: #8bc53f;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    padding: 10px 0px;
    text-align: center;
    margin-right: 5px;
    width: 50px;
}

#finger_popup .qty-popup-minus {
    background: #ff0000;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    padding: 10px 0px;
    text-align: center;
    margin-left: 5px;
    width: 50px;
}

#finger_popup .qty-popup-ok {
    background: #8bc53f;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    padding: 12px 0px;
    text-align: center;
    margin-right: 5px;
    width: 50px;
}

#finger_popup .row-popup-qty {
    font-size: 18px;
}

#finger_popup .row-popup-qty input {
    border: 1px solid #ddd;
    text-align: center;
    width: auto;
    height: 46px;
    display: inline-block;
    vertical-align: top;
}

#finger_popup #packProducts {
    margin-bottom: 15px;
}

#finger_popup #all_btn {
    background: #eee;
    font-size: 18px;
    display: inline-block;
    padding: 10px 25px;
    color: #666;
    font-weight: bold;
    margin-right: 10px;
}

#finger_popup #save_btn {
    background: #00a8ff;
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

#finger_popup .second_block ul {
    margin: 0;
    padding: 0;
}

#finger_popup .second_block li {
    display: inline-block;
    width: 25% !important;
    float: left;
}

#finger_popup .second_block a {
    display: inline-block;
    width: 50px;
    height: 35px;
    margin: 5px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    background: #eee;
    color: #666;
}

#finger_popup .pop_btn {
    display: block;
    clear: both;
}

.qty_add_popup {

    background: #00a8ff none repeat scroll 0 0;
    color: #ffffff !important;
    display: inline-block;
    font-size: 11px;
    padding: 5px;
    text-align: center;

}

.disable_quantities {
    color: #ffffff !important;
}

.modal-dialog {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}

#ww-delivery-select-location.ww-goodsin-pop .modal-dialog {
    width: 900px;
    max-width: 90%;
}

#ww-delivery-select-location.ww-goodsin-pop .modal-dialog #location_listDialog .modal-dialog {
    max-width: 98%;
    width: 95%;
    height: 70%;
}

#ww-delivery-select-location.ww-goodsin-pop .modal-dialog #location_listDialog .modal-dialog .modal {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#packing table.note_table tr td:first-child:before {
    width: 30px;
    content: "\f10c";
    font-family: 'FontAwesome';
    left: 0;
    padding-right: 10px;
    position: absolute;
    right: 0;
    z-index: 2;
    background: #fff;
    font-size: 22px;
    top: 10px;
}

#packing table.note_table tr td:first-child:after {
    border-left: 3px solid #999999;
    content: "";
    height: 100%;
    left: 9px;
    position: absolute;
    width: 10px;
    z-index: 0;
}

#packing table.note_table tr td:first-child {
    position: relative;
    padding-left: 35px;
}

#packing table.note_table tr:hover {
    background: none;
}

#packing table.note_table tr td {
    border: none !important;
    padding: 15px 8px
}

#packing table.note_table tr:last-child td:first-child:after {
    display: none
}

.total_color {

    background-color: #dff0d8 !important;
}

.total_color_yellow {

    background-color: #ffffcc !important;
}

.location_form_inner {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.reason_field {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.reason_field label {
    display: inline-block;
    line-height: 34px;
    padding-right: 15px;
}

.reason_field .form-control {
    width: 300px;
    max-width: 100%;
    display: inline-block;
}

.modal-footer-button {
    display: inline-block;
    text-align: right;
    width: 100%;
    margin: 15px 0;
}

.location_form-header {
    overflow: hidden;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    margin: -15px -15px 15px -15px
}

.location_form-header h4 {
    float: left;
    padding-top: 10px;
}

.location_form-header .btn {
    float: right;
    margin-right: 15px;
}

.location_form .ww-btn-box {
    height: 24px;
}

.location_form .location_form_table input[type="text"] {
    border: 1px solid #dddddd;
    height: 24px;
    margin: 0 3px;
    vertical-align: middle;
    text-align: center;
}


.border_none {
    border: none !important;
}

#Calc-note .col-md-4.control-label {
    padding-top: 0px;
}

.ww-product-stock-pop .location-text {
    display: block;
    margin: 10px 0;
}

.ww-product-stock-pop p {
    font-size: 16px;
}

.ww-product-stock-pop .form-group label {
    float: left;
    padding-right: 15px;
    line-height: 34px;
}

.ww-product-stock-pop .alternate-location-field {
    display: block;
    overflow: hidden;
}

.ww-product-stock-pop .modal-footer {
    padding-top: 0;
    margin-top: 0;
}

#ww-delivery-receive-location .batch-filter-container .location_text p {
    display: inline-block;
    padding: 9px;
    background-color: rgb(242, 222, 222);
}

#ww-delivery-receive-location .batch-filter-container .location_text {
    margin-top: 14px;
}

table.items th {
    border-bottom: 2px solid #aaa;
}

.onthisorder, .tofollow, table.items .shipped {
    border-left: 1px solid #222;
}

table.items td {
    border-bottom: 1px solid #ccc;
    font-size: 11px;
}

#summaryNotesForm .ww-check-select .input-check input[type="checkbox"]:checked + label::before, #custom_field_packing .ww-check-select .input-check input[type="checkbox"]:checked + label::before, #deliveryCustomForm .ww-check-select .input-check input[type="checkbox"]:checked + label::before, #customFieldProductForm .ww-check-select .input-check input[type="checkbox"]:checked + label::before {
    line-height: 28px;
}


.ww-goods-detail table.popup-amend-stock .plus-mins-stock {
    padding: 0px 62px;
    position: relative;
}

.ww-goods-detail table.popup-amend-stock .plus-mins-stock .qut-text {
    position: absolute;
    left: 0px;
}

.ww-goods-detail .location_form_table.table tbody tr td {
    vertical-align: middle;
}


#ww-substitute-location-pop.ww-print-pop .modal-body p {
    margin-bottom: 10px;
}

#ww-substitute-location-pop .progress {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 34px;
    box-shadow: none;
    border: 1px solid #555;
    background: #fff;
    position: relative;
    border-radius: 0;
}

#ww-substitute-location-pop .progress .progress-bar {
    background-color: #8BC53F;
}

#ww-substitute-location-pop .progress span {
    position: absolute;
    right: 6px;
    top: 5px;
    font-weight: bold;
}

#ww-substitute-location-pop .table {
    border: 1px solid #ddd;
    margin-bottom: 0;
}

#ww-substitute-location-pop .table > thead > tr > th {
    border-bottom: none;
    width: 50%;
    text-align: center;
}

#ww-substitute-location-pop .table > tbody > tr > td {
    width: 50%;
    text-align: center;
}

#ww-substitute-location-pop .table .ww-btn-box {
    height: auto;
    width: auto;
}

#ww-substitute-location-pop .table .ww-btn-box:hover {
    background: none;
}


#ww-substitute-location-pop .table .ww-btn-box .glyphicon-minus {
    background: #f00;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    width: auto;
    float: none;
    line-height: normal;
    padding: 5px;
    text-align: center;
}

#ww-substitute-location-pop .table .ww-btn-box .glyphicon-plus {
    background: #8bc53f;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    width: auto;
    float: none;
    line-height: normal;
    padding: 5px;
    text-align: center;
}

#ww-substitute-location-pop .table .substitute-row-qty {
    min-width: 40px;
}


@media (max-width: 767px) {
    .counting-page .qty-box {
        width: 40px;
        padding: 0;
    }

    .ww-counting-outer {
        margin-top: 35px;
    }

    .ww-head-top > ul > li > a {
        padding: 10px 10px;
    }
}

#snackbar {
    visibility: visible; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */


    text-align: left; /* Centered text */
    border-radius: 5px; /* Rounded borders */

    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 9999; /* Add a z-index if needed */
    right: 1%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */

}

.redclass {
    background-color: #f2dede; /* Black background color */
    color: #a94442; /* White text color */
    border: 1px solid #f2dede;
    box-shadow: 5px 5px 5px rgba(242, 222, 222, 0.6);
}

.blueclass {
    background-color: #e2f5ff; /* Black background color */
    color: #337AB4; /* White text color */
    border: 1px solid #337AB4;
    box-shadow: 5px 5px 5px rgba(51, 122, 180, 0.6);
}

.close_btn {
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
}

#ww-return-product #receive_location {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 5px 5px;
}

.sub_header {
    clear: both;
    padding-left: 5px;
    color: #969696;
    font-weight: bold;
}

#menu-div .ww-goods-detail {
    margin-top: 15px;
}

.flex-col {
    padding-left: 0px;
    padding-right: 5px;
}

.flex-box {
    display: flex;
    overflow: auto;
}

.flex-col .table {
    width: 400px;
}

#add_product_modal .special_filter_wraper .form-group {
    margin-bottom: 10px;
}

.adjust_all_top {
    margin-top: 15px;
}

.remove_product_btn ul {
    right: 0;
    left: inherit;
}

.remove_product_row {
    position: relative;
}

#add_product_modal .special_filter_wraper .form-group.btn_apply_filter button {
    float: right;
}

.btn-action {
    padding: 9px 22px;
}

.box-adjust_all, .box-adjust_all:hover, .box-adjust_all:focus {
    margin-right: 15px;
    background: none;
    border: 2px solid #0098ef;
}

.box-adjust_all label {
    margin: 0;
    padding-right: 10px;
}


.ww-goods-detail a.qty-plus span, .ww-goods-detail span.qty-ok, .ww-goods-detail a.qty-plus span, .ww-goods-detail span.qty-ok, .ww-goods-detail a.qty-plus span, .ww-goods-detail span.qty-ok, .ww-goods-detail a.qty-plus span, .ww-goods-detail span.qty-ok {
    background: #8bc53f none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    padding: 5px;
    text-align: center;
}

.ww-goods-detail a.qty-minus span, .ww-goods-detail a.qty-minus span, .ww-goods-detail a.qty-minus span, .ww-goods-detail a.qty-minus span {
    background: #f00 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    padding: 5px;
    text-align: center;
}

#menu-div .product-search-content-top, .product-barcode-search-content-top {
    z-index: 1;
}

.add_product_text {
    text-align: center;
}

.btn-hide-source, .btn-show-source {
    font-size: 13px;
    color: #0098ef;
}

.is-hide_product_panel {
    display: none;
}

.is-show_product_panel {
    display: none;
}

.modal-body-destination {
    padding: 10px;
}

.modal-body-destination .input-check {
    margin: 5px;
}

#dropdownMenuButton {
    padding: 6px 9px;
    font-weight: 400;
    background: #E6E6E6;
    display: inline-block;
    color: #222326;
    font-size: 14px;
}

.product_search_list {
    max-height: 558px;
    overflow: auto;
}

.no_recored_found {
    text-align: center;
    margin: 5px auto;
    color: #f00;
}

.create_transfer_text {
    text-align: center;
    background-color: #F0F0F0;
    color: #969696;
    font-weight: bold !important;
}

#ww-add-destination-popup .modal-body-destination {
    padding: 0px 15px;
    margin-top: 10px;
}

#ww-add-destination-popup .modal-body-destination .destination {
    padding: 0px 0px 10px 20px;
}

#ww-add-destination-popup .add_product_text {
    padding-bottom: 0;
}


#source_save {
    padding: 3px 9px;
    font-weight: 400;
    background: #00a8ff;
    display: inline-block;
    color: #ffff;
    font-size: 14px;
    margin-left: 2px;
}

@media (max-width: 1023px) {
    .ww-head-top > ul > li > a {
        padding: 10px 10px;
        margin-bottom: 10px;
    }
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */

    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

.ww-head-top > ul > li li.ww-btn-actions-more {
    display: none;
}

.ww-head-top > ul > li > a.mob_show_link {
    display: none;
}

.ww-head-top > ul > li ul.dropdown-menu {
    left: inherit;
    right: 0;
}

@media (max-width: 1024px) {
    .ww-head-top > ul > li.ww-btn-actions {
        display: none;
    }

    .ww-head-top > ul > li li.ww-btn-actions-more {
        display: block;
    }

    .ww-head-top > ul > li > a.mob_show_link {
        display: block;
    }

    .ww-head-top > ul > li > a.mob_hihe_link {
        display: none;
    }
}

#sortable {
    height: 250px;
    overflow: auto;
}

#sortable li {
    max-width: 100%;
    width: auto;
    margin: 0;
}

.form-group.not-show {
    display: none;
}

.filterbtn {
    width: 100%;
    margin-bottom: 10px;
}

.ww-goods-detail .edit-transfer-table table tbody tr td, .ww-goods-detail .edit-transfer-table table tbody tr th {
    border-right: none;
    border-left: none;
    vertical-align: middle;
}

.ww-goods-detail .edit-transfer-table table tbody tr td .row-qty {
    color: #000;
    font-weight: 600;
    display: inline-block;
    min-width: 40px;
    margin: 0px 2px;
}

.ww-goods-detail .edit-transfer-table table tbody tr td.last-column-qty {
    padding-top: 0px;
    padding-bottom: 0px;
}

.ww-goods-detail .edit-transfer-table table tbody tr td.last-column-qty .qty-plus span, .ww-goods-detail .edit-transfer-table table tbody tr td.last-column-qty .qty-minus span {
    padding: 8px;
}

.transfers-stock-table tr th {
    text-align: center;
}

.ww-goods-detail .edit-transfer-table table tbody tr td.remove_product_btn {
    position: relative;
}

.ww-goods-detail .edit-transfer-table table tbody tr td.remove_product_btn .dropdown-menu li a, .ww-goods-detail .edit-transfer-table .active-dropdown ul > li > a {
    color: #333;
}

.ww-goods-detail .edit-transfer-table table tbody tr td.remove_product_btn .mob_show_link {
    white-space: nowrap;
}

.ww-goods-detail .adjust_all_top {
    margin-bottom: 15px;
}

.option-row-info {
    /* display: block; */
    font-size: 13px;
    font-style: italic;
}


.active-dropdown {
    position: relative;
}

.ww-goods-detail .edit-transfer-table table tbody tr td a.default-blue {
    padding: 5px 15px;
    font-weight: 400;
    display: inline-block;
    background: #00a8ff;
    color: #fff;
    font-size: 15px;
    vertical-align: top;
}


#set_all_level_pop h4 {
    font-size: 25px;
    text-align: center;
    color: #A3A3A3;
}

.set-level-contant {
    text-align: center;
}

.set-level-contant p {
    font-size: 18px;
}

.set-level-contant-value {
    padding-top: 20px;
}

.set-level-contant-value .qty-popup-plus, .set-level-contant-value .qty-popup-minus {
    background: #8bc53f;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    padding: 0 12px;
    margin: 0px 5px;
    height: 44px;
    line-height: 44px;
    font-size: 22px;
}

.set-level-contant-value .qty-popup-minus {
    background: #f00;
}

.set-level-contant-value .row-popup-qty input {
    border: 1px solid #333;
    height: 44px;
    width: 90px;
    vertical-align: top;
    font-size: 20px;
    text-align: center;
}


.cancel-btn {
    background: #cccccc;
    color: #000;
    border-color: #cccccc;
}

.cancel-btn:hover {
    background: #00a8ff;
    color: #fff;
    border-color: #00a8ff;
}

.popup-all-heading {
    font-size: 25px;
    text-align: center;
    color: #A3A3A3;
    padding-bottom: 0px;
}

.add_product_text {
    padding-bottom: 20px;
}

.add_product_text h5 {
    line-height: normal;
    color: #000;
    font-size: 15px;
}

.popup-contant-wrap .modal-header {
    border-bottom: none;
}

.popup-contant-wrap .modal-footer {
    border-top: none;
}

.popup-contant-wrap .form-control, .fulfil-tr-table .form-control {
    border-color: #000;
    border-radius: 0px;
    height: 40px;
}

#copy_qty_form label {
    text-align: right;
    padding-top: 5px;
    display: block;
}

.fulfil-tr-table {
    margin: 0px;
}

.fulfil-tr-table tbody tr td, .fulfil-tr-table tbody tr th {
    border-right: none;
    border-left: none;
    vertical-align: middle;
    text-align: center;
    border-top: none;
}

#fullfill-transfer-popup.modal-wide-full .modal-dialog {
    width: 80%;
}

.to_tranfer_input {
    background: none;
    border: none;
    text-align: center;
}

.add_destination_text {
    text-align: center;
    background-color: #F0F0F0;
    color: #969696;
    font-weight: bold !important;
}


/*.edit-transfar-scroll {
	max-height: 335px;
	overflow-y: scroll;
}

.transfers-stock-h {
	margin-bottom: 0px;
	border-bottom: none;
}
.ww-goods-detail .edit-transfer-table .transfers-stock-h tbody tr:last-child th{
	border-bottom: none;
}
*/


.checkboxstyle .checkbox, .checkboxstyle .radio {
    display: inline-block;
    width: 100%;
}


.checkboxstyle .checkbox label:after,
.checkboxstyle .radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkboxstyle .checkbox .cr,
.checkboxstyle .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 0;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    font-size: 18px;
}

.checkboxstyle .radio .cr {
    border-radius: 50%;
}

.checkboxstyle .checkbox .cr .cr-icon,
.checkboxstyle .radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.checkboxstyle .radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkboxstyle .checkbox label {
    padding-left: 0px;
}

.checkboxstyle .checkbox label input[type="checkbox"],
.checkboxstyle .radio label input[type="radio"] {
    display: none;
}

.checkboxstyle .checkbox label input[type="checkbox"] + .cr > .cr-icon,
.checkboxstyle .radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkboxstyle .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.checkboxstyle .radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkboxstyle .checkbox label input[type="checkbox"]:disabled + .cr,
.checkboxstyle .radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.fulfil-tr-table tbody tr td.alert-succes-p {
    border: none;
    padding: 0px;
}

.alert-succes-p .alert-success {
    text-align: left;
    margin: 0px;
}


.picking-screen-checkbox .checkbox {
    width: auto;
    margin-top: 0px;
    margin-right: 30px;
}


.fulfill_background {
    background-color: #E6E6E6;
}

.ww-goods-detail .edit-transfer-table table tbody tr td.view-notes {
    text-align: center;
}

.ww-goods-detail .edit-transfer-table table tbody tr td.view-notes a {
    color: #00a8ff;
}

.ww-goods-detail .edit-transfer-table table tbody tr td.view-notes-id {
    border-bottom: 1px solid transparent;
    text-align: center;
}

.ww-goods-detail .edit-transfer-table table tbody tr.fulfill_background:hover {
    background-color: #E6E6E6;
}

.source-warehouse-scroll {
    display: flex;
    overflow: auto;
}

.source-warehouse-scroll .source-warehouse-table {
    width: 100%;
}

.source-warehouse-scroll .source-warehouse-table table tr td, .source-warehouse-scroll .source-warehouse-table table tr th {
    white-space: nowrap;
}

#fullfill-transfer-popup .close_fulfil {
    display: none;
}

#fullfill-transfer-popup .close_fulfil, .is-quick-success, .is-quick-fail {
    display: none !important;
}

#ww-add-undo-pop h3 {
    text-align: center;
}

#ww-add-undo-pop h5 {
    line-height: normal;
    font-size: 15px;
}

.fulfill-quick-table tbody tr th:nth-child(1), .fulfill-quick-table tbody tr th:nth-child(2), .fulfill-quick-table tbody tr td:nth-child(1), .fulfill-quick-table tbody tr td:nth-child(2) {
    text-align: left;
}


.popup-all-heading.text-left {
    text-align: left;
}

.minimise {
    background-color: transparent;
    border: none;
    padding: 0px;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 15px;
    text-decoration: underline !important;
    color: #2a78a8;
}

.fulfill-quick-table tbody tr td .glyphicon {
    font-size: 24px;
}

.fulfill-quick-table tbody tr td .glyphicon-ok {
    color: #8bc53f;
}

.color_start {
    color: #B3B3B3;
}

#fixedbutton {
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 7px;
    border: 1px solid black;
    color: black;
    display: none;
}

.transfers-success {
    border: 1px solid #8bc53f;
    padding: 10px 10px 10px 15px;
    color: #8bc53f;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

.transfers-success span {
    display: inline-block;
    padding-top: 8px;
}

.transfers-success .btn {
    color: #000;
}

.transfers-failed {
    border: 1px solid #D9534F;
    padding: 10px 10px 10px 15px;
    color: #D9534F;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

.transfers-failed span {
    display: inline-block;
    padding-top: 8px;
}

.transfers-failed span a {
    color: #2a78a8;
    text-decoration: underline !important;
}

.transfers-failed .btn {
    color: #000;
}

.color_remove {
    color: #D9534F
}

.transfer_close {
    background: #E6E6E6;
}

#ww-add-undo-pop h3 {
    text-align: center;
}

#ww-add-undo-pop h5 {
    line-height: normal;
    font-size: 15px;
}

#ww-substitute-location-pop.ww-print-pop .modal-body p {
    margin-bottom: 10px;
}

#ww-substitute-location-pop .progress {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 34px;
    box-shadow: none;
    border: 1px solid #555;
    background: #fff;
    position: relative;
    border-radius: 0;
}

#ww-substitute-location-pop .progress .progress-bar {
    background-color: #8BC53F;
}

#ww-substitute-location-pop .progress span {
    position: absolute;
    right: 6px;
    top: 5px;
    font-weight: bold;
}

#ww-substitute-location-pop .table {
    border: 1px solid #ddd;
    margin-bottom: 0;
}

#ww-substitute-location-pop .table > thead > tr > th {
    border-bottom: none;
    width: 50%;
    text-align: center;
}

#ww-substitute-location-pop .table > tbody > tr > td {
    width: 50%;
    text-align: center;
}

#ww-substitute-location-pop .table .ww-btn-box {
    height: auto;
    width: auto;
}

#ww-substitute-location-pop .table .ww-btn-box:hover {
    background: none;
}


#ww-substitute-location-pop .table .ww-btn-box .glyphicon-minus {
    background: #f00;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    width: auto;
    float: none;
    line-height: normal;
    padding: 5px;
    text-align: center;
}

#ww-substitute-location-pop .table .ww-btn-box .glyphicon-plus {
    background: #8bc53f;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    width: auto;
    float: none;
    line-height: normal;
    padding: 5px;
    text-align: center;
}

#ww-substitute-location-pop .table .substitute-row-qty {
    min-width: 40px;
}

.select-products-pagination ul.pagination {
    margin-top: 3px;
    margin-right: 5px;
}


.select-products-pagination ul.pagination li {
    border-bottom: none;
    padding: 0px;
}

#skulist_filter_form #btn_apply_filter {
    float: right;
}

.amend-stock-tr {
    border: 1px solid #ddd;
}

.plus-mins-stock {
    display: flex;
    justify-content: center;
    align-items: center;
}

.plus-mins-stock .qut-text {
    padding-right: 10px;
}

.location_form .location_form_table .plus-mins-stock input[type="text"] {
    margin: 0px;
    width: 56px;
    height: 40px;
}

.amend-stock-tr .plus-mins-stock .plus-qty > a, .amend-stock-tr .plus-mins-stock .move_stock_plus_qty > a {
    background: #8bc53f;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    padding: 5px 8px;
    text-align: center;
    height: 40px;
    font-weight: bold;
    line-height: 30px;
}

.amend-stock-tr .plus-mins-stock .minus-qty > a, .amend-stock-tr .plus-mins-stock .move_stock_minus_qty > a {
    background: #f00;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    padding: 5px 8px;
    text-align: center;
    height: 40px;
    font-weight: bold;
    line-height: 30px;
}

.add-new-location {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.location_form .location_form_table .move-filed .form-control {
    width: auto;
    display: inline-block;
    height: auto;
    text-align: left;
}

.location-warehouse-select {
    float: right;
}

.location-warehouse-select label {
    margin-right: 5px;
}

.location-warehouse-select select {
    display: inline-block;
    width: auto;
}

.ww-goods-detail table.popup-amend-stock tbody tr td a.btn {
    color: #fff;
}

.ww-goods-detail table.popup-amend-stock {
    border: 2px solid #00a8ff;
}

.ui-front {
    z-index: 9999999 !important;
}

.cancel_amend {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

#update_gon_custom .modal-body {
    max-height: calc(100vh - 200px) !important;
}

.account_id_result, .account_search_result {
    position: relative;
}

.account_search_result ul, .account_id_result ul {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c5c5c5;
    left: 0;
    max-height: 100px;
    overflow-x: auto;
    position: absolute;
    right: 0;
    right: 0;
    z-index: 9999;
}

.account_search_result ul li, .account_id_result ul li {
    cursor: pointer;
    font-size: 14px;
    padding: 4px 5px 4px 7px;
}

padding:

4
px

5
px

4
px

7
px

;
font-weight: bold

;
}

/* .ww-filter-content .account-filter-results .form-control{
    width: 100%;
} */
#ww-filter .ww-filter-inner > .scroll-content {
    padding: 0;
}

.account-filter-results .account_id_result ul {
    position: relative;
}

/* Remove daterange picker second calender. Will be able to select a date range within one calendar. */
.input-mini.form-control {
    display: none !important;
}

.daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: none;
}

.fa.fa-calendar.glyphicon.glyphicon-calendar {
    display: none;
}

/* Remove daterange picker second calender. Will be able to select a date range within one calendar. */


#presetfilter_front {
    font-style: italic;
}

/* .btn-gray { background:#E6E6E6; color: #222326;}
.verify-location-pop .form-control { height: 50px; border: 1px solid #333; border-radius: 0}
.verify-location-pop .modal-body {border: none; padding-bottom: 0;max-height: initial !important;}
.verify-location-pop .modal-footer { border: none; padding-bottom: 25px}
.verify-location-pop .modal-body h2 {margin-bottom: 35px;}
.verify-location-pop .modal-body h3 {margin-bottom: 35px;}
.verify-location-pop {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.verify-location-pop .close {position: absolute;right: 15px;} */







