@charset "utf-8";
/* CSS Document */

body {
    color: #121212;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.57143;
}

/* Catch-all for any buttons not already included below*/
.btn-primary, .btn-primary:hover, .btn-primary:disabled, .btn-primary:active{
    background-color: #662d91;
    border-color: #662d91;
    border-width: 0;
    color: #fff;
}

.form-control-view:-moz-placeholder {
    color: #666;
    opacity: 1;
}

.form-control-view {
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 3px;
    color: #666 !important;
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 1.57143;
    padding: 6px 15px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    word-wrap: break-word;
}

.form-group {
    margin-bottom: 0;
}

/*.textarea-hide { border: none; box-shadow: none; margin-top: 8px; resize: none; }*/
.text-area-padding {
    padding: 4px 2px;
    font-size: 16px;
    color: #666;
    line-height: 1.57143;
}

.company-tab-margin {
    margin: 5px 0 10px 0;
}

.padding-remove {
    padding: 0;
}

.billing-rates {
    margin: 9px 0 0px 0;
}

.form-static-rates {
    padding-top: 0 !important;
}

.row-rates {
    margin-bottom: 5px;
}

.ratestxt {
    font-weight: 400;
}

.margin0 {
    margin: 0;
}

.margin0imp {
    margin: 0 !important;
}

.marginleft10 {
    margin-left: 10px
}

.padding0 {
    padding: 0px;
}

.borderTopNone {
    border-top: none !important;
}

.borderBottomNone {
    border-bottom: none !important;
}

.height45 {
    height: 45px;
}

.searchNowordwrap {
    word-wrap: normal;
    padding-left: 0px;
}

.status-location {
    float:right;
    margin-right: 7px;
    top: 2px;
    font-size: 12px;
    /*color: #4380C2;*/
    font-weight: 500;
}

.addOrderBtn {
    background-color: #f7931e;
    color: #fff;
    border-radius: 0;
}

.addOrderBtn:hover {
    background-color: #f57f17;
}

i.cardIcon {
    height: 40px;
    font-size:36px;
    padding-left: 8px;
    padding-bottom: 8px;
    float: right;
}

.date-time {
    font-size: 11px;
    font-weight: 500;
}

.timeline-info p {
    margin: 0;
    line-height: 18px;
}

#orderSearchResult tbody tr {
    cursor: pointer;
}

#productSearchResult tbody tr {
    cursor: pointer;
}

#ManageCustomeRates .modal-center {
    width: 1020px;
}

.popup-min-height {
    min-height: 150px;
    max-height: 600px;
    overflow-y: scroll;
}

.table-header-center {
    text-align: center;
}

.font400 {
    font-weight: 400
}

.popup-table-normal-beforedit {
    color: #231F20;
}

.popup-table-normal-afteredit {
    color: #f44336;
}

.popup-table-400 {
    color: #231F20;
    font-weight: 400;
}

.acc_right_switch .switchery {
    float: right;
    right: 30px;
    position: absolute;
    right: 53px;
    top: 15px;
}

.nav-tabs li a {
    background-color: #f1f2f2;
}

.nav-tabs > li > a {
    color: #76838f;
    font-weight: 400;
}

.navbar-nav > li > a.navbar-avatar, .navbar-toolbar > li > a.navbar-avatar {
    padding-right: 30px;
}

/* CSS for brands- notifications */
.quick-nav table thead {
    background-color: #fff;
}

.quick-nav-container {
    background-color: #666666;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    z-index: 100;
    padding: 30px 14px 14px 14px;
    display: block;
}

.quick-nav-container h4 {
    position: absolute;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    width: 112px;
    top: 0px;
    left: 0px;
    text-align: center;
    padding: 8px;
}

.quick-nav-container h4:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 56px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #666666 transparent;

    display: block;
    width: 0;
    z-index: 1;
}

.quick-nav-container a.close {
    position: absolute;
    top: 4px;
    right: -12px;
    width: 16px;
    height: 16px;
    text-decoration: none;
    color: #333333;
    background-color: #FFFFFF;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.quick-nav {
    position: relative;
    background-color: #FFFFFF;
    font-size: 12px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.quick-nav a {
    color: #333333;
    text-decoration: none;
    font-size: 16px;
}

.quick-nav table {
    border-collapse: collapse;
}

.quick-nav table th.skew {
    height: 90px;
    width: 60px;
    position: relative;
    vertical-align: bottom;

}

.quick-nav table th.skew > div {
    position: relative;
    top: 0px;
    left: 44px;
    height: 100%;
    transform: skew(-45deg, 0deg);
    -ms-transform: skew(-45deg, 0deg);
    -moz-transform: skew(-45deg, 0deg);
    -webkit-transform: skew(-45deg, 0deg);
    -o-transform: skew(-45deg, 0deg);
    overflow: hidden;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;

}

.quick-nav table th.skew span {
    transform: skew(45deg, 0deg) rotate(315deg);
    -ms-transform: skew(45deg, 0deg) rotate(315deg);
    -moz-transform: skew(45deg, 0deg) rotate(315deg);
    -webkit-transform: skew(45deg, 0deg) rotate(315deg);
    -o-transform: skew(45deg, 0deg) rotate(315deg);
    position: absolute;
    bottom: 37px;
    left: -21px;
    display: inline-block;
    min-width: 100px;
    text-align: left;
}

.quick-nav table td {
    width: 60px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
}

.quick-nav table td a {
    display: block;
    width: 100%;
    text-align: center;
}

.quick-nav table td.project-name {
    width: auto;
    text-align: right;
    font-weight: 500;
    border: none;
    padding-right: 8px;
}

.quick-nav table .odd {
    background-color: #E8E8E8;
}

.Edit-E-Template {
    margin-top: 30px;
    margin-left: 80px;
}

@media screen and (max-width: 768px) {
    .Edit-E-Template {
        margin-left: 80px;
        margin-top: 10px;
    }

    .quick-nav {
        margin-right: 60px;
    }

    #addCustomPackage .modal-dialog {
        width: 600px;
    }
}

.margin-right-20 {
    margin-left: 20px;
}

#addCustomPackage label, #addClient label {
    font-weight: 400;
}

#ShippingParameters .form-horizontal .switchery {
    margin-top: 7px;
}

.uploadpreview .btn-primary {
    display: none;
}

.hoverEnabel:hover {
    cursor: pointer;
}

.hoverEnabel:hover .btn-primary {
    display: inline;
    pointer-events: none;
}

.branduploadpreview .btn-primary {
    display: none;
}

.brandhoverEnabel:hover {
    cursor: pointer;
}

.brandhoverEnabel:hover .btn-primary {
    display: inline;
    pointer-events: none;
}

.custom-on {
    background-color: #ccc;
    padding: 10px;
}

.displayNone {
    display: none;
}

.padding-top10 {
    padding-top: 10px;
}

.padding-right0 {
    padding-right: 0px;
}

.padding-left0 {
    padding-left: 0px;
}

.uppercase {
    text-transform: uppercase;
}

#ManageCustomeRates label {
    font-weight: 400;
}

select {
    -webkit-appearance: menulist;
}

.datepicker thead {
    background-color: #ccc;
}

.custom-header {
    background-color: #e0e0e0;
    font-weight: 500;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    color: #424242;
}

/* Hide data table column in grid */
.hidedata-table-column {
    display: none;
}

/*------------------------------------OrderManagment----------------------------*/
.order-count-td {
    text-align: center;
    color: #6B696A;
    font-size: 18px;
    font-weight: 400;
}

.order-count-td-temp {
    text-align: center;
    color: #6B696A;
    font-size: 16px;
    font-weight: 400;
}

.ordertd {
    background-color: #f5f5f5 !important;
    text-align: center;
    color: #424242;
    font-size: 18px;
    font-weight: 400;
}

.ordertd-temp {
    background: #F1F2F2;
    text-align: center;
    color: #6B696A;
    font-size: 16px;
    font-weight: 400;
}

.no-link, .no-link a {
    cursor: context-menu !important
}

.view_by_shipper_shipper_name, .view_by_shipper_shipper_code {}
.view_by_shipper_brand_name, .view_by_shipper_brand_code {
    font-size: 80%;
}

 input.view_by_shipper_favorite_checkbox {
    visibility: hidden;
}

input.view_by_shipper_favorite_checkbox:checked + label::after, input.view_by_shipper_favorite_checkbox + label::after {
    display: inline-block;
    position: relative;
    visibility: visible;
    font-size: 20px;
    background-color: transparent;
}

input.view_by_shipper_favorite_checkbox:checked +label::after {
    content: '\2605';
    color: #662d91;
}

input.view_by_shipper_favorite_checkbox + label::after {
  content: '\2606';
  color: #4d4d4d;
  position: relative;
  bottom: 5px;
}
 .dt-body-center.cursor-pointer.sorting_1 {
     display: flex;
     align-items: center;
 }
 .dt-body-center.cursor-pointer.noGap.sorting_1 {
    display: table-cell;
    align-items: center;
 }
.view_by_shipper_favorite_div {
    margin-top: 7px;
    margin-right: 2px;
    margin-left: auto;
}
.view_by_shipper_total_orders,
.view_by_shipper_orders_due_today,
.view_by_shipper_orders_overdue,
.view_by_shipper_orders_invalid,
.view_by_shipper_orders_exception,
.view_by_shipper_orders_ready,
.view_by_shipper_orders_processing,
.view_by_shipper_orders_shipped,
.view_by_shipper_orders_returned,
.view_by_shipper_orders_exception_count,
.view_by_shipper_orders_ready_count,
.view_by_shipper_orders_processing_count,
.view_by_shipper_orders_shipped_count,
.view_by_shipper_orders_returned_count { }

/* Avoids link to 'WMS' field data, which is yet to implement. */
.fileNameHover:hover a {
    color: #662d91;
}

.ordertd:hover {
    background-color: #662d91 !important;
    cursor: pointer;
}

.ordertd:hover a {
    color: #fff !important;
}

.table-bordered tr:first-child td.ordertd {
    border-top: none !important;
}

.table-bordered tr:last-child td.ordertd {
    border-bottom: none !important;
}

.table-bordered tr td.ordertd:last-child {
    border-right: none !important;
}

/*.table-bordered tr td.ordertd:nth-child(6){border-left:1px solid #e4eaec !important;} */
/*.ordertd:hover{ background:#BDD2ED; color:#fff; text-align:center; border:4px solid #fff!important;}
*/
.tabledata-color {
    color: #662d91;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none !important;
}

.shipping-details {
    font-weight: 400;
    color: #636566;
}

.timeline:not(.timeline-single) > li.timeline-period + .timeline-item + .timeline-item, .timeline:not(.timeline-single) > li:first-child:not(.timeline-period) + .timeline-item {
    margin-top: 0px !important
}

#failedBatchLabelTable th {
    color: #FFFFFF;
}

.timeline-info::before {
    content: '';
    position: absolute;
    top: 21px;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline-info::before {
    left: 31px;
    /*border-width: 8px 10px 8px 0;
    border-color: rgba(200, 200, 200, 0) #e4eaec transparent transparent;*/
}

.carousel-inner {
    min-height: 500px;
    margin: 0 4% 0 4%;
    width: 93% !important;
}


.dot-green {
    background: #039be5;
}

.dot-red {
    background: #B71C1C;
}

.dot-orange {
    background: #ffc107;
}

.dot-gray {
    background: #757575;
}

.order-details {
    padding: 8px;
}

.order-info {
    list-style: none;
    display: inline-flex;
    padding-left: 0px !important;
    width: 100%;
    margin-bottom: 4px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: #121212;
    color: #fff;
    border-radius: 4px;
}

.order-info li {
    border-right: 1px solid #ccc;
    padding: 7px 10px;
    text-align: left;
    width: 100%;
}

.order-info li p {
    font-weight: 400;
    font-size: 16px;
}

.order-status {
    list-style: none;
    display: inline-flex;
    padding-left: 0px !important;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 4px;
}

.order-status li {
    color: #424242;
    padding: 8px 16px;
    text-align: left;
    width: 100%;
    min-height: 100px;
    font-weight: 500;
    margin-right: 8px;
    border-radius: 4px;
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);
    cursor: pointer;
}

.order-status li:before, .order-status li:after {
    font-family: 'Font Awesome 5 Duotone';
    content: "";
    float: right;
    font-size: 36px;
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0.3;
}

.order-status li:last-child {
    margin-right: 0px;
}

.order-status li p {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
}
.order-status li span {
    font-weight: 300;
    font-size: 16px;
    color: #121212;
}

.box-grid {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 10px;
    padding: 0 !important;
}

.icon-1 {
    padding: 0;
    margin: 0;
    text-align: right;
}

.invalid {
    background-color: #ef9a9a !important;
    position:relative;
}
.invalid:before, .inv-selected:before {
    content: "\10f321" !important;
    color: #b71c1c;
}
.invalid:after, .inv-selected:after {
    content: "\f321" !important;
    color: #b71c1c;
    opacity: 0.6 !important;
}
.invalid:hover, .inv-selected {
    position:relative;
    background-color: #e57373 !important;
}

.exceptions {
    background-color: #ffe082 !important;
    position:relative;
}
.exceptions:before, .exp-selected:before {
    content: "\10f071" !important;
    color: #ff6f00;
}
.exceptions:after, .exp-selected:after {
    content: "\f071" !important;
    color: #ff6f00;
    opacity: 0.6 !important;
}
.exceptions:hover, .exp-selected {
    position:relative;
    background-color: #ffd54f !important;
}

.ready {
    background-color: #80deea !important;
    position:relative;
}
.ready:before, .ready-selected:before {
    content: "\10f737" !important;
    color: #006064;
}
.ready:after, .ready-selected:after {
    content: "\f737" !important;
    color: #006064;
    opacity: 0.6 !important;
}
.ready:hover, .ready-selected {
    position:relative;
    background-color: #4dd0e1 !important;
}

.process {
    background-color: #b39ddb !important;
    position:relative;
}
.process:before, .process-selected:before {
    content: "\10f46f" !important;
    color: #311b92;
}
.process:after, .process-selected:after {
    content: "\f46f" !important;
    color: #311b92;
    opacity: 0.6 !important;
}
.process:hover, .process-selected {
    position:relative;
    background-color: #9575cd !important;
}

.shipped {
    background-color: #a5d6a7 !important;
    position:relative;
}
.shipped:before, .shipped-selected:before {
    content: "\10f0d1" !important;
    color: #1b5e20;
}
.shipped:after, .shipped-selected:after {
    content: "\f0d1" !important;
    color: #1b5e20;
    opacity: 0.6 !important;
}
.shipped:hover, .shipped-selected {
    position:relative;
    background-color: #81c784 !important;
}

.return {
    background-color: #fff59d !important;
    position:relative;
}
.return:before, .return-selected:before {
    content: "\10f2ea" !important;
    color: #f57f17;
}
.return:after, .return-selected:after {
    content: "\f2ea" !important;
    color: #f57f17;
    opacity: 0.6 !important;
}
.return:hover, .return-selected {
    position:relative;
    background-color: #fff176 !important;
}

.call {
    padding: 5px 10px;
    float: left;
    border-radius: 3px;
    color: #662d91;
    font-weight: 500;
    margin-bottom: 10px;
}

.mail {
    padding: 5px 10px;
    float: left;
    border-radius: 3px;
    color: #662d91;
    font-weight: 500
}


.tracking-close {
    padding-right: 10px !important;
    padding-top: 7px !important;
}

.page-aside-section:first-child {
    padding-top: none !important;
}

.filter-span {
    margin-left: 25px;
}

/* dashboard css updated on 02/12/2015 - Amar */

.dashboard-title {
    font-size: 20PX;
    BORDER-BOTTOM: 1px solid #ccc;
}

.oms-title {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 0px;
    display:none;
}

.oms-title-panel {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 10px;

}

.upload-files, .support-ticket {
    min-height: 300px;
    border: 1px solid #ccc;
    float: left;
    width: 100%;
}

#upload, .batchButton, .addSkuBtn, .manualorderSubmit, .exportOrdersClick, .submitButtonBatch, .printButton, .skuUpload,
.skuaddbtn, .addRegSave, .editRegSave, .saveNewClient, .submitChangesButton, .saveChangesGenerateNow, .addtoGrid,
#userParcelFromException, .submitAddressForm, .smtpSave{
    background: #f7931e;
    color: #fff;
}

/* override :active and :focus rules from bootstrap.min.css */
#upload:active, .batchButton:active, .addSkuBtn:active, .manualorderSubmit:active, .exportOrdersClick:active,
.submitButtonBatch:active, .printButton:active, .skuUpload:active, .skuaddbtn:active, .addRegSave:active,
.editRegSave:active, .saveNewClient:active, .submitChangesButton:active, .saveChangesGenerateNow:active,
#userParcelFromException:active, .submitAddressForm:active, .addtoGrid:active, .smtpSave:active{
    background: #f57f17 !important;
}

#upload:focus, .batchButton:focus, .addSkuBtn:focus, .manualorderSubmit:focus, .exportOrdersClick:focus,
.submitButtonBatch:focus, .printButton:focus, .skuUpload:focus, .skuaddbtn:focus, .addRegSave:focus, .editRegSave:focus,
.saveNewClient:focus, .submitChangesButton:focus, .saveChangesGenerateNow:focus, #userParcelFromException:focus,
.submitAddressForm:focus, .addtoGrid:focus, .smtpSave:focus,
#upload:hover, .batchButton:hover, .addSkuBtn:hover, .manualorderSubmit:hover, .exportOrdersClick:hover,
.submitButtonBatch:hover, .printButton:hover, .skuUpload:hover, .skuaddbtn:hover, .addRegSave:hover, .editRegSave:hover,
.saveNewClient:hover, .submitChangesButton:hover, .saveChangesGenerateNow:hover, #userParcelFromException:hover,
.submitAddressForm:hover, .addtoGrid:hover, .smtpSave:hover{
    background: #f57f17 !important;
    color: #fff;
}

#upload:disabled, .batchButton:disabled, .addSkuBtn:disabled, .manualorderSubmit:disabled, .exportOrdersClick:disabled,
.submitButtonBatch:disabled, .printButton:disabled, .skuUpload:disabled, .skuaddbtn:disabled, .addRegSave:disabled,
.editRegSave:disabled, .saveNewClient:disabled, .submitChangesButton:disabled, .saveChangesGenerateNow:disabled,
#userParcelFromException:disabled, .submitAddressForm:disabled, .addtoGrid:disabled, .smtpSave:disabled{
    background: #eee !important;
}

/* appended :enabled to not overwrite the disabled color */
#upload:hover:enabled, .batchButton:hover:enabled, .addSkuBtn:hover:enabled, .manualorderSubmit:hover:enabled, .exportOrdersClick:hover:enabled,
.submitButtonBatch:hover:enabled, .printButton:hover:enabled, .skuUpload:hover:enabled, .skuaddbtn:hover:enabled, .addRegSave:hover:enabled,
.editRegSave:hover:enabled, .saveNewClient:hover:enabled, .submitChangesButton:hover:enabled, .saveChangesGenerateNow:hover:enabled,
#userParcelFromException:hover:enabled, .submitAddressForm:hover:enabled, .addtoGrid:hover:enabled, .smtpSave:disabled{
    background: #f57f17 !important;
    color:#fff !important;
}

.upload-message {
    float: right;
    text-align: center;
    font-size: 120%;
    padding: 15px 80px 0 0
}

.addSkuBtn:hover , .manualorderSubmit:hover {
    background: #f57f17;
    color: #fff !important;
}


.modalHeaderColor {
 /*background-color: #662d91 !important;   
 color: #fff !important;*/
}

.resetTabButton, .exportOrderButton, .uploadOrderGroupButton,.hoverSkuInfo, .addContacts, .addAdminPackaging, .editOrderException, .saveChangesGenerateLater {
    background: #662d91;
    color: #fff !important;
}
.resetTabButton:hover, .exportOrderButton:hover, .uploadOrderGroupButton:hover, .hoverSkuInfo:hover, .addContacts:hover, .addAdminPackaging:hover, .editOrderException:hover, .saveChangesGenerateLater:hover,
.resetTabButton:focus, .exportOrderButton:focus, .uploadOrderGroupButton:focus, .hoverSkuInfo:focus, .addContacts:focus, .addAdminPackaging:focus, .editOrderException:focus, .saveChangesGenerateLater:focus{
    background: #471f65;
    color: #fff !important;   
}

#deleteOrder {
    background: #bd0c0c;
    border-radius: 0;
    color: white;
}

.clearSkuBtn, .manualorderCancel, .exportOrdersCancel, .clearBatchButton, .addNewSku, .cancelSku, .cancelSuppliedSku, .prodReg, .cancelLicense, .cancelNewClient, .opencreateclient {
    border-radius: 0 !important;
}

#reset {
    border-radius: 0;
}

.upload-files {
    background: white;
    color: #4c4c4c;
}

.upload-files h4, .support-ticket h4 {
    background-color: #eee;
    padding: 15px 10px;
    color: #666;
    margin-bottom: 0;
}

.upload-order-files-text {
    margin-top: 0;
}

.upload-order-files-div {
    margin-top: 15px;
    margin-bottom: 15px;
}

.btn-faq a {
    color: #fff;
    background-color: #4380c2;
    padding: 3px 20px;
    text-decoration: none;
    border-radius: 2px;
}

@media screen and (max-width: 1200px) {
    .support-ticket {
        margin-top: 20px;
    }
}

.upload {
    padding: 10px 20px;
}

.upload i {
    font-size: 70px;
    color: #1D94BF;
    float: left;
    padding-left: 40px
}

.upload p {
    font-size: 18px;
    color: #1D94BF;
    margin-left: 110px;
    text-align: center;
    margin-top: 19px;
    font-weight: 400
}

#upload-advance .modal-dialog {
    width: 600px;
    margin: 30px auto;
}

.uploaded-file {
    background-color: #ccc;
    padding: 10px;
    color: #666;
    float: left;
    width: 100%;
}

.counter-md .counter-number-group, .counter-md > .counter-number {
    font-size: 2.5rem;
    font-weight: 400;
    margin-top:8px;
}

.bigNumbers {
    font-size: 3rem;
}

.counter-label {
    display: block;
    font-size:14px;
    font-weight: 500;
}

.dropify-wrapper {
    height: 120px !important;
    border-bottom: 1px solid #E4EAEC !important;
}

@media screen and (max-width: 768px) {
    .modal-dialog {
        width: 700px;
    }
}

.ManualorderDetails-panel {
    background-color: #e0e0e0;
    width: 100%;
    border-radius: 2px;
    float: left;
    padding: 10px;
    color: #424242 !important;
}

.ManualorderDetails-panel h4 {
    margin: 5px 10px !important;
    font-size: 16px;
    font-weight: 500;
    color: 424242 !important;
}

.moveOrdersPopHeader {
    /*background-color: #662d91 !important;*/
}

.advanced-options .panel-heading {
    border-bottom: 0px none;
    font-weight: 400;
    background-color: #e0e0e0;
    border-radius: 0;
}

.advanced-options .panel-title {
    position: relative;
    padding: 12px 20px;
    font-size: 16px;
}

#sku-table .form-control {
    padding: 6px 1px;
}

#sku-table .spinnerUi > input[type="text"] {
    display: inline-block;
    width: 40%;
}

.adv-lookup {
    color: #1891C4;
    text-decoration: none;
    margin: 15px;
}

/*Filterkamesh--------------------*/

#container-filter a {
    float: right;
    background: red;
    border: 1px solid #9FC54E;
    text-decoration: none;
    color: #fff;
    padding: 20px;
    font-weight: 700;
}

#container-filter a:hover {
    float: right;
    border: 1px solid #cccccc;
    color: #fff;
    padding: 20px;

}

.panel-filter {
    position: absolute;
    left: 260px;
    display: none;
    background: #f7f7f7;
    border: 1px solid #eee;
    width: 260px;
    height: auto;
    padding: 10px;
    z-index: 999;

}

.panel-filter p {
    margin: 0 0 15px 0;
    padding: 0;
    color: #cccccc;
}

.panel-filter a, .panel-filter a:visited {
    margin: 0;
    padding: 0;
    color: #666;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    z-index: 999;
}

.panel-filter .left_collapse_menu a:hover, .panel-filter .left_collapse_menu a:visited:hover {
    padding: 12px 30px;
}

.panel-filter a:hover, .panel-filter a:visited:hover {
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
}

a.trigger {
    position: absolute;
    text-decoration: none;
    top: 120px;
    left: 260px;
    color: #fff !important;
    background: #f7931e;
    border: 1px solid #f7931e;
    border-radius: 0 4px 4px 0;
    display: block;
    z-index: 999;
    padding: 6px;
}

a.trigger:hover {
    z-index: 999;
    text-decoration: none;
    top: 120px;
    left: 260px;
    color: #fff;
    background: #f57f17;
    border-radius: 0 5px 5px 0;
    padding: 6px;
    display: block;
}

a.active.trigger {
    background: #f7931e;
    left: 260px;
    padding: 6px;
}

/* dashboard css by amarnadh*/
.upload-files, .support-ticket {
    min-height: 300px;
    border: 1px solid #ccc;
    float: left;
    width: 100%;
}

.support-ticket h4 {
    background-color: #eee;
    padding: 15px 10px;
    color: #666;
    margin-bottom: 0;
}

.upload-files h4 {
    background-color: #662d91;
    padding: 15px 10px;
    color: white;
    margin-bottom: 0;
}

.btn-faq a {
    color: #fff;
    background-color: #4380c2;
    padding: 3px 20px;
    text-decoration: none;
    border-radius: 2px;
}

@media screen and (max-width: 1200px) {
    .support-ticket {
        margin-top: 20px;
    }

    a.trigger {
        position: absolute;
        text-decoration: none;
        top: 120px;
        left: 90px;
        color: #FFF;
        background: #4380C2 none repeat scroll 0% 0%;
        border: 1px solid #4380C2;
        border-radius: 0px 5px 5px 0px;
        display: block;
        z-index: 999;
        padding: 6px;
    }

    .upload {
        padding: 10px 20px;
    }

    .upload i {
        font-size: 70px;
        color: #1D94BF;
        float: left;
        padding-left: 40px
    }

    .upload p {
        font-size: 18px;
        color: #1D94BF;
        margin-left: 110px;
        text-align: center;
        margin-top: 19px;
        font-weight: 400
    }

    #upload-advance .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .uploaded-file {
        background-color: #ccc;
        padding: 10px;
        color: #666;
        float: left;
        width: 100%;
    }

    .counter-md .counter-number-group, .counter-md > .counter-number {
        font-size: 2rem;
        font-weight: 600;
    }

    .bigNumbers {
        font-size: 2rem;
    }

    .counter-label {
        display: block;
        font-weight: 500;
    }

    .ManualorderDetails-panel {
        background-color: #eee;
        width: 100%;
        border-radius: 2px;
        float: left;
        padding: 10px;
    }

    .ManualorderDetails-panel h4 {
        margin: 5px 10px !important;
        font-size: 16px;
    }

    .advanced-options .panel-heading {
        border-bottom: 0px none;
        font-weight: 400;
        background-color: #eee;
    }

    .advanced-options .panel-title {
        position: relative;
        padding: 12px 20px;
        font-size: 16px;
    }

    #sku-table .form-control {
        padding: 6px 1px;
    }

    #sku-table .spinnerUi > input[type="text"] {
        display: inline-block;
        width: 40%;
    }

    .adv-lookup {
        color: #1891C4;
        text-decoration: none;
        margin: 15px;
    }

    .table-section-arrow {
        transform: rotate(-90deg);
    }

    .table-section.active .table-section-arrow {
        transform: rotate(-360deg) !important;
    }

    .footer-links {
        padding-left: 10px;
    }
}

/*.custom-search-element #filesData_wrapper .row .col-sm-6 {width: 34% !important; padding-right:0}*/
.cursor-pointer {
    cursor: pointer;
}

.text-decoration-none {
    text-decoration: none !important;
}

.datepicker table tr td, .datepicker table tr th {
    width: 30px;
    height: 30px;
    text-align: center;
    border: none;
    border-radius: 0px !important;
}

.padleftzero {
    padding-left: 0 !important;
}

.padrightzero {
    padding-right: 0 !important;
}

.upload-product {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.57143;
}

/*search-0--------------------*/
/*search-0--------------------*/
.search-bg {
    background: #46be8a;
    height: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-top: 5px;
}

.search-bg1 {
    background: #f96868;
    height: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-top: 5px;
}

.search-bg2 {
    background: #926dde;
    height: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-top: 5px;
}

.border1 {
    border: 1px solid #46be8a;
}

.border2 {
    border: 1px solid #f96868;
}

.border3 {
    border: 1px solid #926dde;
}

.red {
    color: red;
}

.section-advanced-search {
    border: 1px solid #ccc;
    padding: 15px;
}

.section-btn-padding {
    padding: 6px 33px !important;
}

.border-right {
    border-right: 1px solid #ccc;
}

h4 {
    margin-bottom: 8px;
}

.close-bg {
    background: #46be8a;
}

.productTag {
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 300;
}

.primaryContactLable {
    font-weight: 500;
    margin-right: 10px;
}

.order p, .Prod p {
    margin: 11px 0 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.creditDollar {
    float: left;
    padding: 7px 2px 7px 0;
}

.creditFormElementWidth {
    width: 95%;
}

.user-pic img {
    width: 40px;
    margin-right: 10px;

}

.add-user .widget-header {
    padding: 0;
    background-color: #fff;
}

.add-user .avatar-lg {
    width: 120px;
    margin-bottom: 10px;
}

.customize-permissions .main-module {
    font-weight: 400;
}

.sub-module {
    font-weight: 300;
    padding-left: 20px !important;
}

#emailTemplate .nav-tabs {
    border-bottom: none;
}

#emailTemplate .nav-tabs li {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 4px 8px;
    margin-right: 5px;

}

#emailTemplate .email-check {
    float: left;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 0;
    margin-bottom: 0;
}

#emailTemplate .nav-tabs li a {
    background-color: transparent;
}

#emailTemplate .nav-tabs li a:focus {
    color: #fff;
    text-decoration: none;
}

#emailTemplate .nav-tabs li a:hover {
    color: none;
    text-decoration: none;
}

.active-li {
    background-color: #62A8EA;
    color: #fff !important;
}

.active-li a {
    color: #fff !important;
}

#brandEmailTemplate .nav-tabs {
    border-bottom: none;
}

#brandEmailTemplate .nav-tabs li {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 4px 8px;
    margin-right: 5px;

}

#brandEmailTemplate .email-check {
    float: left;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 0;
    margin-bottom: 0;
}

#brandEmailTemplate .nav-tabs li a {
    background-color: transparent;
}

#brandEmailTemplate .nav-tabs li a:focus {
    color: #fff;
    text-decoration: none;
}

#brandEmailTemplate .nav-tabs li a:hover {
    color: none;
    text-decoration: none;
}

.file-details-name {
    overflow: auto;
    word-wrap: break-word;
}

.user-profile .nav-tabs li a {
    background-color: transparent;
}

.margin-bottom-6 {
    margin-bottom: 6px !important;
}

/* CSS for safari issues */
#basicClientInfo .pull-right {
    float: none !important;
}

.checkBoxContainer {
    justify-content: space-between;
    align-content: center;
    display: flex;
    margin-bottom: 10px;
}

.convertLabel {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

#convert205to209 {
    width: 18px;
    margin-top: 0;
}

.uploadCancelButton {
    border: 0;
}

textarea {
    /* box-sizing: padding-box; */
    display: block;
    box-sizing: padding-box;
    overflow: hidden;
}

.cancelEditClient, .cancelAdmin {
    border-radius: 0;
}

.editClientColor, .adminColorBlue, .addEmailTemlplateButton, .uploadLogoClient {
    background: #662d91;
    color: #fff !important;
}

.editClientColor:hover, .adminColorBlue:hover, .addEmailTemlplateButton:hover, .uploadLogoClient:hover,
.editClientColor:focus, .adminColorBlue:focus, .addEmailTemlplateButton:focus, .uploadLogoClient:focus{
    background: #471f65;
    color: #fff !important;
}


.saveClientColor, .uploadButtonAdmin, .saveClientColor:disabled{
    background: #f7931e !important;
    color: #fff !important;
    border-radius: 0;
}

.saveClientColor:hover, .uploadButtonAdmin:hover, .saveClientColor:hover, .saveClientColor:focus, .uploadButtonAdmin:focus, .saveClientColor:focus{
    background: #f57f17 !important;
    color: #fff !important;
}

select::-ms-expand {
    display: none;
}

/* CSS for add csr */
.addCSR {
    margin: 7px 0 0 10px;
}

.removeCsr {
    float: right;
    margin: 7px 0 0 10px;
}

.spinnerUi .bootstrap-touchspin {
    width: 150px;
}

#skuTable .bootstrap-touchspin {
    width: 150px;
}

/*** multiple package **/

.bold {
    font-weight: 400;
}

.top-5 {
    padding-top: 7px;
}

.pad-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.max-height-scroll {
    /* max-height: 500px !important;
     overflow-y: scroll;
     overflow-x: hidden;*/

}


/* report page card styling */
.reportingCard {
    margin: 1vw;
    width: 30%;
    border-radius: 4px;
    padding: 20px 5px;
    background-color: #fafafa;
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);
    position:relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.reportingCard > i {
    color: #424242;
    font-size: 55px;
}

.reportingCard > p:last-of-type {
    margin-top:auto;
}

.reportCardTitle {
    font-size: 16px;
}

.reportCardMessage {
    font-size: 14px;
    color: #424242;
}

.reportingContainer {
    display: flex;
    flex-wrap: wrap;
}

.reportingContainer.active {
    display: flex !important;
}

#profileImageUpload,  .profileDetailsEdit, .addUserButton, .uploadImageButton, .archiveUserButton, .reactivateUserButton, .advancedSearchButton{
    background: #662d91;
    border: none;
    color: #fff !important;
}

.addUserButton:hover, .uploadImageButton:hover, .archiveUserButton:hover, .reactivateUserButton:hover, .advancedSearchButton:hover,
.addUserButton:focus, .uploadImageButton:focus, .archiveUserButton:focus, .reactivateUserButton:focus, .advancedSearchButton:focus{
    background: #471f65;
    color: #fff !important;
}

.kom-teal, .runReportButton, .searchWithinButton, .moveDifferentGroupButton, .submitSpecialException, .smtpSave, #saveBrand, .saveReplaceSku{
    background: #f7931e;
    border: none;
    color: #fff !important;
}

.kom-teal:hover, .runReportButton:hover, .searchWithinButton:hover, .moveDifferentGroupButton:hover, .submitSpecialException:hover, .smtpSave:hover, #saveBrand:hover, .saveReplaceSku:hover{
    background: #f57f17;
    color: #fff !important;
}


.helpResponsive {
    display: inline-flex !important;
    vertical-align: middle;
}

.alignCenter {
    align-items: center;
    display: inline-flex;
}

.resetPasswordHeader {
    /*background-color: #662d91 !important;*/
}

.viewResultsButton, .addProductButton, .rearchiveButton {
    background: #662d91 !important;
    border: none;
    color: #fff !important;
}

.viewResultsButton:hover, .addProductButton:hover, .rearchiveButton:hover,
.viewResultsButton:focus, .addProductButton:focus, .rearchiveButton:focus{
    background: #471f65 !important;
}

.kom-blue, .rowEdit, .smtpEdit{
    background: #662d91 !important;
    border-color: #662d91 !important;
    color: #fff !important;
}

.kom-blue:hover:enabled {
    color: #fff !important;
}

/*Reports 'Request new report' button*/
button#async-report-results-modal-generate-new {
    background: #662d91;
    color: #fff !important;
}

/* Batch Edit and Export selected modals*/
.modal-primary .modal-header,
.modal-success .modal-header,
.modal-info .modal-header,
.modal-warning .modal-header,
.modal-danger .modal-header {
    background-color: transparent !important;
    
}

.modal-primary .modal-header *,
.modal-success .modal-header *,
.modal-info .modal-header *,
.modal-warning .modal-header *,
.modal-danger .modal-header * {
    color: #424242 !important;
}

/*Batch Created OK button*/
.swal2-styled.swal2-confirm {
    background-color: #662d91 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);
}
.swal2-styled.swal2-cancel{
    font-size: 12px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    background-color: #f5f5f5 !important;
    color: #424242 !important;
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);
}
.swal2-icon.swal2-warning {
    border-color: #757575 !important;
    color: #757575 !important;
    height: 36px;
    width:36px;
    margin-bottom: 0 !important;
}

/*OMS table pagination buttons*/
.paginate_button:not(.disabled):not(.active) a:hover{
    color: #662d91 !important;
}

/*Manual Order Entry all dropdown hovers*/
.select2-results__option--highlighted{
    background-color: #662d91 !important;
}

/*Selected form field border*/
.form-control:focus{
    border-color: #000 !important;
}

/* Multiple Exceptions Export button*/
.orderexport {
    background-color: #662d91 !important;
}

.orderexport:hover {
    color: #76838f !important;
}

/* Multiple Exceptions Cancel button*/
.cancelExcep {
    color: #76838f;
    background-color: #e4eaec;
    border-color: #e4eaec;
    border:none;
}


.generateReportButton, .profileDetailsSave, .updatePasswordProfile, .saveNewUserButton {
    background: #662d91;
    color: #fff !important;
    border: 0
}
.generateReportButton:hover, .profileDetailsSave:hover, .updatePasswordProfile:hover, .saveNewUserButton:hover,
.generateReportButton:focus, .profileDetailsSave:focus, .updatePasswordProfile:focus, .saveNewUserButton:focus{
    background: #471f65;
    color: #fff !important;
}


#inventorydetailsgrid_filter, #inventorydetailsgridarchive_filter {
    padding-right: 0;
}

#inventorydetailsgrid_length, #inventorydetailsgridarchive_wrapper {
    padding-left: 0;
}

#clientPackagingTable_wrapper div:nth-child(2) .col-sm-12 {
    overflow: auto;
}

/*
select option {
    -moz-user-select: none;
    padding: 6px;
    font-family: Roboto,sans-serif;
    font-size: 16px;
    line-height: 1.57143;
    cursor:pointer;
}

------------Select color removed----------
select > option:checked,select > option:hover,select > option:active{
    -moz-box-shadow:0 40px 500px 0 #999 inset;
    -webkit-box-shadow:0 40px 500px 0 #999 inset;
    box-shadow:0 40px 500px 0 #999 inset;
  	transition: all .2s ease-in-out;
  	color:#666 !important;
}
------------Select color removed----------
*/

.ui-timepicker-wrapper {
    width: 115px !important;
}

.removeSKU {
    margin: 0px 0px 0px 10px;
    cursor: pointer;
    font-size: 24px;
}

.omsFilters {
    right: 216px;
    position: absolute;
    z-index: 999;
}

.cardInfoWidget {
    width: 20%;
    padding-left: 0;
}

.cardInfoWidget:first-of-type {
    padding-right: 15px !important;
}


.widgetOMSContent {
    height: 150px;
}

@media screen and (max-width: 850px) {
    #omsSearchInput .dataTables_filter input {
        width: 120px;
    }

    .reportingCard {
        width: 47%;
    }

    .omsFilters {
        right: 156px;
        position: absolute;
        z-index: 999;
    }

    .omsFilters .form-group {
        margin-right: 10px !important;
    }

    .omsFilters .control-label {
        display: none;
    }

    .omsFilters .col-md-12 {
        padding-right: 0;
    }

    .omsFilters .form-group:last-child {
        margin-right: 0 !important;
    }
}

/* .heightborder1 {
    flex-direction: column;
   border-right: 1px solid #ccc;
}
.heightborder2 {
    flex-direction: column;
    border-left: 1px solid #ccc;
} */
.equal {
    display: flex;
    flex-wrap: wrap;
}

.equal > div[class*='grid-'] {
    display: flex;
    flex-direction: column;
}

div.dataTables_wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
}

@media screen and (max-width: 991px) {
    .heightborder1 {
        flex-direction: column;
        border-bottom: 1px solid #ccc;
        border-right: none !important;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper > div.row > div, div.dataTables_length, div.dataTables_filter, div.dataTables_info, div.dataTables_paginate {
        text-align: left !important;
    }

    .reportingCard {
        width: 100%;
        margin: 1vw 0;

    }
    .cardInfoWidget {
        width: 100%;
    }
    .widgetOMSContent {
        height: 140px;
    }
}

.consignee-tracking-img {
    position: absolute;
    right: 19px;
    top: 5px;
}

.overview-table-grid {
    table-layout: auto;
    margin-left: 5px;
    margin-top: 5px;
    width: 97%;
}

.row-style {
    /*border: 1px solid #ccc;*/
}
.row-style > th {
    font-weight: 500 !important;
    font-size: 13px !important;
}

.overview-package-grid {
    table-layout: auto;
    margin-left: 5px;
    margin: 5px;
    width: 97%;
}

.divider-right {
    border-right: 1px solid #ccc;
}

.modal-width-60 {
    width: 60%;
}

@media (min-width: 992px) {
    .detail-modal-lg.modal-lg {
        width: 100%;
    }
}

table.routeBody thead, table.routeBody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}

table.routeBody tbody{
    display:block;
    height:500px;
    overflow-y:scroll;
}

#loginForm > div{
    padding-top:10px;
}

.pending_sku:after {
    content: " (pending)";
    color: red;
    font-size: 80%;
}

.searching_within {
    font-size: 16px;
    margin-top: 15px;
    font-weight: bold;
}

.search-jumbotron {
    padding: 0px;
    margin: 0px;
}

.search-jumbotron > div {
    margin-left: -30px;
    margin-right: -30px;
}

.align-switchery-with-textbox {
    padding-top: 5px;
    margin-bottom: 5px;
}

.shipto_icon {
    padding-left: 0;
    padding-top: 3px;
    font-size: 200%;
}

.shipto_address {
    padding-left: 20px;
}

.smallbutton {
    padding: 0.23em 1em;
    font-size: 0.75em;
    box-sizing: border-box;
    margin-right: 0.333em;
    border: 1px solid #999;
    border-radius: 2px;
    cursor: pointer;
    color: black;
    background-color: #e9e9e9;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
}

span.caret {
    color: #8f8f8f;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 50% !important;
    transform: translateY(-50%);

}

/* Email template form styling for inline display */
.email-template-form {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    margin: 20px 0;
    display: none;
}

.email-template-form.active {
    display: block;
}

.email-template-form .form-group {
    margin-bottom: 15px;
}

.email-template-form .form-actions {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.email-template-form .btn {
    margin-right: 10px;
}

/* Styling for email template forms when inserted after tables */
.email-template-form {
    margin-top: 10px;
    margin-bottom: 20px;
}

/* Email Template Fields Dialog Styling */
.email-fields-dialog .field-category h4 {
    background: #f5f5f5 !important;
    margin: 0 !important;
    padding: 10px !important;
    border-bottom: 1px solid #ddd !important;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #333 !important;
}

.email-fields-dialog .field-item {
    padding: 8px 12px !important;
    border-bottom: 1px solid #eee !important;
    cursor: pointer !important;
    transition: background-color 0.2s !important;
}

.email-fields-dialog .field-item:hover {
    background-color: #f0f8ff !important;
}

.email-fields-dialog .field-item .field-code {
    font-weight: bold !important;
    color: #0066cc !important;
    font-size: 13px !important;
    font-family: 'Courier New', monospace !important;
}

.email-fields-dialog .field-item .field-description {
    color: #666 !important;
    font-size: 12px !important;
    margin-top: 2px !important;
}

.email-fields-dialog #field-search {
    width: 100% !important;
    padding: 8px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    box-sizing: border-box !important;
}

.email-fields-dialog #fields-container {
    max-height: 400px !important;
    overflow-y: auto !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    background: white !important;
}