﻿.login-page {
    background: url('../Images/backgroud.jpg') no-repeat 0px 0px;
    background-size: cover;
}
.login-logo, .register-logo {
    color: #fff;
}
.login-box-body {
    background: #222c67e0;
    max-width: 500px;
    margin: 0 auto;
    padding: 3em;
    border-radius: 10px;
    box-sizing: border-box;
}
.login-logo {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    border-bottom: 5px solid #222c67;
    padding-bottom: 5px;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.cus-btn{
    color:#fff;
    background: #ed6123;
    border:0px !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.cus-btn:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ed6123;
    border:0px !important;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.cus-btn:hover:before{
     border-color: #ed6123;
     border:0px !important;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
    color: #535353;
}
.overlay_css {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.04);
    z-index: -1;
    cursor: pointer;
}
/*---Dashboard Css---*/
.skin-blue .main-header .navbar{
    background-color: #e1e1e1 !important;
    box-shadow: 0 7px 7px 0 rgba(0,0,0,.15);
    color: #535353;
}
.main-footer {
    background: #e1e1e1;
    padding: 15px;
    color: #535353;
    border-top: 1px solid #d2d6de;
    text-align: center;
}
.skin-blue .main-header .logo {
    background-color: #ed6123 !important;
    box-shadow: 0 7px 7px 0 rgba(0,0,0,.15);
    color: #ffffff;
}
.skin-blue .main-header .navbar .sidebar-toggle {
    color: #222c67;
}
.cus-heading {
    margin-bottom: 15px;
    padding: 8px 15px;
    background: #222c67;

}
.cus-heading h2{
    margin: 0px;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    line-height: 25px;
}
.content-wrapper {
    background: #fff;
}
.search-wrap,
.compare-pro-wrap form {
    text-align: right;
    display: flex;
    align-items: center;
}
.p-0 {
    padding: 0px !important;
}
.p-l-0 {
    padding-left: 0px;
}
.p-r-0 {
    padding-right: 0px;
}
.mb-25{
    margin-bottom:25px;
}
.m-r-15{
    margin-right:15px !important;
}
.mb-20 {
    margin-bottom:20px !important;
}
.m-0{
    margin:0px !important;
}
.mb-0 {
    margin-bottom:0px !important;
}
.search-wrap label,
.search-wrap button{
    font-size: 14px;
    font-weight: 700;
    padding: 7px 15px;
    height: 35px;
    background: #ed6123;
    border-color: #ed6123;
    color: #fff;
    display: inline-block;
    margin: 0px;
    border: 0px;
}
.search-wrap button {
    cursor: pointer;
}
.cus-grey-clr {
    background: #535353 !important;
    border-color: #535353 !important;
}
.search-wrap input,
.cus-select {
    padding: 0 15px;
    border: 0;
    background-color: #ffffff;
    color: #222c67;
    height: 35px;
    width: 100%;
    font-size: 14px;
}
.search-wrap input::-webkit-input-placeholder {
    color: #fff;
}
.cus-field-wrap {
    text-align: right;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background: #fff;
}
.cus-field-wrap label{
    font-size: 14px;
    font-weight: 700;
    padding: 8px 20px;
    height: 35px;
    border-color: #f5f5f5;
    color: #ffffff;
    display: inline-block;
    margin: 0px;
    width: 50%;
    text-align: center;
    background: #535353;

}
.veetrend-cus-field-wrap label{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.veetrend-cus-field-wrap textarea{
    resize: none;
    display: block;
    min-height: 120px;
    width: 100%;
}
.check-wrap input[type=checkbox] {
    border: 0;
    background-color: #f5f5f5;
    color: #606060;
    height: 18px !important;
    font-size: 14px;
    width: 30px;
    display: block;
    border-radius: 0px;
    margin-top: 0px;
    float:left;
}
.pr-label-cus-width .cus-field-wrap label{
    width: 300px;
}
.endicia-cont-wrap .cus-field-wrap label.cus-width {
    width: 400px;
}
.cus-field-wrap input,
.cus-field-wrap select,
.veetrend-cus-field-wrap input {
    padding: 0 15px;
    border: 0;
    background-color: #ffffff;
    color: #222c67;
    height: 35px !important;
    width: 100%;
    font-size: 14px;
    margin-bottom:0px !important;
}
.veetrend-cus-field-wrap select {
    padding: 0 15px;
    border: 0;
    background-color: #ffffff;
    color: #222c67;
    height: 120px !important;
    width: 50%;
    font-size: 14px;
    margin-bottom: 0px !important;
    display: block;
}
.btn-wrap {
        text-align: right;
    }
.btn-wrap input{
    font-size: 14px;
    font-weight: 700;
    padding: 8px 20px;
    height: 35px;
    background: #ed6123;
    border-color: #ed6123;
    color: #fff;
    display: inline-block;
    margin: 0px;
    border: 0px;
    text-align:center;
}
.cus-table table tbody tr td select,
.cus-table table tbody tr td input{
    padding: 0 5px;
    border: 1px solid #e1e1e1;
    /*background-color: #fff !important;*/
    color: #222c67;
    height: 30px;
    width: 100%;
    font-size: 12px;
    /*font-weight: 700;*/
}
.cus-table table thead tr th,
.cus-table table tbody tr td {
    vertical-align: middle;
    text-align: center;
    /*white-space: nowrap !important;*/
}
.cus-table table tbody tr td input[type=button] {
    background: #ed6123 !important;
    border-color: #ed6123;
    color: #ffffff;
    display: inline-block;
    margin: 0px;
    border: 0px;
    height: 30px;

}
.order-invoice-table tr td,
.order-invoice-table tr td label {
    font-size: 14px;
    font-weight: 700;
    color: #222c67;
    margin:0px;
    text-align: left!important;
}
.order-invoice-table tr td input{
    background:transparent !important;
}
.order-invoice-adress p{
    font-size: 14px;
    font-weight: 700;
    color: #222c67;
}
.sidebar-menu .treeview-menu .treeview-menu {
    padding-left:0px;
}
.skin-blue .main-sidebar{
    background-color: #e1e1e1;
}
.skin-blue .sidebar-menu>li:hover>a{
    color: #fff;
    background: #222c67;
    border-left-color: #ed6123 ;
}
.skin-blue .sidebar a{
    color: #222c67;
    font-size: 14px;
    font-weight: 700;
}
/*---Tree view css ---*/
.sidebar-menu .treeview-menu>li>a {
    font-size: 12px;
    padding: 12px 5px 12px 25px;
    display: block;
    color: #222c67;
    font-weight: 700;
    border-left: 3px solid transparent;
}
.skin-blue .sidebar-menu>li>.treeview-menu {
    background: #f2f2f2;
    padding: 0px;
    margin: 0 0px;
}
.skin-blue .treeview-menu>li>a:hover {
    color: #fff;
    background: #222c67;
    border-left-color: #ed6123;
}
.skin-blue .treeview-menu > li.active > a,
.skin-blue .sidebar-menu>li.active>a {
    color: #fff;
    background: #535353;
    border-left-color: #ed6123;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #222c67;
}
.skin-blue .main-header .navbar .nav>li>a {
    color: #222c67;
}
.skin-blue .main-header .navbar .nav > li > a:hover {
    background: rgb(34, 44, 103) !important;
    color: #ffffff !important;
}
.skin-blue .main-header .navbar .nav > li > a:active,
.skin-blue .main-header .navbar .nav > li > a:focus,
.skin-blue .main-header .navbar .nav .open > a,
.skin-blue .main-header .navbar .nav .open > a:hover,
.skin-blue .main-header .navbar .nav .open > a:focus,
.skin-blue .main-header .navbar .nav > .active > a {
    color: #fff !important;
    background: #535353 !important;
}
.label-success {
    background-color: #ed6123 !important;
}

/*---Packing Slip Css---*/
.packslip-select select,
.packslip-datepkr input{
    padding: 0 15px;
    border: 0;
    background-color: #ffffff;
    color: #222c67;
    height: 35px;
    font-size: 14px;
}
.packslip-datepkr span {
    font-size: 14px;
    font-weight: 700;
    height: 35px;
    background: #ed6123 !important;
    border-color: #ed6123 !important;
    color: #fff !important;
    margin: 0px;
    border: 0px;
}
.cus-table table tbody tr td input[type=checkbox],
.cus-table table thead tr th input[type=checkbox] {
    padding: 0 15px;
    border: 0;
    background-color: #f5f5f5;
    color: #606060;
    height: 18px;
    font-size: 14px;
    width: auto !important;
}
.AchorAsButton {
    display: block !important;
    background: #222c67;
    text-align: center;
    color: white !important;
    font-weight: bold !important;
    font-size: 12px !important;
    padding: 5px 5px !important;
    height: auto !important;
}
a.AchorAsButton:hover,
a.dwnlodButton:hover {
    color: #fff;
}
.dwnlodButton {
    display: block;
    background: #222c67;
    padding: 7px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
    width: 200px;

}
.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #ed6123;
}
.nav-tabs-custom>.tab-content {
    padding: 10px 0px;
}
div#UnshipOrders_length,
div#SuperOrderNumber_length,
div#SPOOrderNumber_length {
    margin-bottom: 15px;
}
/*.cus-table div#UnshipOrders_wrapper select,
.cus-table div#OrderSearch_wrapper label select,
.cus-table div#packingSlip_length label select,
.cus-table div#OrderShippinment_wrapper label select,
.cus-table div#SuperOrderNumber_length label select,
.cus-table div#SPOOrderNumber_length label select,*/
.cus-table div label select{
    padding: 0px 8px;
    border: 0;
    background-color: #ffffff;
    color: #222c67;
    height: 30px;
    font-size: 14px;
}
.skin-blue .main-header li.user-header {
    background-color: #e1e1e1;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
    color: rgb(34, 44, 103);
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
    color: #ffffff;
}
.btn-default {
    background-color: #ed6123;
    border-color: #ed6123;
}
.btn-default:hover,
.btn-default:active,
.btn-default.hover {
    background-color: #ed6123;
    border-color: #ed6123;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    background-color: #f2f2f2;
}
.child-table div#demo table#subT {
    border: 1px solid #ed6123;
    border-bottom: 1px solid #ed6123 !important;
}
td a.AchorAsButton {
    width: 125px;
}
a#genRptURL {
    width: 250px;
}

.content {
    padding-top: 25px !important;
}
.cus-center {
    width:480px;
    margin:0 auto;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.warehouse-wrap .search-wrap label{
    width:150px;
    text-align:center;
}
.warehouse-wrap .search-wrap select{
    padding: 0 15px;
    border: 0;
    background-color: #ffffff;
    color: #222c67;
    height: 35px;
    font-size: 14px;
}
.cus-warehouse-btn-gen {
    width: 200px;
    text-align: center;
    background: #222c67;
    color: #fff!important;
}
.card,
.card-white {
    background: #e1e1e1;
    padding: 25px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
}
.card-white{
    background: #fff !important;
}
.card-white-height {
    /*min-height:330px !important;*/
    overflow:hidden !important;
    position:relative;
}
.cus-border-b {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.cus-table table.dataTable {
    background: #fff;
    margin: 0px;
    font-size: 12px;
}
/*.cus-table table.dataTable.no-footer,*/
.cus-table table.dataTable thead th {
    border-bottom: 1px solid #ed6123 !important;
}
.cus-table table.dataTable.no-footer {
    border-bottom: 0px solid #ed6123 !important;
}
.common-ornge-btn {
    color: #fff !important;
    background: #222c67 !important;
    border: 0px !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 25px;
    height: 35px;

}
.common-ornge-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ed6123;
    border: 0px !important;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.common-ornge-btn:hover:before{
     border-color: #ed6123;
     border:0px !important;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);

}
input::-webkit-input-placeholder,
div#POListing_filter input::-webkit-input-placeholder { 
  color: #777!important;
}
/*---Upload Button Css---*/
#html_btn {
 display:none;
}
.new_Btn {
    color: #222c67;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    height: 35px;
    margin-right: 25px;
    border: 2px solid #ed6123;
    background: #fff;
    padding: 5px 50px;
    border-radius: 5px;
    cursor: pointer;
}
/*---Table Search Css---*/
.cus-table .dataTables_length{
    margin-bottom:15px;
}
.cus-table .dataTables_length label input,
.cus-table .dataTables_filter label input{
    padding: 0 15px;
    border: 0;
    background-color: #ffffff;
    color: #222c67;
    height: 35px;
    font-size: 14px;
}
div#POListing_length select {
    padding: 0px 8px;
    border: 0;
    background-color: #ffffff;
    color: #222c67;
    height: 30px;
    font-size: 14px;
}
div#POListing_length {
    margin-bottom: 25px;
}
div#POListing_filter input {
    padding: 0 15px;
    border: 0;
    background-color: #ffffff;
    color: #222c67;
    height: 35px;
    font-size: 14px;
}
div#packingSlip_length {
    float: right;
    margin-bottom: 15px;
}
div#packingSlip_length label {
    margin:0px;
}
li.user-header img {
    border: 1px solid #e1e1e1 !important;
}
/*---Table Scroll---*/
.cus-scroll {
    overflow-x: scroll !important;
    width: 100%;
    display: block;
}
.cus-scroll-child {
    display: block;
}
.cus-scroll::-webkit-scrollbar {
    height:7px;
}
.cus-scroll::-webkit-scrollbar-track {
    background: #fff; 
}
.cus-scroll::-webkit-scrollbar-thumb {
    background: #222c67; 
    border-radius:999px;
}
.pos-rel {
    position:relative;
}
p.cus-file-name {
    position: absolute;
    margin: 0px;
    padding-top: 3px;
    font-size: 13px;
    font-weight: 700;
}
a#MarkAsShip {
    margin-bottom: 5px;
}
.cus-table table thead tr th.cus-wraping-text,
.cus-table table tbody tr td.cus-wraping-text{
    white-space: normal!important;
}
/*---Modal Css---*/
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
}
.reship-cont-wrap label{
    font-size: 14px;
    font-weight: 700;
    color: #222c67;
    margin-bottom: 5px;
}
.reship-cont-wrap select{
    border: 1px solid #e1e1e1;
    background-color: #fff !important;
    color: #222c67;
    height: 35px;
    font-size: 14px;
    margin-bottom: 15px;
}
.reship-cont-wrap textarea {
    width: 100%;
    height: 120px;
    resize: none;
    margin-bottom: 15px;
    padding: 10px;
}
span#ui-id-1, span#ui-id-2 {
    margin: 0px;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    line-height: 25px;
}
div#dialog {
    padding: 15px;
    overflow: hidden;
    height: auto !important;
}
.ui-dialog-titlebar {
    background: #222c67 !important;
    border-radius: 0px !important;
}
.btn-position{
    position: absolute;
    right: 25px;
    bottom: 25px;
}
body a {
    cursor:pointer;
}
.veetrend-cus-field-wrap .btn-default{
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
}
.veetrend-cus-field-wrap .Editor-container {
    margin:0px;
    background: #fff;
}
.veetrend-cus-field-wrap .line-control-menu-bar{
    border-radius: 0px;
}
.veetrend-cus-field-wrap .Editor-editor {
    height: 125px;
}
.veetrend-cus-field-wrap .btn-group .btn{
    padding:5px !important;
}
.decision-wrap{
    display:flex;
    align-items:center;
}
.decision-wrap input{
    margin:0px;
}
.imag-flip{
  -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);

    }
.custom-box-whiteDT {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    background:#fff;
    margin-top: 10px;
    padding: 13px 25px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
}
.custom-box-whiteDT textarea {
    width: 100%;
}
.custom-box-whiteDT a {
    color: orange;
    font-size: 12px;
    font-weight: 200;
    margin:0 5px;
}
.custom-box-whiteDT a i {
    padding-right:3px;
}
table.dataTable tbody th,
table.dataTable tbody td {
    padding: 4px 5px !important;
}
table.dataTable thead th,
table.dataTable thead td {
    padding: 6px 9px !important;
}

/*---Dashboard Css---*/
#dvShipping table tr th{
    text-align:center;
    background: #e1e1e1;
}
tr.comon-order-style td{
    text-align:left !important;

}
tr.comon-order-style {
    background: #f4f4f4;
}
tr.comon-order-style td i.fa.fa-plus {
    border: 1px solid #ed6123;
    padding: 2px;
    font-size: 10px;
    margin-right: 5px;
}
tr.comon-order-style td strong {
    font-size: 14px;
    font-weight: 600;
}
tr.comon-order-style td {
    text-align: center !important;
}
tr.comon-order-style td:first-child{
    text-align: left!important;
}
tr.grand-total {
    background: #222c67;
    color: #fff;
}
tr.grand-total:hover {
    background: #222c67 !important;
    color: #fff;
}
.search-wrap form {
    width: 100%;
}

input.input_urlindexing {
    width: 100%;
    height: 37px;
    padding: 4px 10px;
}


/* start CSS for the custom alert popup by aousaja */
.custom-alert-aj {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1050;
    width: 300px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: none; /* Hide initially */
}

.custom-alert-success-aj {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.custom-alert-warning-aj {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}

.custom-alert-danger-aj {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.custom-alert-aj h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.custom-alert-aj p {
    margin: 10px 0 0;
}

.custom-alert-aj .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    background: none;
    border: none;
    color: inherit;
}

    .custom-alert-aj .close:hover {
        color: #000;
    }

/* end CSS for the custom alert popup by aousaja */