/*#loader {
	display: block !important
}*/

/*hide until the logic changes for them*/
/*#wrapper,
.navbar.navbar-expand,
.globalFilters,
.newHeader {
	display: none;
}*/

/*Changing color for loading spin*/
.fa-spin {
	color: #00cfa9
}

#loader:before {
    background-color: white;
}

.CustomScreen-List .tiles .card {
	background-color: rgba(0, 0, 0, .03) !important;
	background-repeat: no-repeat;
	background-size: cover;
	width: 350.00px !important;
	height: 350.00px !important;
}


.CustomScreen-List .tiles.mb-5 .card {
	background-image: url(/custom-files/2f21b439-98e8-4ad1-b1fd-c3bd491baaa1.png) !important;
	background-repeat: no-repeat;
	background-size: cover;
}


.CustomScreen-List .tiles .card .card-body .mr-5,
.CustomScreen-List .tiles .card .card-footer {
	color: #2d4f91 !important;
}

/* New UI CSS  - Start... */

/*adjusting footer width after removing sidebard*/
 footer {
	width: 100% !important;
}

/*css for body image fixed to right bottom corner*/
 img.Vector-Smart-Object {
	width: 150px;
	height: 103px;
	right: 0px;
	bottom: 0px;
	position: absolute;
}

/*adjusting image Vector-smart-object so that it is not overlaying any div containers*/
.Unicargo-Dev #content-wrapper {
	padding-bottom: 150px !important;
}


 .container-fluid {
	padding: 0;
}

.Unicargo-Dev #wrapper {
	padding: 0rem 5rem;
	background-color: #f9f9f9;
}

 .navbar {
	padding: 0.5rem 5rem !important;
}

/*replacing logo*/
 a.navbar-brand>img {
	content: url("https://unicargo.iqdox.com/file/get/1/0/unicargo_new_ui_logo.png");
}

/*changing nav bg color*/
 nav.bg-primary,  nav.bg-dark {
	background-color: #353435 !important;
}

/*removing left margin for nav-menu */
 nav.navbar>ul.navbar-nav.mx-auto {
	margin-left: 0 !important;
}

/*overriding color of nav menu text to white*/
 nav.navbar>ul.navbar-nav>li.nav-item>.nav-link {
	color: #ffffff !important;
}

/*overriding color of nav menu text to white*/
 nav.navbar>ul.navbar-nav>li.nav-item>.navbar-text {
	color: #ffffff !important;
}

/*set up for undline effect*/
 nav.navbar>ul.navbar-nav>li.nav-item {
	position: relative;
}

/*permanent effect after it is selected*/
 nav.navbar>ul.navbar-nav:first-of-type>li.nav-item.active::after {
	content: '';
	height: 3px;
	width: 100%;
	position: absolute;
	background: #06cea8;
	left: 0;
	bottom: -0.5rem;
}

/*set up for hover effect*/
 nav.navbar>ul.navbar-nav:first-of-type>li.nav-item::after {
	content: '';
	height: 3px;
	width: 0;
	position: absolute;
	background: #06cea8;
	left: 0;
	bottom: -0.5rem;
	transition: 0.5sec;
}

/*hover effect cont..*/
 nav.navbar>ul.navbar-nav:first-of-type>li.nav-item:hover::after {
	width: 100%;
}

/*centering icons */
 #warehouse-icon,
#user-icon {
	padding-bottom: 0.25rem !important;
}

/*Temp - adding sidebar for accessing rest of menu*/
 .sidebar.navbar-nav {
	background-color: #353435 !important;
	margin-top: -9.97rem;
	/*temp - moving sidebar up */
}
.Unicargo-Dev-Modify .sidebar.navbar-nav, .Custom-View-outbound .sidebar.navbar-nav {
	margin-top: -4.97rem!important;
}

.Custom-Add-inbound .sidebar.navbar-nav, 
.Custom-Edit-inbound .sidebar.navbar-nav,
.Custom-View-inbound .sidebar.navbar-nav {
  	margin-top: -13rem !important; /*temp*/
}

 #sideMenu {
	background-color: #353435;
	border: 0;
	/*makes button border invisible*/
	outline: none;
}

 #sideMenu>span {
	/*opacity: 0;*/
  	color: white;
}

/* #sideMenu>span:hover {
	color: white;
	opacity: 100%;
}*/

/* -- end of accessing rest of menu*/

/*Adding spacing and deleting borders in the table*/
.tableCustomizing {
	border-collapse: separate;
	border-spacing: 0px 10px;
	border: none;
}

.tableCustomizing thead tr,
.tableCustomizing thead th {
	border-top: none;
	border-bottom: none !important;
}

/*end spacing and deleting borders*/

.tableCustomizing tbody tr,
.tableCustomizing tbody th {
	height: 50px;
	background-color: white;
}

/*Adding rounding for table rows*/
.tableCustomizing tbody tr th:first-child,
.tableCustomizing tbody tr td:first-child,
.Custom-Index-inbound .form-control, 
.Custom-Index-inbound .form-control {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.tableCustomizing tbody tr th:last-child,
.tableCustomizing tbody tr td:last-child,
.Custom-Index-inbound .form-control, 
.Custom-Index-inbound .form-control {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

/*Adding background color under the table*/
.Custom-Index-inbound .container-fluid .mb-3, 
.Custom-Index-inbound .container-fluid .mb-3 {
	background-color: #f9f9f9;
}

/*Customizing Edit button in the Data Grid*/
.tableCustomizing .secondaryButton-custom {
	background-color: none !important;
	color: #212529;
	border-color: none !important;
}

.tableCustomizing .btn-group {
	background-color: none;
}

/*end of customizing Edit button*/

/*Adding style to the search icon in the search field*/
.Custom-Index-inbound .search .fa-lg, 
.Custom-Edit-inbound .search .fa-lg, 
.Custom-View-inbound .search .fa-lg {
	position: absolute;
	z-index: 2;
	display: block;
	width: 23.5rem;
	height: 2.375rem;
	line-height: 2.5rem;
	text-align: center;
	pointer-events: none;
	color: #00cfa9;
}

/*Adding rounding */
.Custom-Index-inbound .form-control,
.Custom-Index-inbound .form-control,
.Custom-Index-inbound .multiselect {
	border-top-left-radius: 15px !important;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px !important;
	border-bottom-right-radius: 15px;
}

/*Custom style for page list dropdown*/
.Custom-Index-inbound .dropdown-item.active,
.Custom-Index-inbound .dropdown-item:active, 
.Custom-Index-inbound .dropdown-item.active,
.Custom-Index-inbound .dropdown-item:active {
	color: #353435;
	text-decoration: none;
	background-color: white;
}

/*Custom style for page list dropdown*/
.Custom-Index-inbound .bootstrap-table .page-list .btn-primary:hover,
.Custom-Index-inbound .bootstrap-table .page-list .btn-primary, 
.Custom-Edit-inbound .bootstrap-table .page-list .btn-primary:hover,
.Custom-Edit-inbound .bootstrap-table .page-list .btn-primary, 
.Custom-View-inbound .bootstrap-table .page-list .btn-primary:hover,
.Custom-View-inbound .bootstrap-table .page-list .btn-primary {
	color: #353435;
	background-color: white;
	border-color: #e7e7e7;
	border-radius: 9px
}

/*Custom style for pagination*/
.Custom-Index-inbound .bootstrap-table .pagination-info,
.Custom-Index-inbound .bootstrap-table .page-list, 
.Custom-Edit-inbound .bootstrap-table .pagination-info,
.Custom-Edit-inbound .bootstrap-table .page-list, 
.Custom-View-inbound .bootstrap-table .pagination-info,
.Custom-View-inbound .bootstrap-table .page-list {
	font-size: 14px;
	font-weight: 400;
}

.Custom-Index-inbound .pagination, 
.Custom-Edit-inbound .pagination, 
.Custom-View-inbound .pagination {
	padding: 6px 12px;
}

.Custom-Index-inbound .bootstrap-table .fixed-table-pagination .pagination>ul, 
.Custom-Edit-inbound .bootstrap-table .fixed-table-pagination .pagination>ul, 
.Custom-View-inbound .bootstrap-table .fixed-table-pagination .pagination>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.Custom-Index-inbound .bootstrap-table .fixed-table-pagination .pagination>li>a, 
.Custom-Edit-inbound  .bootstrap-table .fixed-table-pagination .pagination>li>a, 
.Custom-View-inbound .bootstrap-table .fixed-table-pagination .pagination>li>a{
	background-color: white;
	border-color: #e7e7e7;
	border-radius: 100%;
	color: #353435;
	margin: 3px;
}

.Custom-Index-inbound .bootstrap-table .fixed-table-pagination .pagination>li.active a, 
.Custom-Edit-inbound .bootstrap-table .fixed-table-pagination .pagination>li.active a, 
.Custom-View-inbound .bootstrap-table .fixed-table-pagination .pagination>li.active a {
	background-color: #e7e7e7;
	border-color: #e7e7e7;
	border-radius: 100%;
	color: #fff;
}

/*End of ***Custom style for pagination*/

/*Changing position for modal window*/
.Custom-Index-inbound .modal.right .modal-dialog, 
.Custom-Index-inbound .modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 400px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

/*applying modal dimension*/
.Custom-Index-inbound .modal.right .modal-content, 
.Custom-Index-inbound .modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

/*Padding for modal window*/
.Custom-Index-inbound .modal.right .modal-body, 
.Custom-Index-inbound .modal.right .modal-body {
	padding: 15px 15px 80px;
}

.Custom-Index-inbound .modal.right.fade .modal-dialog, 
.Custom-Index-inbound .modal.right.fade .modal-dialog {
	right: 0;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

/*Position for modal window*/
.Custom-Index-inbound .modal.right.fade.in .modal-dialog, 
.Custom-Index-inbound .modal.right.fade.in .modal-dialog {
	right: 0;
}

/*End of ***changing position for modal window*/

/*Rounding for page buttons*/
.Custom-Index-inbound button:not(:disabled),
.Custom-Index-inbound [type="button"]:not(:disabled),
.Custom-Index-inbound [type="reset"]:not(:disabled),
.Custom-Index-inbound [type="submit"]:not(:disabled),
.Custom-Index-inbound .custom-buttons-css,
.Custom-Index-inbound .btn-success,
.Custom-Index-inbound button:not(:disabled),
.Custom-Index-inbound [type="button"]:not(:disabled),
.Custom-Index-inbound [type="reset"]:not(:disabled),
.Custom-Index-inbound [type="submit"]:not(:disabled),
.Custom-Index-inbound .custom-buttons-css,
.Custom-Index-inbound .btn-success{
	border-radius: 15px !important;
}

/*Customizing Submit buttons*/
.Custom-Index-inbound .btn-success, 
.Custom-Index-inbound .btn-success{
	color: #fff;
	background-color: #00cfa9;
	border-color: #00cfa9;
}

/*Customizing Data Grid buttons*/
.Custom-Index-inbound .custom-buttons-css, 
.Custom-Index-inbound .custom-buttons-css {
	margin-right: 5px;
	color: #fff;
	background-color: #00cfa9;
	border-color: #00cfa9;
}

/*Left rounding for modal window inputs with "Empty Checkbox*/
.Custom-Index-inbound .input-group>.form-control:not(:last-child),
.Custom-Index-inbound .input-group>.custom-select:not(:last-child), 
.Custom-Index-inbound .input-group>.form-control:not(:last-child),
.Custom-Index-inbound .input-group>.custom-select:not(:last-child) {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

/*Right rounding for modal window*/
.Custom-Index-inbound .input-group>.input-group-append>.btn,
.Custom-Index-inbound .input-group>.input-group-append>.input-group-text,
.Custom-Index-inbound .input-group>.input-group-prepend:not(:first-child)>.btn,
.Custom-Index-inbound .input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.Custom-Index-inbound .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.Custom-Index-inbound .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.Custom-Index-inbound .input-group>.input-group-append>.btn,
.Custom-Index-inbound .input-group>.input-group-append>.input-group-text,
.Custom-Index-inbound .input-group>.input-group-prepend:not(:first-child)>.btn,
.Custom-Index-inbound .input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.Custom-Index-inbound .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.Custom-Index-inbound .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

/*New header with background image*/
 .newHeader {
	height: 80px; /*or 6rem*/
	background-image: linear-gradient( rgba(30,51,60,.8), rgba(30,51,60,.8)), url("https://unicargo.iqdox.com/file/get/1/0/unicargo_ship_back_image.jpg");
	background-size: cover;
	overflow: hidden;
	display: flex;
	align-items: center;

}

/*Modifying h1 after moving to new header*/
 .newHeader h1 {
	padding-left: 5rem;
	padding-right: 5rem;
	color: #ffffff;
}

/*Div for global filter*/
 .globalFilters {
	background-color: #efefef;
	height: 80px;
	display: flex;
    align-items: center;
}

/*Div for custom tab headers*/
.customTabHeader {
	background-color: #efefef;
	height: 80px;
	display: flex;
	align-items: center;
}

/*Styling for global filter buttons*/
.Custom-Index-inbound .btn-view-selector-btn,
.Custom-Index-outbound .btn-view-selector-btn,
.Custom-Index-inbound .btn-view-selector-btn,
.Custom-Edit-inbound .btn-view-selector-btn,
.Custom-View-inbound .btn-view-selector-btn {
	width: 10rem; /* or 180px;*/
	background-color: #ffffff;
	color: #353435;
	border-radius: 8px;
	position: relative;
}

/*Color change when global filter button is selected*/
.Custom-Index-inbound .btn-view-selector-btn.active, 
.Custom-Index-outbound .btn-view-selector-btn.active, 
.Custom-Index-inbound .btn-view-selector-btn.active,
.Custom-Edit-inbound .btn-view-selector-btn.active,
.Custom-View-inbound .btn-view-selector-btn.active {
	background-color: #06cea8 !important;
	color: #ffffff !important;

}

/*Set up hover effect for global filter buttons*/
.Custom-Index-inbound .btn-view-selector-btn.active::before, 
.Custom-Index-outbound .btn-view-selector-btn.active::before, 
.Custom-Index-inbound .btn-view-selector-btn.active::before,
.Custom-Edit-inbound .btn-view-selector-btn.active::before,
.Custom-View-inbound .btn-view-selector-btn.active::before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #efefef;
  border-right: 10px solid #efefef;
  border-top: 10px solid #06cea8;
  /*border-bottom: 10px solid #efefef;*/
  top: 2.2rem;
  left: 45%;
}

/*Special paddings for global filter buttons*/
.Custom-Index-inbound .btn-view-selector-btn:nth-of-type(1), 
.Custom-Index-outbound .btn-view-selector-btn:nth-of-type(1), 
.Custom-Index-inbound .btn-view-selector-btn:nth-of-type(1) {
	margin-left: 5.5rem !important;
}

.Custom-Edit-inbound .btn-view-selector-btn:nth-of-type(1),
.Custom-View-inbound .btn-view-selector-btn:nth-of-type(1) {
	margin-left: 1rem !important;
}

/*Div for global filter*/
.Custom-Index-inbound .btn-view-selector-btn:nth-of-type(2), 
.Custom-Index-outbound .btn-view-selector-btn:nth-of-type(2), 
.Custom-Index-inbound .btn-view-selector-btn:nth-of-type(2),
.Custom-Edit-inbound .btn-view-selector-btn:nth-of-type(2),
.Custom-View-inbound .btn-view-selector-btn:nth-of-type(2) {
	margin-left: 0.5rem;
}

/*Re-applying background-color to tables in case it didn't work*/
.Custom-Index-inbound .bootstrap-table, 
.Custom-Index-inbound .bootstrap-table {
	background-color: #f9f9f9;
}
/*---------------------------------------------------------------------------------------------*/
/*Custom CSS for Inbound*/
/*Border changes*/
.Custom-Add-inbound #formContainer .rounded,
.Custom-Edit-inbound #formContainer .rounded,
.Custom-View-inbound #formContainer .rounded
 {
	border-radius: 15px!important;
    background-color: #ffffff;
    border: none !important;
}
.Custom-Add-inbound .form-control,
.Custom-Edit-inbound .form-control,
.Custom-View-inbound .form-control,
.Custom-Add-inbound .custom-select,
.Custom-Edit-inbound .custom-select,
.Custom-View-inbound .custom-select {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.Custom-Add-inbound .input-group>.input-group-append>.btn,
.Custom-Edit-inbound .input-group>.input-group-append>.btn,
.Custom-View-inbound .input-group>.input-group-append>.btn,
.Custom-Add-inbound .input-group>.input-group-append>.input-group-text,
.Custom-Edit-inbound .input-group>.input-group-append>.input-group-text,
.Custom-View-inbound .input-group>.input-group-append>.input-group-text {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #00cfa9 !important;
	border-color: #00cfa9 !important;
	color: #ffffff !important;
}

.Custom-Add-inbound #CustomerName,
.Custom-Add-inbound #WhAccountManager,
.Custom-Add-inbound #WarehouseCode,
.Custom-Add-inbound #MainCarriageAtd,
.Custom-Add-inbound #FinalDeliveryAtd,
.Custom-Add-inbound #MainCarriageAta,
.Custom-Add-inbound #FinalDeliveryAta,
.Custom-Add-inbound #EtaToWarehouse,
.Custom-Add-inbound .file-caption,
.Custom-View-inbound #CustomerName,
.Custom-View-inbound #WhAccountManager,
.Custom-View-inbound #WarehouseCode,
.Custom-View-inbound #MainCarriageAtd,
.Custom-View-inbound #FinalDeliveryAtd,
.Custom-View-inbound #MainCarriageAta,
.Custom-View-inbound #FinalDeliveryAta,
.Custom-View-inbound #EtaToWarehouse,
.Custom-View-inbound .file-caption,
.Custom-Edit-inbound #CustomerName,
.Custom-Edit-inbound #WhAccountManager,
.Custom-Edit-inbound #WarehouseCode,
.Custom-Edit-inbound #MainCarriageAtd,
.Custom-Edit-inbound #FinalDeliveryAtd,
.Custom-Edit-inbound #MainCarriageAta,
.Custom-Edit-inbound #FinalDeliveryAta,
.Custom-Edit-inbound #EtaToWarehouse,
.Custom-Edit-inbound .file-caption{
    border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

/*Applying bold to labels*/
.Custom-Add-inbound label,  
.Custom-Add-inbound > #wrapper h5, 
.Custom-Add-inbound > #wrapper h6,
.Custom-Edit-inbound label,  
.Custom-Edit-inbound > #wrapper h5, 
.Custom-Edit-inbound > #wrapper h6,
.Custom-View-inbound label,  
.Custom-View-inbound > #wrapper h5, 
.Custom-View-inbound > #wrapper h6
{
    font-weight: bold;
}

/*restyling buttons... start*/
.Custom-Add-inbound #groupFooter, 
.Custom-Edit-inbound #groupFooter, 
.Custom-View-inbound #groupFooter {
  min-height: 0!important
}
.Custom-Add-inbound #groupFooter > .btn.btn-success, 
.Custom-Edit-inbound #groupFooter > .btn.btn-success, 
.Custom-View-inbound #groupFooter > .btn.btn-success {
    width: 10rem;
    background-color: #06cea8;
    color: #ffffff;
    border-radius: 8px;
    border-color: #06cea8;
    
}
.Custom-Add-inbound #groupFooter > .btn.btn-success:hover, 
.Custom-Edit-inbound #groupFooter > .btn.btn-success:hover, 
.Custom-View-inbound #groupFooter > .btn.btn-success:hover {
   background-color: #06cea8;	
}

.Custom-Add-inbound #groupFooter > .btn.btn-secondary, 
.Custom-Edit-inbound #groupFooter > .btn.btn-secondary, 
.Custom-View-inbound #groupFooter > .btn.btn-secondary {
    background-color: transparent;
    color: #06cea8;
    border: none;
    font-weight: bold;
  	text-decoration: underline;
}

.Custom-Add-inbound #groupFooter > .btn.btn-secondary:hover, 
.Custom-Edit-inbound #groupFooter > .btn.btn-secondary:hover, 
.Custom-View-inbound #groupFooter > .btn.btn-secondary:hover {
   background-color: transparent;	
} 
/*restyling buttons... end*/

/*Moving content on top of new header*/
.Custom-Add-inbound #content-wrapper, 
.Custom-Edit-inbound #content-wrapper, 
.Custom-View-inbound #content-wrapper {
	position: relative; 
  	top: -100px;
}

/*Adjusting side nav due to moving content up*/
.Custom-Add-inbound .sidebar.navbar-nav, 
.Custom-Edit-inbound .sidebar.navbar-nav, 
.Custom-View-inbound .sidebar.navbar-nav {
  	margin-top: -13rem!important; /*temp*/
}

/*back button and title for new header... start*/
.Custom-Add-inbound #backBtn, 
.Custom-Edit-inbound #backBtn, 
.Custom-View-inbound #backBtn {
  color: white;
  background-color: transparent; 
  border: none;
  margin-left: 5.6rem;
  margin-top: 2rem;
  font-size: small;
}

.Custom-Add-inbound .newHeader, 
.Custom-Edit-inbound .newHeader, 
.Custom-View-inbound .newHeader {
  display: revert !important;
  height: 200px;
}

.Custom-Add-inbound .newHeader h5, 
.Custom-Edit-inbound .newHeader h5, 
.Custom-View-inbound .newHeader h5 {
  margin-left: 6rem;
  margin-top: 1rem;
  color: white;
}
/*back button and title for new header... end*/

/*Changing Inbound Edit screen... start*/
.Custom-Edit-inbound .form-control[readonly], 
.Custom-Edit-inbound .custom-select[readonly],
.Custom-View-inbound .form-control[readonly], 
.Custom-View-inbound .custom-select[readonly],
.Custom-Add-inbound .form-control[readonly], 
.Custom-Add-inbound .custom-select[readonly]{
	/*background: transparent;
	border: none;*/
  	border-radius: 15px !important;
	box-shadow: none;
}

.Custom-Edit-inbound .custom-select:disabled,
.Custom-View-inbound .custom-select:disabled,
.Custom-Add-inbound .custom-select:disabled {
	/*background: transparent;
	border: none;*/
  	border-radius: 15px !important;
	box-shadow: none;
	color: black;
}

.Custom-Edit-inbound .modal-content {
	background-color: #f9f9f9;
	height: 100%;
}

.Custom-Edit-inbound .modal.fade:not([id*='lookUpModal'], [id*='InboundSkuDetailsUploadModal']) .modal-dialog {
    right: 0;
    position: fixed;
    margin: auto;
    width: 50%;
    height: 100%;
    transform: translate3d(0%, 0, 0);
}
/*Changing Inbound Edit screen... end*/

/*Changing Inbound Edit screen modals... start*/
.Custom-Edit-inbound .btn.btn-success.modalSave, 
.Custom-Index-inbound .btn.btn-success.modalSave {
    right: 0;
    position: absolute;
    width: 45%;
    height: 50px;
    background-color: #06cea8;
    color: #ffffff;
    border-radius: 8px;
    border-color: #06cea8;
}

.Custom-Edit-inbound .btn.btn-secondary.modalClose, 
.Custom-Index-inbound .btn.btn-secondary.modalClose {
    display: block;
    width: 45%;
    height: 50px;
    background-color: #ffffff;
    color: #06cea8;
    border-radius: 8px;
    border-color: #06cea8;
}

.Custom-Edit-inbound .modal:not([id*='InboundSkuDetailsUploadModal']) .modal-footer,  
.Custom-Index-inbound .modal-footer {
    display: block;
}

.Custom-Edit-inbound .modal-footer > .row, 
.Custom-Index-inbound .modal-footer > .row {
    margin-top: 2rem;
}

.Custom-Edit-inbound .btn.btn-outline-primary.btn-sm.btn-block,
.Custom-Edit-inbound .btn.btn-outline-primary.disabled,
.Custom-Edit-inbound .btn.btn-outline-primary:disabled,
.Custom-Index-inbound .btn.btn-outline-primary.btn-sm.btn-block,
.Custom-Index-inbound .btn.btn-outline-primary.disabled,
.Custom-Index-inbound .btn.btn-outline-primary:disabled{
    background-color: unset;
    color: #06cea8;
    border-radius: unset;
    border-color: unset;
    border: unset;
}
.Custom-Edit-inbound .btn.btn-outline-primary:hover, 
.Custom-Index-inbound .btn.btn-outline-primary:hover {
    background-color: #06cea8 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    border-color: #06cea8 !important;
}
/*Changing Inbound Edit screen modals... end*/

/*child table style... start*/
.Custom-Edit-inbound #details-table,
.Custom-View-inbound #details-table {
	background-color: #f9f9f9;
}
.Custom-Edit-inbound #details-table .card-body,
.Custom-View-inbound #details-table .card-body {
	padding: 0 !important;
}
.Custom-Edit-inbound #details-table,
.Custom-View-inbound #details-table {
	border: 0 !important;
}

.Custom-Edit-inbound #editModal .modal-dialog .modal-content .modal-body, .Custom-Edit-inbound #bulkLookUpModal .modal-dialog .modal-content .modal-body {
	max-height: 1000px;
    overflow-x: auto;
}

/*child table style... end*/

/*style for Arrived button in table records*/
.Custom-Edit-inbound #arrivedBtn,
.Custom-View-inbound #arrivedBtn {
    width: 5rem;
    background-color: #06cea8;
    color: #ffffff;
    border-radius: 8px;
    border-color: #06cea8;
    
}
.Custom-Edit-inbound #arrivedBtn:hover,
.Custom-View-inbound #arrivedBtn:hover {
   background-color: #06cea8;	
}

/*style for Mark As Arrived button*/
.Custom-Edit-inbound #markAsArrived {
    background-color: transparent;
    color: #06cea8;
    border-radius: 8px;
    border-color: #06cea8;
}
.Custom-Edit-inbound #markAsArrived:focus {
	box-shadow: none !important;
}

/*Style of Popover for Mark as arrived button... start*/
.Custom-Edit-inbound #markAsArrived-popover-content {
	display: none;
  	padding: 1rem 2rem; 
}

.Custom-Edit-inbound #noBtn {
  	/*width: 5rem;*/
    background-color: transparent;
    color: #06cea8;
    border-radius: 8px;
    border-color: #06cea8;
}
.Custom-Edit-inbound #yesBtn {
  	/*width: 5rem;*/
    background-color: #06cea8;
    color: #ffffff;
    border-radius: 8px;
    border-color: #06cea8;
}

.Custom-Edit-inbound #undoBtn {
    background-color: #ffbb33;
    color: #ffffff;
    border-radius: 8px;
    border-color: #ffbb33;
}

.Custom-Edit-inbound .popover {
	max-width: 310px !important;
}

.Custom-Edit-inbound .popover-body {
	padding: 1rem 2.5rem !important;
}
/*Style of Popover for Mark as arrived button... end*/

/*restyle div of toolbar*/
.Custom-Index-inbound .fixed-table-toolbar {
    background-color: #ffff;
    padding: 0.5rem 1.5rem;
    border-radius: 16px;
	box-shadow: 0 0.2rem 1rem rgba(0,0,0,.1);
  	margin-left: 0.6rem !important;
  	margin-right: 0.6rem !important;							   
}
/*make the search bar longer*/
.Custom-Index-inbound .fixed-table-toolbar > .search {
	/*width: 300px;*/
  	margin-bottom: 0;
  	margin-top: 5px;
}
.Custom-Index-inbound .search .fa-lg {
	width: 34.5rem !important;
}

/*give some padding to table row, only first columns*/
.Custom-Index-inbound #data-table thead tr th:first-child, .Custom-Index-inbound #data-table tbody tr td:first-child {
     padding-left: 1.5rem
}

/*restyle toolbar buttons*/
.Custom-Index-inbound  .fixed-table-toolbar .columns button, .Custom-Index-inbound  .fixed-table-toolbar .columns [type="button"] {
   background-color: transparent;
   border: none;
   color: #606060;
   padding: 0px 10px;
   margin: 0;
}

.Custom-Edit-inbound .columns [type="button"] {
	background-color: transparent;
	border: none;
	color: #606060;
	margin: 0;
}

.Custom-Index-inbound  .fixed-table-toolbar .columns .keep-open > button:first-child {
	border: 0.1px solid #b7b7b7 !important;
	border-radius: 5px !important;
}

/*restyle file upload control*/
.Custom-Add-test123 .file-drop-zone, 
.Custom-Edit-test123 .file-drop-zone, 
.Custom-Add-inbound .file-drop-zone, 
.Custom-Edit-inbound .file-drop-zone, 
.Custom-View-inbound .file-drop-zone{
	border: none !important;
	text-align: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.Custom-Add-test123 .file-drop-zone-title, 
.Custom-Edit-test123 .file-drop-zone-title, 
.Custom-Add-inbound .file-drop-zone-title, 
.Custom-Edit-inbound .file-drop-zone-title, 
.Custom-View-inbound .file-drop-zone-title {
	font-size: small !important;
	padding: 0 !important;
}

.Custom-Add-test123 .krajee-default.file-preview-frame, 
.Custom-Edit-test123 .krajee-default.file-preview-frame, 
.Custom-Add-inbound .krajee-default.file-preview-frame, 
.Custom-Edit-inbound .krajee-default.file-preview-frame, 
.Custom-View-inbound .krajee-default.file-preview-frame {
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	width: 100% !important;
	border: none !important;
	box-shadow: none !important;
  	height: auto;
  	padding-left: 1rem !important;
  	padding-right: 1rem !important;
}

.Custom-Add-test123 .krajee-default .file-other-icon, 
.Custom-Edit-test123 .krajee-default .file-other-icon, 
.Custom-Add-inbound .krajee-default .file-other-icon, 
.Custom-Edit-inbound .krajee-default .file-other-icon, 
.Custom-View-inbound .krajee-default .file-other-icon {
	font-size: 1.7rem !important
}

.Custom-Add-test123 .file-preview, 
.Custom-Edit-test123 .file-preview, 
.Custom-Add-inbound .file-preview, 
.Custom-Edit-inbound .file-preview, 
.Custom-View-inbound .file-preview {
	border: 2px dotted #ddd !important;
	border-radius: 15px !important;
  	padding: 0 !important;
}

.Custom-Add-inbound .file-preview:has(button.close.fileinput-remove:disabled), 
.Custom-Edit-inbound .file-preview:has(button.close.fileinput-remove:disabled), 
.Custom-View-inbound .file-preview:has(button.close.fileinput-remove:disabled) {
	background-color: #E9ECEF;
	opacity: 1;
}


.Custom-Add-test123 .krajee-default .kv-file-content, 
.Custom-Edit-test123 .krajee-default .kv-file-content, 
.Custom-Add-inbound .krajee-default .kv-file-content, 
.Custom-Edit-inbound .krajee-default .kv-file-content, 
.Custom-View-inbound .krajee-default .kv-file-content {
  	width: auto !important;
}

.Custom-Add-test123 .krajee-default .file-preview-other-frame, 
.Custom-Edit-test123 .krajee-default .file-preview-other-frame, 
.Custom-Add-inbound .krajee-default .file-preview-other-frame, 
.Custom-Edit-inbound .krajee-default .file-preview-other-frame, 
.Custom-View-inbound .krajee-default .file-preview-other-frame {
	justify-content: left !important;
  	width: auto !important;
}

.Custom-Add-test123 .krajee-default .file-caption-info, 
.Custom-Add-test123 .krajee-default .file-size-info, 
.Custom-Edit-test123 .krajee-default .file-caption-info, 
.Custom-Edit-test123 .krajee-default .file-size-info, 
.Custom-Add-inbound .krajee-default .file-caption-info, 
.Custom-Add-inbound .krajee-default .file-size-info, 
.Custom-Edit-inbound .krajee-default .file-caption-info, 
.Custom-Edit-inbound .krajee-default .file-size-info, 
.Custom-View-inbound .krajee-default .file-caption-info, 
.Custom-View-inbound .krajee-default .file-size-info {
	width: inherit !important;
}

.Custom-Add-test123 .krajee-default .file-size-info, 
.Custom-Edit-test123 .krajee-default .file-size-info, 
.Custom-Add-inbound .krajee-default .file-size-info, 
.Custom-Edit-inbound .krajee-default .file-size-info, 
.Custom-View-inbound .krajee-default .file-size-info { 
	float: left !important;
}

.Custom-Add-test123 .krajee-default .file-footer-caption, 
.Custom-Edit-test123 .krajee-default .file-footer-caption, 
.Custom-Add-inbound .krajee-default .file-footer-caption, 
.Custom-Edit-inbound .krajee-default .file-footer-caption, 
.Custom-View-inbound .krajee-default .file-footer-caption {
	padding-top: 0 !important;
	padding-left: 10px;
}
.Custom-Add-test123 .file-thumbnail-footer, 
.Custom-Edit-test123 .file-thumbnail-footer, 
.Custom-Add-inbound .file-thumbnail-footer, 
.Custom-Edit-inbound .file-thumbnail-footer, 
.Custom-View-inbound .file-thumbnail-footer {
    height: 1.7rem !important;
}

.Custom-Edit-inbound .pop-over-backdrop {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  	opacity: 0.5;
}

.Custom-Edit-inbound .pop-over-backdrop.pop-over-show {
	opacity: 0.5;
  	transition: opacity 0.15s linear;
}

.Custom-Edit-inbound .pop-over-backdrop.pop-over-fade {
	opacity: 0;
  	transition: opacity 0.15s linear;
}

.Custom-Edit-inbound .pop-over-backdrop {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  	opacity: 0.5;
}

.Custom-Edit-inbound .pop-over-backdrop.pop-over-show {
	opacity: 0.5;
  	transition: opacity 0.15s linear;
}

.Custom-Edit-inbound .pop-over-backdrop.pop-over-fade {
	opacity: 0;
  	transition: opacity 0.15s linear;
}

#bulkLookUpButton_8, #bulkLookUpButton_12 {
	margin-left: 1rem;
    background-color: #06cea8;
    color: #ffffff;
    border-radius: 8px;
    border-color: #06cea8;
}
/*make search bar in main grid wider */
.Custom-Index-inbound .fixed-table-toolbar > .search  input.search-input {
	width: 300px;
}
/*give some padding between search and add button in main grid view */
.Custom-Index-inbound .fixed-table-toolbar > .search  a.custom-button-add, .Custom-Index-inbound .fixed-table-toolbar > .search  button.custom-button-bulk-edit, .Custom-Index-inbound .fixed-table-toolbar > .search  button.custom-button-bulk-delete, .Custom-Index-inbound .fixed-table-toolbar > .search  button#actionButton_2, #content-wrapper > div > div.small > div.bootstrap-table.bootstrap4 > div.fixed-table-toolbar > div.search.btn-group.float-left > button:nth-child(7) {
	margin-left: 1rem;
	border-radius: 15px !important;
}
/*hide input-group */
.Custom-Edit-test123 .file-input.theme-fas  .input-group.file-caption-main {
	/*display: none;*/
}

.Custom-Edit-test123 .file-input.theme-fas  .file-footer-buttons, .Custom-Edit-inbound .file-input.theme-fas  .file-footer-buttons, .Custom-View-inbound .file-input.theme-fas  .file-footer-buttons {
	float: none !important;
	top: -6px !important;
}

.Custom-Edit-test123 .file-input.theme-fas .file-footer-buttons > .btn-outline-secondary, .Custom-Edit-inbound .file-input.theme-fas .file-footer-buttons > .btn-outline-secondary, .Custom-View-inbound .file-input.theme-fas .file-footer-buttons > .btn-outline-secondary {
    border-color: transparent !important;
    background: none !important;
}

.Custom-Edit-test123 .file-input.theme-fas .file-footer-buttons > .btn-outline-secondary:hover, .Custom-Edit-inbound .file-input.theme-fas .file-footer-buttons > .btn-outline-secondary:hover, .Custom-View-inbound .file-input.theme-fas .file-footer-buttons > .btn-outline-secondary:hover  {
    background-color: transparent !important;
    color: #6c757d !important;
}

.Custom-Index-inbound #bulkEditModal .modal-header > button.close {
	/*padding: 0 !important;*/
    margin: 0 !important;
  	position: absolute;
   /* top: 5px;
    left: 10px;*/
  	top: -10px;
    left: -5px;
}
.Custom-Index-inbound #bulkEditModal .modal-header > button.close:focus {
	border: none;
    outline: none;
}
.Custom-Index-inbound #bulkEditModal .modal-header > h6.modal-title {
	padding-left: 2rem !important;
    padding-right: 2rem !important;
  	padding-top: 1.5rem !important;
}

/*.Custom-Index-inbound #bulkEditModal #bulkEditFormContainer .form-group > label {
	font-size: small !important;
	margin-bottom: 0px !important;
}*/

.Custom-Index-inbound #bulkEditModal #bulkEditFormContainer .form-group > .input-group > select, .Custom-Index-inbound #bulkEditModal #bulkEditFormContainer .form-group > .input-group > input {
	/*border: none;
	padding: 0;
	height: fit-content;
	background: transparent;*/
  	border-radius: 15px !important;
} 
/*.Custom-Index-inbound #bulkEditModal #bulkEditFormContainer .form-group > .input-group > select:focus, .Custom-Index-inbound #bulkEditModal #bulkEditFormContainer .form-group > .input-group > input:focus {
	box-shadow: none !important;
}

.Custom-Index-inbound #bulkEditModal #bulkEditFormContainer .form-group {
     border: 1px solid black;
     padding-left: 0.7rem;
     padding-right: 0.7rem;
     border-radius: 15px !important;
     background: url("data:image/svg+xml,%3Csvg viewBox='5 6 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M18 9L12 15L6 9' stroke='%2333363F' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat right 1rem center/18px 18px;
}*/

.Custom-Edit-inbound #dataTable_InboundSkuDetails_1 thead th .both, .Custom-Index-inbound #data-table thead th .both, .Custom-View-inbound #dataTable_InboundSkuDetails_1 thead th .both, .Custom-View-inbound #data-table thead th .both {
    background-image: none !important;
}

/*add shadows to main groups in add and edit to make it more standout*/
.Custom-Add-inbound #form > .row > .col > div.form-group:not([id*='Extend-Group']), 
.Custom-Edit-inbound #form > .row > .col > div.form-group:not([id*='Extend-Group']), 
.Custom-View-inbound #form > .row > .col > div.form-group:not([id*='Extend-Group']) {
  box-shadow: 0 0.2rem 1rem rgba(0,0,0,.175);
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 15px;
}

/*add shadows to hidden groups in add and edit to make it more standout*/
.Custom-Add-inbound #form > .row > .col > div.form-group[id$='Extend-Group'], 
.Custom-Edit-inbound #form > .row > .col > div.form-group[id$='Extend-Group'], 
.Custom-View-inbound #form > .row > .col > div.form-group[id$='Extend-Group'] {
  box-shadow: 0 0.9rem 1rem -0.5rem rgba(0,0,0,.175);
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 15px;
}

/*customizing horizontal scrollbar */
.Custom-Index-inbound .fixed-table-body, .Custom-Index-inbound .fixed-table-body>div, .Custom-Index-inbound .fixed-table-body>table,
.Custom-Edit-inbound .fixed-table-body, .Custom-Edit-inbound .fixed-table-body>div, .Custom-Edit-inbound .fixed-table-body>table,
.Custom-View-inbound .fixed-table-body, .Custom-View-inbound .fixed-table-body>div, .Custom-View-inbound .fixed-table-body>table {
    transform:rotateX(180deg);
    -webkit-transform:rotateX(180deg); /* Safari and Chrome */
}

.Custom-Index-inbound .fixed-table-body, .Custom-Edit-inbound .fixed-table-body, .Custom-View-inbound .fixed-table-body {
	margin-top: 1rem !important;
}

.Custom-Index-inbound .fixed-table-body>table, .Custom-Edit-inbound .fixed-table-body>table, .Custom-View-inbound .fixed-table-body>table {
	padding-top: 1rem !important;
}

/* width */
.Custom-Index-inbound .fixed-table-body::-webkit-scrollbar, .Custom-Edit-inbound .fixed-table-body::-webkit-scrollbar, .Custom-View-inbound .fixed-table-body::-webkit-scrollbar {
  width: 10px;
  height: 10px !important;
}

/* Track */
.Custom-Index-inbound .fixed-table-body::-webkit-scrollbar-track, .Custom-Edit-inbound .fixed-table-body::-webkit-scrollbar-track, .Custom-View-inbound .fixed-table-body::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 1px #EFEFEF; */
  background: #EFEFEF;
  border-radius: 15px;
}
 
/* scroll bar thumb */
.Custom-Index-inbound .fixed-table-body::-webkit-scrollbar-thumb, .Custom-Edit-inbound .fixed-table-body::-webkit-scrollbar-thumb, .Custom-View-inbound .fixed-table-body::-webkit-scrollbar-thumb {
  background: #00CFAA; 
  border-radius: 15px;
}

.Custom-Add-inbound #form > .row > .col > div.form-group:not([id*='Extend-Group']) #formContainer > .col, 
.Custom-Edit-inbound #form > .row > .col > div.form-group:not([id*='Extend-Group']) #formContainer > .col, 
.Custom-View-inbound #form > .row > .col > div.form-group:not([id*='Extend-Group']) #formContainer > .col {
	align-self: center !important;
}

.Custom-Edit-inbound #bulkLookUpModal .modal-body #bulkLookUpTable tbody > tr > td div.editable-input > input {
	width: 5rem !important;
}

.Custom-Index-inbound #data-table {
	padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
}

.Custom-Index-inbound #data-table tbody tr {
     box-shadow: 0 0.2rem 1rem rgba(0,0,0,.09);
  	 border-radius: 15px !important;
}

.Custom-Index-inbound .fixed-table-container {
	margin-left: 0.6rem !important;
  	margin-right: 0.6rem !important;
}

.Custom-Index-inbound  .fixed-table-toolbar .columns .keep-open > button:first-child > i {
    font-stretch: normal !important;
    font-family: Roboto !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    font-style: normal !important;
    letter-spacing: normal !important;
    color: #353435 !important;
}

.Custom-Index-inbound  .fixed-table-toolbar .columns .keep-open > button:first-child > i:before {
	position: relative !important;
  	top: 3px !important;
  	content: url(https://unicargo.iqdox.com/file/get/1/0/verticalHamburger.jpg) !important;
}

.Custom-Index-inbound .fixed-table-toolbar .columns button.btn.btn-secondary {
	top: 3px !important;
}

.Custom-Index-inbound .fixed-table-toolbar .columns button.btn.btn-secondary > span.fas.fa-filter:before {
	content: url(https://unicargo.iqdox.com/file/get/1/0/filter.png);
}

.Custom-Add-inbound #form > .row > .col > div#requestInformation-Group #formContainer .verticalLine, 
.Custom-Edit-inbound #form > .row > .col > div#requestInformation-Group #formContainer .verticalLine, 
.Custom-View-inbound #form > .row > .col > div#requestInformation-Group #formContainer .verticalLine {
  border-left: 1px solid black;
  height: 3rem;
  margin-top: 1.5rem;
}

.Custom-Index-inbound  .fixed-table-loading.open {
    top: 2px !important;
    border-radius: 16px;
}


.Custom-Edit-inbound #success-message > .alert-success,  .Custom-Add-inbound #success-message > .alert-success, .Custom-Index-inbound #success-message > .alert-success{
  color: #e7fefa !important;
  background-color: #08c4a1 !important;
  border-color: #08c4a1 !important;
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  border-radius: 15px !important;
}

.Custom-Edit-inbound #error-message > .alert-danger,  .Custom-Add-inbound #error-message > .alert-danger, .Custom-Index-inbound #error-message > .alert-danger{
	color: #f7d4d7 !important;
	background-color: #e46772 !important;
	border-color: #e46772 !important;
	margin-right: 1rem !important;
	margin-left: 1rem !important;
	border-radius: 15px !important;
  }

.Custom-Edit-inbound #Sku {
	border-radius: 15px 0px 0px 15px !important
  }

/*.Custom-Edit-inbound #CustomerName,
.Custom-Edit-inbound #WhAccountManager,
.Custom-Edit-inbound #WarehouseCode{
    border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}*/

.Custom-Index-inbound #bulkEditModal #WarehouseCode-Group .input-group-append.pointer > .btn.btn-primary {
	border-top-right-radius: 15px !important;
	border-bottom-right-radius: 15px !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	background-color: #00cfa9 !important;
	border-color: #00cfa9 !important;
	color: #ffffff !important;
}

.Custom-Index-inbound #bulkEditModal #WarehouseCode {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}