/*超出限制部分，显示省略号*/
.ellipsis {
    white-space: nowrap;
    word-wrap:break-word;
    word-break:break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
/*超出限制部分，简单的裁切(不显示)*/
.clip{overflow:hidden;text-overflow:clip; }
/*图片最大宽度150*/
.img150{ max-width:150px;_width:150px;}
/*可点击*/
.can-click{text-decoration: none;cursor: pointer;}
.can-click:hover{text-decoration: underline;cursor: pointer;}
.default-width{width: 980px;}
/*最小高度150(或者：_height:150px;)*/
.min-h150{*height:auto !important;*height:150px;min-height:150px;_height:expression((document.documentElement.clientHeight||document.body.clientHeight)>150?"150px":"");}
/*最大高度150*/
.max-h150{max-height:150px;_height:expression((document.documentElement.clientHeight||document.body.clientHeight)<150?"150px":""); overflow:hidden;}
/*最大高度500，最小高度150*/
.min-h150_max-h500{max-height:500px;min-height:150px;_height:expression(this.scrollHeight > 500 ? "500px" : (this.scrollHeight < 150 ? "150px" : "auto"));}
.max-w150{max-width:150px;_width:expression((document.documentElement.clientWidth||document.body.clientWidth)<150?"150px":"");overflow:hidden;}
.min-w150{min-width:150px;_width:expression((document.documentElement.clientWidth||document.body.clientWidth)>150?"150px":"");}
.min-w150_max-w500{max-width:500px;min-width:150px;_width:expression(this.scrollWidth > 500 ? "500px" : (this.scrollWidth < 150? "150px" : "auto"));}
/*因为IE系列浏览器可读「\9」，而IE6和IE7可读「*」(米字号)，另外IE6可辨识「_」(底线)
，因此可以依照顺序写下来，就会让浏览器正确的读取到自己看得懂得CSS语法
，所以就可以有效区分IE各版本和非IE浏览器(像是Firefox、Opera、Google Chrome、Safari等)。*/
.test{
	background:blue; /*Firefox 背景变蓝色*/
	background:red \9; /*IE8 背景变红色*/
	*background:black; /*IE7 背景变黑色*/
	_background:orange; /*IE6 背景变橘色*/
}
.work-block{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}
input[readonly].readonly{
    background: #fdfdfd!important;
    cursor: default;
}
input[disabled].disabled{
    background: #fdfdfd!important;
    cursor: not-allowed;
}
.readonly{
    background: #fdfdfd!important;
    cursor: default;
}
.disabled{
    background: #fdfdfd!important;
    cursor: not-allowed;
}
.center{text-align: center;margin: 0 auto;
  vertical-align: -webkit-baseline-middle;}	
.clear-float{
	float: none!important;
}
.default-text-align{
	text-align: left;
}
.to-left{float:left;}
.to-right{float:right;}

.detail-info-striped {
    border: 1px solid #DCEBF7;
}
.detail-info {
    display: table;
    margin: 0 auto;
    width: 98%;
    width: calc(100% - 24px);
    border-top: 1px solid #DCEBF7;
}
.detail-info-row {
    border: 1px solid #DCEBF7;
    padding-left:0px;
}
.detail-info-name {
    text-align: right;
    padding: 6px 10px 6px 4px;
    font-weight: 400;
    color: #667E99;
    background-color: transparent;
    display: table-cell;
    width: 120px;
    vertical-align: middle;
}
.detail-info-row .detail-info-name {
    color: #336199;
    background-color: #EDF3F4;
}
.detail-info-row .detail-info-value {
    display: table-cell;
    padding-left: 12px;
    padding-top: 0px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
}
.form-horizontal .span-inline{
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.span-inline{
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    border-bottom: 1px dotted #D5E4F1;
}
.label-inline{
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
table{
	table-layout: fixed;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
   vertical-align: middle !important;
}

label.required-before:before{content:'*';color: red;}
label.required:after{content:'*';color: red;}
input.required:before{content:'*';color: red;}
select.required:before{content:'*';color: red;}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background: #fff !important;
}
/*
 * Globals
 */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}
/*
 * Masthead for nav
 */

.masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.nav-item {
  position: relative;
  display: inline-block;
  font-weight: 500;
  color:#FFF;
}
.navbar-default .navbar-nav>li>a {
  color:#FFF;
}
.navbar-default .navbar-nav>li>a:HOVER{
   color: #cdddeb;
}
.navbar-default .navbar-brand {
  color:#FFF;
}
.navbar-default .navbar-brand:HOVER{
   color: #cdddeb;
}
.nav-item:hover,
.nav-item:focus {
  color: #FFF;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
/*.nav .active {
  color: #fff;
}
.nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}*/
.simple-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 40px;
  background-color: #f5f5f5;
}
.navbar-static-top {
  margin-bottom: 19px;
}

.simple-footer .container{
    vertical-align: middle;
    margin-top: 10px;
}
.jumbotron{
  background-color: #fff;
  margin-top: 30px;
}
.content{
}
.widget-body{
    border-color: #ddd;
    border-width: 1px;
    border-radius: 4px 4px 0 0;
}
.findPwdTit {
    border-bottom: 1px solid #428bca;
    padding-bottom: 5px; 
}
.findPwdTit .title {
    float: left;
    font-size: 22px;
    color: #428bca;
}
.findPwdTit .goLogin {
    line-height: 22px;
    margin-top: 4px;
}
.r {
    float: right;
}
.clear {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.content-box{
    margin: 0px auto;
    margin-top: 48px;
}
.mb15 {
    margin-bottom: 15px;
}
.mt30 {
    margin-top: 30px;
}
.form-group>label[class*=col-] {
    margin-bottom: 4px;
}
.no-padding-right {
    padding-right: 0!important;
}
.no-padding-left {
    padding-left: 0!important;
}
label {
    font-weight: 400;
    font-size: 14px;
}
.col-xs-12{
    float: left;
    max-width: 100%;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
} 
.form-group {
    margin-top: 10px;
    margin-bottom: 10px;
}
.form-group input[type=email], .form-group input[type=url], .form-group input[type=search], .form-group input[type=tel], .form-group input[type=color], .form-group input[type=text], .form-group input[type=password], .form-group input[type=datetime], .form-group input[type=datetime-local], .form-group input[type=date], .form-group input[type=month], .form-group input[type=time], .form-group input[type=week], .form-group input[type=number], .form-group select, .form-group textarea {
    background: #FFF;
    height: 34px;
}
input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], textarea {
    border-radius: 0!important;
    color: #858585;
    background-color: #FFF;
    border: 1px solid #D5D5D5;
    padding: 5px 4px 6px;
    font-size: 14px;
    font-family: inherit;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
}
.width-120{
	width: 120px;
}
.form-item-control {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
}
.captcha-img {
	font-size: 14px;
	line-height: 1.42857143;
	border: 1px solid #ccc;
	border-left: 0;
	cursor: pointer;
	border: 1px solid rgb(181, 181, 181)
}
.captcha-block{
	min-width: 200px;
	padding-right: 100px;
}
.captcha-block .captcha-block-input{
	min-width: 50px;
}
.captcha-block .captcha-img{
	width: 100px;
	position: absolute;
	right: 0px;
}
.code-block{
	min-width: 200px;
	padding-right: 125px;
}
.code-block .code-block-input{
	min-width: 50px;
}
.code-block .getCode{
	width: 135px;
	position: absolute;
	right: 0px;
}
.fw-box-border{
    border: 1px solid #ccc;
}
.fw-box-border-top{
    border-top: 1px solid #ccc;
}
.fw-box-border-bottom{
    border-bottom: 1px solid #ccc;
}
.fw-box-top{
	border-bottom: 1px solid #ccc;
    box-sizing: content-box;
    padding: 8px 0 0px 0;
    margin-bottom:20px;
    display: block;
}
.fw-box-top h2{
	font-size: 14px;
	color: #333;
	height: 42px;
	line-height: 42px;
	font-weight:800;
	letter-spacing: 1px;
	cursor: pointer;
	width:119px;
	text-align: center;
	position:relative;
} 
.fw-box-top a{
	 text-decoration:none;
} 
.fw-row-no-margin{
	margin-right: 0px; 
    margin-left: 0px; 
}
.fw-box-content {
    padding: 0px 25px 25px 25px;
    display: block;
}
.fw-read{
    color: #999;
    margin: 0;
    padding: 0;
    font-style: normal;
    font: 12px/1.6 tahoma,arial,sans-serif;
    box-sizing: border-box;
}
.fw-form-line-left{
    outline: none;
    float: left;
}
.fw-form-line-right{
    float: right;
}

.input-info{
	color: #8f8f8f;
	padding: 5px 4px 6px;
}
.pull-center{
	clear: both;
	float: inherit !important;
}
.tip-info{
	color: #999;
}
.warning{
	color: #EEEE00
}
.danger{
	color: #CA5952
}
.success{
	color: green;
}
.tips {
    font-size: 12px;
    color: #73777a;
    letter-spacing: .4px;
    line-height: 30px;
    text-align: left;
}
@media only screen and (max-width: 320px){
.hidden-480{
	display: none !important;
}
}
@media only screen and (min-width: 321px) and (max-width: 480px){
.hidden-480{
	display: none !important;
}
}
@media only screen and (min-width: 321px) and (max-width: 768px){

}
@media only screen and (min-width: 768px){

}
@media only screen and (max-width: 480px){  
	.width-480-ctr {
		width: 50px!important;
	}
} 
.btn-toolbar {
   margin-left: 0px;
}
.page-footer .page-footer-inner {
    color: #AAA !important;
    float: none !important;
    display: block !important;
    margin: 0px auto;
    text-align: center;
}
.fw-margin {
    margin-top: 0px;
    margin-bottom: 10px;
}
.form-actions .fw-margin {
    margin-top: 10px;
    margin-bottom: 10px;
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
    margin-left: 0px;
}
.btn-toolbar .btn {
    margin: 0 8px 0 0;
}
.btn-group-xs>.btn, .btn-xs {
    padding-top: 3px;
    padding-bottom: 3px;
    border-width: 3px;
}
.btn-group>.btn, .btn-group>.btn+.btn, .btn-group>.btn:first-child {
    margin: 0 1px 0 0;
}
.btn-group-minier>.btn, .btn-minier {
    padding: 0 4px;
    line-height: 18px;
    border-width: 2px;
    font-size: 12px;
}
.form-actions {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0;
    margin-left: 1px;
    margin-right: 1px;
    background-color: #f5f5f5;
}
/*******************/
input[type=checkbox].ace+.lbl::before, input[type=radio].ace+.lbl::before {
    cursor: pointer;
    font-family: fontAwesome;
    font-weight: 400;
    font-size: 12px;
    color: #FFF;
    content: "\a0";
    background-color: #FAFAFA;
    border: 1px solid #C8C8C8;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    border-radius: 0;
    display: inline-block;
    text-align: center;
    height: 16px;
    line-height: 14px;
    min-width: 16px;
    margin-right: 1px;
    position: relative;
    top: -1px;
}
input[type=checkbox].ace:checked+.lbl::before, input[type=radio].ace:checked+.lbl::before {
    display: inline-block;
    content: '\f00c';
    color: #32A3CE;
    background-color: #F5F8FC;
    border-color: #ADB8C0;
    box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05),inset 15px 10px -12px rgba(255,255,255,.1);
}
input[type=checkbox].ace.ace-switch+.lbl::before {
    font-family: 'Open Sans';
    content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
    color: #999;
    text-shadow: 0 0 0 #999;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    height: 20px;
    overflow: hidden;
    border-radius: 12px;
    background-color: #F5F5F5;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.15);
    border: 1px solid #CCC;
    text-align: left;
    float: left;
    padding: 0;
    width: 52px;
    text-indent: -21px;
    margin-right: 0;
    -webkit-transition: text-indent .25s ease;
    -o-transition: text-indent .25s ease;
    transition: text-indent .25s ease;
    top: auto;
     margin-top: 1px;
}
input[type=checkbox].ace.ace-switch:checked+.lbl::before {
    text-indent: 8px;
    color: #FFF;
    text-shadow: 0 0 0 #FFF;
    background-color: #8AB2C9;
    border-color: #6A8CA8;
}
input[type=checkbox].ace.ace-switch.ace-switch-4+.lbl::before, input[type=checkbox].ace.ace-switch.ace-switch-5+.lbl::before {
    content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
    font-size: 12px;
    line-height: 21px;
    height: 24px;
    overflow: hidden;
    border-radius: 12px;
    background-color: #8B9AA3;
    border: 1px solid #8B9AA3;
    color: #FFF;
    width: 56px;
    text-shadow: 0 0 0 #FFF;
    display: inline-block;
    position: relative;
    box-shadow: none;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
     margin-top: 1px;
}
input[type=checkbox].ace.ace-switch.ace-switch-4:checked+.lbl::before, input[type=checkbox].ace.ace-switch.ace-switch-5:checked+.lbl::before {
    text-indent: 7px;
}
input[type=checkbox].ace.ace-switch.ace-switch-4:checked+.lbl::before, input[type=checkbox].ace.ace-switch.ace-switch-5:checked+.lbl::before {
    background-color: #468FCC;
    border-color: #468FCC;
}
input[type=checkbox].ace.ace-switch.ace-switch-4+.lbl::before, input[type=checkbox].ace.ace-switch.ace-switch-5+.lbl::before {
    text-indent: -24px;
}
input[type=checkbox].ace.ace-switch.ace-switch-4+.lbl::before, input[type=checkbox].ace.ace-switch.ace-switch-5+.lbl::before {
    text-indent: -28px;
}
input[type=checkbox].ace.ace-switch.ace-switch-4, input[type=checkbox].ace.ace-switch.ace-switch-5 {
    width: 60px;
}
input[type=checkbox].ace.ace-switch {
    width: 55px;
    height: 25px;
}
input[type=checkbox].ace:checked, input[type=checkbox].ace:focus, input[type=radio].ace:checked, input[type=radio].ace:focus {
    outline: 0!important;
}
label input[type=checkbox].ace, label input[type=radio].ace {
    z-index: -100!important;
    width: 1px!important;
    height: 1px!important;
    clip: rect(1px,1px,1px,1px);
    position: absolute;
}
input[type=checkbox].ace, input[type=radio].ace {
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
input[type=checkbox].ace.ace-switch.ace-switch-4:checked+.lbl::after, input[type=checkbox].ace.ace-switch.ace-switch-5:checked+.lbl::after {
    left: 34px;
    background-color: #FFF;
    color: #848484;
}
input[type=checkbox].ace.ace-switch.btn-empty+.lbl::after {
    content: "";
}
input[type=checkbox].ace.ace-switch.ace-switch-4+.lbl::after, input[type=checkbox].ace.ace-switch.ace-switch-5+.lbl::after {
    content: '';
    font-size: 11px;
    position: absolute;
    top: 2px;
    left: 2px;
    letter-spacing: 0;
    width: 20px;
    height: 20px;
    line-height: 19px;
    text-shadow: none!important;
    color: #939393;
    background-color: #FFF;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
input[type=checkbox].ace.ace-switch:checked+.lbl::after {
    left: 34px;
    background-color: #FFF;
    color: #98A0A5;
}
input[type=checkbox].ace.ace-switch+.lbl::after {
    font-family: 'Open Sans';
    content: 'III';
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    color: #AAA;
    text-shadow: none;
    background-color: #FFF;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    top: -2px;
    left: -3px;
    margin-top:1px;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,.3);
    box-shadow: 0 1px 1px 1px rgba(0,0,0,.3);
    -webkit-transition: left .25s ease;
    -o-transition: left .25s ease;
    transition: left .25s ease;
}
input[type=checkbox].ace.ace-switch+.lbl {
    margin: 0;
    min-height: 24px;
}
input[type=checkbox].ace+.lbl, input[type=radio].ace+.lbl {
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 18px;
    min-width: 18px;
    font-weight: 400;
    cursor: pointer;
}
input[type=checkbox].ace.ace-switch.ace-switch-4:checked+.lbl::before, input[type=checkbox].ace.ace-switch.ace-switch-5:checked+.lbl::before {
    text-indent: 7px;
}
input[type=checkbox].ace.ace-switch.ace-switch-4:checked+.lbl::before, input[type=checkbox].ace.ace-switch.ace-switch-5:checked+.lbl::before {
    background-color: #468FCC;
    border-color: #468FCC;
}
td>label, th>label {
    margin-bottom: 0;
    line-height: inherit;
    vertical-align: middle;
}
.lbl>.label {
    line-height: 1.15;
    height: 24px;
}
.lbl>.label {
    color: #FFF;
    display: inline-block;
}
/**********************************/
.btn-primary, .btn-primary.focus, .btn-primary:focus {
    background-color: #428BCA!important;
    border-color: #428BCA;
}
.pos-rel, .position-relative {
    position: relative;
}
.inline {
    display: inline-block!important;
}
.bigger-120 {
    font-size: 120%!important;
}
.ace-icon {
    text-align: center;
}
.page-breadcrumb>li, .page-breadcrumb>li.active {
    color: #888;
    padding: 5px 0px;
}
.page-breadcrumb>li {
    display: inline-block;
    padding: 0 8px 0 0;
}
.page-breadcrumb>li+li:before {
    font-family: FontAwesome;
    font-size: 19px;
    content: "\f101";
    color: #b2b6bf;
    padding: 0;
    margin: 0 8px 0 0;
    position: relative;
    top: 1px;
    display: inline-block;
}
.page-breadcrumb>li+li:LAST-CHILD {
    font-family: FontAwesome;
    font-size: 13px;
    content: "\f101";
    color: #b2b6bf;
    padding: 0;
    margin: 0 8px 0 0;
    position: relative;
    top: 1px;
}
.page-breadcrumb, .page-breadcrumb>li>a {
    display: inline-block;
    color: #337ab7 !important;
}
.table>thead>tr {
    color: #707070;
    font-weight: 400;
    background: repeat-x #F2F2F2;
    background-image: -webkit-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);
    background-image: -o-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);
    background-image: linear-gradient(to bottom,#F8F8F8 0,#ECECEC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
}
.dataTables_wrapper .row:last-child {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #EFF3F8;
}
.dataTables_wrapper .row:last-child {
    margin-left: 0px !important;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 0px !important;
}
.portlet.box {
    border: 1px solid #5cd1db;
    border-top: 0;
    color: #333!important;
    padding: 0!important;
}
.portlet.box>.portlet-title, .portlet, .portlet>.portlet-body {
    background-color: #32c5d2;
}
.portlet.box>.portlet-title>.tools>a{
	color: #fff;
}
.portlet.box>.portlet-title>.tools>a.collapse {
    background-image: url(../plugin/ui/assets/global/img/portlet-expand-icon-white.png);
}
.portlet.box>.portlet-title>.tools>a.expand {
    background-image: url(../plugin/ui/assets/global/img/portlet-collapse-icon-white.png);
}
.form-group p{
	margin: 0px;
}
.has-feedback .form-control {
    padding-right: 0px !important; 
}
form.detailForm .form-group{
	border: 1px solid #DCEBF7;
    margin-top: 0px;
    margin-bottom: 0px;
}
form.detailForm .input-label{
    color: #336199;
    text-align: right;
    padding: 7px 10px 7px 4px;
    font-weight: 400;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0px;
}
.inline-height{
	min-height: 64px; 
}
.detailForm .inline-height{
	height: auto; 
    min-height: auto;
}
.inline-height.detail-block{
	height: auto; 
    min-height: auto;
}
.inline-height-force{
	min-height: 34px;
}
.nowrap{
	 white-space:nowrap; 
	 overflow:hidden; 
	 text-overflow:ellipsis;
     width: 100%;
     text-align: left !important;
}
.break-line{
	word-wrap:break-word;
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 1px!important;
}
.form-control-feedback {
    line-height: 34px !important;
}
.has-error>input, .has-error .form-item {
    border-color: #a94442!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-success>input, .has-success .form-item {
    border-color: #3c763d!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.no-row-margin{
	margin-left: 0px;
	margin-right: 0px;
}
.no-row-padding{
	padding-left: 0px;
	padding-right: 0px;
}
.form-horizontal .form-group {
    margin-right:0px;
    margin-left:0px;
    padding: 0px;
}
.form-horizontal .form-group>label[class*=col-] {
    margin-right:0px;
    margin-left:0px;
    padding-left: 0px;
}
.form-horizontal .form-group .form-control-static{
	margin: 0px !important;
}
.form-horizontal .form-group  .input-item .control-label{
     float: left;
}
.no-padding-row{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.no-margin-row{
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.no-blank-row{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.red{
	color: red;
}
.yellow{
	color: yellow;
}
.green{
	color: green;
}
.full-show{
	word-break: break-all;
    text-align: left;
}
.help-block{
	display: block;
	clear: both;
}
.help-info {
	display: block;
	clear: both;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.detail-address{
	max-width: 300px;
}
.input-item{
  padding-left: 0px;
  padding-right: 0px;
}
.input-item .form-control{
	float: left;
}
.border-bottom{
    border-bottom: solid 1px #eee;
}
@media (min-width: 768px) {
	form.editForm .col-xs-12 .col-sm-1-3 {
	    width: 12.5%;
	}
	form.editForm .col-xs-12 .col-sm-11-9 {
	    width: 87.5%;
	}
	form.detailForm .col-xs-12 .col-sm-1-3 {
	    width: 12.5%;
	}
	form.detailForm .col-xs-12 .col-sm-11-9 {
	    width: 87.5%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	form.editForm .col-xs-12 .col-sm-1-3 {
	    width: 25%;
	}
	form.editForm .col-xs-12 .col-sm-11-9 {
	    width: 75%;
	}
	form.detailForm .col-xs-12 .col-sm-1-3 {
	    width: 25%;
	}
	form.detailForm .col-xs-12 .col-sm-11-9 {
	    width: 75%;
	}
}