.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.align-middle {
    vertical-align: middle;
}

.align-top {
    vertical-align: top;
}

.align-bottom {
    vertical-align: bottom;
}

/* ขนาดและตำแหน่ง */
.w-01 {
    width: 1%;
}

.w-04 {
    width: 4%;
}

.w-05 {
    width: 5%;
}



.w-06 {
    width: 6%;
}

.w-08 {
    width: 8%;
}

.w-09 {
    width: 9%;
}

.w-10 {
    width: 10%;
}

.w-12 {
    width: 12%;
}

.w-13 {
    width: 13%;
}

.w-14 {
    width: 14%;
}

.w-15 {
    width: 15%;
}

.w-16 {
    width: 16%;
}

.w-17 {
    width: 17%;
}

.w-18 {
    width: 18%;
}


.w-20 {
    width: 20%;
}

.w-21 {
    width: 21%;
}

.w-23 {
    width: 23%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-45 {
    width: 45%;
}

.w-50 {
    width: 50%;
}

.w-55 {
    width: 55%;
}

.w-59 {
    width: 59%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

.w-87 {
    width: 87%;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}

.w-97 {
    width: 97%;
}

.w-98 {
    width: 98%;
}

.w-99 {
    width: 99%;
}

.w-100 {
    width: 100%;
}

.w-650 {
    width: 650px;
}

.w-800 {
    width: 800px;
}

.w-1000 {
    width: 1000px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.h-5 {
    height: 5px;
}

.h-10 {
    height: 10px;
}

.h-15 {
    height: 15px;
}

.h-20 {
    height: 20px;
}

.h-30 {
    height: 30px;
}

.h-35 {
    height: 35px;
}

.h-40 {
    height: 40px;
}

.h-80 {
    height: 80px;
}




/* เส้นขอบ */
.border-0 {
    border: 0;
}

.border-1 {
    border: 1px solid;
}

.border-collapse-separate {
    border-collapse: separate;
}

.border-spacing-1 {
    border-spacing: 1px;
}


.border-spacing-0 {
    border-spacing: 0;
}

/* ระยะขอบภายใน */





.border-collapse {
    border-collapse: collapse;
}


.m-0 {
    margin: 0;
}

.m-5 {
    margin: 5px;
}

.m-50 {
    margin: 50px;
}

.m-custom10-20 {
    margin: 10px 0 0 20px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.ml-15 {
    margin-left: 15px;
}

.p-0 {
    padding: 0;
}

.p-6 {
    padding: 6px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-450 {
    padding-right: 450px;
}



.cell-border-right {
    border-right: 1px solid #2c3e50;
}


.position-relative {
    position: relative;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fw-normal {
    font-weight: normal;
}

.fw-bold {
    font-weight: bold;
}

.text-blue {
    color: blue;
}

.text-light-blue {
    color: #6666FF;
}

.text-gray3 {
    color: #555555;
}


.text-gray2 {
    color: #777777;
}

.text-gray {
    color: gray;
}

.text-red {
    color: #FF0000;
}

.text-yellow {
    color: #FFCC00;
}

.text-black {
    color: black;
}



.text-line-through {
    text-decoration: line-through;
}


.border-solid-4 {
    border: 4px solid #2c3e50;
}

.lh-20 {
    line-height: 20px;
}

.lh-30 {
    line-height: 30px;
}

.cursor-pointer {
    cursor: pointer;
}

.box-red {
    margin: auto;
    margin-top: 10px;
    width: 90%;
    border: 1px solid red;
}

/* .cell-border-right {
    text-align: center;
    width: 8%;
    border-right: 1px solid #2c3e50;
} */


.nowrap {
    white-space: nowrap;
}

.text-indent-20 {
    text-indent: 20px;
}

.box-pink {
    margin: auto;
    border: 1px solid red;
    background-color: #ffc0cb;
    width: 60%;
    height: 100px;
}

.text-uppercase {
    text-transform: uppercase;
}

.border-top-4 {
    border-top: 4px solid #2c3e50;
}

.word-break {
    word-wrap: break-word;
    word-break: break-all;
}

.border-bottom-ffcc99 {
    border-bottom: 1px solid #FFCC99;
}

.border-bottom-double-ffcc99 {
    border-bottom: double #FFCC99;
}

.box-red-60 {
    margin: auto;
    margin-top: 10px;
    width: 60%;
    border: 1px solid red;
}


.img-blank-h4 {
    background-image: url('/images/pixel.gif');
    background-repeat: no-repeat;
    background-position: center;
    height: 4px;
    width: 1px;
    display: block;
}

.img-blank-h10 {
    background-image: url('/images/pixel.gif');
    background-repeat: no-repeat;
    background-position: center;
    height: 10px;
    width: 1px;
    display: block;
}
