@charset "utf-8";
@import url("loading.css?ts=1");
@import url("message_info.css?ts=1");

* {
    margin: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    letter-spacing: 1px;
    line-height: 1.5;
}

body {
    background-color: rgba( 232 , 236 , 238 , 1 );
    font-family: Microsoft JhengHei;
}

header {
    padding: 15px 10px;
    text-align: center;
	
	background: rgba( 235 , 235 , 235 , 1 );
}

main {
    position: relative;
}

#wrapper {
    width: calc( 100% - 20px );
	margin:10px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

#wrapper h2 {
    margin: 30px 0;
}
#content-left {
    flex: 0 0 47%;
    padding: 0;
    margin: 0 10px;
}

.item{
    display: flex;
    justify-content: space-around;
}

.item_two div:nth-child(1) {
    margin-right: 20px;
}

.form-group1 {
	width:100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.form-group1 p{
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}

#content-left .form-group {
    margin-bottom: 16px;
}

#content-left input.form-control {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 20px 10px;
}
#content-left select.form-control {
    display: block;
    width: 100%;
    height: 44px;
    font-size: 14px;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 0px 10px;
}

#content-left .form-group img {
    width: 100px;
    margin-left: 10px;
}

#content-left .help{
    color: #1a66ff;
    text-decoration: none;
}

#content-right {
    flex: 0 0 47%;
    padding: 0;
    margin: 0 10px;
}

#content-right .btn {
    margin: 0;
    border-radius: 0 10px 10px 0;
    width: 80px;
	cursor:pointer;
}

#content-right .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

#content-right .form-control {
    display: block;
    width: 300px;
    max-width: 300px;
    height: 34px;
    font-size: 14px;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 10px 0 0 10px;
    padding: 20px 10px;
}

#wrapper hr {
    border: 1px solid #bbbbbb;
}

.btn {
	font-size:14px;
	width:100%;
    display: block;
    color: #ffffff;
    background-color: rgba( 87 , 156 , 188 , 1 );
    padding: 10px 20px;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
	cursor:pointer;
	
	transition: all .5s ease-in-out;
}
.btn:hover {
	 background-color: rgba( 87 , 156 , 188 , 0.6 );
}

.text{
    height: 400px;
    overflow-y: auto;
}

@media screen and (min-width: 767px) {
    #wrapper::after {
        background-color: #cccccc;
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
    }
}

@media screen and (max-width: 767px) {
    #wrapper {
        flex-direction: column;
    }

    #content-left ,#content-right{
        flex: 0 0 100%;
        padding: 15px;
    }

    #content-left+div{
        border-top: 1px solid #cccccc;
        margin-top: 30px;
    }
}

@media screen and (max-width: 680px) {
    .item{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

.set_headerhr
{
	background-color:rgba( 87 , 156 , 188 , 0.8 );
	width:100%;
	height:10px;
}
.set_titile
{
	font-size:20px;
	color:#666;
}

.footer_block
{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    color: #fff;
    padding: 10px;
    padding-top: 10px;
	margin-top:10px;
    background-color: rgba( 87 , 156 , 188 , 0.8 );
}
.footer_left
{
	font-size:14px;
	font-weight:500;
	width:100%;
	text-align:center;
}
.footer_left a
{
	color:#fff;
}
.footer_right
{
	font-size:14px;
	font-weight:500;
	width:100%;
	text-align:center;
}


/* form field style */
.formStyle
{
	border-left:0px;
	border-right:0px;
	border-top:0px;
	background-color:#FFF;
	-webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
	
	height:30px;
	margin:3px;
}
.formStyle::-webkit-input-placeholder
{
	color:#CCC;
}
.formStyle:-moz-placeholder
{
	color:#CCC;
}
.formStyle::-moz-placeholder
{
	color:#CCC;
}
.formStyle:-ms-input-placeholder
{
	color:#CCC;
}
.formStyle:-moz-placeholder
{
	color:#CCC;
}

/*------- under construction START----------*/
.undercon_block
{
	/* padding:60px 0; */
	position:relative;
	width:100%;
}
.undercon_img
{
	width:100%;
}
.undercon_img img
{
	max-width:300px !important;
}
.undercon_chtext
{
	margin-top:20px;
	color:rgba( 0,0,0, 0.5 );
	font-size:20px;
	font-weight:600;
}
.undercon_entext
{
	color:rgba( 0,0,0, 0.4 );
	margin-top:10px;
	font-size:16px;
	font-weight:600;
}
.undercon_importantchtext
{
	margin-bottom:20px;
	color: rgba( 188,66,0, 0.9 );
	font-size:20px;
	font-weight:600;
}
/*------- under construction End----------*/

.new_box
{
	width:calc( 100% - 20px );
	max-width:600px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	position: relative;
    background: #fff;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.ibox-new-title {
    padding: 20px;
    background-color: #fff;
    color: #5b5b5b;
    border-bottom: 1px solid #e7e7e7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 16px;
	font-weight:600;
}
.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.info_block
{
	position:relative;
	width:100%;
	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	
	justify-content: center;
	align-items: flex-start; 
	
	line-height:1.5;
	letter-spacing:2px;
	margin-bottom:15px;
}

.info_title
{
	width:30%;
	font-weight:600;
}
.info_con
{
	width:70%;
}