.new-order-item-switch-type {
  position: relative;
  top: -6px;
}
.all-items-search .select2-container {
  margin-bottom: 14px;
}
.all-items-search .select2-selection__placeholder {
  color: rgb( 65, 67, 59 ) !important;
}
.all-items-search .has-error .select2-container--default .select2-selection--single {
  border-color: #fbe3e4;
}
.has-error .new-order-item-switch-type {
  top: -22px;
}


.metatext.active {
  color: #41a32c;
}

.has-error .form-control {
    border-color: #a94442 !important;
}

.container-wp {
  position: sticky;
  top: 0;
  z-index: 10;
}

@media (min-width: 1200px) {
  .container.wider {
    width: 100%;
    min-width: 1200px;
    max-width: 75%;
  }
}

body ul.metanav.languagenav li a.metatext {
  padding-top: 0;
}
body .metanav.languagenav span.metatextnav {
  z-index: 10000;
  top: 40px;
}

.new-order-table thead th {
  padding-right: 10px;
}

.green-light {
  color: green;
}

.representative-menu {
  height: 40px;
  margin-bottom: 14px;
}

.item-date .help-block, .item-bale-price .help-block {
  margin: 0;
  font-size: 14px;
  white-space: nowrap;
}
.item-qty > div {
  font-size: 14px;
}

/**
 * History search
 */
form.history-search {
    margin-bottom: 15px;
    display: block;
    line-height: 40px;
}

form.history-search input[name=q] {
    border-right-width: 0;
    margin-left: 10px;
    width: 160px !important;
}

form.history-search input[type="text"],
form.history-search select,
form.history-search .datepicker-opener {
    margin-bottom: 0;
}

form.history-search select {
    width: 300px;
    display: inline-block;
}

.history-search .datepicker-opener {
    display: inline-block;
    margin-left: 10px;
    margin-right: 15px;
}

.item-delivery-time select {
    width: 90px !important;
}

/**
 * Credit line info
 */
.credit-line-info {
  height: 40px;
}
.credit-line-info.w-repr {
  padding-top: 8px;
  height: 50px;
}
.credit-line-info ul {
  list-style-type: none;
}
.credit-line-info ul li {
  padding: 0 15px;
  float: right !important;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

/**
 * #11204
 * Force date range picker to use button height
 */
.daterangepicker .drp-buttons .btn 
{
  float: none !important;
}

/**
 * #10621
 */
.cart-text-padding {
  padding-bottom: 12px;
}

/**
 * #10623
 */
.btn-mps-collapse {
  /*right: 14px;
  top: 12px;
  position: absolute !important;*/
  height: 25px !important;
  font-size: 12px !important;
  white-space: nowrap;
}
.mps-chev {
  margin-left: 5px;
}

/**
 * Placed orders row
 */
.placed-orders-row:hover td {
  background-color: #EFEFEF;
  cursor: pointer; }

.placed-orders-row td {
  padding-left: 5px; }

/**
 * Pagination for history
 */
.history-pagination .pagination:first-child {
  margin-top: 0; }

/**
 * One truck check at new orders
 */
i.one-truck-check {
  font-size: 2rem;
  cursor: pointer; }

.new-orders-export-drop {
  display: inline;
  width: 150px;
  height: 23px;
  line-height: 23px !important;
  padding: 3px;
  font-size: 12px !important;
  display: inline;
  width: 150px; }

.item-format-error .form-group,
.item-format-error .help-block,
.item-format-error textarea {
  margin-bottom: 0; }

.stretch-over-100 {
  min-width: 100%;
  width: auto; }

input:read-only {
  background-color: #EFEFEF !important; }

tr.not-available td {
  color: #e0e0e0; }

select.customer-items {
  min-width: 170px; }

.new-order-desc {
  min-height: 120px;
  min-width: 250px;
  font-size: 90% !important;
  padding: 5px 10px;
}

.alert-help, .alert-info, .alert-error, .alert-success, .alert-danger {
  margin-right: 0 !important;
  margin-left: 0 !important; }

ul.admin-menu li i.fa {
  margin-right: 10px; }

.forgot-password {
  font-size: 1.3rem;
  color: #666;
  position: relative;
  top: 7px;
  cursor: pointer; }

.login-button {
  background-color: #44A12C;
  padding-left: 5rem;
  padding-right: 5rem; }

.login-go-register {
  margin-top: 5rem; }
  .login-go-register p {
    font-size: 1.5rem; }
  .login-go-register button {
    background-color: #B1B1B1;
    padding-left: 5rem;
    padding-right: 5rem; }

@media (max-width: 768px) {
  .kd-mid-nav {
    margin-top: 20px !important;
  }
}

.kd-mid-nav.admin ul li a {
  min-width: 125px;
}

.kd-mid-nav {
  position: relative;
  margin-top: 67px;
  background: url("/images/dotted_green.png") left bottom repeat-x;
  overflow: auto; }
  .kd-mid-nav .inner {
    background: url("/images/dotted_green.png") left top repeat-x;
    overflow: auto; }
  .kd-mid-nav ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0; }
    .kd-mid-nav ul li {
      float: left;
      position: relative;
      display: block; }
      .kd-mid-nav ul li a {
        position: relative;
        display: block;
        margin: 0px 15px 0 0;
        padding: 10px 15px 5px 15px;
        color: #44A12B;
        border-bottom-color: #44A12B;
        border-bottom: 5px solid transparent;
        transition: border-color 0.7s ease-out;
        text-align: center;
        cursor: pointer; }
      .kd-mid-nav ul li a:hover {
        border-bottom-color: #44A12B;
        text-decoration: none; }
    .kd-mid-nav ul li.active a {
      border-bottom-color: #44A12B;
      text-decoration: none; }

.kd-intro-header #breadcrumbs-line {
  bottom: 0;
  letter-spacing: normal;
  color: #414345;
  box-shadow: none; }
  #breadcrumbs-line .breadcrumb_first {
    color: #414345;
    font-size: 1.428em;
    letter-spacing: normal;
    position: relative;
    top: 0.1em; }

.kd-intro-header {
  background: url("/images/theme.jpg") center center no-repeat; }

.kd-header-line {
  font-size: 3.5rem;
  text-align: center;
  border-bottom: 5px solid #41a32c;
  padding-bottom: 3.4rem;
  padding-top: 3.4rem;
  margin-top: 0;
  margin-bottom: 0;
  color: #41a32c; }

.kd-header-line-up {
  font-size: 3.5rem;
  text-align: center;
  border-top: 5px solid #41a32c;
  padding-bottom: 2.4rem;
  padding-top: 2.4rem;
  margin-top: 0;
  margin-bottom: 0;
  color: #41a32c; }
  
.kd-col-title {
  color: #3e3f41;
  font-weight: 600;
  font-size: 1.8rem;
  padding-top: 2.5rem;
  padding-bottom: 1rem; }

.kd-calendar img {
  margin-right: 1rem; }

.kd-calendar input {
  display: inline-block;
  width: 80%; }

.kd-dotted-line {
  font-size: 1px;
  background-image: url("/images/dotted.png");
  background-repeat: repeat-x;
  height: 1px;
  margin-bottom: 0rem;
  margin-top: 3rem; }

.kd-input {
  border-color: #41a32c;
  border-radius: 0; }

.kd-table th {  color: #41a32c; }

.kd-table td.line {
  font-size: 1px;
  background-image: url("/images/dotted.png");
  background-repeat: repeat-x;
  height: 1px; }

.kd-table td:not(.line) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem; }

.kd-table span.small {
  font-weight: normal;
  font-size: 1rem; }

.kd-table .menge {
  width: 9rem;
  text-align: center; }

.kd-table-td-padding1 th:not(:last-child), 
.kd-table-td-padding1 td:not(:last-child) {
  padding-right: 25px !important;
}

.kd-margin-right {
  margin-right: 1rem; }

.kd-cart-bottom {
  margin-top: 3rem;
  margin-bottom: 8rem; }



.pointer {
  cursor: default;
  cursor: pointer;
}

.SumoSelect .select-all {
  height: auto;
}
.fullsumo .SumoSelect {
  display: block;
  width: 100%;
}

/* #16190 */

.table.table-dashed {
  border-width: 2px;
  border-style: solid;
  border-color: #44A12B;
}

.table.table-dashed tr:first-child td,
.table.table-dashed tr:first-child th {
  padding-top: 1em;
}

.table.table-dashed tr:last-child td,
.table.table-dashed tr:last-child th {
  padding-bottom: 1em;
}

.table.table-dashed td,
.table.table-dashed th {
  vertical-align: middle;
}

.table.table-dashed > tbody > tr > td,
.table.table-dashed > tbody > tr > th {
  border-top-width: 0;
}

.table.table-dashed > tbody > tr:nth-child(2) > td,
.table.table-dashed > tbody > tr:nth-child(2) > th {
  border-top-width: 1px;
  border-top-style: dashed;
  border-color: #44A12B;
}

.table.table-dashed input {
  margin: 0;
}

.table-vmid>tbody>tr>td,
.table-vmid>tbody>tr>th {
  vertical-align: middle;
}

.table-vmid>tbody>tr>td input[type="text"]:not(.leave-bootstrap),
.table-vmid>tbody>tr>td select:not(.leave-bootstrap) {
  margin-bottom: 0;
}


.loader-animation {  
  visibility: hidden;
  width: 16px;
  height: 16px;
}	

.hidden2 {
  display: none;
}


.select2-container--open {
  z-index: 10000	
}

.checkbox label, .radio label {
 -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.error {
  color: red;
}

.layout1 {  
  display: flex;
  justify-content: center;
}

 
 .table-v-align > tbody > tr > td {
   vertical-align: middle;
 }
 
 .kd-table tr.item td {
   cursor: pointer;
   border-bottom: 1px solid #44a12b;
 }
 
 .kd-table tr.item:hover td {
   background: #f8f8f8;
 }
 
 
 .kd-table tr.panel > td {
   border-bottom: 1px solid #44a12b;
   background: #f8f8f8;
   padding: 10px;
 }
 
 
 table.values td {
   vertical-align: top;
 } 
 table.values tr:hover:not(.empty-line) td {
   background: #e8e8e8;
 }
 table.values tr.no-value td {
   font-size: smaller;
 }
 
 .pagination-wrap1 > .pagination {
   margin-top: 10px;
   margin-bottom: 10px;
 }
 
 
 .select2_4_0_13 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

 .text-bold {
     font-weight: bold;
 }

.swal2-popup {
    font-size: 1.5rem !important;
}

/* --------------------------
    Start select list box.
*/

.listBox {
    max-height: 350px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: auto;
}

.listBox .items {
    padding: 5px 10px;
    cursor: pointer;
    cursor: hand;
}

.listBox .items .comment{
    font-size: 0.8em;
    color: #777;
    padding-left: 10px;
    text-decoration: none !important;
}

.listBox .items:nth-child(even) {
    background: #eee;
}

.listBox .selected:nth-child(even),
.listBox .selected,
.listBox .selected .comment {
    background: #666;
    color: #fff;
}

.listBox .items:hover {
    background: #333;
    color: #fff;
}

.listBox .items:hover>div {
    text-decoration: underline;
}

.listBox .items:hover .comment {
    background: #333;
    color: #eee;
    text-decoration: none;
}

/*
    End select list box.
-----------------------------*/