.map_position {
    margin: 0 auto;
    border-collapse: collapse;
}
.map_position th {
    font-size: 10px;
    font-weight: normal;
}
.map_position td {
    width: 12px;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #9e9e9e;
}

.map_position .active {
    background-color: blue;
}


.text-center {
    text-align: center;
}
.valign_top {
    vertical-align: top;
}
.valign_bottom {
    vertical-align: bottom;
}
.search_table th:first-child {
    border-radius: 5px 0 0 0;
}
.search_table_wrap {

    margin-right: 10px;
}
.search_table>thead>tr>th:last-child {
    border-radius: 0 5px 0 0;
    border-right: 1px solid #3c6690;
}
.search_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.search_table>thead>tr>th {
    text-align: center;
    color: white;
    background: linear-gradient(#829ebc, #1d2088);
    border-left: 1px solid #3c6690;
    border-top: 1px solid #3c6690;
    border-bottom: 1px solid #3c6690;
    padding: 5px 0;
}
.search_table>tbody>tr>td {
    border-collapse: collapse;
    border: 1px solid #9e9e9e;
    padding: 10px;
}
.status_box div {
    border-bottom:1px  dotted #9e9e9e;
    padding-bottom: 2px;
    margin-bottom: 2px;
}
.item_height {
    height: 166px;
}
.status_height {
    min-height: 187px;
}