@import url("https://fonts.googleapis.com/css?family=Luckiest+Guy");
body {
	margin: 0;
	padding: 0;
	
	
}

@font-face {
   font-family: myFont;
   src: url("FC Minimal Regular.ttf");
}

* {
   font-family: myFont;
}
.bg {
  /* The image used */
	/*background-image: url("img/BG for web-01.jpg");

  /* Full height */
  /*height: auto;  */

  /* Center and scale the image nicely */
 /* background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;*/
  
  
background-image: url("img/BG for web-01.png"); 
    background-repeat: no-repeat; 
    background-position: center;
    background-attachment: fixed;       
    background-size: cover;
    height:100%;
    width:100%; 
}

.bgmobile {
  /* The image used */
	/*background-image: url("img/BG for web-01.jpg");

  /* Full height */
  /*height: auto;  */

  /* Center and scale the image nicely */
 /* background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;*/
  
  
background-image: url("img/BG Mobile-01.png"); 
    background-repeat: no-repeat; 
    background-position: center;
    background-attachment: fixed;       
    background-size: cover;
    height:100%;
    width:100%; 
}


input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 28px;
  height:50px;
}

.notice{
	font-size: 28px;
	border: 2px solid #C62828;
	border-radius: 4px;
	/*display: inline-block;*/
	padding: 20px 20px;
	width: 75%;
}

input[type=submit] {
  width: 30%;
  background-color: #C62828;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
table {
  border-collapse: collapse;
	border: none;
}
label{
	font-size: 40px;

}



.main-input{
	padding-left:5%;
	background-color:#f2f2f2;
}

.group-td{
	padding-left:3%;
	background-color:#f2f2f2;
	border-color:#f2f2f2;
}

.order_detail{
	 font-size: 24px;
}



button[type=submit]{
        border: none;
       cursor: pointer;
        appearance: none;
        background-color: inherit;
        margin-left:10px;
      }
	  

.subject {
  border-radius: 4px;
  background-color: #45B6FE;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 40px;
  width: 300px;
  height: 75px;
  transition: all 0.5s;
  margin: 5px;
  font-weight:bolder;
}

.subject span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.subject span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.subject:hover span {
  padding-right: 25px;
}

.subject:hover span:after {
  opacity: 1;
  right: 0;
}

/* Radio */

.radio-custom {
    opacity: 0;
    position: absolute;   
}

.radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.radio-custom-label {
    position: relative;
}

.radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #0047ab;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}



.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #0047ab;
    box-shadow: inset 0px 0px 0px 4px #fff;
	border: 2px solid #0047ab;
}

/* dropdown */

.select-input{
      margin-top: 40px;
      font-size: 22px;
      width: 15%;
      background-color: white;
      border:2px solid #bcbcbc;
      border-radius: 5px;
      padding: 10px 10px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      margin: 4px 2px;
      cursor: pointer;
      color: #bcbcbc;
      font-weight: bolder;
      -webkit-box-shadow: 0px 5px 5px 3px #bcbcbc;
      -moz-box-shadow: 0px 5px 5px 3px #bcbcbc;
      box-shadow: 0px 5px 5px 3px #bcbcbc;
	
  }

  .select-selected {
    font-family: 'SukhumvitSetB', sans-serif;
    margin-left: 5px;
    background-color: white;
    font-weight: bolder;
  }
  /*style the arrow inside the select element:*/
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: #bcbcbc  ;
  }
  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
    border-color:  #bcbcbc;
    top: 7px;
  }
  /*style the items (options), including the selected item:*/
  .select-items div,.select-selected {
    color: #444444;
    padding: 8px 16px;
    border: 2px solid ;
    border-color:   #bcbcbc;
    cursor: pointer;
    user-select: none; 
    font-size: 15px;
  }
  /*style items (options):*/
  .select-items {
    position: absolute;
    background-color: #bcbcbc;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }
  .select-items div:hover, .same-as-selected {
    background-color: #bcbcbc;
  }


.image-preview{
	width: 75%;
	min-height: 500px;
	border:5px solid white;
	margin-top: 15px;
	
	/* Default text */
	display: flex;
	align-items:center;
	justify-content: center;
	font-weight:bold;
	color: white;
	font-size:24px;
}
.image-preview__image {
	display: none;
	width: 75%;
}

/* file upload button */
input[type="file"]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  transition: background-color 200ms;
}

/* file upload button hover state */
input[type="file"]::file-selector-button:hover {
  background-color: #f3f4f6;
}

/* file upload button active state */
input[type="file"]::file-selector-button:active {
  background-color: #e5e7eb;
}



.detail th {
	text-align: right;
	padding-right:10px;
   background-color:#73c2fb;
   border-color:white;
   font-size:24px;
}

.detail td{
	background-color:#F5F5F5;
	padding-left:10px;
	color:black;
	font-size:24px;
}
.detail tr{
	height:30px;
}
.detail .subject {
  border-radius: 4px;
  background-color: #45B6FE;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  width: 300px;
  height: 75px;
  transition: all 0.5s;
  margin: 5px;
  font-weight:bolder;
}