/*** BOOTSTRAP OVERWRITES ***/
* {
  margin: 0;
  padding: 0;
}
@media (max-width: 1000px) {
  .container {
    width: 100%;
  }
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.img-responsive {
  margin: 0 auto;
}
/*** BASIC ***/
body {
  color: #333;
  font-family: 'Roboto', sans-serif;
  background-color: #f6f6f6;
  margin-bottom: 30px;
}
input:focus {
  border: 1px solid #6aa800;
  outline-color: #6aa800;
}
.attribution {
  display: none;
}
.nowrap {
  white-space: nowrap !important;
}
input[type=number] {
  text-align: right;
}
a {
  color: #319C32;
}
a:hover {
  color: green;
}
.display-block {
  display: block !important;
  float: none !important;
}
/*** BUTTONS ***/
.btn {
  height: 40px;
  background: #f6f6f6;
  color: #6aa800;
  font-weight: bold;
  font-size: 18px;
  border: 2px solid #333;
  padding: 5px 50px;
  transition: all 300ms;
}
.btn:hover {
  background: #6aa800;
  color: white;
}
.btn-left {
  float: left;
}
.btn-right {
  float: right;
}
.btn-green {
  background-color: #6aa800 !important;
  color: white !important;
}
@media (min-width: 1650px) {
  .market-btn {
    padding: 10px;
    position: fixed;
    bottom: 30px;
    text-align: center;
    right: 30px;
    display: block;
  }
  .market-right {
    display: none;
  }
}
@media (max-width: 1649px) {
  .market-right {
    display: block;
  }
}
/*** HEADER ***/
.the-header {
  padding: 20px;
  width: 100%;
  /*background-image: url("../images/bg.png");*/
  color: #ffffff;
  background-color: #319C32;
  position: relative;
}
.the-header img {
  width: 420px;
  height: auto;
}
/*** OPEN BAR ***/
.open {
  background-color: #eee;
  padding: 5px 0;
}
.open-right {
  text-align: right;
  margin: 0;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .open-right {
    text-align: left;
    margin-top: 10px;
  }
}
.open-right:empty {
  margin-top: 0;
}
/*** LOGIN ***/
.login {
  margin-top: 140px;
  text-align: center;
  color: white;
  background-color: #6aa800;
  border-radius: 5px;
}
.login .login-header {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  border-radius: 5px 5px 0 0;
}
.login p {
  font-size: 18px;
  text-align: left;
  margin-bottom: 5px;
}
.login a {
  color: white;
}
.login input {
  height: 35px;
  width: 100%;
  border-radius: 5px;
  padding-left: 10px;
  border: none;
  color: #333;
}
.login .btn {
  width: 100%;
  border-color: #6aa800;
  margin-top: 15px;
  border-radius: 7px;
}
.login .btn:hover {
  background-color: #fff;
  color: green;
}
.login .login-body {
  padding: 20px 50px;
}
.login .login-body .error {
  width: 100%;
  background-color: #dd4b39;
  text-align: left;
  padding: 10px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid red;
}
.login .login-body .error h4 {
  float: left;
  margin-left: 10px;
}
.login .login-body .error p {
  font-size: 14px;
}
.login .login-body .error img {
  width: 20px;
  height: auto;
  float: left;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .login .login-body {
    padding: 20px 30px;
  }
}
/*** BODY ***/
.auction {
  padding: 30px 0;
}
.auction.confirmer {
  padding: 10px 0;
}
.auction.confirmer .h2 {
  margin-bottom: 5px;
}
@media (min-width: 1000px) {
  .auction.confirmer td {
    padding: 2px 5px;
  }
}
.auction.create input,
.auction.create select {
  width: 200px;
  float: right;
}
.auction .edit-del {
  width: 18px;
  height: auto;
  float: left;
}
.auction .edit-del:first-child {
  margin-left: 12px;
}
.auction .container {
  margin-bottom: 30px;
}
.auction .container:last-child {
  margin-bottom: 0;
}
.auction .container.no-marg {
  margin-bottom: 0;
}
.auction .auktion-select {
  float: left;
  margin-top: 13px;
  margin-left: 20px;
}
@media (max-width: 400px) {
  .auction .auktion-select {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.auction .h1 {
  margin-bottom: 10px;
  float: left;
}
.auction input {
  width: 50px;
}
.market-table input {
  width: 50px;
}
.market-table .nowrap {
  white-space: nowrap !important;
}
.beskrivelse {
  width: 120px !important;
}
.confirm {
  margin-top: 20px;
}
.confirm p {
  font-size: 16px;
}
@media (max-width: 991px) {
  .confirm {
    text-align: center;
    margin: 0 auto;
  }
  .confirm p {
    margin: 20px 0;
  }
  .confirm .btn {
    float: none;
  }
}
.betingelser {
  padding: 30px 0;
}
.betingelser h1 {
  margin-bottom: 15px;
}
.betingelser h2 {
  margin-bottom: 5px;
  margin-top: 20px;
}
.betingelser h3 {
  margin-bottom: 5px;
  margin-top: 20px;
}
.datepicker table tr td,
.datepicker table tr th {
  border-radius: 0;
}
@media (max-width: 1000px) {
  .text-right {
    text-align: left;
  }
}
@media (min-width: 1000px) {
  .img-center {
    text-align: center;
  }
}
/*** SORTABLE TABLE ***/
table.tablesorter thead tr .header {
  background-image: url("../images/bg.gif");
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  padding-right: 20px;
}
table.tablesorter thead tr .headerSortUp {
  background-image: url("../images/asc.gif");
}
table.tablesorter thead tr .headerSortDown {
  background-image: url("../images/desc.gif");
}
/*** RESPONSIVE TABLE***/
table {
  width: 100%;
  border-collapse: collapse;
}
tr:nth-of-type(odd) {
  background: #fff;
  color: #333;
}
th {
  background: #319C32;
  color: white;
  font-weight: bold;
}
td,
th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
}
@media only screen and (max-width: 1000px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  table,
  tbody,
  td,
  th,
  thead,
  tr {
    display: block;
  }
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: 1px solid #ccc;
  }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  td:nth-of-type(1):before {
    content: "Kultur nr.";
    font-weight: bold;
  }
  td:nth-of-type(2):before {
    content: "Sortsnavn";
    font-weight: bold;
  }
  td:nth-of-type(3):before {
    content: "Specie";
    font-weight: bold;
  }
  td:nth-of-type(4):before {
    content: "Beskrivelse";
    font-weight: bold;
  }
  td:nth-of-type(5):before {
    content: "Foto";
    font-weight: bold;
  }
  td:nth-of-type(6):before {
    content: "Kvalitet";
    font-weight: bold;
  }
  td:nth-of-type(7):before {
    content: "Bredde/højde";
    font-weight: bold;
  }
  td:nth-of-type(8):before {
    content: "Potte størrelse";
    font-weight: bold;
  }
  td:nth-of-type(9):before {
    content: "Antal pr. karton";
    font-weight: bold;
  }
  td:nth-of-type(10):before {
    content: "Udbudt antal";
    font-weight: bold;
  }
  td:nth-of-type(11):before {
    content: "Mindste pris";
    font-weight: bold;
  }
  td:nth-of-type(12):before {
    content: "Antal";
    font-weight: bold;
  }
  td:nth-of-type(13):before {
    content: "Bud pr. stk.";
    font-weight: bold;
  }
  .del-table td:last-child {
    height: 33px !important;
  }
  .del-table td:last-child:before {
    content: "Handling";
    font-weight: bold;
  }
  .lav-kunde td:nth-of-type(1):before {
    content: "Kontaktperson";
    font-weight: bold;
  }
  .lav-kunde td:nth-of-type(2):before {
    content: "Firmanavn";
    font-weight: bold;
  }
  .lav-kunde td:nth-of-type(3):before {
    content: "Adresse";
    font-weight: bold;
  }
  .lav-kunde td:nth-of-type(4):before {
    content: "Telefonnummer";
    font-weight: bold;
  }
  .lav-kunde td:nth-of-type(5):before {
    content: "E-mail";
    font-weight: bold;
  }
  .lav-kunde td:nth-of-type(6):before {
    content: "CVR nummer";
    font-weight: bold;
  }
  .lav-kunde td:nth-of-type(7):before {
    content: "Kundenummer";
    font-weight: bold;
  }
  .lav-kunde td:nth-of-type(8):before {
    content: "Kundetype";
    font-weight: bold;
  }
  .lav-kunde td:nth-of-type(9):before {
    content: "Brugernavn";
    font-weight: bold;
  }
  .lav-kunde td:nth-of-type(10):before {
    content: "Kodeord";
    font-weight: bold;
  }
  .lav-kunde td:nth-of-type(11):before {
    content: "Dato";
    font-weight: bold;
  }
  .lav-kunde td:nth-of-type(12):before {
    content: "Handling";
    font-weight: bold;
  }
  .make-auktion td:nth-of-type(1):before {
    content: "Fra dato";
    font-weight: bold;
  }
  .make-auktion td:nth-of-type(2):before {
    content: "Fra tid";
    font-weight: bold;
  }
  .make-auktion td:nth-of-type(3):before {
    content: "Til dato";
    font-weight: bold;
  }
  .make-auktion td:nth-of-type(4):before {
    content: "Til tid";
    font-weight: bold;
  }
  .make-auktion td:nth-of-type(5):before {
    content: "Åben fra dato";
    font-weight: bold;
  }
  .make-auktion td:nth-of-type(6):before {
    content: "Åben fra tid";
    font-weight: bold;
  }
  .make-auktion td:nth-of-type(7):before {
    content: "Inaktiv";
    font-weight: bold;
  }
  .make-auktion td:nth-of-type(8):before {
    content: "Handling";
    font-weight: bold;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  body {
    padding: 0;
    margin: 0;
    width: 320px;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    width: 495px;
  }
}
.search-texter {
  margin-top: 5px !important;
}
.search-inputer {
  height: 30px !important;
  width: 180px !important;
}
.small-btn {
  width: 80px !important;
  height: 30px;
  font-size: 16px;
  padding: 0;
}
@media (min-width: 992px) {
  .scrolltable {
    overflow-x: auto;
  }
}
.link-on-green-bg {
  color: white;
  text-decoration: underline;
  font-weight: normal;
}
.link-on-green-bg:hover {
  color: white;
}
.rearange-input-fields form {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.rearange-input-fields select {
  margin: 0 !important;
  margin-right: 15px !important;
}
.rearange-input-fields__btn {
  padding: 2px !important;
  width: 90px !important;
  height: 30px !important;
  font-size: 15px !important;
  font-weight: normal !important;
}
.rearange-input-fields i {
  margin-right: 15px;
}
.smaller-table {
  max-width: 700px;
}
.smaller-table table > tbody > tr > td:nth-child(2) {
  text-align: center;
  width: 62px;
}
.smaller-table table > thead > tr > th:nth-child(2) {
  text-align: center;
}
.remover-bottom-btn {
  width: auto !important;
  margin-top: 30px;
  float: right;
}
.print-link {
  float: right;
  font-size: 18px;
  margin-top: 13px;
}
div.trigger-comment {
  cursor: pointer;
}
