/*****base*****/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;
}
td,input,select,textarea {
	margin: 0px;
	font-size:14px;
}
ul,ol,form {
	margin: 0px;
	padding: 0px;
}
ul,ol,dl{list-style-type:none}
input,label,select{
	vertical-align:middle;
}
a {
	color: #337ab7;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #23527c;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

a.icon {
	color: #23527c;
	text-decoration: none;
}
a.icon:hover,
a.icon:focus {
	color: #337ab7;
}
/*****layout*****/
html,body {
	margin: 0;
	height: 100%; 
	overflow: hidden; 
}
.clearfix:before, .clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
#header {
	width: 100%;
	height:40px;
	line-height:40px;
	padding-left:30px;
	padding-right:10px;
	background-color: #438eb9;
	color:#FFFFFF;
}
#main {
	width: 100%;
	height: 100%; 
	overflow: hidden; 
}
#left {
	float: left;
	width: 200px;
	background: #fff url(../images/left_bg.png)  repeat-y  right; 
	overflow-x:hidden;
	overflow-y:auto; 
	height: 100%; 
	position: relative;
}
 #switch { 
	float: left; 
	width: 5px; 
	height: 100%; 
	background: #fff url(../images/switch.png) no-repeat center center; 
	cursor: pointer;
}
#right {
	background: #fff; 
	overflow-y: auto;
	overflow-x: auto; 
	height:100%;
}
#form1 {
	height: 100%; 
}
.logo {
	float:left;
	font-size: 20px;
	font-family:"microsoft yahei"; 
}
/*下拉菜单*/
.dropDown{display:inline-block}
.dropDown_A{display:inline-block}
.dropDown_A i{transition-duration:0.3s ;transition-property:all}
.dropDown-menu{ display:none;transition: all 0.3s ease 0s; border-radius: 4px;}
.dropDown:focus,.dropDown-menu:focus {outline:0}
.dropDown-menu li.arrow{ position:absolute;display:block; width:12px; height:8px; margin-top:-13px; margin-left:20%; line-height:0;background:url(../images/icon-jt.png) no-repeat 0 0}
/*鼠标经过*/
.dropDown.hover .dropDown_A,.dropDown.open .dropDown_A{text-decoration:none;background-color:rgba(255,255,255,0.2)}
.dropDown.hover .dropDown_A i,.dropDown.open .dropDown_A i{transform: rotate(180deg);transition-duration:0.3s ;transition-property:all;_background-position:0 0}
/*打开菜单*/
.dropDown.open{position:relative;z-index:990}
.dropDown.open .dropDown-menu{position:absolute;z-index:1000;display:inline-block;top:100%;left:-1px;min-width:100%;background-color:#fff;border:solid 1px #ccc}/*默认左对齐*/
.dropDown.open .dropDown-menu.box-shadow{ border-top-left-radius:0;border-top-right-radius:0}
.dropDown.open .dropDown-menu.radius{ border-top:none}
/*右对齐*/
.dropDown.open.right .dropDown-menu{right:-1px!important;left:auto!important}
.dropDown.open .dropDown-menu li{float:none;display:inline}
.dropDown-menu li a{display:block;clear: both;padding:0px 20px; border-bottom:solid 1px #f0f1f2;margin-bottom:-1px;height:30px; line-height:30px; font-size:14px;text-align:left;font-weight: normal;color:#444;white-space:nowrap}
.dropDown-menu li:last-child a{ margin-bottom:0;border-bottom:none}
.dropDown-menu li a:hover,.dropDown-menu li a:focus{background-color:#f0f1f2;text-decoration:none;}
/*禁用菜单*/
.dropDown.open .dropDown-menu .disabled a,.dropDown.open .dropdown-menu .disabled a:hover,.dropDown.open .dropdown-menu .disabled a:focus{color:#999;text-decoration:none; cursor:no-drop; background-color:transparent}
.dropDown.open .dropDown-menu li.divider{ display:block;height:0px; line-height:0px;margin:9px 0;overflow:hidden; border-top:solid 1px #eee}

/*顶部导航*/
.head-nav{ margin-left:200px; margin-right:auto; background-color:transparent}
.head-nav > ul > li{ float:left; display: inline-block; color: #fff; font-size: 14px; font-weight:normal}
.head-nav > ul > li > a{ color: #fff; display:inline-block; text-decoration:none; padding:0 20px}
.head-nav > ul > li,.head-nav > ul > li > a{height:40px; line-height:40px}
.head-nav > ul > li > a:hover,.head-nav > ul > li.current > a{ color: #fff; background-color:rgba(255,255,255,0.2)}

.head-user { position:absolute; top:0px; right:20px;}
.head-user > li { float:left; display:inline-block; position:relative; line-height:40px}
.head-user > li > a { color: #fff; display:inline-block; text-decoration:none; padding:0 20px; height:40px; line-height:40px}
.head-user > li > a:hover,head-user > li.current > a { color: #fff; background-color:rgba(255,255,255,0.2) }

.menu {
	float:right;
}
.menu span {
	margin-right: 20px; 
}
.menu a {
	color:#FFFFFF;
	margin-right: 20px; 
}
#left h3 {
	font-size:100%; 
	font-weight:normal;
	margin: 0px;
	line-height:32px;
	text-indent:30px;
	color:#333;
	background-color:#ADD6EC;
}
#left ul {
	list-style:none;
    box-shadow:0 2px 6px rgba(100, 100, 100, 0.3);
}
#left ul li {
	text-indent:60px;
	line-height:32px;
}
#left ul li + li {
	border-top:1px solid  #ccc;
}
#left > ul > li a {
	color:#333;
	display:block;
}
#left > ul > li a:hover {
    background: #e9e9e9;
    text-decoration: none;
}
.right_title { 
	font-family:"microsoft yahei"; 
	border-bottom:1px solid #ddd; 
	line-height:40px;
	margin: 5px 20px 15px 15px; 
}
.right_title strong { 
	font-size:16px;
	border-bottom:2px solid #F60;
	display:inline-block; 
	padding:0 5px; 
	margin-bottom:-1px;
	margin-right:30px;
}
.right_title .user { 
	font-size:16px;
}
.right_btn a {
	margin-left:10px;
	margin-right:5px;
}
.right_btn2 input {
	margin-left:20px;
	margin-right:5px;
}
.right_content {
	padding: 0px 20px 30px 15px;
	margin-bottom:50px;
}
.tab {
	font-family:"microsoft yahei"; 
	border-bottom:1px solid #ddd; 
	line-height:40px;
	margin: 5px 20px 15px 15px; 
	list-style:none;
	overflow:hidden;
}
.tab li {
	float:left;
	display:inline-block; 
	font-size:16px;
	padding:0 5px; 
	margin-bottom:-1px;
	margin-right:20px;
	cursor:pointer;
}
.tab li.cur  
{
    font-weight:bold;
	border-bottom:3px solid #F60;
}
.tab li a {
	color:#333;
	display:block;
}
.tab li a:hover {
    text-decoration: none;
}
.tree {
    border: 1px solid #d0d0d0;
	width: 220px;
}
.tree-search{
	padding: 3px 15px 2px 15px;
}
.tree-header {
	border-bottom: 1px solid #e5e5e5;
}
.tree-header select {
	border: 0;
}
.tree-body {
	overflow-y: auto;
	overflow-x: auto; 
	position:relative; 
	max-height:560px; 
	padding-bottom:20px;
}
.tree-footer {
	border-top: 1px solid #e5e5e5;
	padding: 5px 15px;
}
.left-sub-nav {
    border: 1px solid #d0d0d0;
	width: 200px;
}
.left-sub-nav ul li {
	text-indent:60px;
	line-height:30px;
}
.left-sub-nav ul li + li {
	border-top:1px solid  #e5e5e5;
}
.left-sub-nav > ul > li a {
	color:#333;
	display:block;
    text-decoration: none;
}
.left-sub-nav > ul > li a:hover {
    background: #f0f1f2;
}

/*****自定义*****/
.page {
	height:30px;
	line-height:30px;
	padding: 4px 5px;
}
.redstar {
	font-size: 16px;
	color: #f00;
	font-family: Tahoma;
	vertical-align: middle;
	margin-right: 2px;
	font-weight: 400;
}
.tip_msg {
	color:#F00;
	margin: 10px;
	/*border: 1px solid #f6c8b5;
	background: #fceee8;*/
	padding: 4px 12px;
	line-height: 18px;
}
.ok_msg {
	color:#F00;
	font-size: 20px;
	margin: 40px;
}

.load-more {
	margin: 10px 0;
	text-align: center;
	color: #999;
}
.load-more a {
	height: 32px;
	line-height: 32px;
}
.load-more a * {
	display: inline-block;
	vertical-align: top;
}
.load-more a cite {
	font-style: normal;
	color: #333;
	padding: 0 20px;
	border-radius: 3px;
	background-color: #eee;
}
.load-more a cite:hover {
	opacity: .8;
}
.load-more a i {
	font-size: 30px;
	color: #737383;
}

label.error {
	background:url('../images/unchecked.gif') left center no-repeat;
	padding-left:16px;
	margin-left:.3em;
	color: #FF2626;
}
label.valid {
	background:url('../images/checked.gif') left center no-repeat;
	display:block;
	width:16px;
	height:16px;
}
.tips {
	list-style:none;
}
.tips li {
	font-size:14px;
	line-height: 25px;
}
.info {
	font-family:"microsoft yahei"; 
	font-size:16px;
	font-weight: bold;
	margin: 5px 20px 15px 15px; 
	border: 1px solid #f6c8b5;
    border-radius: 2px;
	background: #fceee8;
	padding: 0 12px;
	line-height: 40px;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-head {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 16px;
}
.panel-body {
  padding: 15px;
}
.panel-default {
  border-color: #ddd;
  font-family:"microsoft yahei";
}
.panel-default > .panel-head {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-body {
  border-top-color: #ddd;
}
.panel-info {
  border-color: #ddd;
}
.panel-info > .panel-head {
  padding: 5px 10px;
  color: #333;
  background-color: #d9edf7;
  border-color: #ddd;
}
.panel-info > .panel-body {
  border-top-color: #ddd;
}

.cycle-num {
	display:inline-block; 
	min-width:16px; 
	height:16px; 
	line-height:16px; 
	border-radius:50%;
	background-color:#FF3E3E; 
	font-size:12px;
	color:#FFF; 
	text-align:center;
}
.round {
	display: inline-block;
	font-size:20px;
	text-align:center;
	color:#f00;
}
.badge {
  display: inline-block;
  min-width: 16px;
  padding: 2px 3px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  background-color: #FF3E3E;
  border-radius: 8px;
}
.label {
	height:20px; 
	line-height:20px; 
	border-radius:3px;
	padding: 3px 5px;
	font-size:12px;
	color:#FFF; 
	text-align:center;
    vertical-align: baseline;
}
.label-gray {
  background-color: #96D7F0;
}
.label-success {
  background-color: #5cb85c;
}
.label-info {
  background-color: #5bc0de;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-danger {
  background-color: #d9534f;
}
.top-notice {
	width:120px;
	height:30px;
	line-height:30px;
	position:fixed;
	top: 5px;
	left:50%;
	margin-left:-60px;
	background:#69AF01;
	color:#fff;
	border-radius:4px;
	text-align:center;
	cursor:pointer;
}	

/*****form*****/
input[type="radio"],
input[type="checkbox"] {
  margin:0px 2px;
  padding: 0;
}
select,
textarea,
input[type="text"],
input[type="password"] {
	height: 28px;
	padding: 3px 4px;
	font-size: 14px;
	line-height: 1.42857143;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
textarea {
  height: auto;
  overflow: auto;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
input::-moz-placeholder {
	color: #999;
	opacity: 1;
}
input:-ms-input-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}
input[name="TaskTitle"] {
	height: auto;
	padding: 5px 6px;
	font-size:18px;
}
select[name="TaskType"] {
	height: auto;
	padding: 7px 6px;
	font-size:16px;
}
input[type="text"] .input-sm {
	height: 20px;
	padding: 0px 2px;
	line-height: 1.2;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default {
  color: #444444;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
.btn-default:focus {
  color: #333333;
  background-color: #c7c7c7;
  border-color: #8c8c8c;
}
.btn-default:active,.btn-default:hover {
  color: #333333;
  background-color: #c7c7c7;
  border-color: #adadad;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover,.btn-primary:active {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:active,.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:active,.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover,.btn-info:active {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/*警告*/
.btn-warning{color:#fff;background-color:#f37b1d; border-color:#f37b1d}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active{color:#fff;background-color:#c85e0b;border-color:#c85e0b}

/*危险*/
.btn-danger{color:#fff;background-color:#dd514c; border-color:#dd514c}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active{color:#fff;background-color:#c62b26;border-color:#c62b26}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xxs {
  padding: 0px 5px;
  font-size: 12px;
  border-radius: 3px;
}
.jumpselect {
	height: auto;
	padding: 0px;
}
.file {
	margin-top: 6px;
    position: relative;
    display: inline-block;
    background: #D0EEFF;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}
.file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}
.file:hover {
    background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}
#fileselect {
    color: #1E88C7;
    display: inline-block;
	padding-left:8px;
	margin-top:8px;
	vertical-align:top;
}
.btn-plain {
    padding:3px 10px;
    border:1px solid #A9ACB5;
    background:#EBEDF2 url(../images/themes/button.png) repeat-x 0 0;
    color:#201F35;    
    font-size:12px;
    line-height:18px;
    text-decoration:none;
    text-align: center;
    display:inline-block;
    *zoom:1;
    cursor:pointer;
    -khtml-user-select: none;
    -moz-user-select:none;
    vertical-align:middle;          
    outline:none;
    position:relative;
}
.btn-plain:hover {
    border:1px solid #A9ACB5;
    background:#dde6fe url(../images/themes/hover.png) repeat-x 0 0;      
}
.btn-plain-icon {
    position:absolute;left:5px;top:50%;
    width:18px;height:18px;overflow:hidden;
    margin-top:-9px;
    +margin-top:-10px;
    
    line-height:18px;
    line-height:16px\9;    
}
.icon-remove{
	background:url(../images/themes/icons/remove.gif) no-repeat;
}


/*****table*****/
.table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.table td,.table th {
    background-color: #fff;
    border: 1px solid #d0d0d0;
	padding: 5px;
	line-height: 120%;
}
.table tr th {
    background:#E7EBEF url(../images/header.png) repeat-x 0 0;
	font-weight:normal;
}
.table > tbody > tr:nth-child(odd) > td {
  background-color: #f9f9f9;
}
.table > tbody > tr:hover > td {
  background-color: #e9e9e9;
}

.grid {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	/*table-layout:fixed;*/
}
.grid td,.grid th {
    background-color: #fff;
    border: 1px solid #d0d0d0;
	padding: 5px;
	line-height: 120%;
}
.grid tr th {
    background:#E7EBEF url(../images/header.png) repeat-x 0 0;
	font-weight:normal;
}
.grid tr td {
}
.grid > tbody > tr:nth-child(odd) > td {
  background-color: #f9f9f9;
}
.grid > tbody > tr:hover > td {
  background-color: #e9e9e9;
}
.grid-page td {
   padding: 10px 10px;
   text-align: right;
}
.grid-page a {
   text-decoration: none;
   margin-left: 3px;
   margin-right: 3px;
   padding: 4px 8px;
   border: 1px solid #ddd;
   border-radius: 0;
}
.grid-page a:hover,
.grid-page a:focus {
   background-color: #eee;
   color: #23527c;
}
.foot-btn {
   padding: 10px 0;
}

.tbbg {
	background-color: #ddd;
}
.tdbg {
    background-color: #f1f1f1;
	line-height: 120%;
}
.txtbg
{
	background-color: #FFFFFF;
	line-height: 120%;
}
.titlebg {
	font-weight: bold;
	background-color: #d9edf7;
	line-height: 120%;
}
.td-lht180 td{
	line-height: 1.8;
}
.form-tb{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.form-tb td{
   padding: 8px 3px;
}
.text_over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  word-wrap: break-word;
  word-break: break-all;
}

/*****modal*****/
.modal-wrapper{
}
.modal {
	border: 1px solid #486F9A;
	background-color: #ffffff;
	display:none;
}
.modal-header {
	background:#486F9A;
	border-bottom: 1px solid #486F9A;
	color: #ffffff;
	font-weight: bold;
	line-height: 120%;
	font-size: 14px;
	padding: 5px 15px;
	margin-bottom: 5px;
}
.modal-search{
	padding: 3px 15px 2px 15px;
}
.modal-body{
	padding: 10px 15px 10px 15px;
}
.modal-body .search{
	margin-bottom: 5px;
}
.modal-body .pagination{
	padding: 5px 3px 0px 3px;
}
.modal-footer{
	position:fixed; 
	bottom:0; 
	width:100%;
	background: #F0F5F8;
	border-top: 1px solid #e5e5e5;
	padding: 10px 15px;
	text-align: right;
}
.modal-footer .btn + .btn {
  margin-left: 15px;
}
.close a {
	display:block;
	width:15px;
	height:15px;
	background: url(../images/close.png) no-repeat center center; 
}
.close:hover,
.close:focus {
  filter: alpha(opacity=50);
  opacity: .5;
}

/*****缩写*****/
.w100p {
  width: 100%;
}
.w120min {
  min-width:120px;
}
.w300min {
  min-width: 300px;
}
.w40 {
  width: 40px;
}
.w45 {
  width: 45px;
}
.w50 {
  width: 50px;
}
.w60 {
  width: 60px;
}
.w70 {
  width: 70px;
}
.w80 {
  width: 80px;
}
.w90 {
  width: 90px;
}
.w100 {
  width: 100px;
}
.w110 {
  width: 110px;
}
.w120 {
  width: 120px;
}
.w150 {
  width: 150px;
}
.w200 {
  width: 200px;
}
.w250 {
  width: 250px;
}
.w280 {
  width: 280px;
}
.w300 {
  width: 300px;
}
.w400 {
  width: 400px;
}
.w500 {
  width: 500px;
}
.w600 {
  width: 600px;
}
.w700 {
  width: 700px;
}
.w800 {
  width: 800px;
}
.w900 {
  width: 900px;
}
.w1000 {
  width: 1000px;
}
.space input {
	margin-left:20px;
}
.space input:first-child {
	margin-left:auto;
}
.pd-20{padding:20px}
.block {
  display: block;
  width: 100%;
}
.left { 
	text-align:left;
}
.right { 
	text-align: right; 
}
.center { 
	text-align: center; 
}
.center-out { 
  margin-left: auto;
  margin-right: auto;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}

/*文本框的错误状态*/
.Validform_checktip{
	margin-left:8px;
	line-height:20px;
	height:20px;
	overflow:hidden;
	color:#999;
	font-size:14px;
}
.Validform_right{
	color:#71b83d;
	padding-left:20px;
	background:url(../images/msg1.png) no-repeat left center;
}
.Validform_wrong{
	color:red;
	padding-left:20px;
	white-space:nowrap;
	background:url(../images/msg2.png) no-repeat left center;
}
.Validform_loading{
	padding-left:20px;
	background:url(../images/onLoad.gif) no-repeat left center;
}
.Validform_error{
	background-color:#ffe7e7;
}
#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#000;}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#cc0;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #000; border-top:none; text-align:left;}

/*密码等级*/
.passwordStrength b{font-weight:400}
.passwordStrength b,.passwordStrength span{display:inline-block; vertical-align:middle;line-height:16px;line-height:18px\9;height:16px}
.passwordStrength span{width:57px;text-align:center;background-color:#d0d0d0;	border-right:1px solid #fff}
.passwordStrength .last{border-right:none}
.passwordStrength .bgStrength{color:#fff;background-color:#fcc900}


/**layui**/
.layui-anim {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.layui-anim-loop {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes layui-rotate {
	from {
		-webkit-transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes layui-rotate {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}
.layui-anim-rotate {
	-webkit-animation-name: layui-rotate;
	animation-name: layui-rotate;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

/**字体**/
@font-face {
	font-family:layui-icon;src:url(../font/iconfont.eot);src:url(../font/iconfont.eot?#iefix) format('embedded-opentype'),url(../font/iconfont.woff) format('woff'),url(../font/iconfont.ttf) format('truetype'),url(../font/iconfont.svg#iconfont) format('svg')
}
.layui-icon {
	font-family: layui-icon!important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
