@charset "ISO-8859-1";

/** generic **/
label {
	color: #333;
	font-size: 2vw;
}

input[type=checkbox] {
    transform: scale(1.2);   
}

input[type=text] {
  	display: inline-block;
}

.imgresponsive {
  	width: 5vw;
  	max-width: 50px;
}

.table_th
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	background-color: #333;
	font-size: 2vw;
}

.td_selected_1 {
	border: 1px solid #333;
}

.highlight input {
  	background-color: #FFA500;
}

.nohighlight input {
  	background-color: #FFFFFF;
}

.statusLog {
	/* background: #DC143C left; */
	background: #c8d3e4 left;
  	color: #FFFFFF;
  	font-family: Arial Unicode MS, Arial, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    border: 0;
}

.loginTitle {
   width: 100%;
   height: 30px;
   color: #fff;
   background: #333 left;
   font-weight: bold;
   vertical-align: middle;
   text-align: left;
   padding-bottom: 10px;
   padding-left: 10px;
}

.imgJCStart {
	background-image: url("icons/start.gif");
}

.imgJCStop {
	background-image: url("icons/stop.png");
}

.labelTextCaption {
	font-family: Arial Unicode MS, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden; 
	text-overflow: ellipsis;
	vertical-align: middle;
	align: center;
	text-align: center;
	color: #fff;
	background-color: #333;
}

.labelText {
	font-family: Arial Unicode MS, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	overflow: hidden; 
	text-overflow: ellipsis;
	vertical-align: middle;
	text-align: left;
}

.button1 {
	background-color: #4c2fad;
	color: white;
	padding: 10px 10px;
	margin: 5px 0;
	border: none;
	cursor: pointer;
	width: 100%;
	display:block;
  	position:relative;
  	border-radius:12px;
	box-sizing: border-box;
}
.button1:hover {
  	opacity: 0.8;
}
.button1:disabled {
	background: #dddddd;
}
.button1[disabled]:hover{
	opacity: 1;
}

.button2 {
	display:inline-block;
	padding:3px 3px 3px 3px;
	margin:0px 0px 0px 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	border:0.16em solid rgba(255,255,255,0);
	border-radius:12px;
	box-sizing: border-box;
	text-decoration:none;
	font-family:'Roboto',sans-serif;
	font-weight: bold;	
	text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
	text-align:center;
	transition: all 0.2s;
	cursor: pointer;
  	cursor: hand;
  	color:#333;
  	background: #c8d3e4;
}
.button2:disabled {
	 background: #dddddd;
}
.button2:hover:enabled{
    border-color: rgba(51,51,51,1);
	color:#333;
}
.button2:active:enabled{
    border-color: rgba(51,51,51,1);
	color:#333;
}

.btn-social {
    width: 100px;
    position: relative;
    opacity: 0.5;
    transition: 0.3s ease;
    cursor: pointer;
}

.btn-social:hover {
    transform: scale(1.5, 1.5); /** default is 1, scale it to 1.5 */
    opacity: 1;
}

.headerPanel {
   /* background: #DC143C url("images/header_g.png") center center; */
   background: #c8d3e4 url("images/header_g.png") center center;
   background-repeat: no-repeat;
   padding: 5px;
   border: 0;
}

.footerPanel {
   /* background: #DC143C url("images/footer.png") center center; */
   background: #c8d3e4 url("images/footer.png") center center;
   background-repeat: no-repeat;
   padding: 5px;
   border: 0;
}

/** goto top button **/
#myBtnTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  font-weight: bold;
  border: none;
  outline: none;
  background-color: #4c2fad;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtnTop:hover {
  background-color: #555;
}

/** machine list table **/
.dataGrid1 {
  height: auto;
  align: left;
  width: 100%;
  background-color: #333;
}
.dataGridCellheader1 {
  padding-left: 5px;
  padding: 5px;
  overflow: hidden;
  height: 30px;
  color: #ffffff;
  background-color: #333;
  font-family:'Roboto',sans-serif;
  font-weight: bold;
  font-size:1.5vw;
}
.dataGridCellEven1 {
  padding: 0px;
  height: 20px;
  overflow: hidden;
  color: black !important;
  background-color: #ffffff;
  cursor: pointer !important;
  font-family:'Roboto',sans-serif;
  font-weight: bold;
  font-size:1.5vw;
}
.dataGridCellEven1:hover {
  background-color: #CCCCCC;
}
.dataGridCellEven1_selected {
  background-color: #CCCCCC;
}

/** machine list table **/
.dataGrid2 {
  width: 800px;
  height: auto;
  align: left;
  table-layout: fixed;
}
.dataGridCellheader2 {
  padding: 5px;
  overflow: hidden;
  height: 30px;
  color: #ffffff;
  background-color: #333;
  font-family:'Roboto',sans-serif;
  font-weight: bold;
  font-size:2vw;
}
.dataGridCellEven2 {
  padding: 0px;
  height: 20px;
  overflow: hidden;
  color: black !important;
  background-color: #ffffff;
  font-family:'Roboto',sans-serif;
  font-weight: bold;
  font-size:2vw;
}
.dataGridCellEven2:hover {
  background-color: #CCCCCC;
}
.dataGridCellEven2_selected {
  background-color: #CCCCCC;
}

/** machine list table **/
.dataGrid3 {
  width: 800px;
  height: auto;
  align: left;
  table-layout: fixed;
}
.dataGridCellheader3 {
  padding: 5px;
  overflow: hidden;
  height: 30px;
  color: #ffffff;
  background-color: #333;
  font-family:'Roboto',sans-serif;
  font-weight: bold;
  font-size:2vw;
}
.dataGridCellEven3 {
  padding: 0px;
  height: 20px;
  overflow: hidden;
  color: black !important;
  background-color: #ffffff;
  font-family:'Roboto',sans-serif;
  font-weight: bold;
  font-size:2vw;
}

/** legacy **/
.verticalPanel {
   padding: 5px;
   margin: 5px;
   border: 0;
   width: 100%;
   height: auto;
   /* background: #FFFFFF left; */
   background: transparent;
}

.verticalPanelSpace {
   border-spacing: 6px;
   padding: 5px;
   margin: 5px;
   border: 0;
   width: 100%;
   height: auto;
   /* background: #FFFFFF left; */
   background: transparent;
}

.dialogVPanel {
   padding: 5px;
   border: 1px;
   width: 100%;
   height: auto;
   background: #FFFFFF left;
}

.menuPanel {
  width: 100%;
  height: 40px;
  left: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  padding-top: 2px;
  border: 0;
  /* background: #DC143C left; */
  background: #333 left;
  vertical-align: middle;
  text-align: center;
  align: left;
}

.sidePanel {
  cursor: default;
  font-family: Arial Unicode MS, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  width: 100%;
  height: auto;
  border: 0;  
  padding: 5px;
  color: #333;
  background: #c8d3e4 left;
}

.sidePanel_footer {
  cursor: default;
  font-family: Arial Unicode MS, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  width: 100%;
  height: auto;
  border: 0;  
  padding: 5px;
  color: #fff;
  background: #004B94 left;
}

.sideMenu {
  cursor: default;
  font-family: Arial Unicode MS, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  align: left;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 5px;
  border: 0;
  color: #FFFFFF;
  /* background: #DC143C left; */
  background: #c8d3e4 left;
}

.sideMenuListBox {
  cursor: pointer !important;
  font-family: Arial Unicode MS, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  align: left;
  width: 160px;
  height: auto;
  margin: 2px;
  padding: 2px;
  border: 0;
  color: #FFFFFF;
  /* background: #DC143C left; */
  background: #c8d3e4 left;
}

.sideMenuListBox select {
    background: #00FF00 left;
}

.vp-htmlPanel-left {
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	max-width: 100%;
	height: 700px;
	align: left;
}

.vp-htmlPanel-right {
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	max-width: 100%;
	height: 700px;
	align: right;
}

.vp-htmlPanel-center {
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	max-width: 100%;
	height: 700px;
	align: center;
	background-color: transparent;
}

.statusBar {
  height: auto;
  width: 100%;
  margin: auto;
  border: 0;
  /* background: #DC143C left; */
  background: #c8d3e4 left;
  color: #FFFFFF;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.gwt-MenuBar {
   cursor: default;  
   vertical-align: middle;
   left: 0px;
   top: 0px;
   margin: 0px;
   padding: 0px;
   border: 0;
   width: 100%;
   height: auto;
  /* background: #c8d3e4 left; */
   background: #333 left;
   vertical-align: middle;
   text-align: center;
   align: left;
}
.gwt-MenuBar-Side {
   cursor: pointer !important;
   vertical-align: middle;
   margin: 0px;
   padding: 2px;
   border: 0;
   width: 100%;
   height: auto;
   color: #333;
   background: #333 left;
}
.gwt-MenuBar-left {
   cursor: pointer !important;
   position: relative;
   right: 10px;
   padding: 5px;
   width: 150px;
  /* border: 3px solid #73AD21; */
   display: inline-block;
}
.gwt-MenuBar-right {
   cursor: pointer !important;
   position: absolute;
   right: 10px;
   padding: 5px;
   width: 150px;
  /* border: 3px solid #73AD21; */
   display: inline-block;
}
.gwt-MenuBar-Side:hover {
    color: #333;
}
.gwt-MenuBar .gwt-MenuItem {
   cursor: pointer !important;
   font-family: Arial Unicode MS, Arial, sans-serif;
   font-size: 11pt;
   font-weight: bold;
   padding-right: 5px;
   padding-left: 5px;
   padding-top: 2px;
   padding-bottom: 2px;
   margin: 0px;
   /* color: #c8d3e4; */
   color: #ffffff;
   text-align: left;
   vertical-align: middle;
   background: #333 left;
}
.gwt-MenuBar .gwt-MenuItem-selected {
	color: #333;
	text-align: left;
    /* background-color: #c8d3e4; */
    background-color: #c8d3e4;
}

.gwt-PopupPanelGlass {
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.gwt-DialogBox .Caption {
  background: #F1F1F1;
  padding: 4px 8px 4px 4px;
  cursor: default;
  font-family: Arial Unicode MS, Arial, sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #bbbbbb;
  border-top: 1px solid #D2D2D2;
}
.gwt-DialogBox .dialogContent {
	font-family: Arial Unicode MS, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.gwt-DialogBox .dialogMiddleCenter {
  padding: 3px;
  background: white;
}
.gwt-DialogBox .dialogBottomCenter {
	/*
  background: url(images/hborder.png) repeat-x 0px -2945px;
  -background: url(images/hborder_ie6.png) repeat-x 0px -2144px;
   */
}
.gwt-DialogBox .dialogMiddleLeft {
  /* background: url(images/vborder.png) repeat-y -31px 0px; */
}
.gwt-DialogBox .dialogMiddleRight {
	/*
  background: url(images/vborder.png) repeat-y -32px 0px;
  -background: url(images/vborder_ie6.png) repeat-y -32px 0px;
   */
}
.gwt-DialogBox .dialogTopLeftInner {
  width: 10px;
  height: 8px;
  zoom: 1;
}
.gwt-DialogBox .dialogTopRightInner {
  width: 12px;
  zoom: 1;
}
.gwt-DialogBox .dialogBottomLeftInner {
  width: 10px;
  height: 12px;
  zoom: 1;
}
.gwt-DialogBox .dialogBottomRightInner {
  width: 12px;
  height: 12px;
  zoom: 1;
}
.gwt-DialogBox .dialogTopLeft {
	/*
  background: url(images/circles.png) no-repeat -20px 0px;
  -background: url(images/circles_ie6.png) no-repeat -20px 0px;
   */
}
.gwt-DialogBox .dialogTopRight {
	/*
  background: url(images/circles.png) no-repeat -28px 0px;
  -background: url(images/circles_ie6.png) no-repeat -28px 0px;
   */
}
.gwt-DialogBox .dialogBottomLeft {
	/*
  background: url(images/circles.png) no-repeat 0px -36px;
  -background: url(images/circles_ie6.png) no-repeat 0px -36px;
   */
}
.gwt-DialogBox .dialogBottomRight {
	/*
  background: url(images/circles.png) no-repeat -8px -36px;
  -background: url(images/circles_ie6.png) no-repeat -8px -36px;
   */
}
* html .gwt-DialogBox .dialogTopLeftInner {
  width: 10px;
  overflow: hidden;
}
* html .gwt-DialogBox .dialogTopRightInner {
  width: 12px;
  overflow: hidden;
}
* html .gwt-DialogBox .dialogBottomLeftInner {
  width: 10px;
  height: 12px;
  overflow: hidden;
}
* html .gwt-DialogBox .dialogBottomRightInner {
  width: 12px;
  height: 12px;
  overflow: hidden;
}

.FlexTable {
  border: none;
  width: 1300px;
  height: 800px;
  vertical-align: top;
  background: transparent;
}

.FlexTable td {
    background-color: #FFFFFF:
    vertical-align: top;
    width: 100%;
    height: auto;
}

.FlexTable-Cell {
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  border-color: white;
  padding: 5px;
  vertical-align: top;
  width: 100%;
  height: auto;
}

.FlexTable-Panel {
  font-family: Arial Unicode MS, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  width: 100%;
  height: auto;
  border: 0;
  background: transparent;
}

.FlexTable-Caption {
  background: #F1F1F1;
  padding: 4px 8px 4px 4px;
  cursor: default;
  font-family: Arial Unicode MS, Arial, sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #bbbbbb;
  border-top: 1px solid #D2D2D2;
  width: 100%;
}

.FlexTable-LabelCaption {
	font-family: Arial Unicode MS, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden; 
	text-overflow: ellipsis;
	vertical-align: middle;
	text-align: left;
}

.backgroundEffect {
    -webkit-transition: background-color 5s; /* Chrome, Safari, Opera */
    transition: background-color 5s;
}

.backgroundTruck1 {
    background-image: url("testwebapp/images/backgrounds/Base3.png");
    background-repeat: no-repeat;
    padding: 5px;
}
