#overlay-wrapper {
	z-index: 19999;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #000;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity = 60);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*visibility: hidden;*/
}

.loading-overlay-icon {
	vertical-align: middle;
	z-index: 10001;
	margin-top: 15%;
}

.navbar-logo {
  float: left;
  height: 50px;
  padding: 0 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand{
	padding:0;
}

.app-name {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing:4px;
  text-shadow: 2px 2px 2px #ACACAC;
  color:#1f4d67;
}

.app-icons {
	margin-top: 30px;
}

.app-icon {
	margin: 20px 0 30px 0;
}




.input-form {
	margin-top: 5px;
	padding: 15px 10px;
	/*background-color: #EEEEEE;*/
}

.cancel-btn {
	margin-left: 10px;
}

.logo-text {
	margin-left: 20px;
}

.create-btn {
	margin-bottom: 10px;
}

#truck-type {
	margin-left: 10px;
}

#truck-type-list {
	margin-top: 50px;
	margin-bottom: 20px;
}

.truck-type-btn {
	margin-right: 15px;
}

.form-group .plate-province {
	width: 20%;
	margin-left: 15px;
}

.form-group .plate-prefix {
	width: 20%;
	margin-left: 5px;
}

.form-group .plate-no {
	width: 42%;
	margin-left: 5px;
}

.form-group .history {
	cursor:pointer;
}

.shadow {
	-webkit-box-shadow: 3px 2px 3px 0px rgba(50, 50, 50, 0.68);
-moz-box-shadow:    3px 2px 3px 0px rgba(50, 50, 50, 0.68);
box-shadow:         3px 2px 3px 0px rgba(50, 50, 50, 0.68);
}

.nav > li.lang{
    display: block;
    padding: 15px 10px;
    position: relative;
}

.left{
	float: left;
}

.right{
	float: right;
}

.top{
	vertical-align: top;
}

.row{
	padding-bottom: 5px; 
}

 .mg-top-15 {
    margin-top:15px;
  }

  .mg-top-5 {
    margin-top:5px;
  }
  
  .mg-left-15 {
    padding-left:15px;
  }
  
  .pd-top-9 {
    padding-top:9px;
  }

  .form-group input{
    padding-top:-9px;
  }

.field-border{
	border: 1px;
}

.weight-display{
	color:#189318;
	font-size:180%;
}

.red{
	color:#DE2446;
}

.search-list{
	margin-left:2px;
	margin-bottom: 5px;
}

thead th{
	text-align:center;
}

.cut-weight .radio {
	padding-left: 75px;
}

.hand{
	cursor:pointer;
}

.small-font{
	font-size: 14px;
}

.text-comment{
	color:#92B8E0;
}

.weight-btn{
   height: 54px;
   font-size: 120%;
}

.weight-history{
   cursor:pointer;    
   text-decoration:underline;
   font-size: 80%;
   color:#075FA6;
   margin-left:15px;
}

label.error {
	color: #ff0000;
	font-weight: normal;
	font-style: italic;
}

a[post=true] {
    cursor: pointer;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.text-right{
	padding-right: 2px;
}

.btn-group > .btn + .dropdown-toggle {
	min-width: 30px;
}

.input-group-btn > .btn{
	min-width: 50px;
}

.input-list{
	font-size: 15px;
    height: 32px;
    margin-top: -3px;
    padding-top: 6px;
}

/*-------------For Transaction detail--------------*/
.form-group .customer-code {
	width: 16%;
}

.form-group .customer-name {
	width: 75%;
}
/*-------------------------------------------------*/

/*-------------For Report Product Detail--------------*/

.header-head{
	top:0;
	height: 100px;
	width: 100%;
	text-align: center;
	background-color: lightblue;
	
	 
}
.header{
	
	height: 10%;
	width: auto;
	text-align: center;
 }
.body{
	width: 100%;
}

.body .table-form{
	margin-top: 0px;
}

.body .table-form tr.header{
	width: 1275px;
	font-size: 13px;
}

.body .table-form td{
	border: 1px solid;
}
/*-------------------------------------------------*/
.footer{
	width: 100%;
	height: 180px;
	margin: 0 auto;
	background-color: lightblue;
}

.footer-footer{
	width: 100%;
	height: 180px;
	margin: 0 auto;
	
}

/*-------------------------------------------------*/
/*---------------------master--------------------------*/
.text-comment-master{
	color:#626462;
	font-size: 90%;
}
/*-----------------------------------------------------*/

/*---------------------postWeight--------------------------*/
.not-mapped{
    color: #ff0000;
    font-weight: normal;
    font-style: italic;
}
/*-----------------------------------------------------*/

.table-striped th{
	background-color:#D9EFF8;
}

.modal-header{
	background-color:#F5F5F5;
}

.modal-title {
    color: #595959;
}