/* ==========================================================================
   Templategrid

   Default Mendix Templategrid Widget. The template grid shows a list of objects in a tile view. For example, a template grid can show a list of products. The template grid has a lot in common with the data grid. The main difference is that the objects are shown in templates (a sort of small data view) instead of rows
========================================================================== */
  .mx-templategrid .mx-templategrid-item {
	  padding: 2px 8px 2px 8px; }
/* ==========================================================================
   Regions

   Used for navigation layouts
========================================================================== */
.region-topbar {
  	min-height: 85px !important; 
	border-bottom: 0px solid #004A7F !important;
    background-color: #000b28 !important; }

/* ==========================================================================
   Navbar Brand

   Used to style your app brand and logo
========================================================================== */
.navbar-brand {
  min-height: 85px; 
  line-height: 85px; }
  .navbar-brand img {
    margin-top: 0px; } 
/* ==========================================================================
   Page Header
========================================================================== */
.pageheader {
margin-bottom: 0px!important; }

.pageheader-title {
	font-size: 18px !important;
}

.pageheader-subtitle {
	font-size: 16px !important;
 }


.grid-inlineheader-customheader {
	display: none;
}
.grid-inlineheader-customheader .grid-inlineheader-header  
{  
	margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.mx-templategrid-content-wrapper .mx-templategrid-row:first-child .grid-inlineheader-customheader {
	display: inherit !important;
}
		
.cus-listview-noborder ul li {
	border: 0px;
	padding-left: 0px;
	
}
.mx-listview .mx-listview-item:first-child {
	padding-top:0px;
	padding-bottom:0px;
}
.cus-templategrid-draganddrop .mx-dataview {
	position:inherit !important;
}
.DropTarget {
	margin:0px !important;
}
.cus-templateGrid-CurrentDateTime-footer .mx-templategrid-item {
	border: 0px;
	}

.jp-video {
	display: block !important;
}
div.jp-audio, div.jp-audio-stream, div.jp-video {border: 0px !important;}
	
	
	
	/**************************** CHAT Function  *******************************************************************************/
	
	
.chatList,
.chatView {
	text-align:left;
    position: fixed;
    bottom: 0;
    right: 10px;
    width: 245px !important;
    background-color: #fff;
	z-index: 2; /* find out why */
    color: #333;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.chatList .wrapper,
.chatView .wrapper {
    border: 1px #ccc;
    border-style: none solid;
}
.chatView .label {
	color:#000;
}

.chatList ul {
    height: 226px !important;
	list-style-type: none;
	padding:0px;
    overflow: auto;
}
.chatList li {
    cursor: pointer;
    padding: 5px 8px;
}
.chatList li.active {
    font-weight: bold;
}
.chatList li.even {
    background-color: #f9f9f9;
}
.chatList li.hover {
    background-color: #f5f5f5;
}

.chatView {
    right: 260px !important;
}
.chatView li {
    /*color: #666;*/
	color: #004A7F;
    padding: 1px 5px;
}
.chatView ul {
    padding: 4px 0;
    height: 195px !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}
.chatView .history {
    color: #aaa;
}
.chatView input {
    color: #666;
    width: 100%;
    padding: 5px;
    border: none;
    outline: none;
    border-top: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
}
.chatView input:focus {
    border-color: #ddd;
}
.chatView .label {
    font-weight: bold;
}

.CustomClass {
	color: #C06;

}
/****************************   END CHAT     *******************************************************************************************/

/****************************   CHARTS     *******************************************************************************************/
/*
g.xaxislayer-above {
	display:none !important;
}
g.yaxislayer-above > g.ytick:nth-child(1) > text {
	  transform: translate(114px,137px) !important;
	  color: #fff;
}
g.yaxislayer-above > g.ytick:nth-child(2) > text {
	  transform: translate(114px, 53px) !important;
	  color: #fff;
}
g.slicetext > text {
	display:none;
}


/*
.text-in-charts-total-in-storage {
  	margin: auto;
    position: absolute;
    top: 109px;
    left: 114px;
    height: 50px;
    width: 50px;
    background-color: #fff;
	
    font-size: 26pt;
    text-align: center;
    border-radius: 50%;
    color: #000;
    font-weight: bold;
    line-height: 1.4;
}
.label-in-charts-total-in-storage {
  	margin: auto;   
	
    font-size: 16pt;
    text-align: center;   
	text-transform:uppercase;
    color: #000;   
    line-height: 1.4;
	
}
.text-in-charts-total-in-progress {
  	margin: auto;
    position: absolute;
    top: 26px;
    height: 50px;
    width: 50px;
    background-color: #fff;
    font-size: 24pt;
	display: none;
    text-align: center;
    border-radius: 50%;
    color: #000;
    font-weight: bold;
    line-height: 1.5;
}
.mx-name-OutgoingProgressBar .progress,
.mx-name-IncomingProgressBar .progress {
	height: 85px;
	margin-bottom: 0px;
	background-color: #e6e7e8;
	border-radius: 0px;
}
.mx-name-OutgoingProgressBar .progress-bar,
.mx-name-IncomingProgressBar .progress-bar {
	text-align: left;
    padding-left: 30px;
	
	font-size: 16pt;
	color: #fff;
    padding-top: 34px;	
	transition: 0.3s all linear;
    animation: chartProgress 3s ease-in-out forwards;
    -webkit-animation: chartProgress 3s ease-in-out forwards; 
	position:relative;
	
}
*/
.mx-name-pieChartFinance g.slicetext > text {
	color: #000;
}
div.widget-progress-bar .progress-bar-success {
	background-color:none;
}
.mx-name-OutgoingProgressBar .progress-bar {
	background-color: #e6e7e8;
}
.mx-name-IncomingProgressBar .progress-bar {
	background-color: #e6e7e8;	
}

.mx-name-OutgoingProgressBar .progress-bar-striped, .progress-striped .progress-bar,
.mx-name-IncomingProgressBar .progress-bar-striped, .progress-striped .progress-bar {
	background-image:none;
}
.svg-container svg {
	padding-top: 30px;
}



@-webkit-keyframes ani0 {
  0% {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes ani0 {    
		0% {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes ani0 {  
	0% {
    stroke-dashoffset: 0;
  }
}

@keyframes ani0 {
	0% {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes chartProgress {
  from {
    width: 0;
  }
  to {
    /*width: 100%; */
  }
}
@-moz-keyframes chartProgress {
  from {
    width: 0;
  }
  to {
    /*width: 100%; */
  }
}
@-webkit-keyframes chartProgress {
  from {
    width: 0;
  }
  to {
    /*width: 100%; */
  }
}
@keyframes chartProgress {
  from {
    width: 0;
  }
  to {
    /*width: 100%; */
  }
}
/****************************   END CHARTS     *******************************************************************************************/

/*******************************   HOME PAGE & TOP BAR    ********************************************************************************************/
.homepage-topbar-avatar-container {
	width: 70px;
    height: 70px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
	background-color: #fff;
	border: 0px;
}
.homepage-topbar-avatar-container img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.homepage-maincontent-text-title {
	font-size: 18px;
/*	font-size: 19px;*/
	color:#000;
	text-transform:uppercase;
	text-align:left;
	margin-left: 20px;
	margin-top: 20px;
}
.homepage-maincontent-text-number {
	font-size: 60px;
	color:#000;
	text-transform:uppercase;
	text-align:left;
	font-weight:bold;
	margin-left: 20px;
	margin-top:5px;  
}
.homepage-maincontent-departed-text-title {

	font-size: 40px;
	color:#1e4b9b;
    margin: auto;
	margin-top: 55px;
	text-transform:uppercase;	
	width: 250px;
 
}
.homepage-maincontent-departed-text-number {
	
	font-size: 110px;
	color:#1e4b9b;
	text-transform:uppercase;
	font-weight:bold;
	margin-top: 0px;
	 margin: auto;
    margin-bottom: 69px;
	width: 250px;
}

.region-content {
	/*background-color: #e6ebf0; */
}
.homepage-maincontent-page-text-title {
	font-size: 19px;
	padding-bottom: 20px;
	color:#000;
}
.maincontent-topbar-text-level-role {
	
	font-size: 18px;
	color:#d3eefb;
}
.mx-layoutcontainer-middle {
	background-color: #e6ebf0;
}
.mx-layoutcontainer-middle div.mx-layoutcontainer-nested:first-child {
	padding-top: 5px;
}
.mx-name-TopbarMenuIconContainer .toggle-btn {
	    font-size: 30px;
    float: left;
    height: 85px;
    width: 85px;
    border-right: solid 1px #fff;
    color: #fff;
	    padding-top: 23px;
    margin: auto;
    text-align: center;
    transform: none;
    vertical-align: middle;

	
}
.warehouse-topbar-profile-dropdownlist > button.dropdown-button {
	border-color: #000b28 !important;
	background-color: #000b28 !important;
	margin-top: 25px;
}
.transport-steps-sub-menu button.dropdown-button {
	margin-top: 0px !important;
	
}
.transport-steps-sub-menu .dropdown-menu {
	min-width: 250px;
}
.warehouse-topbar-profile-dropdownlist > button.dropdown-button .caret {
   
    border-top: 8px dashed;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.mx-name-dropdownProfileDivConverter .mx-navigationlist .mx-navigationlist-item {
	background-color: #fff;	
    min-width: 200px;
    border-right: 0px;
	border: 0px;
}
.mx-name-dropdownProfileDivConverter .mx-navigationlist .mx-navigationlist-item  a {
	margin-left: 20px;
	
    font-size: 16px;
    color: #000;
}
.mx-name-dropdownProfileDivConverter .mx-navigationlist .mx-navigationlist-item  a:hover {
	text-decoration:none;
	color: rgb(246, 146, 30);
}
.homepage-maincontent-placeholder .mx-scrollcontainer-wrapper {
	position:relative;
}
@media (min-width: 992px) {
.mx-layoutcontainer .mx-placeholder .mx-layoutgrid {
    padding: 20px;
}
}


.homepage-topbar-chatbox-link { 
	
    font-size: 18px;
    color: #d3eefb; 
	display: table-cell;
    vertical-align: middle;
	text-transform:none;
	text-decoration:none;
	}
	.homepage-topbar-chatbox-link:hover a { color: #F39325;
	text-transform:none;
	text-decoration:none; 
	}
/********************************   END TOP BAR  *******************************************************************************************/
/********************************   LEFT MENU  *******************************************************************************************/
.mx-navigationtree .navbar-inner ul li a {
	font-size: 18px;
	color:#fff;
	padding-left: 30px;   
	padding-top: 15px;
    height: 60px; }
.mx-navigationtree li.mx-navigationtree-has-items > ul li a {	
	font-size: 18px;
    font-weight: normal;
    color: #fff;
    background-color: #003e6b;
    padding: 6px 20px 0px 25px;
	padding-left: 50px;
	border-left: solid #1e4b9b 5px;
	border-bottom: solid #1e4b9b 1px;
	border-right: solid #1e4b9b 0px;
	border-top: solid #1e4b9b 1px; 
}
.homepage-leftmenu-container .mx-layoutcontainer-wrapper {
	padding-top: 2px;
	background-color: #1e4b9b;
}
.mx-navigationtree ul li {
	border-bottom: 0px;
}
.mx-navigationtree .navbar-inner ul li a img {
	width: 50px;
}
.mx-navigationtree .navbar-inner ul li a:hover {
        border-left: solid #8cd5f6 5px;
		border-bottom: solid #8cd5f6 1px;
		border-right: solid #8cd5f6 0px;
		border-top: solid #8cd5f6 1px; 
		padding-left: 30px;
		}
		.mx-navigationtree > .navbar-inner > ul > li.mx-navigationtree-has-items > ul > li > a:hover { padding-left: 50px; }
      .mx-navigationtree .navbar-inner ul li a.active {
         border-left: solid #8cd5f6 5px !important;
		border-bottom: solid #8cd5f6 1px; 
		border-right: solid #8cd5f6 0px;
		border-top: solid #8cd5f6 1px;
		 }
		 .mx-navigationtree .navbar-inner ul li a:focus {
   			 outline: none;
		}
.mx-navigationtree .navbar-inner ul li a .caret {    
	margin-left: 8px;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.mx-navigationtree,	
.mx-navigationtree .navbar-inner ul li a,	
.mx-navigationtree > ul li a:hover, .mx-navigationtree > ul li a:focus, .mx-navigationtree > ul li a.active,
.mx-navigationtree li.mx-navigationtree-has-items > ul li a,
.mx-navigationtree li.mx-navigationtree-has-items > ul li a:hover, .mx-navigationtree li.mx-navigationtree-has-items > ul li a:focus, .mx-navigationtree li.mx-navigationtree-has-items > ul li a.active {
	background-color: #1e4b9b !important;
}




/******************************** MENU - NAM ***************************************************************************************/
/*Shrink to 85 px*/
.layout-atlas-responsive-default .mx-scrollcontainer:not(.mx-scrollcontainer-open) > .region-sidebar {
  width: 85px !important;
}

/*Home icon*/
.layout-atlas-responsive-default .mx-scrollcontainer:not(.mx-scrollcontainer-open) > .region-sidebar .navbar-inner ul li a {
  padding-left: 12px;
}

/*Menu icon*/
.layout-atlas-responsive-default .mx-scrollcontainer:not(.mx-scrollcontainer-open) > .region-sidebar .navbar-inner ul li a img {
  padding-left: 0px;
  margin-right: 100px;
}

/*Main text items*/
.layout-atlas-responsive-default .mx-scrollcontainer:not(.mx-scrollcontainer-open) > .region-sidebar .mx-scrollcontainer-wrapper .mx-navigationtree .navbar-inner ul > li.mx-navigationtree-has-items > a {
  display: none;
}

/*Sub items*/
.layout-atlas-responsive-default .mx-scrollcontainer:not(.mx-scrollcontainer-open) > .region-sidebar .mx-scrollcontainer-wrapper .mx-navigationtree .navbar-inner ul > li.mx-navigationtree-has-items > ul > li > a {
  padding-left: 12px;
}

.layout-atlas-responsive-default .mx-scrollcontainer:not(.mx-scrollcontainer-open) > .region-sidebar .mx-scrollcontainer-wrapper .mx-navigationtree .navbar-inner ul > li.mx-navigationtree-has-items > ul {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #5bc9f3;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  display: block !important;
  background-color: #1e4b9b;
}
/******************************** END MENU NAM  ************************************************/

/********************************   MENU LINH *******************************************************************************************/
.mx-navigationtree .navbar-inner a,
.mx-navigationtree .navbar-inner li.mx-navigationtree-has-items ul {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.mx-navigationtree .navbar-inner li.mx-navigationtree-has-items ul { background-color: #1e4b9b;}
.layout-atlas-responsive-default .mx-scrollcontainer:not(.mx-scrollcontainer-open) > .region-sidebar .mx-scrollcontainer-wrapper .mx-navigationtree .navbar-inner ul > li.mx-navigationtree-has-items > a {
 -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.mx-navigationtree .navbar-inner li.mx-navigationtree-has-items ul { background-color: #1e4b9b;}
.layout-atlas-responsive-default .mx-scrollcontainer:not(.mx-scrollcontainer-open) > .region-sidebar .mx-scrollcontainer-wrapper .mx-navigationtree .navbar-inner ul > li.mx-navigationtree-has-items > a {
 -webkit-transition: border-width 0.1s ease-in-out;
  -moz-transition: border-width 0.1s ease-in-out;
  -o-transition: border-width 0.1s ease-in-out;
  transition: border-width 0.1s ease-in-out;
}

.homepage-leftmenu-container > .mx-scrollcontainer-wrapper > .mx-navigationtree > .navbar-inner > ul > li:first-child > a > img {display: none;} 
.layout-atlas-responsive-default .mx-scrollcontainer:not(.mx-scrollcontainer-open) > .region-sidebar > .mx-scrollcontainer-wrapper > .mx-navigationtree > .navbar-inner > ul > li:first-child > a {
	padding-top: 10px;
}
.layout-atlas-responsive-default .mx-scrollcontainer:not(.mx-scrollcontainer-open) > .region-sidebar > .mx-scrollcontainer-wrapper > .mx-navigationtree > .navbar-inner > ul > li:first-child > a > img {display: block;} 
.layout-atlas-responsive-default .mx-scrollcontainer:not(.mx-scrollcontainer-open) > .region-sidebar > .mx-scrollcontainer-wrapper > .mx-navigationtree > .navbar-inner > ul > li:first-child > a {
	color: #1e4b9b;
	transition: none;
	margin-top: 70px;
}


.layout-atlas-responsive-default .mx-scrollcontainer:not(.mx-scrollcontainer-open) > .region-sidebar > .mx-scrollcontainer-wrapper > .mx-navigationtree > .navbar-inner > ul > li.mx-navigationtree-has-items > ul > li:first-child {margin-top: 10px;}

.layout-atlas-responsive-default .mx-scrollcontainer:not(.mx-scrollcontainer-open) > .region-sidebar > .mx-scrollcontainer-wrapper > .mx-navigationtree > .navbar-inner > ul > li.mx-navigationtree-has-items > ul > li:hover {}
.mx-name-dropdownProfileDivConverter .mx-navigationlist .mx-navigationlist-item a span.glyphicon {margin-right: 15px;}
/********************************   END MENU  LINH *******************************************************************************************/
/********************************   END LEFT MENU  *******************************************************************************************/

/********************************   TOP OF ALL PAGE - HIEN *******************************************************************************************/

.top-of-all-page-general-title
{
	 height: 58px; 
	 display: table-cell;
	 margin: auto; 
	 position: relative; 
	 vertical-align: bottom;
	 text-align:left; 
	 padding:0px;
}

.top-of-all-page-general-number
{
	height: 58px;
    display: table;
    margin: 0px;
    position: relative; 
	padding: 0px;
	text-align: left;
}

.top-of-all-page-lable-title
{
	
	font-weight: bolder;
	color: #fff;
	font-size: 18px;
	padding: 1px;
	padding-left: 10px;
	padding-right: 4px;
	margin-bottom: 0px;
}

.top-of-all-page-lable-number
{
	font-weight: bolder;
	font-size: 40px;
	color: #fff;
	padding-left: 16px;
}

.top-of-all-page-left
{
	background-color: #25a8df;
	padding:0px;
}

.homepage-expectedshipment-number {
	color:#F33;
	
}
/********************************   END TOP OF ALL PAGE - HIEN   *******************************************************************************************/

/********************************   CHATBOX PAGE - LINH   **************************************************************************************************/

.warehouse-chatbox-dialog-container .modal-body { padding: 0px !important; margin: 0px;}
.warehouse-chatbox-dialog-container .mx-window-content .row {margin:0px;}

.chatbox-datagrid-container .mx-templategrid-item {
	padding: 0px; margin: 0px; background-color: #000b28;     border: 0px;
}
.chatbox-datagrid-container .mx-templategrid-item .row {
		padding: 0px; margin: 0px;
}
.chatbox-newmessage-text {
	    color: #fcf101;
    position: absolute;
    top: 3px;
    left: 32px;
    font-size: 14px;
}
/********************************   END CHATBOX PAGE   *******************************************************************************************************/

/************************************* PAGING - LINH  ********************************************************************************************************/
.WHCenterArea .mx-tabcontainer-tabs > li,
.WHCenterArea .mx-tabcontainer-tabs > li > a {
  outline: none;
	line-height: 34px;
}

.warehouse-groupbox {position:relative;
}
.warehouse-groupbox .mx-grid .mx-grid-controlbar {
  position: absolute;
  top: 1px;
  right: 16px;
}
.warehouse-groupbox .mx-grid .mx-grid-controlbar .mx-grid-pagingbar .mx-button,
.warehouse-groupbox .mx-grid .mx-grid-controlbar .mx-grid-pagingbar .mx-grid-paging-status {color: #fff;}

.warehouse-groupbox-active{
	color: red !important;
	padding-top: 10px !important;
	margin-bottom: 10px !important;
	border: double !important;
	}
/************************************* END PAGING  ************************************************************************************************************/

/************************************* STAGE LINE *************************************************************************************************************/
.stageline
{
	padding-top:5px;
	padding-bottom:5px;
}

.stageline-image {
	float: right;
	padding: 0px;
}

.pageheadercustomize {
	margin-bottom: 0px;
}
.stageline_3_09 {
  float: right;
  padding: 0px;
}

/************************************* STAGE LINE *************************************************************************************************************/

/************************************ LAY OUT ******************************************************************************************************************/
/************************************** LAYOUT - GROUPAGE - NAM *************************************************/
.WHGroupBox {
  padding: 0px;
  max-width: 546px;
  margin-bottom: 0px;
}

.WHGroupBox > .mx-groupbox-header {
  background: #5166AD;
  color: #FFF;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  height: 55px;
}
.warehouse-groupbox > .mx-groupbox-header {
  text-transform: uppercase;
}

.WHGroupBox .mx-groupbox-header + .mx-groupbox-body {
  border-style: none;
  padding: 0px;
}
.MapImg {
  padding: 0px;
}
.WHListShipment .mx-templategrid-row:nth-child(2n+1) .mx-templategrid-item {
  background-color: #f0f0f1;
}

.warehouse-tab-container ul.nav.nav-tabs.mx-tabcontainer-tabs > li {
  width: 225px;
  height: 45px;
  display: grid;
  outline: 0px;        
}
.warehouse-tab-container ul.nav.nav-tabs.mx-tabcontainer-tabs > li a {
	font-size: 18px;
	font-weight: bold; 
}
.warehouse-tab-container ul.nav.nav-tabs.mx-tabcontainer-tabs > li.active > a {
  background: #1e4b9b;
  color: #FFF;
}
.tabs-default ul.nav.nav-tabs.mx-tabcontainer-tabs {
	padding-top: 10px;
}
.tabs-default ul.nav.nav-tabs.mx-tabcontainer-tabs > li {
  width: 196px !important;
  height: 35px;     
}
.tabs-default ul.nav.nav-tabs.mx-tabcontainer-tabs > li a {
	font-size: 13px;
	font-weight: normal; 
}
.tabs-default ul.nav.nav-tabs.mx-tabcontainer-tabs > li.active > a {
  background: #fff;
  color: #555;
}

.WHGroupBox .mx-grid .mx-grid-controlbar {  
  position: absolute;
  top: 1px;
  right: 16px;
  color: white;
}

.WHGroupBox .mx-grid .mx-grid-controlbar .mx-grid-pagingbar .mx-button,
.WHGroupBox .mx-grid .mx-grid-controlbar .mx-grid-pagingbar .mx-grid-paging-status {
  color: #fff;
}

.WHGroupBox .mx-templategrid-empty {
  display: none;
}

.WHGroupBox .mx-listview-list li {
	padding: 0px;
}

.WHCenterArea .nav-tabs > li > a {
  border-top-left-radius: 0px;
  border-top-right-radius: 30px;
  background: #919396;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: 0px;
}

.WHCenterArea .nav-tabs > li > a {
  outline: none;
}
.WHCenterArea .mx-tabcontainer .mx-tabcontainer-tabs > li.active > a, 
.mx-tabcontainer .mx-tabcontainer-tabs > li.active > a:hover, 
.WHCenterArea .mx-tabcontainer .mx-tabcontainer-tabs > li.active > a:focus {
  border: 0px;	
}

.WHCenterArea .nav-tabs > li:not(.active):first-of-type {
  background: #1e4b9b;
}

.WHCenterArea .nav-tabs > li.active:first-of-type {
  background: #919396;
}
.WHCenterArea .nav-tabs > li > a:hover {
  background-color: #919396;
} 
.WHCenterArea .mx-tabcontainer-tabs {
  background: #5166AD;
  margin-bottom: 0px;
  height: 55px;
  border-bottom: 0px;
}
.mx-layoutcontainer .mx-placeholder .mx-layoutgrid:first-child {
  padding-top: 0;
}

.WHCenterArea .mx-dataview:first-line {
  padding-top: 16px !important;
}

.WHCenterArea .mx-listview-item {
  background: none !important;
  border: 0;
}

.WHCenterArea .mx-listview-empty {
  background: none !important;
  padding: 0;
  border: 0;
  height: 20px;
}

.WHCenterArea li.mx-listview-empty label {
  visibility: hidden;
}

.Button {
      color: #ffffff;
    background-color: #1e4b9b;
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
    /* width: 120px; */
    border-radius: 0px;
    margin-top: 20px;
}
.mx-name-groupBoxLoading,
.mx-name-listViewLoading,
.mx-name-listViewGroupage,
.mx-name-templateGridShipmentLoading {
	margin-bottom: 35px !important;
}

.mx-name-groupBoxGroupage,
.mx-name-templateGridShipmentGroupage
{
	margin-bottom: 5px !important;
}

.WHCenterArea {
  max-width: 659px;
  padding: 0px 15px 0px 15px;
}
/********************************   END LAYOUT - GROUPAGE - NAM ****************************************************/
/************************************ LAY OUT - ESTHER***********************************************************/
.cus-templategrid-draganddrop .mx-templategrid-row:nth-child(odd) .mx-templategrid-item {
	background-color: #f0f0f1; }

.shipment-labeltext {
	display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  min-width: 200px;
  color: #000000;
  font-size: 16px;
	}
	
.warehousepages-scrollcontainer {
	padding: 0px 15px 15px 15px
}

/* To hide the "No items found" text when the listview on the groupage page is empty */
.mx-name-listViewGroupage > ul > li.mx-listview-empty {
  display: none;
}

.mx-tabcontainer-tabs
{
	margin-bottom: 0px;
}

  .warehouse-groupbox > .mx-groupbox-header {
	  background: #5166AD;
	  color: #FFF;
	  font-size: 18px;
	  font-weight: bold;
	  height: 54px;
	  border-color: #5166AD;
	  line-height: 32px;
	  }
	  
  .warehouse-groupbox > .mx-groupbox-body {
	  min-height: 50px;
	  }
  .warehouse-groupbox .mx-groupbox-header + .mx-groupbox-body {
	  border-style: none;
	  padding: 0px;
	  }

.emptytxt {
	font-style: italic;
	font-size: 16px;
	color: #cfd1d2;
	padding-top: 20px;
	text-align: center;
	
}	

.WHCenterTable {
	background-color: #ffffff;
	color: #000000;
    font-size: 16px;
}

	.WHCenterTable tr {
		border-bottom: 1px solid #e6e6e6;
	}

	.WHCenterTable > tbody > tr > td:nth-child(-n+2){
    background-color: #cfd1d2;
    padding-top: 8px;
  }

  .WHCenterTable > tbody > tr > td:nth-child(1){  
		padding-left: 8px;
  }
  
  .WHCenterTable > tbody > tr > td:nth-child(2){
    padding-right: 0px;	
    padding-left: 0px;
    font-weight: bold;	
  }
  
	
	.WHCenterTable .mx-listview {
		margin-top: 0px;
		margin-bottom: 0px;
  }

	.WHCenterTable .mx-listview > ul > li {
		padding: 0px !important;
		border: 0px !important;
		background-color: #fff !important;
	}
	.WHCenterTable .mx-listview .mx-listview-item.selected {
		background-color: #fff;
	}
	
	.WHCenterTable .documentscompleted
	{
		border-bottom: solid 1px #fff;
  }

  .WHCenterTable .mx-list table.mx-table > tbody > tr > td {
    padding: 0px;
  }
  
.AddressSubTable { 
  background-color: #fff; 
}

  .AddressSubTable tr {
    border-bottom: 1px solid #ffffff;
  }

.validbtn {
	color: #ffffff;
  background-color: #1e4b9b;
  font-size: 16px;

  font-weight: bold;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;  
  /* width: 120px; */
  border-radius: 0px;
  margin-top: 20px;
}

.validgrid {
	text-align: left; 
	padding-left: 0px !important; 
	padding-top: 20px !important; 
	margin-left: 0px !important;
}




/*************************** END LAYOUT ESTHER ***************************/

/**************************** LAYOUT - LINH  *****************************/
.warehouse-tab-container {position:relative;}

.WHCenterArea ul > li:nth-child(1) > a {
  text-align: left; /* changed to align left with padding by Esther to align with txt in column below */
  padding-left: 32px;
}

.WHCenterArea ul > li:nth-child(2) > a {
  /* added by Esther */
  text-align: center; 
  
}

.tab-bordered.mx-tabcontainer .mx-tabcontainer-content {
	border: 0px;
	padding: 0px;
	background-color: #e6ebf0;
}
/**************************** END LAYOUT - LINH *****************************/

/*************************** LAYOUT -HIEN ************************************/
.details-buttons {
	
	height: 50px;
	border-color: #1e4b9b;
	background-color: #1e4b9b;
	color: #fff;
	font-weight: bold;
}

.details-buttons:hover {
	border-color: #5166ad;
	background-color: #5166ad;	
}
.WHCenterArea .mx-dataview .mx-dataview-controls {
	
	border-top: 0px solid #DDD;
}

.details-cus-listview-noborder {
	border:0px;
	margin-bottom:0px;

}

.details-leftside {
	
	width: 196px !important;
}

.details-grid-left {
	
	background: #cfd1d2;
	font-weight: bold;
}

.details-cus-listview-noborder > ul > li:nth-child(1)
{
	background: #e6ebf0 !important;
	padding-left: 0px;
	padding-bottom: 0px;
}
/*************************** END LAYOUT - HIEN ******************************/
/*************************** END LAYOUT PAGE ******************************************************************************************************************/

/*************************** DRAG AND DROP  - LINH ************************************************************************************************************/
.templateGridDragAndDrop .mx-grid-content { 
	border: 2px dotted #009245;
    background-color: #ffffff;    
	height: 46px !important;
	margin: 8px !important;
	
} 
.templateGridDragAndDrop {
	height: 60px;	
}

.dragdrop-droparea-icon-gray {display: block;}
.dragdrop-droparea-icon-green {display: none;}
.dragdrop-droparea-text-area { font-weight:bold;}
.warehouse-instorage-dragdroparea-container { position: absolute;top: 0px;left: 0px; padding: 0px; height: 60px;}
.warehouse-instorage-dragdroparea-container td {color: #009245; font-size: 16px; }
.warehouse-instorage-dragdroparea-container td:first-child {padding-left: 20px;} 
.warehouse-instorage-dragdroparea-layout-grid-container {
	border:0px; 
	position:relative;
	height: 60px;
	background-color: #fff;
}
.warehouse-centerarea-content-td {background-color: #fff;}
.warehouse-centerarea-content-space {    height: 20px;
    background-color: #e6ebf0;
    padding: 0px !important;
}
.warehouse-centerarea-content-container {
	border:0px; 
	position:relative;
	padding: 0px;
	margin: 0px;
}
.DropTarget {
	border: 2px dotted #919396;
	background-color: #ffffff;
    color: #919396;
	font-size: 18px;
  }
  
.DraggingToTarget {
	border: 2px dotted #009245;
	background-color: #ffffff;
  color: #009245;
	}

.DropTarget.DropTargetHover {
  margin: 0px;
	border: 2px dotted #009245;
  background-color: #009245;
  color: #ffffff;
}
.Draggable.ui-draggable.ui-draggable-dragging{
	/* Nowhere to add custom style that works changed here for all app*/
	/* Applied to items being dragged */
	display: table;
	background-color: #d7ffea;
	width: 400px; /* To make sure barcode does not disapear*/	
	z-index: 100000 !important;
	}

/***************************** END DROP **************************************************************/
/*************************** VIDEO - LINH  **********************************************************/
.warehouse-videopopup-layout-container .modal-content {
	border: 0px;
    box-shadow: none;
    background-color: transparent;
}
.warehouse-videopopup-layout-container .modal-content .modal-header {
	border: 0px;
    box-shadow: none;
    background-color: transparent;
    overflow: hidden;
	padding-right: 0px;
}
.warehouse-videopopup-layout-container .modal-content .modal-header h4 { display: none; }
.warehouse-videopopup-layout-container .modal-content .modal-body {
	padding: 0px;
	overflow:hidden;
	
}
.mx-underlay {opacity: 0.8;}
.warehouse-videopopup-layout-container .modal-content .modal-header .close {
	color: #fff;
    font-weight: normal;
    font-size: 50px;
}
.jp-video {border: 0px;}
.warehouse-centerarea-playvideo-button {
	position:absolute;
	top: -42px;
    right: 20px;
	font-size: 14px;
    color: #fff;
    padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.warehouse-centerarea-playvideo-button img { height: 100%; }
.warehouse-centerarea-playvideo-button:hover { text-decoration:none !important;  color: #fff !important;}
.jp-video {  background-color: transparent !important; position: relative !important;}
.jp-interface {transition: 0.3s all linear; position: absolute !important; bottom: 0px; background-color: transparent !important; border: 0px !important; padding-top: 20px;}
.jp-progress {background-color: #fff !important; margin-left: 15px; margin-right: 15px; border-radius: 15px; width: auto !important;}
.jp-seek-bar {    background: none !important;  background-color: #fff !important; border: 0px;}
.jp-current-time, .jp-duration {color: #fff !important;}
.jp-mute,
.jp-unmute { 
	background: url(images/stc_video_icon-03.png) no-repeat !important;
	top: 5px !important;
	left: 40px !important;
}
.jp-volume-max, .jpMaxValue { display: none !important; }
.jp-details {background-color: transparent !important;}
a.jp-play, a.jp-pause {
	margin-top: 0px !important;
    width: 60px !important;
    height: 60px !important;
}
a.jp-play {
    background: url(images/stc_video_icon-01.png) -53px -5px no-repeat !important;
}
a.jp-pause {
    background: url(images/stc_video_icon-02.png) -53px -5px no-repeat !important;
}
a.jp-repeat {
	background: url(images/stc_video_icon-08.png) 0px 2px no-repeat !important;
}
a.jp-repeat:hover, .jp-repeat-off {
	background: url(images/stc_video_icon-07.png) 0px 2px no-repeat !important;
}
a.jp-full-screen, a.jp-full-screen:hover {
	background: url(images/stc_video_icon-05.png) -75px 3px no-repeat !important;
}
a.jp-restore-screen, a.jp-restore-screen:hover {
	background: url(images/stc_video_icon-06.png) 0px 0px no-repeat !important;
}

a.jp-full-screen,
a.jp-repeat,
a.jp-restore-screen,
a.jp-repeat-off {
	width: 32px !important; 
	height: 32px !important;
}
.jp-video:hover .jp-interface {
	display: block !important;
}
.jp-video .jp-interface {
	display: none;
}
.jp-details, .jp-stop {display: none !important;}
div.jp-video div.jp-volume-bar {top: 23px !important; }
a.jp-mute, a.jp-unmute, a.jp-volume-max {width: 30px !important; height: 30px !important;}
.jp-controls-holder {top: -3px !important;}
.jp-play-bar {
	position: absolute !important;
    height: 10px !important;
	border-radius: 15px !important;
}
.warehouse-clockingin-centerarea-videolist-container {
	position: absolute;
	top: -42px;
	right: 20px; 
}
.warehouse-centerarea-showvideolist-dropdownlist > button {
	background-color: transparent !important;
    border: 0px !important;
	font-size: 14px;
     /*font-family: Verdana, Geneva, sans-serif !important;*/
    color: #fff;
	background: url('images/showthevideo_icon-10.png') 0px 0px no-repeat !important;
}
.warehouse-centerarea-showvideolist-dropdownlist > button > span.playVideoList {
	padding-left: 15px;
	color: #fff !important;
}
.warehouse-centerarea-showvideolist-dropdownlist > button .caret {
	border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
	color: #fff;
}

.warehouse-centerarea-showvideolist-dropdownlist .dropdown-toggle,
.warehouse-centerarea-showvideolist-dropdownlist .dropdown-toggle:active,
.warehouse-clockingin-centerarea-showvideolist-container > .open > .btn-default.dropdown-toggle {
	box-shadow:none !important;
	font-size: 14px;
     /*font-family: Verdana, Geneva, sans-serif !important;*/
    color: #fff;
}

/*************************** END VIDEO  **********************************************************/


/*************************** OVERWRITE MAIN.CSS ***************************************************/
.layout-atlas .region-topbar .topbar-content {display: block;}
.layout-atlas .region-topbar .toggle-btn {margin-right: 15px; padding: 0px; padding-top: 23px; margin:auto;}
.layout-atlas .region-topbar .navbar-brand img {height: auto; background: none; padding: 0px; padding-left: 10px;width: 100%;}
.region-sidebar .mx-navigationtree li.mx-navigationtree-has-items > ul li a {
		font-size: 18px;
		font-weight: normal;
		color:#fff;
		background-color: #1e4b9b;
}
.layout-atlas-responsive-default .region-sidebar .mx-scrollcontainer-wrapper > .mx-navigationtree .navbar-inner > ul > li > a {
	height: 60px;
}
.layout-atlas .region-sidebar .mx-navigationtree .navbar-inner > ul > li > a {
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
}
.region-sidebar .mx-navigationtree .navbar-inner > ul > li > a {
	color: #fff;
	border-left: 5px solid transparent;
	border-bottom: 0px; 
	border-top: 1px solid #1e4b9b;
	background-color: #1e4b9b;
	font-size: 18px;
	
}
.layout-atlas .region-sidebar {
	background-color: #1e4b9b;
}
a.homepage-topbar-chatbox-link, a.homepage-topbar-chatbox-link:hover {
	color: #d3eefb;
	text-transform:none !important;
	text-decoration:none !important;
}
@media (min-width: 768px) {
.layout-atlas-responsive-default .mx-scrollcontainer:not(.mx-scrollcontainer-open) > .region-sidebar .mx-scrollcontainer-wrapper > .mx-navigationtree ul li.mx-navigationtree-collapsed ul, .layout-atlas-responsive-default .mx-scrollcontainer:not(.mx-scrollcontainer-open) > .region-sidebar .mx-scrollcontainer-wrapper > .mx-navigationtree ul li.mx-navigationtree-has-items ul {
	display: block !important;
}
}
.mx-scrollcontainer .mx-placeholder {height: auto; /* padding-left: 5px; */}
.mx-title {margin: 0px;}
.mx-scrollcontainer .mx-placeholder .mx-layoutgrid {padding: 0px; padding-right: 15px;padding-left: 15px;}
div.widget-progress-bar-text-contrast .progress-bar {color: #fff;}
.mx-scrollcontainer-fixed > .mx-scrollcontainer-middle > .mx-scrollcontainer-wrapper, .mx-scrollcontainer-fixed > .mx-scrollcontainer-left > .mx-scrollcontainer-wrapper, .mx-scrollcontainer-fixed > .mx-scrollcontainer-center > .mx-scrollcontainer-wrapper, .mx-scrollcontainer-fixed > .mx-scrollcontainer-right > .mx-scrollcontainer-wrapper {padding-top: 0px;}
.details-cus-listview-noborder>ul>li {border: 0px !important; padding: 0px !important;}
/**************************************************************************************************/

.mx-name-lvUnitStatus>ul>li:hover {
	cursor: pointer; 
}
.mx-listview > ul > li.selected {
	background-color: #def;
}

.mx-grid-request-planning-container .mx-grid-controlbar {border-bottom: solid 1px #eee;}
.horizontal-wizard-steps .Pickup .wizard-step-number {background-color: #76CA02;}
.horizontal-wizard-steps .Transport .wizard-step-number {background-color: #0595DB;}
.horizontal-wizard-steps .Discharge .wizard-step-number {background-color: #00b0ba;}
.horizontal-wizard-steps .laststep .wizard-step-number {background-color: #f8931f; font-size:18px;}
.wizard-step-pic {margin-bottom: 45px !important;}
.mx-stc-common-table-td-middle th, .mx-stc-common-table-td-middle td {vertical-align:middle !important;}
/*.mx-grid-request-planning-container {min-height: 250px;padding-top: 0px; padding-bottom: 10px;}*/
.mx-grid-request-planning-container {padding-top: 0px; padding-bottom: 10px; z-index: 1;position: inherit;}
.mx-grid-request-planning-container .mx-grid-controlbar {border-bottom: solid 1px #eee;}

/* ============= GENERATE SHIPMENT WIZARD STEPS  ======================== */

.wizard-step:first-child {
	padding-left:20px;
}
.wizard .wizard-step::before {
    position: absolute;
    z-index: 0;
    top: 35px;
    display: block;
    width: 40%;
    height: 2px;
    content: "";
    background-color: #D7D7D7;
}
.wizard .wizard-step .wizard-step-text {
    display: block;
    margin-top: 15px;
}
.active-role-container .dropdown-div-converter button .glyphicon {margin-right:0px;background-color:transparent;}
.active-role-container .dropdown-div-converter .dropdown-button {background-color: transparent;border: 0px;}
.active-role-container .dropdown-div-converter .dropdown-button .caret {display:none;}
.dropdownDivConverterActiveRole .dropdown-menu {right:0px; left:auto !important;}
.mx-transport-planning-list ul li {padding:0px;}
.mx-transport-planning-active-role-radio-list .form-group {margin: 0px;}
.mx-name-listViewValidatedRequest ul li {cursor:pointer; border-width: 1px 1px 0px 1px;}
.mx-name-listViewValidatedRequest ul li table td {vertical-align:middle;}
.dropdownDivConverterActiveRole .glyphicon {top:8px;}
.mx-request-list-grid-homepage .mx-templategrid-item {padding-left:0px;}
.mx-transportorder-planning-list .mx-templategrid-item {padding:0px;}

.mx-transportorder-last-completed-step-infor .mx-templategrid-item {border: 0px;}

/*******   ANIMATION OF WIDGET ************************************************************************/
.wizard-step-completed-without-animation a.wizard-step::before { background-color: #1756c7 !important; }
.wizard-step-completed a.wizard-step::before {
	
/*	-webkit-transition: background-color 2s slide; */
	animation-fill-mode: forwards;
	-webkit-animation-name: slide;
	-moz-animation-name: slide;
	-o-animation-name: slide;
	animation-name: slide;

	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	-o-animation-duration: 4s;
	animation-duration: 4s;
	
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
	
}

.wizard-step-pic-ul li img {
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    transition: all 2s linear;
 }
.laststep .wizard-step-number {
	font-size: 15px !important;
	background-color: #f8931f;
}
.laststep .wizard-step-description {
	top: 91px !important;
}
.page-notification-topbar-container {z-index: 100;width: 25px;border:0px; position: absolute;left: 25px;color: #fff;background-color: transparent;top: 20px;}
.page-notification-topbar-container .mx-grid-content .mx-templategrid-row .mx-templategrid-item { height:25px; padding: 0px; border:0px;background-color: red; border-radius: 50%;text-align: center;}
.linkedin-topbar-notification-is-new {background-color:#eee; padding:15px !important;}
.page-common-notification-container ul li{padding:0px;}
.linkedin-topbar-notification {padding:15px !important;}
.topbar-notification-container ul li{padding:0px;}
.topbar-notification-container ul {
	height: auto;	
	overflow-y: auto;
	overflow-x: hidden;
	}
.linkedin-topbar-notification {padding:15px !important;}
/* NOTIFICATION SLIDE_MENU */
.topbar-notification-container {
	vertical-align: middle; 
	display: table-cell;
}
.topbar-notification-container .open .background-main {
	width: 400px !important;
    height: 400px !important;
    top: 88px !important;
    left: 0px !important;
}
.topbar-notification-container .tag {
	display: inline-table;
    vertical-align: middle;
    border: 0px !important;
    background: transparent;
	position: relative !important;
    left: 25% !important;
}
.topbar-notification-container ul li:first-child {
	border-top: 0px;
}

.topbar-notification-container ul li:hover, .topbar-notification-container ul li:focus, .topbar-notification-container ul li:active {
	background-color: #FFF;
}
.topbar-notification-container .closed .background-main {
	width: 0px !important;
	height: 0px !important;
}
/* END NOTIFICATION */
.wizard-show-animation-steps .wizard-step-number {background-color: #fff !important;}

ul.wizard-show-animation-steps > li.wizard-step-completed > a.Pickup > div.wizard-step-content > div.wizard-step-number {background-color: #76CA02 !important;}
ul.wizard-show-animation-steps > li.wizard-step-completed-without-animation > a.Pickup > div.wizard-step-content > div.wizard-step-number {background-color: #76CA02 !important;}

ul.wizard-show-animation-steps > li.wizard-step-completed > a.Transport > div.wizard-step-content > div.wizard-step-number {background-color: #0595DB !important;}
ul.wizard-show-animation-steps > li.wizard-step-completed-without-animation > a.Transport > div.wizard-step-content > div.wizard-step-number {background-color: #0595DB !important;}

ul.wizard-show-animation-steps > li.wizard-step-completed > a.Discharge > div.wizard-step-content > div.wizard-step-number {background-color: #00b0ba !important;}
ul.wizard-show-animation-steps > li.wizard-step-completed-without-animation > a.Discharge > div.wizard-step-content > div.wizard-step-number {background-color: #00b0ba !important;}

ul.wizard-show-animation-steps > li.wizard-step-completed-without-animation.laststep > a > div.wizard-step-content > div.wizard-step-number {background-color: #f8931f !important;}

/*	Keyframes
------------------------------------------ */

@-webkit-keyframes slide {
	0%   { width:   0%; }
	30%  { width:  30%; }
	60%  { width:  60%; }
	70%  { width:  70%; }
	100% { width: 100%; }
}
@-moz-keyframes slide {
	0%   { width:   0%; }
	30%  { width:  30%; }
	60%  { width:  60%; }
	70%  { width:  70%; }
	100% { width: 100%; }
}
@-o-keyframes slide {
	0%   { width:   0%; }
	30%  { width:  30%; }
	60%  { width:  60%; }
	70%  { width:  70%; }
	100% { width: 100%; }
}
@keyframes slide {
/*
	can simply define start and end, or with percentage in progress
	from { width:   0%; }
	to   { width: 100%; }
*/
	0%   { width:   0%; }
	30%  { width:  30%; }
	60%  { width:  60%; }
	70%  { width:  70%; }
	100% { width: 100%; }
}



/**************************** END ANIMATION OF WIDGET ************************************************************************************/



/**************************** Trasport Order ************************************************************************************/

.ForwarderValidateRequest div.progress-bar.progress-bar-default {
    background-color: rgb(0,255,0);
    text-indent: 170%;
    color: rgb(40,40,40);}

.mx-templategrid-row:nth-child(odd) .mx-templategrid-item {
	background-color: #f0f0f1; }

.mx-listview > ul > li:nth-child(odd){
	background-color: #f0f0f1; 
}

.ForwarderValidateRequest .mx-listview > ul > li.selected {
	background-color: #A1DAF8; }

.mx-name-templateGrid3 .mx-templategrid-row .mx-templategrid-item{
	background-color: #E6EAEF;
	border: 0px; }

.ForwarderValidateRequest{
    padding: 0px !important;	
    color: #000000;
    font-size: 16px;
}

.mx-name-dataView1 h2.mx-groupbox-header {
    background-color: #80889F !important;
    border-color: #80889F;
    padding-left: 47px;
    color: white !important;
}

.ButtonTransportPlanning
{
	border-color: #4D504D;
	background-color: white;
	color: black;
	border-radius: 15px;
	padding-top: 0.4px;
	padding-bottom: 0.4px;
	padding-left: 8px;
	padding-right: 10px;
	margin-top: 8px;
}

.ButtonTransportPlanning:hover, .ButtonTransportPlanning:focus, .ButtonTransportPlanning:active, .ButtonTransportPlanning.active, .open > .ButtonTransportPlanning.dropdown-toggle {
    border-color: #4D504D;
    background-color: #014B7F;
    color: white;
}

.ButtonTransportPlanning img
{
    height: 22px;
    width: 22px;
    margin-top: 1px;
    margin-right: -1px
}

.ScrollValidatedRequest .mx-scrollcontainer-wrapper {
	height: 522px !important;
	scroll-behavior: smooth; }

.ScrollTransportPlanning .mx-scrollcontainer-wrapper {
	height: 205px !important;
	scroll-behavior: smooth; }

.planning-request-forwarder-wizard .svg-container svg {
	padding-top: 0px;
}

.mx-placeholder > .mx-scrollcontainer.mx-scrollcontainer-vertical.mx-scrollcontainer-fixed > div.mx-scrollcontainer-middle {
	overflow-y: hidden;
	height: 881px;
}

.mx-placeholder > .mx-scrollcontainer.mx-scrollcontainer-vertical.mx-scrollcontainer-fixed > div.mx-scrollcontainer-middle 
div.mx-scrollcontainer-center .mx-name-layoutGrid10  {
	/*overflow-y: hidden;*/
	overflow:hidden;
   }
 

/**************************** End of Trasport Order ************************************************************************************/




/*******  Begin of Forwarder Planning Request ************************************************************************/
.ForwarderCenterTable {
	background-color: #ffffff;
	color: #000000;
    font-size: 16px;
}


.ForwarderCenterTable tr {
	border-bottom: 1px solid #e6e6e6;
}

.ForwarderCenterTable > tbody > tr:nth-child(1) > td:nth-child(1) {
    background-color: #80889F;
}

.ForwarderCenterTable > tbody > tr:nth-child(1) > td:nth-child(2) {
    background-color: #80889F;
	padding-left: 30px;
}

.ForwarderCenterTable > tbody > tr:nth-child(1) > td:nth-child(3) {
    background-color: #80889F;
}

.ForwarderCenterTable > tbody > tr > td:nth-child(-n+2){
background-color: #cfd1d2;
padding-top: 8px;
}

.ForwarderCenterTable > tbody > tr > td:nth-child(1){  
	padding-left: 8px;
}

.ForwarderCenterTable > tbody > tr > td:nth-child(2){
padding-right: 0px;	
padding-left: 0px;
font-weight: bold;	
padding-left: 30px;
}




.ForwarderCenterTable .mx-listview {
	margin-top: 0px;
	margin-bottom: 0px;
}

.ForwarderCenterTable .mx-listview > ul > li {
	padding: 0px !important;
	border: 0px !important;
	background-color: #fff !important;
}
.ForwarderCenterTable .mx-listview .mx-listview-item.selected {
	background-color: #fff;
}

.ForwarderCenterTable .documentscompleted
{
	border-bottom: solid 1px #fff;
}

.ForwarderCenterTable .mx-list table.mx-table > tbody > tr > td {
padding: 0px;
}

.ForwarderCenterTableHeader
{
background-color: #80889F;
padding-left: 30px;
}

.ForwarderCenterTableHeaderTextColor
{
color:white;
}

.ForwarderButtonPlanNewStep
{
	border-color: #4D504D;
	background-color: #D6FFDB;
	color: #4D504D;
	border-radius: 15px;
	padding-top: 0.4px;
	padding-bottom: 0.4px;
	padding-left: 8px;
	padding-right: 10px;
	margin-top: 8px;
	margin-right: 5px;
}

.ForwarderButtonPlanNewStep:hover, .ForwarderButtonPlanNewStep:focus, .ForwarderButtonPlanNewStep:active, .ForwarderButtonPlanNewStep.active, .open > .ForwarderButtonPlanNewStep.dropdown-toggle {
    border-color: #4D504D;
    background-color: #8EAA92; /*  F1FFF3*/
    color: #4D504D;
	margin-right: 5px;
}


.ForwarderButtonPlanNewStep img
{
    height: 22px;
    width: 22px;
    margin-top: 1px;
    margin-right: -1px;
}

.ForwarderButtonEditDelete
{
	border-color: #4D504D;
	background-color: #FFDBB7;
	color: #4D504D;
	border-radius: 15px;
	padding-top: 0.4px;
	padding-bottom: 0.4px;
	padding-left: 8px;
	padding-right: 10px;
	margin-top: 8px;
	margin-right: 5px; 
}

.ForwarderButtonEditDelete:hover, .ForwarderButtonEditDelete:focus, .ForwarderButtonEditDelete:active, .ForwarderButtonEditDelete.active, .open > .ForwarderButtonEditDelete.dropdown-toggle {
    border-color: #4D504D;
    background-color: #AA927A;
    color: #4D504D;
	margin-right: 5px; 
}


.ForwarderButtonEditDelete img
{
    height: 22px;
    width: 22px;
    margin-top: 1px;
    margin-right: -1px
		
}

.ForwarderButtonMoveUpDown
{
	border-color: #4D504D;
	background-color: #C7FFFE;
	color: #4D504D;
	border-radius: 15px;
	padding-top: 0.4px;
	padding-bottom: 0.4px;
	padding-left: 8px;
	padding-right: 10px;
	margin-top: 8px;
	margin-right: 5px;
}

.ForwarderButtonMoveUpDown:hover, .ForwarderButtonMoveUpDown:focus, .ForwarderButtonMoveUpDown:active, .ForwarderButtonMoveUpDown.active, .open > .ForwarderButtonMoveUpDown.dropdown-toggle {
    border-color: #4D504D;
    background-color: #84AAA9;
    color: #4D504D;
	margin-right: 5px;
}

.ForwarderButtonMoveUpDown img
{
    height: 22px;
    width: 22px;
    margin-top: 1px;
    margin-right: -1px
}

.ForwarderButtonValidatePlanning
{
	border-color: #4D504D;
	background-color: #014B7F;
	color: white;
	border-radius: 15px;
	padding-top: 0.4px;
	padding-bottom: 0.4px;
	padding-left: 8px;
	padding-right: 10px;
	margin-top: 8px;
	margin-right: 5px;
}

.ForwarderButtonValidatePlanning:hover, .ForwarderButtonValidatePlanning:focus, .ForwarderButtonValidatePlanning:active, .ForwarderButtonValidatePlanning.active, .open > .ForwarderButtonValidatePlanning.dropdown-toggle {
    border-color: #4D504D;
    background-color: #003254;
    color: white;
	margin-right: 5px;
}

.ForwarderButtonValidatePlanning img
{
    height: 22px;
    width: 22px;
    margin-top: 1px;
    margin-right: -1px
}

.mx-name-defaultEditButton
{
	display: none;
}


.ForwarderRequestPlanning {
	background-color: #ffffff;
	color: #000000;
    font-size: 16px;
/*  z-index: 2;  */
	position: relative;
}

.ForwarderRequestPlanning tr {
	border-bottom: 0px solid #ffffff;
}


.ForwarderRequestPlanning>tbody>tr>td
{
	padding-left: 0px!important;
	padding-right: 0px!important;
/*	padding-top: 0px!important;*/
}

.ForwarderRequestPlanning>tbody>tr:nth-child(2)>td
{
	padding-top: 0px!important;
	background-color: #E6EAEF;
}



.mx-grid-request-planning-container .mx-grid-controlbar {
    border-bottom: solid 1px #eee !important;
	margin: 0px !important;
	padding-left: 53px;
}

.container-start-order-transport-planing
{
	text-align: right;
	margin-top: 10px;
}

.ForwarderButtonOrderTransportPlanning
{
	border-color: #4D504D;
	background-color: #014B7F;
	color: white;
	border-radius: 4px;
	padding-top: 0.4px;
	padding-bottom: 2.4px;
	padding-left: 8px;
	padding-right: 10px;
	margin-top: 8px;
	margin-right: 25px;
	z-index:2;
	position:relative;
}

.ForwarderButtonOrderTransportPlanning:hover, .ForwarderButtonOrderTransportPlanning:focus, .ForwarderButtonOrderTransportPlanning:active, .ForwarderButtonOrderTransportPlanning.active, .open > .ForwarderButtonOrderTransportPlanning.dropdown-toggle {
    border-color: #4D504D;
    background-color: #003254;
    color: white;
}

.ForwarderButtonOrderTransportPlanningReadOnly
{
	border-color: #B3B3B3;
	background-color: #B3B3B3;
	color: white;
	border-radius: 4px;
	padding-top: 0.4px;
	padding-bottom: 2.4px;
	padding-left: 8px;
	padding-right: 10px;
	margin-top: 8px;
	margin-right: 25px;
	z-index: 2;
	position: relative;
}

.ForwarderButtonOrderTransportPlanningReadOnly:hover, .ForwarderButtonOrderTransportPlanningReadOnly:focus, .ForwarderButtonOrderTransportPlanningReadOnly:active, .ForwarderButtonOrderTransportPlanningReadOnly.active, .open > .ForwarderButtonOrderTransportPlanningReadOnly.dropdown-toggle {
    border-color: #B3B3B3;
    background-color: #B3B3B3;
    color: white;
}

.ResultOfRequestPlanning
{
	height: 42px;
}

.ResultOfRequestPlanningText
{
	margin-bottom: 0px;
	margin-top: 0px;
}
.TemplateGridRequestPlanningStep>div:nth-child(2)
{
	border: 1px solid #DDD;
	border-top-width: 0px !important;
}

.TemplateGridRequestPlanningStep .mx-grid-content
{
	height: 260px !important;
	scroll-behavior: smooth;
	scrollbar-width: thin;
	overflow: auto;
}

.ForwarderValidateRequest>div>.mx-grid-controlbar
{
	margin: 0px 0px !important;
}

.ForwarderRequestPlanningRow > tbody > tr > td
{
	padding: 4px 8px 0px 8px !important;
	height: 34px;
}

.ScrollContainerRequestPlanningSteps .mx-scrollcontainer-wrapper
{
	height: 293px !important;
	/*
	scrollbar-width: thin;
	scroll-behavior: smooth;
	*/
}

.mx-grid-request-planning-container .mx-scrollcontainer
{
	height: 325px !important;
}

.ScrollContainerRequestPlanning .mx-scrollcontainer-wrapper
{
	height: 468px !important;
	/*
	scrollbar-width: thin;
	scroll-behavior: smooth;
	*/

}
.ScrollContainerInboxPage .mx-scrollcontainer-wrapper
{
	height: 720px !important;
	/*
	scrollbar-width: thin;
	scroll-behavior: smooth;
	*/

}
.fw-homepage-requestlist-col
{
	height: 525px !important;
	background-color: #E6EAEF;
	padding-left: 9px;
}
.fw-homepage-inboxlist-col
{
	height: 800px !important;
	background-color: #E6EAEF;
	padding-left: 9px;
}
.planning-request-forwarder-wizard
{
	background-color: #E6EAEF;
}

.planning-request-forwarder-main-section
{
	background-color: #E6EAEF;
}

.page-dashboard-actions .homepage-maincontent-placeholder
{
	background-color: #E6EAEF;
}

.mx-request-list-grid-homepage .mx-grid-controlbar {margin-top: -10px;}

.planning-request-forwarder-main-section-column
{
	background-color: #E6EAEF;
}

.region-content homepage-maincontent-placeholder
{
	background-color: #E6EAEF;
}

.header-bottom-split
{
	margin-bottom: 5px;
}


.profile-desktop
{
	overflow: hidden;
}


.ForwarderValidateRequest .mx-scrollcontainer-bottom
{
	display: none;
}


.mx-name-referenceSelectorTransportCompany .mx-compound-control button
{
	display: none !important;
}

.mx-name-referenceSelectorCustomize .mx-compound-control button
{
	display: none !important;
}

/*
.profile-desktop .mx-window { width: 100% !important; height:100% !important;}
*/

.mx-name-grid1_SSP_searchbar
{
	margin-bottom: 20px;
}

.customize-reference-selector-left-side
{
	padding-right: 27px;
	margin-right: -27px;
}

.customize-reference-selector-right-side
{
	padding-left: 5px;
}

.customized-dataview1 .mx-dataview-controls
{
	border-width: 0px !important;
}

.mx-dataview .mx-dataview-controls
{
	border-width: 0px !important;
}
 

/******* End of Forwarder Planning Request ************************************************************************/

/********** COMPLETED REQUESTS WIDGET ************************************************/
.wizard-steps {width: 100%; height:190px; margin-bottom: 0px; overflow-x: auto;}
.mx-cus-homepage-completedcounting-container {position:relative; height: 200px; }
.mx-cus-homepage-completedcounting-textblock { text-align: center;position: absolute;top: 130px;width: 100%;color:black;}
.mx-cus-homepage-completedcounting-textblock p {line-height: 1;}
.indicatorlayer .value-arc > path {fill: rgb(248, 147, 31) !important;}
.indicatorlayer .gauge-outline > path {stroke-opacity: 0 !important;}
.js-plotly-plot .plotly .angularaxis {display: none;}
.svg-container > .main-svg:first-child {background-color: #e6eaef !important;}
.mx-cus-homepage-request-progressbar .progress-bar.progress-bar-default {background-color:#5bacf2 ;}
.mx-cus-homepage-request-progressbar  .progress {
	margin-bottom: 0px!important;
}
.request-overview-chart .js-plotly-plot .plotly .main-svg {
	top: -30px;
}
.finance-report-pie .js-plotly-plot .plotly .main-svg {
	top:-30px;
}
.transport-overview-chart .js-plotly-plot .plotly .main-svg {
	top: -100px;
}
/*************** END COMPLETED REQQUESRS ****************************************/


/******* Request Planning Steps ************************************************************************/
.RequestHeader {
	background-color:  #80889f;
	color: white;
	font-size: 16px;
	font-weight: bold;
	height: 39px;
}

.CompletePlanning {
	background-color:  #1b1464;
	color: white;
	font-size: 16px;
	font-weight: bold;
}
.RequestPlanning div.progress-bar.progress-bar-default {
    background-color: rgb(0,255,0);
    text-indent: 170%;
    color: rgb(40,40,40);}

.RequestPlanningDetails > colgroup:nth-child(1) > col:nth-child(5) {
	background-color: white;
}

.mx-name-containerFooter {
background-color: #e6ebf0;}

.RequestPlanning div.progress-bar.progress-bar-success.active.progress-bar-striped {
	text-indent: 150px;
	color: #000;}
	
@media (max-width: 1400px) {
.topbar-content .navbar-brand {
    width: 100px;	
}

}
@media (max-width: 1200px) {
.topbar-content .navbar-brand {
    width: 95px;
}


}

/******* End of Request Planning Steps ************************************************************************/
/********* DOCUMENT STYPE  *******************/
.noread td,  tr.noread.selected td, .noread.selected:hover td {
	color: red !important;
} 

.ForwarderButtonRequestForQuotation:hover, .ForwarderButtonRequestForQuotation:focus, .ForwarderButtonRequestForQuotation:active, .ForwarderButtonRequestForQuotation.active, .open > .ForwarderButtonRequestForQuotation.dropdown-toggle {
    border-color: #4D504D;
    background-color: rgb(0,255,0);
    color: white;
	margin-right: 5px;
}

.ForwarderButtonRequestForQuotation img
{
    height: 22px;
    width: 22px;
    margin-top: 1px;
    margin-right: -1px
}
.showOnRowHover {
	display: none;
}
.mx-datagrid table tbody tr:hover td .showOnRowHover {
	display: inline;
}
button.showOnRowHover {padding-top: 6px !important;padding-bottom: 6px !important;}
.homepage-trans-step-options table tr {height: 45px;}
/*
.homepage-trans-step-options table tr td:nth-child(7) div {display: none;}
.negotiation-completed td:nth-child(6) div {display: none;}
.negotiation-completed td:nth-child(7) div {display: block;}
*/
.red .td-text {color:red;}
.blue .td-text,  .invoice-paid {color:green;}

div.row-selected, .invoice-submitted {
	color: orange !important;
  }
.text-without-margin-bottom {margin-bottom: 0px;}
.list-view-Inbox > ul > li {
	background-color: #fff !important;
}
.text-custom-nomargin {margin-bottom: 0px;}
.crm-template-grid-custom .widget-datagrid-header {margin-bottom: 5px;}
/******** END DOCUMENT STYLE ******************/

.feedback {
   padding: 10px 8px;
   font-size: 16px;
   display: inline-flex;
   align-content: center;
   border: none;
   border-radius: 4px 4px 0 0;
   background-color: #264ae5;
   z-index: 1000004;
   color: #ffffff;
   line-height: 12px;
   position: fixed;
   top: 50%;
   right: -28px;
   transform: rotate(-90deg);
   box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.3);
}