@charset "utf-8";
/* CSS Document */
body, html{
	font-family: 'Kanit', sans-serif;
}
a:link {
	text-decoration: none;
  }
table tr{
		font-size: 14px;
	}
.font14{
	font-size: 14px;
}
.font15{
	font-size: 15px;
}
.font16{
	font-size: 16px;
}
.font17{
	font-size: 17px;
}
.font18{
	font-size: 18px;
}
.font19{
	font-size: 19px;
}
.font20{
	font-size: 20px;
}
.font21{
	font-size: 21px;
}
.font22{
	font-size: 22px;
}
.font23{
	font-size: 23px;
}
.font24{
	font-size: 24px;
}
.font25{
	font-size: 25px;
}
.hide {
    display: none;
}
.loading{
	height: 100%;
 	 width: 100%;
 	 position: fixed;
 	 z-index: 1;
 	 top: 0;
 	 left: 0;
 	 background-color: rgb(0,0,0);
  	background-color: rgba(0,0,0, 0.8);
}
.loading-content {
  	position: relative;
  	top: 50%;
	left: 0;
  	width: 100%;
  	text-align: center;
	font-size: 50px;
	color: #ffffff;
}
.overflow{
  	width: 100%;
  	overflow-x: auto;
}.nowrap {
	white-space: nowrap;
 }.bold{
	 font-weight: bold;
 }.red{
	 color: red;
 }.green{
	 color: green;
 }.blue{
	 color: blue;
 }
 .radius-10 {
	border-radius: 10px
}
.bg-light-primary {
	background-color: rgb(13 110 253 / .11)!important
}

.bg-light-success {
	background-color: rgb(23 160 14 / .11)!important
}

.bg-light-danger {
	background-color: rgb(244 17 39 / .11)!important
}

.bg-light-warning {
	background-color: rgb(255 193 7 / .11)!important
}

.bg-light-info {
	background-color: rgb(13 202 240 / 18%)!important
}
.order-actions a {
	font-size: 18px;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f1f1f1;
	border: 1px solid #eeecec;
	text-align: center;
	border-radius: 20%;
	color: #2b2a2a
}
.btn-light{
	background-color : #F1F1F1;
	border-color: #F1F1F1;;
}
.font14{
	font-size: 14px;
}.font16{
	font-size: 16px;
}.font18{
	font-size: 18px;
}.font20{
	font-size: 20px;
}.font22{
	font-size: 22px;
}.font25{
	font-size: 25px;
}.font30{
	font-size: 30px;
}.red{
	color: red;
}.white{
	color: white;
}.black{
	color: #000000;
}.blue{
	color: #0000FF;
}.green{
	color: #008000;
}.color4{
	color: #530000;
}.color5{
	color: #7400E8;
}.color6{
	color: #808000;
}.color7{
	color: #FF6A22;
}.color8{
	color: #0080FF;
}.color9{
	color: #693434;
}.bg-color1{
	background-color: #FFC58A;
}.bg-color2{
	background-color: #BB77FF;
}.bg-color3{
	background-color: #c58b8b;
}.bg-color4{
	background-color: #FF80FF;
}.bg-color5{
	background-color: #9595FF;
}.bg-color6{
	background-color: #89EDF5;
}.bg-color7{
	background-color: #A3E7A6;
}.navbarcolor{
	background-color:#EC9400;
	
}.navbar-light .navbar-nav .nav-link {
color: #000000;
}
.navbar-light .navbar-nav .nav-link:hover {
color: #370592;
}.datepicker {
	z-index:9999 !important;
  }
figure.snip1113 {
        position: relative;
        overflow: hidden;
        margin: auto;
        min-width: 220px;
        max-width: 310px;
        width: 100%;
        background: #ffffff;
        text-align: center;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }

    figure.snip1113 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    figure.snip1113 img {
        max-width: 65%;
        margin: 40px auto;
        display: block;
        position: relative;
        border: 3px solid #000000;
        padding: 15px 15px 85px 15px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    figure.snip1113 figcaption {
        position: absolute;
        height: 120px;
        bottom: 0px;
        left: 0;
        right: 0;
        display: block;
    }

    figure.snip1113 h3 {
        background-color: #ffffff;
        color: #000000;
        font-size: 18px;
        width: 100%;
        padding: 5px 12px;
        margin: 0;
        text-transform: uppercase;
        font-weight: 800;
    }

    figure.snip1113 h3 span {
        font-weight: 800;
    }

    figure.snip1113 h4 {
        margin: 0;
        color: #000000;
        text-transform: uppercase;
        letter-spacing: -1px;
        font-size: 16px;
    }
