.medical_image, .medical_details {
  display: inline-block;
  vertical-align: top;
}

.medical_image {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border-collapse: separate;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.oe_kanban_image {
  width: 100px;
  height: 100px;
}

/* Display Antrian Farmasi - Start */

body,
.bg-1 {
    background-color: #56557e;
}

.bg-2 {
    background-color: #7c7bad;
}

.p-5 {
    padding: 5px;
}

.p-3 {
    padding: 3px;
}

.p-2 {
    padding: 2px;
}

.jonggolCard {
    background-color: #7c7bad;
    border-radius: 10px;
    color: white;
    margin-bottom: 20px;
}

.jonggolCardTitle {
    text-align: center;
    padding: 15px 10px;
    margin: 0;
    background-color: #7c7bad;
    border-radius: 10px 10px 0px 0px;
}

.jonggolCardTitleDone {
    text-align: center;
    padding: 10px 10px;
    margin: 0;
    background-color: #7c7bad;
    border-radius: 10px 10px 0px 0px;
}

.jonggolCardTitleH4 {
    font-size: 17px;
    margin: 0;
}

.jonggolCardTitleH4Done {
    font-size: 14px;
    margin: 0;
}

.jonggolCardBody {
    background-color: #fffffff0;
    padding: 20px 15px 20px 15px;
    border-radius: 10px;
    color: #302f34;
}

.jonggolCardBodyDone {
    background-color: #fffffff0;
    padding: 15px 15px 15px 15px;
    border-radius: 10px;
    color: #302f34;
}

.h4 {
    font-size: 20px;
    color: white;
}

.h5Footer {
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}

.jonggolTable {
    background-color: #7c7bad;
    border-radius: 10px;
    color: white;
    padding: 0;
    display: none;
}

.jonggolTable thead tr th {
    border: unset !important;
}

.jonggolTable td {
    padding: 10px 20px;
    border: unset !important;
    background-color: #fffffff0;
    color: #302f34;
}

.jonggolTable tbody tr:first-child td:first-child {
    border-radius: 10px 0px 0px 0px;
}

.jonggolTable tbody tr:first-child td:last-child {
    border-radius: 0px 10px 0px 0px;
}

.jonggolTable tbody tr:last-child td:first-child {
    border-radius: 0px 0px 0px 10px;
}

.jonggolTable tbody tr:last-child td:last-child {
    border-radius: 0px 0px 10px 0px;
}

.jonggolTable tbody tr:first-child td {
    padding-top: 20px;
}

.jonggolTable tbody tr:last-child td {
    padding-bottom: 20px;
}

.jonggolTable tbody tr td:nth-child(1),
.jonggolTable tbody tr td:nth-child(2) {
    width: 45%;
}

.jonggolTable tbody tr td:nth-child(3) {
    width: 10%;
}

.h5Header {
    color: #f7f7fa;
    margin: 20px 10px;
}

.word-wrap {
    white-space: nowrap;
}

.blankDivNow {
    height: 150px;
    background-color: #0000003b;
    border-radius: 10px;
    margin-bottom: 20px;
}

.blankTable {
    height: 487px;
    background-color: #0000003b;
    border-radius: 10px;
}

/* Display Antrian Farmasi - Stop */