



/************************** 修复bootstrap样式*********************************/
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
	outline:none;
}


/**************************  其他 *********************************/
.weight-bold{
	font-weight: bold;
}
.font14{

}
.font16{font-size: 16px;}
.font-white{color: #fff;}
.xigua-info-text{
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
.xigua-second-title,
.xigua-second-title span{
	font-size:14px;
	color:#666;
}
span{font-size:12px;}
/************************button*********************************/
/**主按钮 编辑，确定，主操作*/
.xigua-button{
background: #f53c32;
background: linear-gradient(to right top, #ee2223, #fc4c2f) ;
border-radius: 4px;
min-width: 68px;
padding: 6px 8px;
height: 32px;
font-size: 12px;
color: #FFFFFF;
line-height: 18px;
border: none;
text-align: center;
outline:none;
display: inline-block;
}
.xigua-button:not(.disabled):hover,.xigua-button:not(.disabled):focus,.xigua-button:not(.disabled):active{
    background: #c43028;
    background: linear-gradient(to right top, #fc4c2f, #ee2223) ;
	color: #FFFFFF !important;
	outline: none;
}

.xigua-button.disabled,.xigua-button.disabled:hover{
      opacity:0.5;
      cursor: not-allowed;
      background: linear-gradient(to right top, #fc4c2f, #ee2223) !important;
}

/**次级按钮 使用位置：取消 */	  
.xigua-button.def-button{
      color: #666;
      background:#E5E9EC;
      margin-right: 20px;
}

.xigua-button.def-button span{
	color: #666;
}
.xigua-button.def-button:hover,.xigua-button.def-button:focus,.xigua-button.def-button:active{
	background: #DBE0E5;
	color: #666;
}

/**工具按钮 链接，次级操作*/	  
.xigua-button.tool-button{
      background:#fff;
      border-radius:4px;
      border:1px solid #d9d9d9;
      color:#505766!important;
}

.xigua-button.tool-button span{
color:#505766;
}
.xigua-button.tool-button:hover,.xigua-button.tool-button:active,.xigua-button.tool-button:focus{
	background: rgb(247, 249, 253);
	color: #505766 !important;
}


/**黑色按钮*/
.xigua-button.black-button{
	background: #505766;
	color:#fff;

  }
  .xigua-button.black-button:hover,.xigua-button.black-button:focus,.xigua-button.black-button:active {
	background: #505766;
  }  



  
.xigua-table-td .xigua-button{
	background: #505766;
	height: 26px;
	min-width: 48px;
	padding: 4px 10px;
	visibility: hidden;
}
.xigua-table-td .xigua-button.def-button,
.xigua-table-td .xigua-button.def-button span{
	color:#fff;
}
.xigua-table-td .xigua-button:hover{
	background: #505766;
}

table td .xigua-button{
	height: 26px;
    padding: 4px 10px;
	margin-bottom:2px;
}

/************************input*********************************/
input.xigua-input:focus::-webkit-input-placeholder{
color: #D8D8D8 !important;
}
input.xigua-input:focus:-moz-placeholder{
color: #D8D8D8 !important;
}
input.xigua-input:focus::-moz-placeholder{
color:#D8D8D8 !important;
}
input.xigua-input:focus:-ms-input-placeholder{
color: #D8D8D8 !important;
}

.xigua-input,.form-control{
height:32px;
border:1px solid #d9d9d9;
border-radius: 4px;
font-size:12px;
color: #333333;
line-height: 18px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 8px;
box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}

/*  input:-internal-autofill-selected 修复mac下chrome默认background-color */
.xigua-input:hover,
.xigua-input:focus,
.form-control:hover,
.form-control:focus,
input:-internal-autofill-selected{
	border:1px solid #505766;
	box-shadow:none;
	background-color: #fff!important;
}

.xigua-input.error{
	border-bottom-color: #f04134 !important;
	border-left-color: #f04134 !important;
	border-right-color: #f04134 !important;
	border-top-color: #f04134 !important;
	}

	html input[disabled]:hover, .xigua-input.disabled {
		cursor: not-allowed;
		background-color: #F7F7F7 ! important;
		color: #999999 ! important;
	}
	
	.form-inline .input-group>.form-control{
		width:auto;
		font-weight: normal;
	}
/*********************input-group-addon************************/
.input-group-addon{

}


.xigua-input-addon{
	font-weight: normal;
	height: 30px;    line-height: 18px;}

.xigua-input-addon:not(.disabled):hover,
.xigua-input-addon:not(.disabled):focus,
.xigua-input-addon:not(.disabled):active{
	box-shadow: none;
    border-color: #505766;
}

.input-group .input-group-addon{
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	width: 30px;
	height: 30px;
	background-color:inherit;    padding: 0;
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		margin-left: -1px;cursor: pointer;
		min-width:30px;
	}
	.input-group #validateImageInput + .input-group-addon{
		background: initial;
		padding: 0px;
	}

	.input-group .input-group-addon:hover{
		border-color: #000;
		outline: none;
	}
	.input-group .input-group-addon.disabledColor{
		background: #F7F7F7;
	border: 1px solid #D9D9D9;
	}
	.input-group .input-group-addon.disabledColor>a{
		color: rgba(0,0,0,0.25);
	}
	.input-group .input-group-addon>a{
		font-size: 12px;
		color: #666666;
		padding: 9px 12px 9px;
		display: block;
		width: 113px;
	}
	.input-group .input-group-addon>img{
		width: 113px;
		display: block;
	}
	.input-group .input-group-addon:not(.disabledColor):hover>a{
		color:#000;
	}
	.input-group .input-group-addon	.glyphicon{
		margin-top:6px;
	}

/************************select*********************************/
select.xigua-input{
	appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
background: url("../images/arrow.svg") no-repeat scroll 280px center transparent;
padding-right: 14px;
}
select.xigua-input::-ms-expand{ display: none; }
select::-ms-expand { display: none; }
select.xigua-input:hover,select.xigua-input:focus,select.xigua-input:active{
background: url("../images/arrow.png") no-repeat scroll 280px center transparent;
}
.ie9 select.xigua-input{background: none;}
.xigua-select-custom-arrow{
float: right;
position: absolute;
right: 20px;
top: 5px;
margin-right: 1px;
width: 30px;
height: 35px;
pointer-events: none;
background: rgb(255, 255, 255);
}
.xigua-select-custom-arrow>img{
left: 15px;
position: relative;
top: 5px;
width: 10px;
height: 7px;
}


/************************menu*********************************/

.xigua_menu>ul{
	background: #5E6670;
}
.xigua_menu>ul>li{
background: #5E6670;
}
.xigua_menu ul li span.title{
font-size: 14px;
color: #FFFFFF;
line-height: 41px;
}
.xigua_menu ul li span.title{

}
/***********************大窗口警告、提示（Big Alert）**********************/
.xigua_prompt.big-alert{
width: 528px;
border-radius: 4px;
margin: 60px auto;
padding: 16px 27px 16px 22px;
}
.xigua_prompt.big-alert.info{
background: #ECF6FD;
border: 1px solid #ADD8F7;
}
.xigua_prompt.big-alert.success{
background: #EBF8F2;
border: 1px solid #A7E1C4;
}
.xigua_prompt>.icon_info{
color: #108EE9;
float: left;
margin-right: 18px;
}
.xigua_prompt>.icon_success{
color: #00B39E;
float: left;
margin-right: 18px;
}
.xigua_prompt>.icon_info>i,.xigua_prompt>.icon_success>i{
	font-size: 20px;
}

.xigua_prompt.big-alert.success2{
	background: #F9F9F9;
	border: 1px dashed #BBBBBB;
	border-radius: 4px;
	width: 60%;font-size: 18px;    text-align: center;
}

.xigua_prompt.big-alert.success2 .font12{
font-size: 12px;
color: #616161;
}
.xigua_prompt>.prompt_content{
text-align: left;
}
.xigua_prompt>.prompt_content>.title{
font-size: 14px;
color: #333333;
letter-spacing: 0;
line-height: 21px;
}
.xigua_prompt>.prompt_content>.content,.xigua_prompt>.prompt_content>.content span{
	font-size: 12px;
color: #666666;
letter-spacing: 0;
line-height: 18px;
display: block;
}
/*******************************table************************************/
/* bootstrap 样式**/
.table-bordered,
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>td
{
	border:0;
}

.xigua-table{
	display: table;
	width: 98%;
	padding-top: 20px;
	background: #ffffff;
    border: 0!important;
    width: 100%;
}

.xigua-table-td{
	display: table-cell;
	padding-top: 4px;
	padding-left: 30px;
	font-size: 12px;
	color: #666666;
	line-height: 26px;
	
	cursor: default;
	word-break: break-all;
	max-width: 300px;
	border-bottom: 1px solid #f0f0f0;
}

.xigua-table .xigua-table-tr{
	display: table-row;
	height: 34px;
}
.xigua-table .xigua-table-tr:hover{
	background: #f3f5f9;
}
.xigua-table .xigua-table-tr:hover .xigua-button{
	visibility: visible;
}
.xigua-table .xigua-table-tr.xigua-table-th {
    background: #E6E6E6;
}
.xigua-table .xigua-table-td.border{
	border-bottom:1px solid #E0E6ED;color:#434A54;
}
.xigua-table .xigua-table-th .xigua-table-td{
	padding-top: 6px;
	color: #333;
	line-height: 18px;
    border-bottom: 1px solid #e9e9e9!important;
	border-top: 1px solid #505766;
	background: #f7f9fd;
}


.u-table table{
    text-align: center;

  }
  .u-table table .first-col{
	padding-left:5%;
  }
  .u-table-thead th {
    background: #f7f9fd;
    border-top: 1px solid #1a202c!important;
    font-size: 12px!important;
    padding: 8px 8px;
    font-weight: normal;
    line-height: 17px;
    text-align: left;
  }

  .u-table td{
    text-align: left;
    height:40px;
    padding:3px 8px;
    border-bottom: 1px solid #F0F0F0!important;
  }

  .u-table tr.tr-row-hover, .u-table tr:hover {
    background: #f3f5f9;
  }
    
  .u-table-row-hover {
	background: #f3f5f9;
}

.u-row-hover {
  position: absolute;
  right: 24px;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;

}

.u-row-hover:hover{
	display: block;
  }


/************************label******************************************/
.xigua-lable-ok{
	color: #00B39E;
	font-size:12px;
	margin-left: 10px;
	margin-right: 10px;
}
.xigua-lable-warn{
	color: #FFBB37;
	font-size:12px;
	margin-left: 10px;
	margin-right: 10px;
}
.xigua-label{
	margin:20px 20px 0 0;
	display:inline-block;    
	font-size: 12px;}
.xigua-label>span{font-weight: initial;}


.xigua-table-inline-label{    
	font-size: 12px;
    font-weight: normal;
    border: 1px solid #ddd;
    padding: 0px 5px;
    line-height: 18px;
    border-radius: 3px;
    color: #aaa;
}
/************************************form group*******************************/
.xigua-form-group{
min-width: 520px;
margin-bottom: 19px;
}
.xigua-form-group>label{
	width: 20%;
	display: inline-block;
	line-height: 30px;
	font-size: 12px;
	text-align: right;
	font-weight: initial;
	vertical-align: top;
	padding-top: 6px;
	color: #666666;
}
.xigua-form-group>.xigua-info-label{
	display: inline-block;
position: relative;
/*width: 75%;
*/padding-right: 15px;
padding-left: 15px;
min-height: 43px;
}
/************************************radio*******************************/

.xigua-radio{display:none}
.xigua-radio-input{
	background-color: #fff;
display: inline-block;
margin-right: 10px;
margin-top: -1px;
vertical-align: middle;
line-height: 1;
background: #ffffff;
border: 1px solid #CCC;
width: 14px;
height: 14px;
border-radius: 100%;
}
.xigua-radio:checked + .xigua-radio-input{
	border-color:#EE2223;
}
.xigua-radio:checked + .xigua-radio-input:after{
	background-color:#EE2223;border-radius:100%;content:"";
	display:inline-block;height:6px;margin:3px;
	width:6px;border: 0px;vertical-align: top;
}



/***********************xigua-dropdown-list**********************************/
.xigua-dropdown-list{
	position:relative;
	display: inline-block;
}
.xigua-dropdown-list ul li:hover{
	background:#eeeeee;
	color:#333333 !important;
}

.xigua-dropdown-list ul::-webkit-scrollbar {
width:10px;
height:10px;
}
.xigua-dropdown-list ul::-webkit-scrollbar-button:start    {
background-image: url("../images/scroll1.svg");
width: 10px;
height: 10px;
background-position: top;
background-size: contain;
}
.xigua-dropdown-list ul::-webkit-scrollbar-button:end    {
background-image: url("../images/scroll2.svg");
width: 10px;
height: 10px;
background-position: top;
background-size: contain;
}
.xigua-dropdown-list ul::-webkit-scrollbar-track     {
background:#efefef;
}
.xigua-dropdown-list ul::-webkit-scrollbar-track-piece {
background:#efefef;
}
.xigua-dropdown-list ul::-webkit-scrollbar-thumb{
background:#CCCCCC;
border-radius:5px;
}
.xigua-dropdown-list ul::-webkit-scrollbar-corner {
background:#82AFFF;
}
.xigua-dropdown-list ul::-webkit-scrollbar-resizer  {
background:#FF0BEE;
}
.xigua-dropdown-arrow{
	width: auto;
	height: auto;
	position : absolute;
	right : 6px;
	top: 12px;
}
.xigua-dropdown-arrow.open{
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transition:rotate(180deg);
}
.xigua-dropdown-ul{
    position: absolute;
    z-index: 10;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(217, 217, 217);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
}
.xigua-dropdown-li{
	height: 32px;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    padding-top: 7px;
    padding-left: 8px;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	color: #666;
}
.xigua-dropdown-li:hover{
	background-color: #f3f5f9;
}
.xigua-dropdown-li.active{
    background-color: #fff7e7!important;
}
.xigua-input.xigua-dropdown-label{
	width: 100%;
    background: rgb(255, 255, 255);
    font-weight: normal;
    padding-right: 15px;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
}
.xigua-input.xigua-dropdown-label.open{
	border:1px solid #505766;
}

/*******************search*************************************/

.xigua-search{
	background:#ffffff;
border:1px solid #d9d9d9;
border-radius:4px;
width:150px;
height:27px;    
float: right;
font-size: 12px;
}
.xigua-search > .xigua-search-input{
	border:0;height: 18px;
    margin-left: 10px;
    width: 110px;}
input.xigua-search-input::-webkit-input-placeholder{
color: #D8D8D8 !important;
}
input.xigua-search-input::-moz-placeholder{
color: #D8D8D8 !important;
}
input.xigua-search-input::-moz-placeholder{
color:#D8D8D8 !important;
}
input.xigua-search-input::-ms-input-placeholder{
color: #D8D8D8 !important;
}

.xigua-search > .xigua-search-icon{cursor: pointer;font-size: 18px;    font-weight: bold;
    color: #999;}
	
/*******************pagination*************************************/
.xigua-pagination{}
.xigua-pagination .pagination{float: right;    margin-right: -8px;}
.xigua-pagination  .cl{font-size: 10px;color: #ccc;}
.xigua-pagination .pagination li > a{
	border:1px solid #d9d9d9;
	color:#707070;
	border-radius: 4px !important;   
	margin-right: 8px;
	width: 28px;
	height:28px;
	text-align: center;
	padding:0;    
	padding-top: 4px;}
.xigua-pagination .pagination li.active>a, 
.xigua-pagination  .pagination>.active>a:focus{
	background:#adb4bc;
	color: #fff;
	border:1px solid #e4e4e4;
	border-color:#e4e4e4;
}
.xigua-pagination .pagination li > a:hover,.xigua-pagination .pagination li > a:hover .cl{
	background: #adb4bc !important;
	color: #FFFFFF !important;
	border:1px solid #e4e4e4;
	border-color:#e4e4e4;
}
.xigua-pagination .pagination .total_1{display: none;}




.u-pagination{
	display: inline-block;
	float: right;

  }
  .u-pagination>li>a, .u-pagination>li>span{
	padding: 2px 9.5px;
	margin: 0 5px;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	min-width: 0px;

  }
  .u-pagination>li>a:hover, .u-pagination>li>span:hover{
	border-color: #E4E4E4;
  }
  .u-pagination>.active>a, .u-pagination>.active>a:focus,
  .u-pagination>.active>a:hover, .u-pagination>.active>span,
   .u-pagination>.active>span:focus, .u-pagination>.active>span:hover{
	 z-index: 2;
	 color: #fff;
	 cursor: default;
	 background-color: #ADB4BC;
	 border-color: #E4E4E4;
	 border-radius:4px;
 }

 .u-pagination .u-pagination-list>li{
  border-color: #E4E4E4;
}
.u-pagination .u-pagination-list>li>a, .u-pagination .u-pagination-list>li>span{
  width: 28px;
  height: 28px;
  padding:3px 2px;
  box-sizing: border-box;
}
.u-pagination .u-pagination-list>li>a:hover,.u-pagination .u-pagination-gap>li>a:hover{
  border-color: #ADB4BC;
}

.u-pagination .u-pagination-list>.active>a,.u-pagination .u-pagination-list>.active>a:focus,.u-pagination .u-pagination-list>.active>a:hover,
.u-pagination .u-pagination-list>.active>span,.u-pagination .u-pagination-list>.active>span:focus,.u-pagination .u-pagination-list>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #ADB4BC;
  border-color: #E4E4E4;
  border-radius:4px;
}

.u-pagination .u-pagination-gap>li:first-child>a, .u-pagination .u-pagination-gap>li:last-child>a {
line-height: 1.2;
}
  
.u-pagination .data_select{
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-padding-start: initial;
  border: 1px solid #d7d7d7;
}
.u-pagination select::-ms-expand{
  display: none;
}
.data_select , .page_jump_value{
	width: 50px;
	height: 28px !important;
	margin-top:0px !important;
}
.u-pagination .page_jump{
  margin-top: 4px;
}
.u-pagination .page_jump_btn{
  display: none;
}
.u-pagination .data_per_select{
  margin-top: 3px;
}
.u-pagination .u-pagination-total{
  margin-top:0px !important;
}




/*******************icon*********************/
.order-icon{color:#ddd;font-size: 10px;margin-left: 4px;}
.order-icon.active{color: #333;}
.xigua-table-td.order{cursor: pointer;}


/*********************checkbox***************************/
.xigua-checkbox-label {
	margin-top    : 5px;
	vertical-align: middle;
	margin-bottom : 0;
}

.xigua-checkbox {
	display: none;
}

.xigua-checkbox-label .checkbox-div {
	cursor       : pointer;
	background   : #FFFFFF;
	border       : 1px solid #D9D9D9;
	border-radius: 2px;
	width        : 14px;
	height       : 14px;
	overflow     : hidden;
	margin-bottom: 3px;
}

.xigua-checkbox-label .uncheck-label {
	background: #fff;
	border    : 1px solid #CCC;
}

.xigua-checkbox-label .checked-label {
	background: #fff;
	border    : 1px solid #CCC;
}

.xigua-checkbox-label .cl-yes {
	cursor    : pointer;
	color     : #EE2223;
	font-size : 12px;
	display   : block;
	margin-top: -1px;
}

.xigua-checkbox-text {
	font-size     : 12px;
	color         : #424242;
	font-weight   : normal;
	vertical-align: text-bottom;
	margin-left   : 10px;
	cursor        : pointer;
}


/****************************ant-select-selection*********/

.xigua-ui .ant-select-selection.ant-select-selection--multiple{
	font-size: 12px;
    color: #333333;
    line-height: 18px;
    padding-top: 3px;
}


.xigua-ui .ant-select-selection.ant-select-selection--multiple:hover, 
.xigua-ui .ant-select-selection.ant-select-selection--multiple:focus, 
.xigua-ui .ant-select-selection.ant-select-selection--multiple:active,
.xigua-ui.ant-select.ant-select-enabled:focus{

background-color          : rgb(255, 255, 255);
	background-image          : none;
	border-bottom-color       : #505766 !important;
	border-bottom-left-radius : 4px;
	border-bottom-right-radius: 4px;
	border-bottom-style       : solid;
	border-bottom-width       : 1px;
	border-image-outset       : 0px;
	border-image-repeat       : stretch;
	border-image-slice        : 100%;
	border-image-source       : none;
	border-image-width        : 1;
	border-left-color         : #505766 !important;
	border-left-style         : solid;
	border-left-width         : 1px;
	border-right-color        : #505766 !important;
	border-right-style        : solid;
	border-right-width        : 1px;
	border-top-color          : #505766 !important;
	border-top-left-radius    : 4px;
	border-top-right-radius   : 4px;
	border-top-style          : solid;
	border-top-width          : 1px;
	box-sizing                : border-box;
	outline                   : 0;
	box-shadow                : none;
	-webkit-box-shadow        : none;
	box-shadow                : none;
}
.xigua-ui  .ant-select-dropdown-menu-item{
	height: 32px;
    font-size: 12px;
    color: rgb(153, 153, 153);
    line-height: 18px;
    text-align: left;
    padding-top: 7px;
    padding-left: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ant-select-dropdown-menu-item:hover {
	background-color: #f3f5f9!important;
}

.ant-select-dropdown-menu-item-active,
.ant-select-dropdown-menu-item-selected, .ant-select-dropdown-menu-item-selected:hover{
	background: #fff7e7!important;
    background-color: #fff7e7!important;
}

.ant-select-open .ant-select-selection,
.ant-select-focused .ant-select-selection, .ant-select-selection:focus, .ant-select-selection:active{
	box-shadow: none!important;
	border-color:#505766 !important;

}
.u-select .u-select-selection{
	border: 1px solid #d9d9d9!important;
}

.u-select .u-select-selection :hover{
	border: 0!important;
}


.u-select .u-select-arrow {
    top: 52%!important;
    right: 3px!important;
}


.u-select .u-select-arrow:before {
	font-family: 'iconfont'!important;
	content: "\e633"!important;
}

  
/*******************no-data-modal**********************/
.no-data-modal{
	height: 257px;
	border-bottom: 1px solid rgb(230, 230, 230);
}
.no-data-modal .img-container{
    text-align: center;
    padding-bottom: 14px;
    padding-top: 70px;
}
.no-data-modal .img-container img{
	height: 64px;
}
.no-data-modal .msg-container{
	color:#888;
	font-size:12px;
	text-align: center;
}


/**********************xigua-modal**************************/

.xigua-modal{

}
.xigua-modal .xigua-input[type="text"],
.xigua-modal .xigua-input[type="password"]{
	width: 250px;
}


/********************xigua-title-label{***************************/

.xigua-title-label{
	margin-top: 16px;
	margin-left: 24px;
	font-size: 14px;
	color: #333;
	text-align: left!important;
  }
  
  .xigua-title-label > .title-badge {
	display: inline-block;
	font-size: 12px;
	border-radius: 4px;
	padding: 1px 6px;
	margin-left: 10px;
  }
  
  .xigua-title-label >.title-badge.failed {
	color: #FABEB9;
	background: #FEF0EF;
	border: 1px solid #FABEB9;color: #666;
  }
  .xigua-title-label > .title-badge.process {
	color: #2da0f3;
	background: #ECF6FD;
	border: 1px solid #ADD8F7;color: #666;
  }
  .xigua-title-label >  .title-badge.disabled {
	background: #f7f7f7;
	border: 1px solid #d9d9d9;
	color: rgba(0, 0, 0, 0.25);color: #666;
  }
  .xigua-title-label >  .title-badge.able {
	background: #EBF8F2;
	border: 1px solid #A7E1C4;
	color: #A7E1C4;color: #666;
  }
  


  /***********************xigua-tab-bar wizard******************************/
  .xigua-tabs-nav-container .xigua-tabs-tab{
    display:inline-block;
    text-align:center;
    cursor:pointer;
    position:relative;
    padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 8px;
	min-width: 120px;
}
.xigua-tabs-tab > a{   
	 display: block;
    width: 100%;
	color: #666666;
	-moz-user-select: none; /*火狐*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;
}
.xigua-tabs-tab span{
	color: #666666;
	font-size: 14px;
}
.xigua-tabs-tab.active span{
	color:#f53c32;
}
.xigua-tabs-tab .underline-arrow{
	border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
    color:#fff;
    border-bottom-color: transparent;
    border-width: 0 3px 5px;
    left: 50%;
    margin-left: -5px;
    bottom: 0;    
}
.xigua-tabs-tab.active{
border-bottom: 2px solid #ee2223
}

/* 仅显示数据无操作栏的tab */
.data-tabs .xigua-tabs-tab.active{
	border-bottom:0;
}
.data-tabs .xigua-tabs-tab.active:after {
    position: absolute;
    bottom: 0px;
    left: 60px;
    display: inline-block;
    border-right: 3px solid transparent;
    border-bottom: 2px solid #505766;
    border-left: 3px solid transparent;
    content: '';
}


/*******************************steps*********************************/
.xigua-step-container{
	text-align: center;
    margin: 40px auto;
}

.xigua-step-container .xigua-steps-step{
    display: inline-block;
    width: 25%;
	min-width: 126px;
	height: 28px;
}
.xigua-step-container .xigua-steps-step:last-child{
	width:auto;
}
.xigua-step-container .xigua-steps-step .xigua-step-icon{
    vertical-align: middle;
    position: relative;
    border-radius: 50%;
    font-size: 12px;
    color: rgb(255, 255, 255);
    padding-top: 2px;
	float: left;
	width:24px;
	height:24px;
	background:rgba(223,225,230,1);
	
}
.xigua-step-container .xigua-steps-step.active .xigua-step-icon{
	background:linear-gradient(315deg,rgba(252,76,47,1) 0%,rgba(238,34,35,1) 100%);
}
.xigua-step-container .xigua-steps-step.checked .xigua-step-icon{
	background:#fff;

}
.xigua-step-container .xigua-steps-step.checked .xigua-step-icon img{
	width: 24px;
	height:24px;
}
.xigua-step-container .xigua-step-title{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.75);
    position: relative;
    width: 80px;
    float: left;
    display: block;
    margin-top: 3px;
}
.xigua-step-container .xigua-step-line{
    width: calc(100% - 124px);
    position: relative;
    top: 13px;
    float: left;
    border-width: 0px 0px 2px;
    border-top-style: initial;
    border-right-style: initial;
    border-bottom-style: solid;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: rgb(233, 233, 233);
    border-left-color: initial;
    border-image: initial;
}
/*.xigua-step-container .xigua-step-line.title-len-10{*/
	/*width:calc( 100% - 184px );*/
/*}*/
/*.xigua-step-container .xigua-step-line.title-len-15{*/
	/*width:calc( 100% - 204px );*/
/*}*/

/*.xigua-step-container .xigua-step-title.title-len-10{*/
	/*width:140px;*/
/*}*/
/*.xigua-step-container .xigua-step-title.title-len-10{*/
	/*width:160px;*/
/*}*/

.xigua-wizard-content{
	text-align: center;
    margin-top: 80px;
    margin-bottom: 74px;
}


/*************calendar-picker*****************/

.datepicker-container .u-input-group:hover > input{
	border-color: #505766;
}

.u-form-control:focus{
	border: 1px solid #505766;
}


/***********密码输入大写开启提示*****************/
.password-container{
    display: inline-block;
    position: relative;
}

.password-container .upper-flag{
    position: absolute;
    right: 12px;
    font-size: 16px;
    top: calc( 50% - 12px );
    color: #666;
}

.password-sign.password-container  .upper-flag{
	right: 25px;
}