﻿.login-header {
    background-color:#3071A9;
}
.login-title-fx {
    color: #FFFFFF;
}
.login-box-fx {
    margin: 50px 0 0 0;
}
.login-input-form-fx {
    width: 500px;
	width:-moz-calc(100% - 50px);
	width:-webkit-calc(100% - 50px);
	width: calc(100% - 50px);
    float: left;
}
.login-input-form-verifycode {
    width: 200px;
    width:-moz-calc(100% - 250px);
	width:-webkit-calc(100% - 250px);
	width: calc(100% - 250px);
    float: left;
}
.has-feedback-fx .form-control {
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.33;
    padding: 10px 42.5px 10px 16px;
}
.box-content .labtable {
    width: 100%;
    padding: 0;
    margin: 0;
}
.box-content .labtable tr {
    line-height: 30px;
    height: 30px;
}
.box-content .labtable .inputTxt {
    width: 200px;
    height: 25px;
    line-height: 25px;
}
.box-content .labtable .inputTxt2{
    width: 100%;
    height: 25px;
    line-height: 25px;
}
.box-content .labtable .destextrea{
    width: 100%;
    height: 100px;
}

/* === User Begin === */
.userdata_form{
    min-width: 1080px;
}

/* === Remove input autofocus webkit === */
*:focus {outline: none;}

/* === Form Typography === */
.userdata_form h2, .userdata_form label {font-family:Georgia, Times, "Times New Roman", serif;}
.user_form_hint, .required_notification {font-size: 11px;}

/* === List Styles === */
.userdata_form ul {
    list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
    float:left;
    width:100%;
}
.userdata_form li{
	padding:10px; 
	border-bottom:1px solid #eee;
	/*position:relative;*/
    float:left;
    height:30px;
    min-width:340px;
} 
.userdata_form li:first-child {
	border-bottom:1px solid #777;
    width: 100%;
    width:-moz-calc(100% - 20px);
	width:-webkit-calc(100% - 20px);
	width: calc(100% - 20px);
    height:18px;
}

/* === Form Header === */
.userdata_form h4 {
	margin:0;
	display: inline;
}
.required_notification {
	color:#d45252; 
	margin:5px 0 0 0; 
	display:inline;
	float:right;
}

/* === Form Elements === */
.userdata_form label[for="name"] {
	width:100px;
	margin-top: 3px;
	display:inline-block;
	float:left;
	padding:3px;
}
.userdata_form input[type="text"],.userdata_form input[type="email"]{
	height:20px; 
	width:150px; 
	padding:5px 8px;
}
.userdata_form select, .userdata_form input[type="radio"]{
    margin:5px 0 5px 0;
    line-height:20px;
    height:20px;
}
.userdata_form label[for="sex"]{
    line-height:20px;
    height:20px;
    display:inline-block;
    padding:0 10px 7px 5px;
    vertical-align:middle;
}
.userdata_form textarea {padding:8px; width:300px;}
.userdata_form button {margin-left:156px;}

/* form element visual styles */
.userdata_form input, .userdata_form textarea { 
	border:1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius:2px;
	padding-right:30px;
	-moz-transition: padding .25s; 
	-webkit-transition: padding .25s; 
	-o-transition: padding .25s;
	transition: padding .25s;
}
.userdata_form input:focus, .userdata_form textarea:focus {
	background: #fff; 
	border:1px solid #555; 
	box-shadow: 0 0 3px #aaa; 
	padding-right:70px;
}

/* === HTML5 validation styles === */	
.userdata_form input:required, .userdata_form textarea:required {
	background: #fff url(../images/red_asterisk.png) no-repeat 98% center;
}
.userdata_form input:required:valid, .userdata_form textarea:required:valid {
	background: #fff url(../images/valid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.userdata_form input:focus:invalid, .userdata_form textarea:focus:invalid {
	background: #fff url(../images/invalid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

/* === Form hints === */
.user_form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}
.user_form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.userdata_form input:focus + .user_form_hint {display: inline;}
.userdata_form input:required:valid + .user_form_hint {background: #28921f;}
.userdata_form input:required:valid + .user_form_hint::before {color:#28921f;}
	
/* === Button Style === */
button.submit {
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #9fd574;
	-webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
	-moz-box-shadow: 0 1px 0 0 #9fd574 inset;
	-ms-box-shadow: 0 1px 0 0 #9fd574 inset;
	-o-box-shadow: 0 1px 0 0 #9fd574 inset;
	color: white;
	font-weight: bold;
	padding: 6px 20px;
	text-align: center;
	text-shadow: 0 -1px 0 #396715;
}
button.submit:hover {
	opacity:.85;
	cursor: pointer; 
}
button.submit:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset; 
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
}

.textMiddle {
    text-align:center;
}

.commonMenu {
    height:20px;
}

.commonMenu li {
    float:left;
    width:30%;
    text-decoration:none;
    list-style-type:none;
    text-align:center;
    line-height:20px;
    height:20px;
}


.outlink li{
    float:left;
    text-decoration:none;
    list-style-type:none;
    line-height:32px;
    height:32px;
    margin-left:20px;
}

.outlink li img{
    height:32px;
    width:32px;
}

.searchButton {
    padding:5px 12px;
    height:30px;
}

.detailTable {
    width: 100%;
}
.detailTable td {
    padding: 5px;
    text-align: left;
}
.form-inline2 tbody tr td {
    height: 20px;
    line-height: 20px;
    padding: 3px 3px;
    white-space: nowrap;
}

.form-inline2 thead tr th {
    white-space: nowrap;
}
.inputText {
    padding: 0 5px;
    height: 20px;
}
.topFixedDiv {
    position: fixed;
    width: 100%;
    width:-moz-calc(100% - 30px);
	width:-webkit-calc(100% - 30px);
	width: calc(100% - 30px);
    display: block;
    top: 0;
}
.heji{
    position: fixed; 
    bottom: 0px;
    width: 100%;
    width:-moz-calc(100% - 30px);
	width:-webkit-calc(100% - 30px);
	width: calc(100% - 30px);
    display: block;
    height: 40px;
}
.minTd {
    min-width: 80px;
}

.qrcodeDiv {
    width: 150px;
    height: 150px;
    margin: auto;
    margin-top: 2px;
    margin-bottom: 2px;
}

.qrcodeLogo {
    width: 40px;
    height: 40px;
    background-image: url('/images/applogo.png');
    background-size: 100%;
    z-index: 1000;
    position: absolute;
    top: 57px;
    margin-left: 55px;
}