@charset "UTF-8";

.body-list-active {
    background-color: #049ec4 !important;
    font-size: 20px;
}

.form-control{
    height: 18px;
}

.body-list-normal {
    background-color: #6E757F !important;
    font-size: 14px;
    color: #FFF !important;
}

.body-list-normal:hover {
    background-color: #e4dfdf !important;
    color: red !important;
}

.panel-min-height {
    min-height: 200px;
}

.panel-heading-left {
    text-align: left;
    padding-left: 30px;
}

.left_container {
    padding: 15px;
}

.right_container {
    padding: 15px;
}

.div_col_1 {
    width: 20%;
}

.div_col_2 {
    width: 13.33%;
}

.div_col_3 {
    width: 30%;
}

.waring_font {
    color: red;
}

.myTabContent {
    margin: 10px;
}

.myTabContent > div {
    padding: 2px;
}

.myTabContent > div > div {
    padding: 2px;
    text-align: right;
}

.form-control-option {
    /*display: block;*/
    /*width: 100%;*/
    /*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;
}

.myTabContent > div > div > input, select {
    width: 100%;
    /*display: block;*/
    /*width: 100%;*/
    /*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;
}

.index_btn {
    float: right;    
}

.index_btn_right_container {
    position: absolute;
    bottom: 17px;
    float: right;
}

.div_noRight {
    float: left;
}

.input_width {
    width: 28%;
}

.row_mar {
    margin-bottom: 10px;
    margin-bottom: 10px;
}
.u-a-font-size{
	font-size:18px;
}
.row_mar>div{
	height:22px;
	line-height:22px;
}
.u-index-btn{
	width: 96px;
    height: 40px;
    font-size: 20px;
}
.row_mar>div>input,select{
	height:22px;
}

.x_span {
    position: absolute;
    right: 0px;
    margin-top: -14px;
    background-color: white;
    display: inline-block;
    width: 25px;
    font-weight: 600;
    height: 13px;
    font-size: 12px;
    line-height: 12px;
    cursor:pointer;
}

