#mini-table {
  
}
#login_body {
	background-color: #868e96;
}

#user_email, #user_password, #job_order_customer_name, #user_password_confirmation {
	width: 100%;
}

input[type=text], select {
	width: 100%;
}

a {
	color: #5499C7;
}

.box-secondary, .box-outline-info {
	padding: 10px;
}


div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 250px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

input#search {
  height: 37px;
  width: 475px;
}

button, .btn {
  margin-left: 10px!important;

}

#p_jo {

  display: none  ;
  font-family:"Arial Narrow";
  background-color: white!important;
        
        /*width: 80mm !important;*/
        position: fixed !important;
        top: 0;
        left: 0;
        margin: 0px;
        padding: 10px;
        border: 0px;
        font-size: 30px;
        line-height: 10px;
   float: none;
   z-index: 1000;

}