body {
  background-color: rgb(237, 240, 243);
}

#logo {
  width: 300px;
  padding: 1rem 0;
}

.table:first-of-type {
  margin-bottom: 0;
}

.bounderies {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
  padding: 2rem;
  width: 34rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: .5rem;
  background-color: #fff;
}

.userAlert {
  margin-top: 1rem;
}

#fa-icon-search-outer-home:hover{
    cursor: pointer;
    color: #007bff;
}

.bounderies > h2 {
  font-size: 1.5rem;
  text-align: center;
  color: #000;
  font-weight: 250;
}

.accordion-outer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.tab-content {
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}
.tab-content .card {
  border-radius: 0;
}

.closed-text {
  color: #ccc;
}

.message-fix-top {
  padding-top: 5rem;
}

.dot-green {
  height: 12px;
  width: 12px;
  background-color: green;
  border-radius: 50%;
}

.search-fix {
  height: 38px;
  margin-bottom: 1rem;
}

.search-list-fix {
  margin-bottom: 16px;
}

.comment-number-fix {
  margin-left: 5rem;
}

.noselect {
  -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, Opera and Firefox */
}

.tab-content .card-header {
  padding: 15px 16px;
  border-radius: 0;
  background-color: #f6f6f6;
}
.tab-content .card-header h5 {
  margin: 0;
}
.tab-content .card-header h5 button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
  white-space: normal;
}
.tab-content .card-header h5 button:hover, .tab-content .card-header h5 button:focus, .tab-content .card-header h5 button:active, .tab-content .card-header h5 button:hover:active {
  text-decoration: none;
}
.tab-content .card-body p {
  color: #616161;
}
.tab-content .card-body p:last-of-type {
  margin: 0;
}

.accordion > .card:not(:first-child) {
  border-top: 0;
}

tr:not(:first-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

tr:last-child {
  border-bottom: 0;
}

.card-body {
  padding: 0;
}

.collapse.show .card-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.table-overflow {
    overflow-x: hidden;
  overflow-y: auto;
}

.tab-content {
  margin-bottom: 0rem;
}
.hiddenRow {
    padding: 0 !important;
}

.table-striped tbody tr:nth-of-type(4n+4){
  background-color: rgba(0,0,0,.05);
}

.message-body {
  background: #fff;
}

.messages {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.message {
  border-radius: 20px;
  padding: 8px 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  max-width: 250px;
}

.yours {
  align-items: flex-start;
  padding-left: 2rem;
}

.yours .message {
  margin-right: 25%;
  background-color: #eee;
  position: relative;
}

.fa-copy {
  margin-left: 0.5rem;
  cursor: pointer;

}

.fa-angle-double-down {
  font-size: 24px;
}

.fa-angle-double-up {
  font-size: 24px;
}

.fa-edit {
  margin-left: 0.3rem;
}

.fa-edit:hover {
  color: green;
  cursor: pointer;
}

.yours .message:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: -7px;
  height: 20px;
  width: 20px;
  background: #eee;
  border-bottom-right-radius: 15px;
}
.yours .message:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -10px;
  width: 10px;
  height: 20px;
  background: white;
  border-bottom-right-radius: 10px;
}

.below-table {
  margin-bottom: 0;
}

.below-table > tbody >  tr {
  border-bottom: 1px solid #dee2e6;
}


.below-header > div:not(:first-child), .below-body > div:not(:first-child) {
  padding-left: 5rem;
}

.below-header > div:first-child, .below-body > div:first-child {
  padding-right: 1rem;
  padding-left: 1rem;
}

.mine {
  align-items: flex-end;
    padding-right: 2rem;
}

.mine .message {
  color: white;
  margin-left: 25%;
  background: linear-gradient(to bottom, #00D0EA 0%, #0085D1 100%);
  background-attachment: fixed;
  position: relative;
}

.mine .message:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -7px;
  z-index: 0;
  height: 20px;
  width: 20px;
  background: linear-gradient(to bottom, #00D0EA 0%, #0085D1 100%);
  background-attachment: fixed;
  border-bottom-left-radius: 15px;
}

.mine .message:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -10px;
  width: 10px;
  height: 20px;
  background: white;
  border-bottom-left-radius: 10px;
}

.part-th {
  width: 175px;
}

.qty-th {
  width: 60px;
}
.info-th {
  width: 235px;
}
.qtyrec-th {
  width: 118px;
}
.etd-th {
  width: 230px;
}
.inv-th {
  width: 60px;
}
.status-th {
  width: 120px;
}
.log-th {
  width: 60px;
}
.comment-th {
  width: 180px;
}

.timestamp {
  font-size: 10px;
  font-weight: 500;
  color: #777;
}

.me-text {
  font-weight: 800;
}

.deliver-text {
  font-weight: 800;
}

.pointer {
  cursor: pointer;
}

.search-div {
  display: flex;
  max-width: 270px;
  position: absolute;
  right: 0;
}

.expand-button {
  display: flex;
  max-width: 270px;
  position: absolute;
  left: 0 !important;
  margin-left: 1rem !important;
  vertical-align: middle;
}

.btn-collapse-all {
  background-color: #fff;
  border: 1px solid #ced4da;
  vertical-align: middle;
}

.btn-collapse-all > i {
  vertical-align: middle;
}

.opened-order {
  background: #2E8B57 !important;
}

.half-open-order {
  background: #FF8C00 !important;
  color: #000;
}

.search-div > div > button {
  margin-right: 1.5rem;
}

.odd {
  background-color: rgba(0,0,0,.05);
}

.hiddenRow > div > div:nth-last-child(2) { /* För att kunna få mellanrum mellan sista meddelandet (oavsett vem som skrivit det) och input fältet för nytt meddelande. */
  padding-bottom: 1rem;
}

.send-message-input {
  border-radius: 0!important;
}

.message-body > .mine:last-child, .yours:last-child {
  padding-bottom: 2rem;
}



#fa-icon-search-outer {
  cursor: pointer;
}

#fa-icon-search-outer:hover {
  color: #FF6666;
}

ul > div {
  position: absolute;
  right: 0;
  margin-right: 1rem;
}

ul > div > input { /* För sökrutan */
  min-height: 38px;
}

.last-number {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}

.closed {
  color: #ccc !important;
}

.hide-timestamp {
  display: none;
}

.no-orders {
  border: 1px solid #ced4da;
  padding: 1rem;
  border-radius: .25rem;
}

.no-orders > h1 {
  font-weight: 600;
}

.no-orders > p {
  color: #6c757d;
}

@media only screen and (max-width: 768px){
  .hiddenRow > div {
    width: 84.6%;
  }

  .page-item:nth-child(n+6){
    display: none;
  }

  .page-item:nth-last-child(2){
    display: initial;
  }

  .page-item:nth-last-child(3){
    display: initial;
  }
}

.new-message-same-author {
  margin-top: 0 !important;
}

@media only screen and (max-width: 415px){
  .hiddenRow > div {
    width: 43.9%;
  }

  .page-item:nth-child(n+3){
    display: none;
  }

  .page-item .disabled:last-child {
    display: initial !important;
  }

  nav > ul > div {
    width: 35%;
  }

}

@media only screen and (max-width: 1025px){
  thead > tr > th:nth-last-child(1){
    display: none;
  }

  tbody > tr:not(.accordion) > td:nth-last-child(1){
    display: none;
  }
}

@media only screen and (max-width: 1440px ){
}

/*.page-item:first-chikld .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}*/


/*table .thead-dark th {
  background-color: rgb(48, 72, 91) !important;
  border-color: #223240 !important;
}*/

/*# sourceMappingURL=standard.css.map */
