/*loader*/
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
}

.loader-container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.13);
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*endloader*/
/*common*/
body {
    background-color: #ffffff;
    font-size: 13px;
}

input {
    border: 0;
    padding: 0;
}
.table td {
    padding-top: 6px;
    padding-bottom: 6px;
}
a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
label {
    margin: 0;
    padding: 0;
}

.action {
    cursor: pointer;
}

.action:hover {
    cursor: pointer;
}

.white {
    color: #ffffff;
}

.table {
    width: 100%;
    align-content: center;
    padding-right: 20px;
    padding-left: 20px;
}

.navbar .container {
    max-width: 1800px;
    width: 1800px;
}

.py-4 .container {
    max-width: 1800px;
    width: 1800px;
}

.table-container {
    background-color: #f1f1f1;
}

/*end common*/
/*header*/
.navbar .container .logo {
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar .container .menu {
    height: 20px;
    margin-left: 5px;
    margin-right: 18px;
}

.navbar .settings {
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.navbar .logout {
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
}

.navbar .container .action .nav-column {
    flex-direction: column;
}

.color-1 {
    color: #005aa5;
}

.color-2 {
    color: #00a651;
}

.color-3 {
    color: #929497;
}

.color-4 {
    color: #b21e28;
}

.color-5 {
    color: #ffc60b;
}

.color-6 {
    color: #231f20;
}

.color-7 {
    color: #28b269;
}

.color-8 {
    color: #f2f2f2;
}

.header-tab {
    display: flex;
    text-align: center;
    align-content: center;
}

.header-tab-title {
    color: #000000;
    font-size: 17px;
    padding-top: 4px;
    padding-right: 10px;
    line-height: 30px;
}

.header-tab-green-count {
    font-size: 17px;
    color: #fff;
    background-color: #00a651;
    padding-top: 6px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
}

.header-tab-yellow-count {
    font-size: 17px;
    color: #231f20;
    background-color: #ffc60b;
    padding-top: 6px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
}

.header-tab-red-count {
    font-size: 17px;
    color: #ffffff;
    background-color: #b21e28;
    padding-top: 6px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
}
.header-tab-blue-count{
    font-size: 17px;
    color: #ffffff;
    background-color: #007fff;
    padding-top: 6px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
}
.header-tab-white-count {
    font-size: 17px;
    color: #231f20;
    background-color: #fff;
    padding-top: 6px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
}

.header-tab-black-count {
    font-size: 17px;
    color: #ffffff;
    background-color: #231f20;
    padding-top: 6px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
}

.tab-unselected {
    background-color: #929497;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.tab-unselected .header-tab-title {
    color: #ffffff;
    line-height: 30px;
}

/*end header*/
.navbar .container {
    background-color: #005aa5;
    position: relative;
}

/*body*/
.filter-text-value {
    display: flex;
}

.filter-text-search-icon {
    margin-left: -40px;
    height: 40px;
    width: 40px;
    background-image: url("/images/search.png");
    background-position: center;
    background-size: 22px;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.input-filter-text {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}

.filter-text-search-icon:hover {
    cursor: pointer;
}

.img-select-box {
    height: 15px;
    margin: 5px;
}

.img-delete {
    height: 20px;
    margin: 5px;
}

.table-row {
    width: 100%;
}

.table .hidden {
    display: none;
}

.dd-select img.dd-selected-image {
    height: 25px;
}

.dd-option img.dd-option-image {
    height: 25px;
}

.table-row-parent .row-plus-minus {
    background: url("/images/plus.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center 5px;
}
.table-row-parent .row-plus-minus.yellow {
    background: url("/images/plus_yellow.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center 5px;
}
.table-row-parent .row-plus-minus.red, .table-row-parent .row-plus-minus.green.red {
    background: url("/images/plus_red.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center 5px;
}

.table-row-parent .row-plus-minus.expanded {
    background: url("/images/minus.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center 5px;
}
.table-row-parent .row-plus-minus.expanded.yellow {
    background: url("/images/minus_yellow.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center 5px;
}
.table-row-parent .row-plus-minus.expanded.red, .table-row-parent .row-plus-minus.expanded.red.green {
    background: url("/images/minus_red.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center 5px;
}

.table-row-parent .row-plus-minus.selected {
    background: url("/images/plus_green.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center 5px;
}

.table-row-parent .row-plus-minus.expanded.selected {
    background: url("/images/minus_green.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center 5px;
}

.table-row-child .row-plus-minus {
    background: url("/images/enter.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center 5px;
}

.table-row-child .row-plus-minus.red, .table-row-child .row-plus-minus.red.green {
    background: url("/images/enter_red.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center 5px;
}

.table-row-parent .row-selection {
    background: url("/images/select_box_grey_corner.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center 5px;
}

.table-row-child .row-selection {
    background: url("/images/select_box_grey_corner.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center 5px;
}

.table-row-parent .row-selection.selected {
    background: url("/images/select_box_selected_green.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center 5px;
}

.table-row-child .row-selection.selected {
    background: url("/images/select_box_selected_green.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center 5px;
}

.text.expanded {
    font-weight: 700;
}

.text.selected {
    color: #00a651;
}
.table-container .page-size .ui-selectmenu-button {
    height: 40px;
    border: 0;
    font-size: 13px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
}
.table-container .filter-action .ui-selectmenu-button {
    height: 40px;
    border: 0;
    font-size: 13px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
}
.table-container .table-column .ui-selectmenu-button {
    height: 20px;
    border: 0;
    font-size: 13px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #ffffff;
    padding-top: 2px;
}

.table-container .ui-selectmenu-button:active {
    color: #231f20;
}

.row-ship-with {
    width: 209px;
    padding-left: 10px;
}

.ui-selectmenu-menu .ui-state-active {
    background: #d9f2e5;
    border: 0;
    color: #231f20;
    font-size: 17px;
}

.ui-selectmenu-menu .ui-menu-item-wrapper {
    padding: 3px 13px 3px 13px;
    margin: 0;
    font-size: 14px;
}

.ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper {
    padding: 3px 13px 3px 13px;
    margin: 0;
}

.page-size {
    float: right;
    position: absolute;
    right: 0;
    margin-right: 20px;
}

.filter-text-value input {
    width: 400px;
    font-size: 15px;
}

.ui-autocomplete .ui-menu-item {
    line-height: 35px;
}

.ui-autocomplete .ui-menu-item:nth-child(n+2) {
    border-top: 1px dashed #929497;
    line-height: 35px;
}

.ui-menu .ui-menu-item:nth-child(n+1) {
    border-top: 1px dashed #929497;
    line-height: 25px;
}

.ui-autocomplete .ui-menu-item-wrapper {
    position: absolute;
    padding: 0 20px 0 20px;
    width: 100%;
    font-size: 15px;
}

.ui-autocomplete .ui-menu-item .ui-state-active {
    border: 0;
    background: #d9f2e5;
    color: #231f20;
    margin: 0;
}

.row-print {
    width: 30px;
}

.row-print img {
    width: 16px;
    margin-left: 7px;
}

.row-item-delivery-method img {
    height: 25px;
}

.row-item-length {
    display: flex;
}

.row-item-length input {
    width: 60px;
}

.row-item-width {
    display: flex;
}

.row-item-width input {
    width: 60px;
}

.row-item-height {
    display: flex;
}

.row-item-height input {
    width: 60px;
}

.row-item-weight {
    display: flex;
}

.row-item-weight input {
    width: 60px;
}

.ui-autocomplete span {
    color: #929497;
}

.ui-autocomplete .auto-matches {
    color: #231f20;
    font-weight: 600;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-x: hidden;
}

.ui-selectmenu-open {
    max-height: 200px;
}

textarea {
    width: 100%;
    min-height: 110px;
}

/*end body*/
.dd-option {
    padding-left: 10px;
}
.dd-selected-text {
    padding-left: 10px;
}
.filter-action .dd-select {
    height: 40px;
}
.filter-action .dd-select .dd-selected {
    height: 40px;
}
.filter-action .dd-select .dd-selected label {
    line-height: 40px;
}
.filter-action.delivery-method {
    border: solid 1px lightgrey;
}
.filter-action .dd-select img.dd-selected-image {
    margin-top: 7px;
}
.filter-action.order-from {
    border: solid 1px lightgrey;
}
.filter-action.order-from .dd-select img.dd-selected-image {
    margin-left: 7px;
}
.filter-action.order-from .dd-option .dd-option-image {
    height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.ui-selectmenu-menu .ui-menu {
    max-height: 200px;
}
.table .tab-unselected {
    width: 14.28%;
}
.table .tab-selected {
    width: 14.28%;
}
body .notifyjs-corner {
    margin-top: 73px;
}
.button-fetch-count-down {
    display: flex;
    float: left;
    background: #b21e28;
    padding: 10px 15px 10px 15px;
    color: #fff;
    font-weight: 700;
}
.button-next-fetch-count-down {
    display: flex;
    float: left;
    padding: 10px 15px 10px 15px;
    color: #000000;
    font-weight: 700;
}
.button-next-fetch-count-down-comment {
    padding-left: 4px;
    font-weight: 400;
}
.width100 {
    width: 100%;
}
.force-delete-selected {
    background-color: #b21e28;
}
.wrong-input-field {
    background-color: #ffa5a7;
}
.valid-input-field {
    background-color: #84ffb3;
}
.pl-20{
    padding-left: 20px !important;
}
.button-system-status {
    display: flex;
    float: right;
}
.button-system-status .fgc-text-system-status {
    margin-left: 20px;
    position: relative;
    top: 10px;
}
.button-system-status .fgc-text-system-status .green {
    color: #00a651
}
.button-system-status .fgc-text-system-status .red {
    color: #ab2a33
}
#fgc-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    filter: alpha(opacity=80);
    z-index: 9999;
}
#fgc-overlay .ligthbox-popup {
    background: white;
    max-width: 310px;
    width: 90%;
    min-height: 250px;
    padding: 20px;
    margin: 10% auto;
    position: relative;
    text-align: center;
}
#fgc-overlay .ligthbox-popup .content .top {
    margin-bottom: 15px;
}
#fgc-overlay .ligthbox-popup .content .top img {
    width: 80px;
    height: auto;
}
#fgc-overlay .ligthbox-popup .content .bottom button.close {
    float: none;
    border: 1px solid #1157a2;
    padding: 8px 60px;
    background: #1157a2;
    color: #fff;
    opacity: 1;
    font-weight: 500;
    font-size: 15px;
}

#fgc-overlay-sameday {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    filter: alpha(opacity=80);
    z-index: 9999;
}
#fgc-overlay-sameday .ligthbox-popup-sameday {
    background: white;
    max-width: 310px;
    width: 90%;
    min-height: 170px;
    /*padding: 20px;*/
    margin: 10% auto;
    position: relative;
    text-align: center;
}
#fgc-overlay-sameday .ligthbox-popup-sameday .content .top {
    margin-bottom: 15px;
    background: #F7F7F7;
    padding: 5px;
    font-size: 14px;
}
#fgc-overlay-sameday .ligthbox-popup-sameday .content .top img {
    width: 80px;
    height: auto;
}
#fgc-overlay-sameday .ligthbox-popup-sameday .content .bottom button.close {
    float: none;
    border: 1px solid #1157a2;
    padding: 8px 60px;
    background: #1157a2;
    color: #fff;
    opacity: 1;
    font-weight: 500;
    font-size: 15px;
}