.active{
	color:#019728;
}

.appeal_menu{
	margin:85px 0 0 0;
	width:100%;
	height:auto;
	float:left;
	text-align:center;
}

.appeal_block{
	margin:auto;
	width:100%;
	height:70px;
	display: flex;
    justify-content: center;
}

.appeal_block a{
	text-decoration:none;
	color:#6e6e6e;
}

.appeal_text{
	float:left;
	margin:0 5px 0 5px;
	font-size:30px;
	width:auto;
}

.appeal_line{
	height: 2px;
	width:14%;
	float:left;
	background: #6e6e6e;
	margin:23px 0 0 0;
}

.appeal_title{
	font-size:40px;
	color:#031142;
	width:100%;
	height:auto;
	text-align:center;
}

.appeal_subtitle{
	font-size:30px;
	color:#031142;
	width:100%;
	height:auto;
	text-align:center;
	margin:10px 0 0 0;
}

.dial_pad{
	display:flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	width:100%;
}

.appeal_pad{
	width:15%;
	height:auto;
}

.img_appeal, .text_appeal{
	width:100%;
	height:auto;
	float:left;
}

.text_appeal{
	font-size:30px;
	text-align:center;
	color:#be5108;
}

.img_appeal img{
	 width: 100%;
	 height: auto;
}

/*********************Form*************************/
.danger{
	color:red;
}

.grey{
	color:#9a9a9a;
	font-size:20px;
}

.form_appeal{
	width:100%;
	height:auto;
	display:flex;
	justify-content: center;
	margin-top:60px;
}

.form_pad{
	width:720px;
	height:auto;
	margin-bottom:15px;
}

.form_row{
	width:100%;
	float:left;
}

.form_row a{
	text-decoration: none;
}

.img_box{
	width:250px;
	height:auto;
	float:left;
}

.img_title, .text_title{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
}

.img_title img{
	width:55%;
}

.text_title{
	font-size: 30px;
    text-align: center;
    color: #be5108;
}

.dropdown_box{
	width:470px;
	height:auto;
	float:left;
}

.dropdown{
	float:left;
	width:90%;
	height:auto;
	margin: 0 5% 25px 5%;
}

.label{
	float:left;
	font-size:25px;
	color:#031142;
	width:100%;
}

.center-label{
	text-align:center;
	margin:30px 0 0 0;
}

.select_dropdown{
	width:100%;
	float:left;
}

.select_dropdown select{
	width:100%;
	height:40px;
	font-size:20px;
	border:1px solid #80bdff;
	border-radius: 5px;
}

.textbox_box{
	width:90%;
	margin:15px 5% 0 5%;
}

.textbox_full{
	width:99%;
	height:auto;
	float:left;
}

.textbox_full input[type="text"]{
	width:96%;
	height:40px;
	font-size:20px;
	border:1px solid #80bdff;
	border-radius: 5px;
	text-indent:10px;
}

.textbox_full textarea{
	width:96%;
	height:240px;
	font-size:20px;
	border:1px solid #80bdff;
	border-radius: 5px;
	padding:2%;
}

input[type="file"] {
  padding: 4px;
  margin: -4px;
  position: relative;
  outline: none;

  /* File Selector Button Styles */
  &::file-selector-button {
    border-radius: 4px;
    padding: 0 16px;
    height: 40px;
    cursor: pointer;
    background-color: white;
    border: 1px solid rgba(#000, 0.16);
    box-shadow: 0px 1px 0px rgba(#000, 0.05);
    margin-right: 16px;

    /*
      This is a hack to change the button label. 
      I'm hiding the default label and then 
      manually applying the width based on 
      updated icon and label.
    */
    width: 132px;
    color: transparent;
    
    /*
      Firefox doesn't support the pseudo ::before 
      or ::after elements on this input field so 
      we need to use the @supports rule to enable 
      default styles fallback for Firefox.
    */
    @supports (-moz-appearance: none) {
      color: var(--primary-color);
    }

    &:hover {
      background-color: #f3f4f6;
    }

    &:active {
      background-color: #e5e7eb;
    }
  }

  /* Faked label styles and icon */
  &::before {
    position: absolute;
    pointer-events: none;
    top: 14px;
    left: 16px;
    height: 20px;
    width: 20px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230964B0'%3E%3Cpath d='M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z'/%3E%3C/svg%3E");
  }
  
  &::after {
    position: absolute;
    pointer-events: none;
    top: 16px;
    left: 40px;
    color: var(--primary-color);
    content: "อัปโหลดภาพ";
  }

  /* Handle Component Focus */
  &:focus-within::file-selector-button,
  &:focus::file-selector-button {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
  }
}

.img_pad{
	width:90%;
	margin:40px 5% 15px 5%;
	float:left;
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.img_upload{
	width:30%;
	height:auto;
	filter: drop-shadow(0 0 0.35rem #666666);
}

.textbox_half{
    width: 46%;
    height: auto;
    float: left;
    margin: 30px 2% 30px 2%;
}

.label_half{
	font-size:25px;
}


.map{
	width:100%;
	height:auto;
	float:left;
	margin:15px 0 30px 0;
	filter: drop-shadow(0 0 0.75rem #666666);
	text-align:center;
}

.agree_box input[type="checkbox"]{
	width:40px;
	transform: scale(2);
}

.appeal_btn {
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	background-color:#3d94f6;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:24px;
	padding:12px 44px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.appeal_btn:hover {
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	background-color:#1e62d0;
}
.appeal_btn:active {
	position:relative;
	top:1px;
}

/**************************Tracking**************************/
.table_pad{
	width:1400px;
	height:auto;
	margin-bottom:15px;
}

.textbox_center{
	width:100%;
	text-align:center;
}

.textbox_center input[type="text"]{
	width:30%;
    height: 40px;
    font-size: 20px;
    border: 1px solid #80bdff;
    border-radius: 5px;
    text-indent: 10px;
}

.table_container {
    width: 90%;
    margin: 20px 0;
}

.flex_center{
	display:flex;
	justify-content:center;
}

.text_center{
	text-align:center;
}

.italic{
	font-style: italic;
}

@media only screen and (max-width: 1399px) {
	.text_appeal{
		font-size:2.2vw;
	}
}

@media only screen and (max-width: 999px) {
	.textbox_center input[type="text"]{
		width:50%;
	}
}



@media only screen and (max-width: 836px) {
	.appeal_block{
		width:100%;
	}
	
	.appeal_line{
		display:none;
	}
	
	.appeal_text{
		float:none;
	}
}

@media only screen and (max-width: 629px) {
	.appeal_text{
		font-size:25px;
	}
	.textbox_center input[type="text"]{
		width:60%;
	}
}

@media only screen and (max-width: 799px) {
	.appeal_pad {
		width: 21%;
		height: auto;
	}
	
	.text_appeal{
		font-size:3.2vw;
	}
}

@media only screen and (max-width: 739px) {
	.form_pad{
		width:100%;
	}
	
	.img_box{width:40%;}
	.dropdown_box{width:60%;}
}

@media only screen and (max-width: 599px) {
	
	.appeal_pad {
		width: 33%;
		height: auto;
	}
	
	.text_appeal{
		font-size:4.2vw;
	}
	
	.appeal_text{
		font-size:22px;
	}
	
	.appeal_block{
		height:auto;
	}
	
	.appeal_menu{
		margin:60px 0 15px 0;
	}
	
	.appeal_title{
		font-size:30px;
	}

	.appeal_subtitle{
		font-size:20px;
	}
	
	.label, .label_half{font-size:20px;}
	
	.textbox_center input[type="text"]{
		width:80%;
	}
}

@media only screen and (max-width: 499px) {
	.img_box, .dropdown_box{width:100%;}
	.textbox_half{width:96%;margin: 30px 1% 30px 3%;}
}

@media only screen and (max-width: 474px) {
	.appeal_text{
		width:100%;
		display:block;
		margin: 0 0 0 0;
	}
}

/**************Table*********************/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  min-height: 100vh;
  background: #c4d3f6;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
}

.wrap-table100 {
  width: 960px;
  border-radius: 10px;
  overflow: hidden;
}

.table {
  width: 100%;
  display: table;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .table {
    display: block;
  }
}

.row {
  display: table-row;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .row {
    display: block;
  }

  .row.header {
    padding: 0;
    height: 0px;
  }

  .row.header .cell {
    display: none;
  }

  .row .cell:before {
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: unset !important;

    margin-bottom: 13px;
    content: attr(data-title);
    min-width: 98px;
    display: block;
  }
}

.cell {
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .cell {
    display: block;
  }
}

.row .cell {
  line-height: 1.2;
  font-weight: unset !important;

  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #858585;
}

.row.header .cell {
  line-height: 1.2;
  font-weight: unset !important;
  padding-top: 19px;
  padding-bottom: 19px;
  border-top: 2px solid #757575;
  border-bottom: 2px solid #757575;
}

.row .cell:nth-child(1) {
  width: 140px;
  padding-left: 20px;
  text-align:center;
  vertical-align: middle;
}

.row .cell:nth-child(2) {
  width: 160px;
  text-align:center;
  vertical-align: middle;
}

.row .cell:nth-child(3) {
  width: 150px;
  text-align:center;
  vertical-align: middle;
}

.row .cell:nth-child(4) {
  width: 190px;
  text-align:center;
  vertical-align: middle;
}
.row .cell:nth-child(5) {
  width: 190px;
  vertical-align: middle;
  padding-left:15px;
}
.row .cell:nth-child(6) {
  width: 190px;
  text-align:center;
  vertical-align: middle;
}


.table, .row {
  width: 100% !important;
}


@media (max-width: 768px) {
  .row {
    border-bottom: 1px solid #858585;
    padding-bottom: 18px;
    padding-top: 10px;
    padding-right: 0;
    margin: 0;
	text-align:center;
  }
  
  .row .cell {
    border: none;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .row .cell:nth-child(1) {
    padding-left: 0;
  }
  
  .row .cell {
    line-height: 1.2;
    font-weight: unset !important;
  }

  .table, .row, .cell {
    width: 100% !important;
  }
}

/******************Pagination************************/
[data-pagination],
[data-pagination] *,
[data-pagination] *:before,
[data-pagination] *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}
[data-pagination] {
  font-size: 8pt;
  line-height: 1;
  font-weight: 400;
  font-family: 'Open Sans', 'Source Sans Pro', Roboto, 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Myriad Pro', 'Segoe UI', Myriad, Helvetica, 'Lucida Grande', 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  margin: 1em auto;
  text-align: center;
  transition: font-size .2s ease-in-out;
}
[data-pagination] ul {
  list-style-type: none;
  display: inline;
  font-size: 100%;
  margin: 0;
  padding: .5em;
}
[data-pagination] ul li {
  display: inline-block;
  font-size: 100%;
  width: auto;
  border-radius: 3px;
}
[data-pagination] > a {
  font-size: 140%;
}
[data-pagination] a {
  color: #777;
  font-size: 100%;
  padding: .5em;
}
[data-pagination] a:focus,
[data-pagination] a:hover {
  color: #f60;
}
[data-pagination] li.current {
  background: rgba(0,0,0,.1)
}
/* Disabled & Hidden Styles */
[data-pagination] .disabled,
[data-pagination] [hidden],
[data-pagination] [disabled] {
  opacity: .5;
  pointer-events: none;
}
@media (min-width: 350px) {
  [data-pagination] {
    font-size: 10pt;
  }
}
@media (min-width: 500px) {
  [data-pagination] {
    font-size: 12pt;
  }
}
@media (min-width: 700px) {
  [data-pagination] {
    font-size: 14pt;
  }
}
@media (min-width: 900px) {
  [data-pagination] {
    font-size: 16pt;
  }
}