@import url(../fonts/Prompt/PromptLight.css);
@import url(../fonts/Kanit/KanitLight.css);

body{
	font-family: 'Kanit';
}

/* label { */
/*   font-family: 'Kanit'; } */

.bg-user .left_col{
	background-color: #0e72ae;
}

.bg-admin .left_col{
	background-color: #067457;
}

.bg-admin .nav.side-menu > li.current-page, 
.bg-admin .nav.side-menu > li.active{
	border-left: 8px solid #49b598;
}
  
 hr.hr-normal{
 	margin-top: 0;
 	border-top: 1px solid #999999;
 } 

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.loader {
  z-index: 99999;
  position: fixed;
  margin: 60px auto;
  font-size: 10px;
  left: 50%;
  top: 35%;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(61, 183, 239, 0.2);
  border-right: 1.1em solid rgba(61, 183, 239, 0.2);
  border-bottom: 1.1em solid rgba(61, 183, 239, 0.2);
  border-left: 1.1em solid #3db7ef;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Kanit'; }

h3 {
  font-size: 28px; }

.x_title h2 {
  font-size: 20px; }

.sk-fading-circle {
  width: 25px;
  height: 23px;
  position: relative;
  display: inline-block;
  margin-right: 20px; }

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

label {
  font-family: 'Kanit'; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.loader {
  z-index: 99999;
  position: fixed;
  margin: 60px auto;
  font-size: 10px;
  left: 50%;
  top: 35%;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(61, 183, 239, 0.2);
  border-right: 1.1em solid rgba(61, 183, 239, 0.2);
  border-bottom: 1.1em solid rgba(61, 183, 239, 0.2);
  border-left: 1.1em solid #3db7ef;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#ui-datepicker-div {
  padding: 0px; }

.ui-widget-header {
  border: none;
  background: #34495e;
  border-radius: 0px;
  color: #fff;
  font-weight: bold; }

.ui-datepicker th {
  color: #73879C; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: none;
  background: #fff;
  color: #fff; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border-radius: 4px;
  background: #536A7F;
  color: #fff; }

a.ui-state-default.ui-state-hover {
  border-radius: 4px;
  background: #536A7F;
  color: #fff; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 0px;
  height: 2.3em;
  border-radius: 0px;
  color: #fff; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 0px;
  color: #34495e; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 0px;
  color: #34495e; }

.input-group {
  margin-bottom: 0px; }

.inline {
  display: inline; }

.page-title .title_left {
  width: 50%;
  display: inline; }

.page-title .title_right {
  width: 50%;
  display: inline; }

.side-menu li {
  font-family: Kanit; }

.font-kanit {
  font-family: Kanit; }

.btn {
  font-family: Kanit; }

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
  min-height: 34px; }

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

.widget {
  min-width: 250px;
  max-width: 500px; }

.fixed_height_350 {
  height: 350px; }

.pay_name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 23px; }

.ui-ribbon-container .ui-ribbon {
  position: relative;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  transform: rotate(45deg);
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  line-height: 20px;
  background-color: #1abb9c; }

.clickable-row {
  cursor: pointer; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #E6E9ED;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #000000;
  background-color: #FFF;
  border: 1px solid #26b99a; }

.initialism {
  font-size: 100%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 14px;
  border-left: 5px solid #eee; }

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

.panel_toolbox {
  float: right;
  min-width: 0px; }

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #000;
  border: 1px solid #26B99A; }

input.parsley-error,
span.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #E85445;
  background-color: #ffffff;
  border: 1px solid #E85445; }

.parsley-errors-list {
  margin: -22px 13px 0px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in; }

.parsley-errors-list.filled {
  opacity: 1; }

.thumbnail .image {
    height: 230px;
    overflow: hidden;
}

.thumbnail .image .form-permit{
	position: absolute;
    top: 162px;
    padding: 15px 10px;
    display: block;
    text-align: left;
    background-color: #000;
    opacity: 0.75;
    width: 100%;
    margin: 0;
    min-height: 47px;
}

.thumbnail .image .form-text{
	font-family: Kanit;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.thumbnail .caption{
	padding: 5px 0;
    background-color: #f2f2f2;
}

.thumbnail .btn-card{
    background: transparent;
    font-size: 18px;
    padding: 5px 0;
    margin: 0 5px;
}

/* Btn Afvc Card By reen */
.btn-afvc-info{
    margin-left: 9px;
    margin-right: 7px;
    margin-top: 5px;
    padding: 3px;
    font-size: 14px;
    color: #fff;
    background-color: #00a3e4;
    border-color: #00a3e4;
    padding-right: 7px;
    width: 69px;
}

.btn-afvc-info .fa{
   	color: #fff;
   	font-size: 16px;
}


.btn-afvc-info:hover {
    background-color: #fff;
    color: #00a3e4;
    border-color: #00a3e4;
}

.btn-afvc-default{
    margin-right: 10px;
    margin-top: 5px;
    padding: 3px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border-color: #333;
    padding-right: 7px;
    width: 69px;
}

.btn-afvc-default .fa{
   	color: #333;
   	font-size: 16px;
}


.btn-afvc-default:hover {
    background-color: #fff;
    color: #00a3e4;
    border-color: #00a3e4;
}
.btn-afvc-default:hover .fa{
   	color: #00a3e4;
   	font-size: 16px;
}


/* Btn Afvc Card By reen */

.btn-afvc-info:hover .fa{
   	color: #00a3e4;
   	font-size: 18px;
}

.thumbnail .btn-card .text-info{
	color: #3db7ef;
}

.thumbnail .btn-card .fa{
	font-size: 22px;
}

.thumbnail .btn-card .fa-pencil{
    text-decoration: underline;
}

.thumbnail .btn.active, .thumbnail  .btn:active{
	box-shadow : none;
}

.thumbnail .btn:hover{
	color : #00a3e4;
}

.thumbnail {
/*   height: 370px; */
/*   overflow: hidden; */
  border-radius: 0px;
  padding: 0px;
  margin-bottom: 10px;
/*   box-shadow: 2px 2px 4px #d2d2d2; */
}

.thumbnail:hover {
  border: 1px solid #3db7ef; }

.required {
  color: #d9534f; }

.parsley-errors-list {
  display: none; }

.swal2-modal {
  font-family: 'Kanit'; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f5f5f5;
  opacity: 1; }

th {
  font-family: 'Kanit'; }

ul.top_profiles {
  height: 550px;
  width: 100%; }

.usedForType {
  padding-top: 10px; }

#checkTradename {
  font-size: 10px;
  color: #d9534f; }
footer {
    padding: 10px 0;
}