﻿@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@700&display=swap');
body {

    margin:0px;
    background-image: url('/images/bgsky.jpg');
    background-repeat: repeat;
    background-size: cover;
    background-color: #DDDEEC;
}
.bodys {
    -moz-box-shadow: 0 0 10px #888888;
    -webkit-box-shadow: 0 0 10px #888888;
    box-shadow: 0 0 10px #888888;
    border: 1px #9baec1 solid;
    background-color: #ffffff;
    opacity:80%;
    width: 80%;
    height: auto;
    margin: auto;
    padding: 10px 10px;
}

.borderhead {
    -moz-box-shadow: 0 0 10px #888888;
    -webkit-box-shadow: 0 0 10px #888888;
    box-shadow: 0 0 10px #888888;
    background-color: #20799B;
    width: auto;
    height: 30px;
    padding: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: auto;
}
.textboxLogoname {
    font-family: 'Oswald', sans-serif;
    font-size:20px;
    color:white;
}

.bordergroup {
    border: 3px #04628D solid;
    border-radius: 10px;
    width: 50%;
    height: auto;
    margin: 10px;
    padding: 10px 10px;
}
.borderManual {
    border: 3px #04628D solid;
    border-radius: 10px;
    width: 80%;
    height: auto;
    margin: 10px;
    padding: 10px 10px;
}

.textboxAll {
    font-family: 'Noto Sans Thai', sans-serif;
}
.H3Italic {
    font-family: 'Prompt', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    color: #A3A6AA;
}
.textbox4 {
    font-family: "TH SarabunPSK";
    font-size: 20px;
    width: auto;
    height: auto;
    margin: auto;
    color: #808080;
}

.textboxFooter {
    font-family: "TH SarabunPSK";
    font-size: 20px;
    width: auto;
    height: auto;
    margin: auto;
    color: #808080;
}
.borderSlip {
    border: 2px #3386FF solid;
    border-radius: 20px;
    width: 90%;
    height: auto;
    margin: auto;
    padding: 20px 20px;
}

