/* roboto-regular - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../css/fonts/roboto-v20-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../css/fonts/roboto-v20-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../css/fonts/roboto-v20-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../css/fonts/roboto-v20-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('../css/fonts/roboto-v20-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../css/fonts/roboto-v20-latin_latin-ext-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}


/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../css/fonts/open-sans-v18-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../css/fonts/open-sans-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../css/fonts/open-sans-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../css/fonts/open-sans-v18-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../css/fonts/open-sans-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../css/fonts/open-sans-v18-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../css/fonts/open-sans-v18-latin-700.eot'); 
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../css/fonts/open-sans-v18-latin-700.eot?#iefix') format('embedded-opentype'), 
       url('../css/fonts/open-sans-v18-latin-700.woff2') format('woff2'), 
       url('../css/fonts/open-sans-v18-latin-700.woff') format('woff'), 
       url('../css/fonts/open-sans-v18-latin-700.ttf') format('truetype'), 
       url('../css/fonts/open-sans-v18-latin-700.svg#OpenSans') format('svg'); 
}

body {
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: "Open Sans";
    font-size: 11px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	z-index: 1;
	margin: 0;
	padding: 2;
	overflow-y: hidden;
	background-color: white;
}

#mainContainer {
	left:2px;
	right:3px; 
	top:0px;
	bottom:2px;
	position: fixed;
	top:0px;
	z-index: 2;
	margin: 0px;
	padding:0px;
	overflow-y: auto;
}

#applwelc {	
	background-image: url('../asset/logo/whs.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFFFFF;
}

.ui-loader {
  display: none !important;
}

.deskLayout {
    position: fixed;
	margin:0px;
    left:2px;
	right:4px; 
	top:60px;
	bottom:4px;
	font-size:11px;
}

.mobLayout {
    position: fixed;
	margin:0px;
    left:2px;
	right:4px; 
	top:40px;
	bottom:2px;
	font-size:11px;
}

.deskLgo {
    /* float: left; */
	/* margin-left: 10px; */
	/* margin-right: 10px; */
	
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	/* width: 50%; */

}

.mobLgo {
    display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 50%;
}
.mobTitle {
    text-align: center;
}

#mobMenu.jqx-window-content
{
    padding:0px;
}



#trMenu {
	border:none;
}

#mainBar {
  overflow: auto;
}

.cellreadonly:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: black !important;
  background-color: #F1F1F1 !important;
}

.textbtn:hover
{
    cursor: pointer;
}

img {
	-webkit-user-drag: none;
	-ms-user-drag: none; 
	-moz-user-drag: none;
	user-drag: none;
}

input[readonly] {
    background-color: #F1F1F1;
	-webkit-touch-callout: true;
	-webkit-user-select: true;
	-khtml-user-select: true;
	-moz-user-select: true;
	-ms-user-select: true;
	user-select: true;
}

textarea[readonly] {
	background-color: #F1F1F1;
	-webkit-touch-callout: true;
	-webkit-user-select: true;
	-khtml-user-select: true;
	-moz-user-select: true;
	-ms-user-select: true;
	user-select: true;
}

.dtreadonly {
	background-color: #F1F1F1;
}

.pac-container {
    z-index: 99997;
}

.jqx-loader {
    z-index: 99999 !important;
}

.jqx-loader-modal {
    z-index: 99998 !important;
	opacity: 0.02;
}

#eventLoader {	
	border: 'none';
}

#notifContainer {
	position:absolute; 
	width: 'auto'; 
	height: 60px; 
	left: 50%; 
	top:90%; 
	border: '3px solid #73AD21';
}



#dropDownButtonWrapperuserButton{
	background-color:white;
}

.formcolumn {
    float: left;
    width: 400px;
	margin-bottom:10px;
}
.formcolumn2 {
    float: left;
    width: 360px;
	margin-bottom:10px;
}

.formcolumn3 {
    float: left;
    width: 300px;
	margin-bottom:10px;
}

.formcolumn4 {
    float: left;
    width: 200px;
	margin-bottom:10px;
}

.formcolumn5 {
    float: left;
    width: 160px;
	margin-bottom:10px;
}



.label {
	float: left;
	width: 140px;
	text-align: left;
	vertical-align:middle;
	line-height:25px;
	height: 25px;
}

.labelrange {
  float: left;
  text-align: center;
  vertical-align:middle;
  line-height:25px;
  height: 25px;
}

.label2 {
	float: left;
	width: 80px;
	text-align: left;
	vertical-align:middle;
	line-height:25px;
	height: 25px;
}

.label3 {
	float: left;
	width: 90px;
	text-align: left;
	vertical-align:middle;
	line-height:25px;
	height: 25px;
}

.label4 {
	float: left;
	width: 80px;
	text-align: left;
	vertical-align:middle;
	line-height:25px;
	height: 20px;
}

.label5 {
	float: left;
	width: 110px;
	text-align: left;
	vertical-align:middle;
	line-height:25px;
	height: 25px;
}

.jqx-checkbox-default {
	width: 13px;
	height: 13px;
}
.jqx-checkbox-check-indeterminate{
	margin-left: -1px;
	margin-top: -1px;
}

.labelScan {
	font-size: 20px;
	white-space: pre-wrap; /* css-3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.upInput {
	text-transform:uppercase;
}

.dropItem {
	vertical-align:middle;
}

#routeGrid .jqx-cell{
	border: none;
	font-size: 11px;
	padding: 4px 1px 3px 2px
}

#podGrid .jqx-cell{
	border: none;
	font-size: 11px;
	padding: 4px 1px 3px 2px
}

#waveGrid .jqx-cell{
	border: none;
	font-size: 11px;
	padding: 4px 1px 3px 2px
}

#bagGrid .jqx-cell{
	border: none;
	font-size: 11px;
	padding: 4px 1px 3px 2px
}

.jqx-grid-cell{
	border: none;
	height:23px;
}

#imgGrid .jqx-grid-cell{
	border: none;
	height:100px;
}

.jqx-tree-grid-icon {
	width: 16px;
	height: 16px;
}

.jqx-tree-grid-icon-size {
	width: 16px;
	height: 16px;
}
	
.jqx-grid-group-cell {
	font-size:11px;
	border: none;
}

/* .jqx-tree-grid-title { */
	/* vertical-align: middle; */
/* } */

#unwaveGrid .jqx-checkbox {
	margin-top:-9px;
}
#unbagGrid .jqx-checkbox {
	margin-top:-9px;
}
.jqx-grid-cell-pinned {
	background-color:transparent;
}

/* .jqx-cell { */
	/* border:none; */
	/* background-color:"red" */
	/* font-size: 11px; */
	/* padding: 4px 3px 4px 2px; */
/* } */

/* #statusbarrouteGrid { */
	/* padding: 5px; */
/* } */


fieldset{
  border-color: #F1F1F1;
  border-style: solid;
}

.win-max
{
	cursor: pointer;
    float: left;
    background: url(../jqwidgets/styles/images/check_indeterminate_disabled.png) center center no-repeat;
    padding: 0px;
    border: none;
    outline: none;
    margin: 0 0 0 0;
}

.winWrapper {
	display: table;
	table-layout:fixed;
	height: 100%;
	width: 100%;
}

.winWrapperInWin {
	display: table;
	table-layout:fixed;
	height: calc(100% - 2px);
	width: calc(100% - 2px);
}

.winRow {
	display: table-row;
	/* width: 100%; */

}


.winRowMain {
	display: table-row;
	height:100%; 
}

.winRowFooter {
	display: table-row;
	height:40px;
	vertical-align:middle;
}

.winBtnFooter {
	float:right;
	margin-top: 10px;
	margin-right: 30px;
}

.fullBar {
	border:none;
	border-radius: 0px;
}

.fullGrid {
	border-left:none;
	border-right:none;
	border-bottom:none;
	border-radius: 0px;
}

.fullGrid2 {
	border-left:none;
	border-right:none;
	border-bottom:none;
	border-top:none;
	border-radius: 0px;
}

.fullBar2 {
	border-left:none;
	border-right:none;
	border-top:none;
	border-radius: 0px;
}

#unrouteGrid, #routeGrid, #waveGrid, #unwaveGrid {
	touch-action:none;
}

#routeSplitter {
	border:none;
	width:100%;
	height:100%;
}

#txRemark, #txRemark2, #txItemList {
	height: calc(100% - 10px);
	width: calc(100% - 10px);
}

#mainBar {
	border:none;
	margin:0px;
	border-radius: 0px;
}

#mainBarRP {
	border-left:none;
	border-right:none;
	border-top:none;
	margin:0px;
	border-radius: 0px;
}


/*adjustment for jQWidgets v8.3.2*/
#btSearch, #btSearchClient, #vbtSearch, #mbtSearch  {
	height:22px;
	padding: 3px;
}

.jqx-tree-grid-icon {
	width: 16px;
	height: 16px;
}

.jqx-tree-grid-icon-size {
	width: 16px;
	height: 16px;
}
	
.jqx-grid-group-cell {
	font-size:11px;
	border: none;
}

.jqx-tree-grid-title {
	vertical-align: middle;
    line-height: 13px;
	height: 13px;
}

.jqx-listitem-state-normal {
	padding-top: 3px;
    padding-bottom: 3px;
}

.jqx-window-header {
	padding:5px;
}

.jqx-window-close-button-background {
	margin-top:-2px;
}

.jqx-grid-column-header {
    margin: 2px;
    height: 18px;
}

.jqx-grid-columngroup-header {
	height: 20px;
}

#btClose2, #btWinMax  {
	margin-top:4px;
}

#rowsCountSpanUnroute, #rowsCountSpanRoute, #rowsCountSpanUnwave {
	float:left;
}

#pagingUnrouted, #pagingRouted, #pagingUnwaved  {
	float:right;
}
