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;
  }