header img {
    height: 44px;
    width: 65px;
}
body {
    color: white;
    background-color: #475058;
}
h1 {
    color: white;
    font-size: 20px;
    margin-left: 10px;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.order_point_country {
    float:          left;
    font-weight:    bold;
}

.order_point_letter {
    float:          right;
    font-size:      0.8rem;
    font-weight:    bold;
    color:        #202428;
}

.order_packages {
    font-size:      0.8rem;
    color:        #aaaaaa;
}

.countdown {
    color:        #19aec2;
}

.countdown_short {
    color:        #dc341d;
}

.countdown_med {
    color:        lightsalmon;
}

.countdown_end {
    color:        #aaaaaa;
}

.bidding_tab td {
    font-size:      0.8rem;
}

.bidding_username {
    border:         none;
}

.thead-light {
    text-align:     center;
}

.table_title {
    text-align:     left;
    background-color: #343a40 !important;
    border-color:     #454d55 !important; 
    color:            #e9ecef !important;
}

.table-responsive {
    width:          95%;
    margin:         0 auto;
    margin-top:     2rem;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
}

.status[data-status="Request - updated"] {
    color: red;
}

.alert_msg {
    background-color: white;
    color: orange;
}

.close_button {
    margin-left: 15px;
    float: left;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.close_button:hover {
    color: black;
  }
  
.edit-user {
    text-decoration: none;
    font-weight: bolder;
    color: #e9ecef;
  }

.edit-user:hover {
    text-decoration: none;
    font-weight: bolder;
    color: #aaaaaa;
  }

.edit-user-td {
    text-align: center;
}

  .grayrow * {
    color: #777

  }

  .random_button {
    background-color: transparent;
    border: none;
    outline: none;
    color: white;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
  }

  .random_button:hover {
    rotate: 30deg;
  }

  .form-control {
    height: 2em;
    padding: .1rem .3rem;
    font-size: 1rem;
    font-size: .8rem;
    line-height: 1;
  }

  .filter-control {
    margin: 0 20px 10px 20px;
  }

  th {
    vertical-align: middle;
  }

  .th-inner {
    padding: .2rem;
  }

  .status_sent {
    color: forestgreen;
    text-align: center;
    font-weight: bold;
  }

  .status_col_center {
    text-align: center;
  }

  .pinactive {
    text-decoration: none;
  }

  .grayscale {
    filter: grayscale(100%);
    text-decoration: none;
  }

  .smalltext {
    font-size: 0.8em;
  }

  .indent {
    padding-left: 0.8em;
  }

  .additional-info td:not(.bg-transparent) {
    vertical-align:top;
    box-shadow: 
    inset 0px 10px 8px -12px #000,
    inset 0px -10px 8px -12px #000; 
  }

  .table-hover tbody tr:hover > td.no-hover-bg,
  .table-hover tbody tr:hover > th.no-hover-bg {
    background-color: transparent !important;
    box-shadow: none !important;
  }

  .table-fixed { table-layout: fixed; width: 100%; }
  .table-fixed th, .table-fixed td { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

  .table-fixed .smalltext { white-space: nowrap; }
  .chat-box {
    white-space: normal !important; 
    height: 200px;
    overflow-y: auto;
    word-wrap: break-word;
    word-break: break-word;
  }
  .no-rounded { border-radius: 0 !important; }
 .delivered {
    color: #848484 !important;
  }
 .clickable {
    border: 1px #a4a4a4 solid;
    color:#dee2e6 !important;
    background: none;
    padding: 0px 2px;
    text-decoration: none;
    cursor: pointer;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .clickable:hover {
    border: 1px rgb(200, 175, 65) solid;
    box-shadow: 2px 2px 3px rgba(200, 175, 65, 0.4);
    padding: 0px 2px;
    text-decoration: none;
    cursor: pointer;
  }

  .wrap {
      white-space: normal !important;
      overflow: visible !important;
      word-break: break-word;
  }

  .additional-info td {
      vertical-align: top !important;
  }

  th .input-group .btn-sm {
      padding: 0 6px !important;
  }

  .chat_message {
      font-size: 0.8em;
      margin-bottom: 1px;
  }

  .modal-title {
    color: rgba(0,0,0,.7);
  }

  .action-revert {
    color: #bb202f !important;
  }
  
  .text-secondary {
    color: rgba(255,255,255,.55) !important;
  }

  span .wrap {
    white-space: normal !important;
    overflow: visible !important;
    word-break: break-word;
  }

  /* Notice colors for monitoring */
  .notice {
    display: inline-block;
    padding: 0.15rem 0.35rem;
    border-radius: 4px;
    font-weight: 600;
  }
  .notice-ok {
    color: #e0e0e0;
    background: rgba(255,255,255,0.03);
  }
  .notice-approaching {
    color: rgb(255, 216, 98);
    background: rgba(255,193,7,0.12);
    border: 1px solid rgba(255,193,7,0.18);
  }
  .notice-overdue {
    color: #fff;
    background: rgba(220,53,69,0.18);
    border: 1px solid rgba(220,53,69,0.28);
  }

.timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 64px;
    width: 80%;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 24px;
    height: 1px;
    background: #ccc;
}

.event {
    position: relative;
    text-align: center;
}

.dot {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background: #0d6efd;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
}

.greendot {
    background: #28a745;
}

.dot.greendot-outline {
  background: #0d6efd !important;
  border: 3px solid #28a745 !important;
  box-sizing: border-box !important;
}

.reddot {
    background: #dc3545;
}

.yellowdot {
    background: #ffc107;
}

.label {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.name {
    font-size: 0.8rem;
    font-weight: 600;
}

.time {
    font-size: 0.7rem;
    color: #666;
}

.time.confirmed {
    font-size: 0.7rem;
    color: #aaa;
}