form .form-error {
  color: red;
  font-size: 10px;
  display: block;
}
form div.input-group + .form-error {
  margin-top: -10px;
  margin-bottom: 5px;
  margin-left: 35px;
}
.bold {
  font-weight: bold;
}
.breadcrumb > li + li::before {
  content: "> " !important;
}
.breadcrumb {
  color: #bbb;
}
span.abbrev {
  border-radius: 6px;
  padding: 3px 5px;
}
table.blue thead tr th {
  border: 0;
  background: rgba(0, 0, 0, 0.05);
}
.stock-movement {
  font-weight: bold;
  display: inline-block;
  padding-left: 10px;
}
.stock-movement.stock-increased {
  color: rgba(69, 165, 77, 0.89);
}
.stock-movement.stock-decreased {
  color: rgba(108, 0, 12, 0.89);
}
.multi-item-add {
  padding: 10px;
  background: #fafafa;
  border: 1px solid #ccc;
}
#purchase-manager div.row {
  margin-top: 0px;
}
table .monetary {
  text-align: right;
}
table.dashboard-table {
  background: #fff;
  margin-top: 20px;
}
table.dashboard-table thead th {
  font-weight: bold;
}
.dashboard-chart-controls {
  margin-top: 10px;
}
.action-filters {
  margin-top: -20px;
}
.red {
  color: #ff1c21;
}
.dashboard-block {
  background: #fff;
  padding: 30px;
  border-bottom: 5px solid #eee;
  cursor: pointer;
}
.dashboard-block span.main {
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  display: block;
}
.dashboard-block span.secondary {
  display: block;
  text-align: center;
  color: #999;
  font-size: 10px;
}
.dashboard-block:hover {
  background: #eee;
}
hr {
  margin: 0 20px 0 0;
  border-color: #666;
}
form#filters {
  width: 600px;
  margin-top: -20px;
  text-align: right;
}
form#filters input,
form#filters button,
form#filters select {
  display: inline-block;
  margin-left: 3px;
}
form#filters input.form-control,
form#filters button.form-control,
form#filters select.form-control {
  width: auto;
}
form#filters input.form-control {
  width: 102px;
}
form#filters .btn {
  margin-bottom: 0 !important;
}
form#filters table {
  float: right;
}
form#filters .input-group {
  margin-bottom: 0;
}
form#filters .combobox-container input.form-control {
  width: 200px;
}
p.help {
  font-style: italic;
}
.written-box {
  display: inline-block;
  height: 26px;
  width: 50px;
  border: 1px solid #555;
  margin: 4px;
  background: #fff;
}
.written-box .no-margin {
  margin: 0;
}
td.actions {
  width: 1%;
  white-space: nowrap;
}
table.blue thead tr th[data-order-col]:hover {
  cursor: pointer;
  background: #cacaca;
}
table thead th div.order-icon {
  float: right;
  padding-top: 3px;
  opacity: 0.7;
}
table thead th div.order-icon .fa-sort-asc {
  vertical-align: bottom;
}
form[name="filters"] select.form-control {
  max-width: 150px;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/c/fonts/opensans-regular-webfont.eot');
  src: url('/c/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/c/fonts/opensans-regular-webfont.woff') format('woff'), url('/c/fonts/opensans-regular-webfont.ttf') format('truetype');
}

@media (max-device-width: 480px) {
  #pcont {
    padding-left: 0;
    margin-top: 50px;
  }
  .none-xs {
    display: none;
  }
}
