﻿/*----form control----*/
input {
    text-indent: 5px;
}
select {
    height:34px;
    line-height:34px;
}
.form-control {
    border-radius: 1px;
    padding: 0px;
    margin:0px!important;
}

.form-group {
     margin: 0px;
    /*margin: 0px!important;*/
}

.line-dashed {
    background-color: transparent;
    border-style: dashed !important;
    border-width: 0;
}

.b-b {
    overflow: hidden;
    border-bottom: 1px solid #dee5e7;
    width: 96%;
    margin: 5px auto;
}

/*----end form control----*/


/*---------表单控件样式--------*/
.div_hd {
    padding-top: 7px;
}
/*---------表单控件样式--------*/


/*------bootstrap 修正-----*/
.panel, .panel-default, .panel-heading {
    overflow: hidden;
}
.panel-heading {
    padding: 8px 15px 4px 15px;
}

.control-select {
    line-height: 34px !important;
    height: 34px !important;
}
.control-label {
    line-height:33px;
    padding:0px;
    margin:0px;
    /*padding:0px!important;
    margin:0px!important;*/
}
.btn {
    border-radius: 0px!important;
}
.btn_blue
{
    background-color: #337ab7!important;
     border-color: #337ab7!important;
}
.btn-width-1 {
    min-width:60px;
}
.btn-width-2 {
    min-width:90px;
}
.btn-width-3 {
    min-width:120px;
}

.breadcrumb,.breadcrumb li {
    background-color:#fff;
    line-height:24px;
}

/*-------end bootstrap 修正--------*/


/*----------百度在线编辑器---------*/
.edui-container {
    width:100%!important;
}
/*----------在线编辑器---------*/