
hr.HeadBanner {
    border: 10px solid #1F4E78;
    border-radius: 0px;
}

.HeadText {
    font-size: 25px;
    font-family: 'Sarabun', sans-serif;
    color: #1F4E78;
}

.SubheadText {
    font-size: 16px;
    font-family: 'Sarabun', sans-serif;
    font-weight: 300;
    line-height: normal;
    color: #1F4E78;
}

.TitleHead {
    font-size: 20px;
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
}

.SubText {
    font-size: 20px;
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    color: #1F4E78;
    white-space: nowrap;
}

.Praden {
    font-size: 20px;
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    vertical-align: bottom;
    height: 50px;
    color: #1F4E78;
}

.tablePraden {
    border: 1px;
    color: "#1F4E78";
}



.nowrap {
    white-space: nowrap;
    clear: both;
    display: inline-block;
    overflow: hidden;
}

.grey_color {
    color: #ccc;
    font-size: 14px;
}

.input {
    border: none;
    background: transparent;
}

.content {
    text-align: center;
}


body {
    font-family: "Lato", sans-serif;
}

.sidebar {
    height: 100%;
    width: 160px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 16px;
}

    .sidebar a {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 20px;
        color: #818181;
        display: block;
    }

        .sidebar a:hover {
            color: #f1f1f1;
        }

.table, tr, td {
    border: 0px solid black;
    font-size: 16px;
    font-family: 'Sarabun', sans-serif;
    color: #1F4E78;
    white-space: nowrap;
    text-align: left;
    border-bottom: 0px solid #ddd;
}

.button {
    position: relative;
    background-color: #1F4E78;
    border: none;
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px;
    width: 150px;
    text-align: center;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    margin-top: 15px;
    font-family: 'Sarabun', sans-serif;
}

.hidden {
    display: none;
}


#loading-btn {
    position: relative;
    background-color: #1F4E78;
    border: none;
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px;
    width: 150px;
    text-align: center;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    margin-top: 15px;
    font-family: 'Sarabun', sans-serif;
}

    #loading-btn::before {
        content: '';
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
        border: 2px solid #FFFFFF;
        border-top-color: transparent;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

@keyframes spin {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }

    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}

input[type=text] {
    background-color: transparent;
    color: black;
    /*border: none;*/
}

textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
}

.SubText {
    font-size: 16px;
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    color: #1F4E78;
    white-space: nowrap;
}

.TitleText {
    font-size: 16px;
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    color: #1F4E78;
    white-space: nowrap;
    text-align: center;
}

.content2 {
    font-size: 16px;
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    color: #1F4E78;
    white-space: nowrap;
    text-align: left;
}

.tablecenter {
    text-align: "center";
    white-space: nowrap;
}

.main {
    /* Same as the width of the sidenav */
    padding: 0px 10px;
}

.input {
    background-color: rgba(0,0,0,0.1);
    color: red;
    /*border: none;*/
}

@media screen and (max-width: 500px) (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

        .sidebar a {
            font-size: 18px;
        }
}

.col-form-label {
    font-size: 16px
}

.form-control {
    font-size: 16px
}

.form-control-file {
    font-size: 16px
}

.SubText {
    font-size: 16px;
}

p.indent {
    padding-left: 1.8em
}


.contentright {
    text-align: right;
}

.content2 {
    font-size: 16px;
}

.sidebar {
    height: 100%;
    width: 160px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 16px;
}

    .sidebar a {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 20px;
        color: #818181;
        display: block;
    }

        .sidebar a:hover {
            color: #f1f1f1;
        }

.table, tr, td {
    border: 0px solid black;
    font-size: 16px;
    font-family: 'Sarabun', sans-serif;
    color: #1F4E78;
    white-space: nowrap;
    text-align: left;
    border-bottom: 0px solid #ddd;
}

.button {
    position: relative;
    background-color: #1F4E78;
    border: none;
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px;
    width: 150px;
    text-align: center;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    margin-top: 15px;
    font-family: 'Sarabun', sans-serif;
}

.hidden {
    display: none;
}


#loading-btn {
    position: relative;
    background-color: #1F4E78;
    border: none;
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px;
    width: 150px;
    text-align: center;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    margin-top: 15px;
    font-family: 'Sarabun', sans-serif;
}

    #loading-btn::before {
        content: '';
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
        border: 2px solid #FFFFFF;
        border-top-color: transparent;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

@keyframes spin {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }

    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}

input[type=text] {
    background-color: transparent;
    color: black;
    /*border: none;*/
}

textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
}

.SubText {
    font-size: 16px;
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    color: #1F4E78;
    white-space: nowrap;
}

.TitleText {
    font-size: 16px;
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    color: #1F4E78;
    white-space: nowrap;
    text-align: center;
}

.content2 {
    font-size: 16px;
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    color: #1F4E78;
    white-space: nowrap;
    text-align: left;
}

.tablecenter {
    text-align: "center";
    white-space: nowrap;
}

.main {
    /* Same as the width of the sidenav */
    padding: 0px 10px;
}

.input {
    background-color: rgba(0,0,0,0.1);
    color: red;
    /*border: none;*/
}

@media screen and (max-width: 500px) (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

        .sidebar a {
            font-size: 18px;
        }
}

.col-form-label {
    font-size: 16px
}

.form-control {
    font-size: 16px
}

.form-control-file {
    font-size: 16px
}

.SubText {
    font-size: 16px;
}

p.indent {
    padding-left: 1.8em
}


.contentright {
    text-align: right;
}

.content2 {
    font-size: 16px;
}
