.fill:before {
    content: "*";
    color: #FF0000;
    position: relative;
    top: 2px;
    left: -2px;
}

.form-group {
    margin-bottom: 15px;
}


/* form selfDefine*/
.btn.mainCol:not(.btn-outline) {
    background-color: #13a0dd;
    border-color: #13A0DD;
    border-radius: 5px !important;
    color: #ffffff;
}

.bsdForm {
    padding: 10px 10px 0;
    width: auto;
    margin: 0 auto;
}

.bsdForm .form-group {
    display: inline-block;
    margin-right: 16px;
}

.bsdForm .form-group > label {
    
    text-align: right;
    display: inline-block;
    margin-right: .5em;
}

.bsdForm .form-group > div,
.bsdForm .form-group-sel > div.selBox > div {
    display: inline-block;
    position: relative;
    width: 160px;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.bsdForm .form-group span.help-block {
    position: absolute;
    bottom: -21px;
    white-space: nowrap;
}

.bsdForm .form-group > div .form-control {
    display: inline-block;
    width: 100%;
    height:28px;
    border: none;
    padding: 2px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    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
}

.bsdForm .form-group > div > label + input {
    margin-left: 10px;
}

.bsdForm .form-group > div > input[readonly] {
    background-color: #efefef;
}

.bsdForm .form-group > div > div {
    display: inline-block;
}

.bsdForm .form-group-sel > div.selBox {
    width: 360px;
    border: none;
}

.bsdForm .form-group-sel > div.selBox > span {
    padding-left: 10px;
    padding-right: 10px;
}

.bsdForm .form-group-sel > div.selBox span.input-group-btn {
    display: inline;
    position: absolute;
    top: -2px;
    right: 35px;
}

.bsdForm .form-group-sel > div.selBox span.input-group-btn .btn {
    line-height: 20px;
    border-radius: 0 !important;
    top: 2px;
    right: 1px;
}

.bsdForm .form-group > div > div > select {
    width: 100px;
    height: 34px;
    background-color: #fff;
}

.bsdForm textarea {
    max-width: 400px;
    height: 80px;
    padding-top: 8px !important;
}

/*---------修改表单校验的字体颜色--------------*/
.has-error .control-label{
    color: #333;
}
.has-error .form-control{
    border-color: #c2cad8;
}
.control-label .required, .form-group .required {
    color: #333;
}
/*-------------------------------*/

.portlet.box>.portlet-body {
    padding: 15px!important;
}

.help-block{
    color:#e73d4a;
}

.btnPosition{
	text-align: center;
	margin-top: 30px;
}

.table > thead > tr > td, .table > thead > tr > th, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th {
    border: 1px solid #e7ecf1 !important;
}

#group-form{
	border: none;
	width: 600px;
}

#loTerOt-label{
	text-align: left;
	margin-left: 110px;
	width: 60px;
	
}

/*lyf增加弹出框的校验信息位置*/
.modal-body .help-block{
	position: absolute;
	margin-top: 0px;
	font-size: 12px;
}
