/*
input:invalid:not(:placeholder-shown) {border-color: red;}
input:valid:not(:placeholder-shown) {border-color: green;}
*/
.error {
  color: red;
  font-size: 0.8em;
  font-weight: normal;
  margin: 0px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  opacity: 1;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type="date"].form-control {
  line-height: 1.4 !important;
}

.number-input {
  display: inline-flex;
}

.number-input button {
  width: 2em;
  height: 2em;
  padding:0px;
  cursor: pointer;

}

.number-input input[type=number] {
  font-size: 1.1em;
  text-align: center;
  width: 2em;
  border: 2px solid #ddd;
}

.cart-button {
  width: 4.5em;
  height: 4.5em;
  padding:0px !important;
}

.btn-square {
  width: 2em;
  height: 2em;
  padding:0px !important;
}

.in-cart-art,
.cart-cnt,
.cart-sum {
  font-size: 1.2em;
  font-weight: bold;
}

#ordRegisterPanel {
  display: none;
}

#ordLoginPanel {
  display: none;
}

#ordUserPanel {
  display: none;
}

#ordUserPanelNameSpan {
  font-weight: bold;
  font-size: 1.2em;
  color: #800;
}


ul.nav-tabs li.active a {
  background-color: #fafafa !important;
}


ul.nav-tabs li a {
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  border-top: 1px solid #ddd !important;
}


.tab-pane.active {
  background-color: #fafafa;
  padding: 10px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* --------------------------------------------------- */


@media (min-width: 300px) {
  table {
font-size: 60%;
  }
}

@media (min-width: 768px) {
  table {
font-size: 80%;
  }
}

@media (min-width: 992px) {
  table {
font-size: 100%;
  }
}

@media (min-width: 1200px) {

}


/* --------------------------------------------------- */

div.flosshop-cart {
position: fixed;
z-index: 999;
top: 3em;
right: 3em;
height: 6em;
width: 15em;
border: 1px solid #777;
border-radius: 0.5em;
background: #fff;
padding: 0.25em;
}


ol li {
  padding-top: 5px;
}

table {
  width: 100%;
  text-align: left;
  border: 2px solid #777;
  border-collapse: collapse;
}

table th {
  border-bottom: 1px solid #777;
}

table td {
  word-wrap: break-word;
  border-bottom: 1px solid #777;
  border-right:1px solid #777;
  padding: 0.25em 0.8em;
}

table td a {
  cursor: pointer;
}

table>tr:last-child td {
  border-bottom: none;
}

table>td:last-child {
  border-right: none;
}

table thead tr {
  border-bottom: 2px solid #777;
}

table thead td {
  text-align: center;
  font-weight: bold;
}


.td-pic {
  text-align: center;
  min-width: 6em;
}

.td-id {
  text-align: center;
  min-width: 5em;
}

.td-art {
  text-align: center;
  min-width: 5em;
}

.td-status {
  text-align: center;
  min-width: 10em;
}

.td-delivery {
  text-align: center;
  min-width: 10em;
}

.td-qty {
  text-align: center;
  min-width: 4em;
}

.td-weight {
  text-align: right;
  min-width: 4em;
}

.td-curr {
  text-align: right;
  min-width: 7em;
}

.td-name {
  text-align: left;
  width: 100%;
}


.form-horizontal .control-label {
padding-top: 0px !important;
}

