/* login page */
#login-logo {
  background-color: #4c5763; }

/* theme */
#user-left-box img {
  width: 75%;
  margin-left: 10px; }

p span.title {
  font-weight: bold; }

p.highlight {
  color: #03a9f4;
  font-weight: bold;
  font-size: 16px; }

.small {
  font-size: 12px; }

.no-bottom-margin {
  margin-bottom: 0 !important; }

/* tables */
.table {
  margin-top: 15px; }

.table tbody > tr > td {
  font-size: 1em !important;
  font-weight: 400 !important; }

table th {
  padding-left: 8px !important; }

th.no-sort:after, td.no-sort:after {
  content: "" !important; }

/* forms */
.form-control {
  max-width: 100% !important; }

input:not([type=button]):not([type=submit]):not([type=checkbox]), select, textarea {
  width: 100%;
  max-width: none !important; }

textarea {
  min-width: 200px; }

p.form-or-statement {
  padding-top: 30px;
  margin: 0 auto;
  display: block;
  text-align: center; }

h2.form-title {
  margin-bottom: 10px; }

input[type=date] {
  padding: 0 0 0 5px !important;
  height: 35px !important; }

/* Orders Listing */
.rush-checkbox {
  margin-top: 7px;
  font-size: 15px; }

#Rush {
  display: inline;
  width: 15px;
  margin-right: 5px; }

._Design, ._Shopify.Order {
  white-space: nowrap; }

td i {
  color: #03a9f4; }

td i:hover {
  color: #90a4ae;
  cursor: pointer; }

/* Order Details */
a.set-qty:hover {
  cursor: pointer; }

#edit-qty {
  width: 100px;
  display: inline-block; }

h2.assigned-to {
  margin: 10px 0; }

span.assignee {
  color: #03a9f4; }

#AssigneeForm input[type=button] {
  margin-top: 5px; }

#CommentsStaff, #CommentsPatternMaker {
  min-height: 160px; }

/* Update Order Status */
.materials-used #materials-used, .materials-used h3 {
  margin-bottom: 0; }

.materials-used .table-responsive {
  border: none; }

.material-name input {
  position: relative; }

.autocomplete-buttons {
  float: right;
  padding-top: 5px; }

.autocomplete {
  position: absolute;
  background-color: white;
  border: 1px solid #d7d7d7;
  padding: 0;
  z-index: 2; }

.autocomplete ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.autocomplete ul li {
  padding: 2px 5px; }

.autocomplete ul li:hover {
  background-color: #03a9f4 !important;
  color: white;
  cursor: pointer; }

/* Order Details File Upload */
.fileuploader {
  border: 2px solid #ddd;
  border-radius: 4px;
  padding: 15px 10px 0; }

.fileuploader input[type=file] {
  border: none !important;
  padding-left: 0; }

a.name label:hover {
  cursor: pointer; }

a.name label p.smaller {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold; }

/* Inventory */
form[name=AddToPurchaseOrder] .button {
  background-color: #03a9f4; }

@media screen and (max-width: 767px) {
  p.form-or-statement {
    padding-top: 10px; } }

/*# sourceMappingURL=style.css.map */
