@import "config/_color.css";
@import "themes/_login.css";
@import url('https://fonts.googleapis.com/css?family=Kanit:300,400,500,700&subset=thai');

body {
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Kanit', sans-serif;
}

table, tr ,th{
	font-family: 'sans-serif', sans-serif;
}

p {
	font-family: 'Kanit', sans-serif;
}

a {
	font-family: 'Kanit', sans-serif;
	cursor: pointer;
}

label, button, table, tr ,th, input, ul, li {
	font-family: 'Kanit', sans-serif;
}

.alert-info {
	color: #333 !important;
}
.select-form {
	position: fixed;
	z-index: 1000;
	top: 15px;
	right: 15px; 
}
.select-form #font-selector {
	padding: 02px 5px;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	overflow: hidden;
	background-color: #555;
	color: #fff; 
}
.select-form #font-selector:focus {
	outline: none; 
}

.fpass{
	margin-top : 10px;
}
.modal-lg{
	max-width: 806px;
	left:3%;
}
.modal-content{
	border-radius: 5px;
}
.modal-header {
    padding: 15px;
	margin-left: 20px;
}
.close{
	font-size:44px;
	font-weight: 400;
	line-height: 15px;
}
.modal-dialog{
	font-weight: normal;
}
.req::after{
	position: absolute;
	display: inline;
	right:0;
	margin: -6% 8%;
	content: '*';
	color: #d9405cb5;
	font-size: 25px;
	font-weight: 300;
}
.req-btn::after{
	position: absolute; 
	display: inline;
	right:0;
	margin: 1% 22%;
    content: '*';
	color: #d9405cb5;
	font-size: 25px;
	font-weight: 300;
}
.btn-secondary{
	background-color:grey;
	color:white;
}
.col-form-label{
	font-weight: normal;
}

.btn-otp{
	background :#e43044;
	color: white;
}
.btn-otp:focus {
	color: white;
}
.btn-otp:hover {
	color: white;
	background-color: #d02a3d;
}

.text-under-label{
	color:red;
	font-weight: lighter;
}
.text-long{
	width: 90%;
}
.text-short{
	width: 100%;
}
.banner{
	background-color: green;
}
.new-line{
	padding: 10px 0;
}
.succ{
	background-color: #00a65a;
    padding: 17px 0;
    border: 3px solid white;
	border-radius: 7px;
	color: white;
}
.form-control {
    border-radius: 0px ;
    border: 1px solid #b8b8b8 !important;
	outline: 0;
	font-size: 11px;
}
.green {
    box-shadow: inset 0 1px 1px rgba(199, 199, 199, 0.075), 0 0 8px rgba(175, 175, 175, 0.6) !important;
    border-color: #29ff45 !important;
}
.red {
	box-shadow: inset 0 1px 1px rgba(199, 199, 199, 0.075), 0 0 8px rgba(175, 175, 175, 0.6) !important;
    border-color: red !important;
}
.warn{
	color:red;
	font-family: 'Kanit', sans-serif;
	font-size: 12px;
}

#pass-warn{
	word-wrap: break-word;
}

.hid{
	display: none;
}

@media (max-width:1188px){
	.modal-lg{
		max-width: 663px;
	}
	.req::after{
		margin: -6% 8%;
		font-size: 20px;
	}
	.req-btn::after{
		margin: 1% 22%;
		font-size: 20px;
	}
	.form-control{
		font-size: 10px;
	}
}
@media (max-width:991px){
	.modal-lg{
		max-width: 538px;
	}
	.req::after{
		margin: -6% 8%;
		font-size: 17px;
	}
	.req-btn::after{
		margin: 1% 22%;
		font-size: 17px;
	}
	.btn{
		font-size: 9px;
		margin-left: -17px;
		height: 25px;
	}
	.btn-otp {
		margin-left: -17px;
		height: 25px;
	}
}
@media (max-width:963px){
	.warn{
		font-size: 9px;
	}
}

@media (max-width:880px){
	.new-line{
		padding: 8px 0;
	}
	.modal-title {
		font-size: 15px;
	}
}

@media (max-width:767px){
	.col-xs-3{
		padding-left: 0;
	}
	.modal-lg{
		margin: 20px auto;
		max-width: 461px;
	}
	.modal-title {
		font-size: 14px;
	}
	label{
		float: left;
	}
	.col-form-label {
		font-size: 12px;
	}
	.text-long{
		width: 90%;
		height: 24px;
		font-size: 8px;
	}
	.text-short{
		height: 24px;
		font-size: 8px;
	}
	.succ{
		font-size: 9px;
	}
	.btn-otp {
		padding: 4px 6px;
		margin-left: -6px;
		height: 24px;
	}
	.btn-primary {
		padding: 4px 6px;
		margin-left: -6px;
		height: 24px;
	}

}

@media (max-width:569px){
	.modal-body {
		padding: 8px 15px;
	}
	.modal-footer {
		padding: 10px 15px;
	}
	.col-form-label {
		font-size: 10px;
	}
}

