@charset "utf-8";
/* CSS Document */

/* Services Section
--------------------------------*/

#login {
  padding: 60px 0 40px 0;
}

#login .box {
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#login .box:hover {
  /* -webkit-transform: scale(1.1);
  transform: scale(1.1); */
}



#login .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#login .icon i {
  font-size: 36px;
  line-height: 1;
}

#login .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 28px;
}

#login .title a {
  color: #111;
}

#login .box:hover .title a {
  color: #1bb1dc;
}

#login .description {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}


.formArea {
  padding: 10px 0 40px 0;
}

.formArea .box {
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.formArea .box:hover {
  /* -webkit-transform: scale(1.1);
  transform: scale(1.1); */
}



.formArea .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.formArea .icon i {
  font-size: 36px;
  line-height: 1;
}

.formArea .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 28px;
  position: relative;
}

.formArea .title a {
  color: #111;
}

.formArea .box:hover .title a {
  color: #1bb1dc;
}

.formArea .description {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}


.loginBox .description
		{
			text-align: center !important;
		}
	.loginFormBlock
		{
			padding: 0px 10px;
			margin-top: 10px;
		}
		.dx-item-content
		{
			font-size: 16px;
    		font-family: 微軟正黑體, "Microsoft JhengHei", 文泉驛正黑, "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Open Sans", Arial, sans-serif !important;
		}
		.dx-radiogroup-horizontal
		{
			height: 36px;
   
    vertical-align: middle;
    padding-top: 5px;
    padding-left: 5px;
		}
.formX
{
	padding-inline-start: 0px;
}
.formLabel {
    width: 100%;
    display: block;
    text-align: left;
    padding: 3px;
    padding-right: 6px;
    vertical-align: -webkit-baseline-middle;
    border-radius: 4px;
}
.formField {
    width: 100%;
    display: inline-block;
    font-family: "微軟正黑體", "Microsoft JhengHei", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Open Sans", Arial, sans-serif !important;
    font-size: 16px;
	text-align: left;
	ime-mode: inactive;
}
.formFieldCAPTCHAImgBlock
{	
    width: 100%;
    display: block;
    min-height: 50px;
}
 .formFieldCAPTCHABtnBlock {
     width: 100%;
     display: block;
	     height: 50px;
    line-height: 50px;
     text-align: center;
}
.formFieldCAPTCHABtnBlock a
{
	color: #ffffff;
}
#submitBtn {
    width: 50%;
    background-color: #0d4d5f;
    color: #fff;
    font-size: 18px;
	text-align: center;
}


#main{
  margin-top: 86px;
}
.room-info{
  border-radius: 10px;
  padding: 5px;
  margin-top: 45px;
}
.room-info table{
  margin-top: 10px;
  border-radius: 10px !important;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
  font-size: 14px;
  margin-bottom: 40px;
}
.room-info table thead tr{
  background: #6c7ae0; 
  color: #fff;
}          
.room-info table thead tr th{
  border: 1px solid #eee;
  padding: 10px;
}     
.room-info table thead tr th:nth-child(1){width: 10%;}  
.room-info table thead tr th:nth-child(2){width: 20%;}  
.room-info table thead tr th:nth-child(3){width: 30%;}
.room-info table thead tr th:nth-child(4){width: 10%;}
.room-info table thead tr th:nth-child(5){width: 10%;}
.room-info table tbody tr td{
  border: 1px solid #eee;
  padding: 10px;
}    
.room-info table tbody tr:nth-of-type(2n){
  background: #f8f6ff;
}
.room-info table tfoot tr td{
  border: 1px solid #eee;
  padding: 10px;
}  
.main-title {
  padding: 2px 0;
  margin: 0 -15px;
  background: #6c7ae0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px 3px 0 0;
}

.input-group {
  display: block;
  position: relative;
  margin-bottom: 10px;
}

.info-content .label {
  font-size: 16px;
  background: none;
  color: #336666;
  text-transform: capitalize;
  display: block;
  margin-bottom: 5px;
  text-align: left;
}

.info-content .sub-content {
  border: 1px solid #3f9cb5;
  padding: 20px 10px;
}

.info-content input {
  line-height: 50px;
  background: #fafafa;
  /* box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .08); */
  outline: none;
  margin: 0;
  border: none;
  width: 100%;
  font-size: 14px;
  font-family: inherit;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 16px;
  color: #666;
}

.info-content textarea {
  width: 100%;
  background: #fafafa;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .08);
}

.dx-texteditor-container {
  height: auto;
}


   /* ======= note =======*/
        .note-area {
            /* display: none; */
            box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
        }

        .note-content .sub-title {
            position: relative;
        }

     

        .note-area .note-area-header ul {
            color: #fff;
            background-color: #6c7ae0;
        }

        .note-area .note-area-header ul li {
            padding: 8.8px;
            display: inline-block;
            box-sizing: border-box;
        }

        .note-area .note-area-header ul li+li {
            border-left: 1px solid #e9ecef;
        }

        .note-area-content>div:nth-child(2n) {
            background-color: #f8f6ff;
        }

        .note-area-content .note-sub-header {
            padding: 8.8px;
            width: 19.4%;
            border-right: 1px solid #ddd;
            box-sizing: border-box;
        }

        .note-area-content .note-sub-content {
            padding: 8.8px;
            width: 79%;
            border-radius: 10px;
            box-sizing: border-box;
        }

        .note-area-content .note-sub-content ul {
            padding: 5px 0;
        }

        .note-area-content .note-sub-content>ul:hover {
            background-color: #f8f9fa;
        }

        .note-area-content .note-sub-content ul+ul{
            border-top: 1px solid #aaa;
        }

        .note-area-content .note-sub-content ul li {
            width: 24%;
        }

        .note-area-content .note-sub-content ul li:nth-child(1) {
            width: 30%;
        }

        .note-area-content .note-sub-content ul li:nth-child(2) {
            width: 100%;
        }

        .note-area-content .note-sub-content ul li:nth-child(3) {
            width: 20%;
        }

        .note-area-content .note-sub-content ul li:nth-child(4) {
            width: 20%;
            text-align: center;
        }

        .note-area-content .note-sub-content .note2arr-else-label {
            color: #000 !important;
            background-color: transparent;
        }


	.expBtn
		{
			width: 30px;
			height: 30px;
			display: inline-block;
			border: 1px solid #fff;
			text-align: center;
			border-radius: 4px;		
			line-height: 30px;
		}



.roomDataInfoBtn{
  display: none;
}
.main-title.note-title .expBtn .fa-minus,
.main-title.note-title.active .expBtn .fa-plus
{
  display: none;
}
.main-title.note-title.active .expBtn .fa-minus,
.main-title.note-title .expBtn .fa-plus{
  display: inline;
}


@media (min-width: 480px) {} 
@media (min-width: 768px) {
	#login .box {
	padding: 30px;
}
	

.formLabel {
    width: 20%;
    display: inline-block;
    text-align: right;   
}
.formField {
    width: 72%;
    display: inline-block;   
}
	
.formFieldCAPTCHAImgBlock
{
	width: 50%; 
	display: inline-block;
}
.formFieldCAPTCHABtnBlock {
     width: 48%;
     display: inline-block;
     
}



    

} 
@media (min-width: 992px) {
	.loginFormBlock
		{
			padding: 0% 5%;
			margin-top: 10px;
		}
		

} 
@media (min-width: 1200px) {
	#submitBtn {
    width: 50%;
	}
} 
@media (max-width: 767px) {
  #person_amount,#person_amount_110,#bir_year,#bir_month,#bir_date{
    width: 50px  !important;
    margin-bottom: 5px;
  }

  .mobile-div{
      display: block;
  }
  .info-title .col-12:nth-of-type(1) .sub-content>div {
      width: 100%;
      font-size: 18px;
  }            
  .note-area-content .note-sub-header {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #ddd;
      background-color:#D2E9FF ;
  }
  .note-area-content .note-sub-content {
      width: 100%;
  }
  .note-area-content .note-sub-content ul li:nth-child(1),
  .note-area-content .note-sub-content ul li:nth-child(2),
  .note-area-content .note-sub-content ul li:nth-child(3),
  .note-area-content .note-sub-content ul li:nth-child(4){
      width: 100%;
  }
  .note-sub-content ul li{
    padding: 4px 0;
  }
  .note-sub-content ul li input{
      width: 60% !important;
  }
  .note-sub-title{
      color: #0e52ff;
      margin-right: 10px;
  }


/* responsive table */
.rwdtable {
        border: 0;
    }
                            
    .rwdtable caption {
            font-size: 1.3em;
        }
            
    .rwdtable thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }
                            
    .rwdtable tr {
            /* background-color: lightgrey; */
            /* border-bottom: 3px solid #ddd; */
            display: block;
            /* margin-bottom: .625em; */
            padding: 3px 4px;
        }
                            
    .rwdtable td {
            padding: 4px 4px;
            color: #444;
            border-bottom: none;
            display: block;
            font-size: 18px;
            text-align: right;
        }
                                
    .rwdtable td:before {
                color: black;
                text-align: right;
                padding-right: 15px;
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
                width: 31%;
            }
            .rwdtable tfoot td:before{
                width: 80%;

            }
                                
    .rwdtable td:last-child {
                border-bottom: 0;
            }
  .room-info table tbody tr td {
    border: none;
    text-align: left;
    padding-right: 1px;
  }
  label{
    margin-bottom: 0;
  }
  .fieldLabel span{
    color: gray !important;
  }
  .fieldLabel input{
    height: 100%;
  }
  .room-info table tfoot tr td{
    border: none;
  }
  tfoot{
    border-top: 1px solid #000;
  }
  
  .room-info table tbody tr:nth-of-type(2n){
    background: #f8f6ff;
  }
/* responsive table end */

tfoot > tr > td:first-child{
  display: none;
}

  .roomDataInfo.active{
    display: block
  }

  .dx-texteditor-buttons-container{ /* 數字控制**/
    display: none;
  }

   .roomDataInfoBtn{
    display: block;
  }
  .roomDataInfo{
    display: none;
    text-align: right;
  }
  .roomDataInfo.active{
    display: block
  }

} 