html,
body {
	height: 100%;

	font-family: 'THSarabun';
	font-size: 22px;
	line-height: 1;
}

a:hover, a:focus {
	color: #157ab5;
	text-decoration: none;
}

textarea {
   resize: none;
}

/* ***************************************************************************************** */
h1 {
	font-family: 'th_k2d_july8regular';
	margin-top: 24px;
	margin-bottom: 0px;
	line-height: 1;
}

.wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -42px;
	padding: 0 0 34px 0;
	line-height: 1;
	background-color: #e6eaef;
}

.wrap > .container {
	padding: 0px 15px 20px;
}

.footer {
	background-color: #dde1e6;
	border-top: 1px solid #ccd2d6;
	padding: 10px 0 12px 0;
	color: #777;
}

.jumbotron p {
	font-size: 22px;
	font-weight: bold;
	color: #006600;
}

.jumbotron {
	background-color: #dadfe2;
	text-align: center;
	font-family: "th_k2d_july8regular";
	padding-top: 10px;
	padding-bottom: 80px;
}


.affix {
	top: 0;
	width: 100%;
}

.affix + .container {
	padding-top: 70px;
}


/*.navbar {
	border-radius: 0px;
	min-height:28px !important;
}
*/
 .navbar {
	min-height: 26px;
}

.navbar-brand {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 8px;
}

@media (min-width: 768px) {
	.navbar-nav > li > a {
		padding-top: 8px;
		padding-bottom: 8px;
		line-height: 26px;
	}
}

.form-control {
	font-size: 22px;
	line-height: 1em;
	padding: 4px 12px;
	height: 34px;
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1;
	font-size: 22px;
	color: #333333;
	white-space: nowrap;
}

.navbar-default {
	border-top-color: #4d789c;
	border-bottom-color: #1f89c5;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-left: -15px;
}


.panel-primary .panel-heading, .panel-success .panel-heading, .panel-warning .panel-heading, .panel-danger .panel-heading, .panel-info .panel-heading, .panel-primary .panel-title, .panel-success .panel-title, .panel-warning .panel-title, .panel-danger .panel-title, .panel-info .panel-title {
	color: #fff;
	height: 40px;
	padding-top: 3px;
	font-family: inherit;
	font-size: inherit;
}

.hint-block {
	display: block;
	padding-top: 8px;
	color: #999;
	margin-bottom: -10px;
}

.alert {
	padding: 12px;
	margin-bottom: 16px;
	border-radius: 4px;
}

.breadcrumb {
	padding: 7px 14px 4px 14px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1em;
	vertical-align: middle;
	border-top: 1px solid #ddd;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicons {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1em;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px 4px 10px;
	font-size: 22px;
	line-height: 1;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn-default {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ccc;
}

.btn-sm, .btn-group-sm > .btn {
	/*padding: 4px 4px;*/
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: inherit;
	line-height: 1em;
	border-radius: 4px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -1px;
	height: 34px;
}

.glyphicon-star, .glyphicon-star-empty {
	font-size: inherit;
}

.datepicker td, .datepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
	font-size: 20px;
}


.table >thead >tr >th > a {
   color: #555555;
}

.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	/*padding: 6px 12px;*/
	padding: 6px 10px 3px 10px;
	margin-left: -1px;
	line-height: 1;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #d6dce0;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 22px;
	line-height: 1;
	color: #999999;
	white-space: nowrap;
}

.input-group-addon {
	/*padding: 6px 10px;*/
	padding: 4px 8px 0px 8px;
	font-size: 22px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #d6dce0;
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	/*height: 35px;*/
}


.kv-zoom-title{
	font-family: inherit;
	font-size: 20px;
	color: #FF0000;
}

.glyphicon-triangle-left, .glyphicon-triangle-right{
	font-size: 62px;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 0px;
	font-weight: bold;
}

.table > thead > tr > th {
	border-left: 0px;
}

.badge {
	display: inline-block;
	/* min-width: 10px; */
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	color: #ffffff;
	line-height: 1;
	/* vertical-align: bottom; */
	white-space: nowrap;
	text-align: center;
	background-color: #2fa4e7;
	/* border-radius: 10px; */
}

.badge-info {
  background-color: #ab3d3b;
}


.s2-select-label, .s2-unselect-label {
	 line-height: 1;
	 font-size: 20px;
}

.bootstrap-dialog .bootstrap-dialog-title {
	color: #fff;
	display: inline-block;
	font-size: 30px;
	font-family: 'th_k2d_july8regular';
}

.bootstrap-dialog .bootstrap-dialog-message {
	font-size: 22px;
}

.modal-title {
	margin-top: 2px;
	line-height: 1;
	font-family: 'th_k2d_july8regular';
	/*font-weight: bold;*/
	font-size: 30px;
	color: #fff;
	/*font-family: inherit;*/
}



.modal-header {
	padding: 6px 12px 6px 12px;
	/* padding-left: 8px; */
	border-bottom: 1px solid #e5e5e5;
	color: #fff;
	/*border-bottom:1px solid #eee;*/
	background-color: #337ab7;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.modal-footer {
	padding: 8px;
	text-align: right;
	border-top: 1px solid #f5f5f5;
}

.modal-header-primary {
	color: #fff;
	/*padding: 9px 15px;*/
	border-bottom:1px solid #eee;
	background-color: #337ab7;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	 border-top-left-radius: 4px;
	 border-top-right-radius: 4px;
}

.select2-container--krajee .select2-selection--single {
	/*height: 38px;*/
	line-height: 1;
	padding: 7px 24px 7px 12px;
}

.select2-container--krajee .select2-selection {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555555;
	font-size: 22px;
	outline: 0;
	/*height: 34px;*/
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
	border: none;
	border-left: 1px solid #ccc;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-search--dropdown .select2-search__field {
	padding-left: 8px;
	width: 100%;
	box-sizing: border-box;
}

.select2-container--krajee .select2-selection--single .select2-selection__rendered {
	color: #555555;
}

.select2-container--krajee .select2-selection--single .select2-selection__rendered {
	color: #555555;
	margin-top: -1px;
	font-size: 22px;
}

.select2-container--krajee .select2-search--dropdown .select2-search__field {
	height: 32px;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
	color: #555555;
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin: 1px 0 0 1px;
	padding: 0 6px;
	font-size: 20px;
}

.kv-action-btn {
	padding: 0;
	background: none;
	border: none;
}

ul.a {
	list-style-type: none;
	padding-left: 0;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: #f2f2f4;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	background-color: #fbfbe0;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f2f2f4;
	border-top: 1px solid #d6dce0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.file-caption-icon {
	line-height: 1em;
	left: 8px;
	padding-top: 3px;
}

.file-error-message {
	color: #a94442;
	background-color: #f2dede;
	margin: 5px;
	border: 1px solid #ebccd1;
	border-radius: 4px;
	padding: 10px;
}

.file-caption .file-caption-name {
	width: 100%;
	margin-top: -2px;
	padding: 0;
	box-shadow: none;
	border: none;
	background: none;
	outline: none;
}

.file-zoom-dialog .kv-zoom-title {
	font-weight: 300;
	color: #fff;
	max-width: 50%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.krajee-default .file-caption-info {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 160px;
	/*height: 15px;*/
	margin: auto;
	font-size: 20px;
}

.tt-menu .tt-suggestion {
	display: block;
	padding-left: 10px;
	clear: both;
	font-weight: normal;
	font-size: 22px;
	line-height: 1em;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*.tt-menu .tt-suggestion.tt-cursor, .tt-menu .tt-suggestion.tt-selectable:hover {
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7;
	color: #fff;
}*/

/* text color */
.text-red {
	color: #da3333;
}

.text-blue {
	color: #337ab7;
}

.text-green {
	color: #1d9d74;
}

.text-orange {
	color: #e85b3a;
}

.text-yellow {
	color: #ffc502;
}

.text-puple {
	color: #b109f7;
}

/* text position */
.text-header {
	vertical-align: middle !important;
	text-align: center;
}

.text-top {
	vertical-align: top !important;
}

.text-middle {
	vertical-align: middle !important;
}



.summary {
	padding-top: 7px;
}

.select2-container--krajee .select2-selection--single .select2-selection__clear {
	right: 1.4rem;
}

.file-preview .fileinput-remove {
	top: 4px;
	right: 6px;
	line-height: 10px;
}

.redactor-editor {
	position: relative;
	overflow: auto;
	margin: 0 !important;
	/*padding: 20px;*/
	padding-top: 10px;
	padding-bottom: 14px;
	outline: none;
	white-space: normal;
	border: 1px solid #ccc;
	font-family: 'THSarabun' !important;
	font-size: 22px;
	line-height: 1em;
}

.redactor-toolbar {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	font-size: 14px !important;
	line-height: 1 !important;
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	z-index: 0;
}

.redactor-editor div, .redactor-editor p, .redactor-editor ul, .redactor-editor ol, .redactor-editor table, .redactor-editor dl, .redactor-editor figure, .redactor-editor blockquote, .redactor-editor pre {
	margin: 0;
	margin-bottom: 2px;
	border: none;
	background: none;
	box-shadow: none;
	font-family: 'THSarabun';
	font-size: 22px;
	line-height: 1em;
}


.dropdown-menu {
	z-index: 1100;
}

/*.bootstrap-dialog.type-warning .modal-header {
	background-color: #337ab7;
}*/

.fa, .fab, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1em;
	position: relative;
	top: 3px;
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	margin-top: -8px;
}

.pad-top {
	padding-top:40px;
}
.tab-content-border {
	border-left: 1px solid #e1e1e1;
	padding: 15px;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	/*border: 1px solid transparent;*/
	border: 1px solid #dddddd;
	border-radius: 4px 4px 0 0;
	background-color: #eeeeee;
	color: #000;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #555555;
	background-color: #dddddd;
	border: 1px solid #ccc;
	border-bottom-color: transparent;
	cursor: default;
}






/* line 390, ../sass/theme/theme.scss */
.regis_class {
  /*position: relative;*/
  display: table-cell;

      width: 10%;
  /*float: none !important;*/
  border: 1px dashed #CCCCCC;
  /*border-right: 0px;*/
  /*transition: 0.3s ease;*/
  text-align: center;
  font-family: 'th_k2d_july8regular';
	padding: 1em 0;
	background-color: #f5f5f5;
}

/* line 391, ../sass/theme/theme.scss */
.regis_class:hover {
  border: 3px solid #0072bc;
  /*transition: 0.1s ease;*/
}



.dropdown-menu {
	padding: 4px;
}


a.blueToRed:link{text-decoration:none; color:#0d5aa5;}
a.blueToRed:visited {text-decoration:none; color:#0d5aa5;}
a.blueToRed:hover {text-decoration:none; color:#ff0000;}

a.white:link{text-decoration:none; color:#fff;}
a.white:visited {text-decoration:none; color:#fff;}
a.white:hover {text-decoration:none; color:#fff;}