﻿#ShowSpecimenTable {
    width: 100%;
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #464646;
}

    #ShowSpecimenTable th,
    #ShowSpecimenTable td {
        text-align: center;
    }

    #ShowSpecimenTable tbody tr:hover {
        background-color: #f2f2f2;
    }

    #ShowSpecimenTable .delbox {
        padding: 4px 10px;
    }

.div-form {
    background-color: #f8f8f8;
    padding: 20px 15px 20px 15px;
    border-radius: 10px;
    width: 100%;
    margin-top: 0px;
}

.button-main {
    font-family: 'Anantason-Regular-WebOnly';
    font-weight: bold;
    width: 100%;
    height: auto;
    font-size: 25px;
    background-color: #369AFE;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 0px;
    margin-top: 20px;
    border-color: #369AFE;
}

.button-lvl1 {
    margin-top: 0px;
    font-family: Prompt, sans-serif;
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 0px;
    color: rgb(255,255,255);
}

.chk-label {
    width: auto;
    margin-top: 8px;
    margin-right: 0px;
    margin-left: 23px;
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: -10px;
    color: #464646;
}

.chk-label2 {
    width: auto;
    margin-top: 8px;
    margin-right: 0px;
    margin-left: 23px;
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: -10px;
    color: coral;
}

.papbox {
    background-color: #fff;
    padding: 5px 10px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 5px;
    width: 100%;
}

.delbox {
    padding: 0px 10px;
    float: right;
    font-size: 20px;
    margin-top: 4px;
    background-color: #dc3545;
}

.editbox {
    padding: 0px 10px;
    float: right;
    font-size: 20px;
    margin-top: 4px;
    background-color: #28a745;
    border: 1px solid #229d3e;
    margin-right: 5px;
}

    .editbox:hover {
        background-color: #28a745d9;
        border: 1px solid #229d3ed9;
    }

.vertical-mid {
    vertical-align: middle;
}

.form-control {
    font-family: 'Bai Jamjuree', sans-serif;
}

.btn-primary {
    background-color: #007bff !important;
    border-color: #007bff !important;
}
