html {
  height: auto;
  min-height: 100%;
}

.breadcrumb {
  float: right;
  padding-top: 4px;
}

.page-heading {
  padding: 13px 0 15px 5px;
}

.page-heading h2 {
  padding: 0;
  margin: 0;
}

.length-info {
  margin: 7px 7px 0 0;
}

.left {
  float: left;
}

.right {
  float: left;
}

.clear {
  clear: both;
}

.upper {
  text-transform: uppercase;
}

.slide-hide {
  display: none;
}

.filter-adv .form-group {
  width: 100%;
  margin-bottom: 10px;
}

.filter-adv .form-group input {
  width: 100%;
}
.filter-adv .form-group input[type="checkbox"] {
  width: auto;
}

.filter-adv.adv-date-created input {
  width: 49%;
}

.filter-adv select {
  width: 100% !important;
  padding: 0;
}

.form-buffer .checkbox {
  margin-top: 27px !important;
}

.col-sm-product {
  width: 25%;
  float: left;
  margin-left: 15px;
}

.col-sm-quantity {
  width: 10%;
  float: left;
  margin-left: 12px;
}

.col-sm-unit {
  width: 10%;
  float: left;
  margin-left: 12px;
}

.col-sm-tax {
  width: 9%;
  float: left;
  margin-left: 12px;
}

.col-sm-price_netto {
  width: 10%;
  float: left;
  margin-left: 12px;
}

.col-sm-stock {
  width: 12%;
  float: left;
  margin-left: 12px;
}

.col-sm-amount_netto {
  width: 11%;
  float: left;
  margin-left: 12px;
}

.product-items {
  margin-top: 20px;
  margin-left: 15px;
  padding-top: 10px;
}

.product-items .dynamic-productsitem {
  border-bottom: 1px solid #eee;
  min-height: 40px;
  margin-bottom: 10px;
  margin-right: 35px;
}

.product-items .dynamic-productsitem .btn-danger {
  margin-top: 6px;
}

.product-items .header-form {
  min-height: 30px;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 5px;
  margin-bottom: 10px;
}

.product-items .row {
  float: left;
  width: 99%;
}

.product-complex .row {
  float: left;
  width: 55%;
}

.product-complex .dynamic-productcomplex .btn-danger {
  margin: 6px 0 12px 10px;
}

input.colorPicker {
  display: inline-block !important;
  width: 82%;
  margin-right: 10px;
}

.evo-colorind {
  width: 30px;
  height: 30px;
  margin-left: 0;

}

table.evo-palette, div.evo-pop {
  background: white;
}

.table-responsive thead tr th a {
  color: #555;
}

.errorField, .errorlist {
  color: red;
}

.errorlist {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}

.form-checkbox input[type=checkbox] {
  margin-left: 0 !important;
}

.show-password {
  display: none;
}

.survey-all-form ul {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}

.survey-all-form .form-group {
  padding-top: 20px;
}

.survey-all-form ul li {
  padding-bottom: 10px;
}

.survey-all-form ul li input[type=checkbox],
.survey-all-form ul li input[type=radio] {
  float: left;
  height: 15px;
  width: 25px;
}

.survey-all-form ul li label {
  font-weight: normal;
}

table.changes tr td:first-child {
  padding-right: 10px;
}

table.changes tr td:first-child {
  padding-right: 10px;
}

table.changes tr td i {
  padding: 0 10px;
}

tr.cancel a, tr.cancel td {
  color: #ed5565;
}

.btn-history {
  float: right !important;
  margin-left: 4px !important;
}

.panel-body fieldset {
  border: none;
  margin: 0 0 0 10px;
  padding: 0;
}

.panel-body legend {
  border: none;
  margin: 0;
  padding: 0;
}

.panel-body fieldset label {
  padding-left: 10px;
}

.delete-image {
  position: absolute;
  top: 5px;
  right: 5px;
}

.filesize {
  font-size: 10px;
  background-color: #f3f3f4;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-top: 5px;
  display: block;
  float: left;
  margin-right: 15px;
}

.dashboard-apz-logo {
  width: 300px;
}

/* iPad in portrait & landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {

}

/* Retina iPad in portrait & landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad mini in portrait & landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {

}

/* iPhone 6 Plus in portrait & landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px) {

}

/* iPhone 6 in portrait & landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px) {

}

/* PHONE */
@media only screen
and (max-device-width: 800px) {
  .breadcrumb {
    float: left;
  }
}

.checkbox .formHint {
  padding-left: 20px;
  font-style: italic;
}

.a-margin {
  padding-top: 15px;
}

.ui-autocomplete {
  margin: 0;
  padding: 0;
  background: #fff;
}

.ui-helper-hidden-accessible {
  display:none;
}

.ui-autocomplete  li {
  list-style-type: none;
}

.ui-autocomplete li a {
  display: block;
  padding: 10px;
}

.blur-input {
  filter: blur(3px);
}

.blur-input:hover {
  filter: blur(0);
}