
/*改变bootstrap的CSS*/

* {
    font-family: "微软雅黑", "黑体", "宋体", Helvetica, Arial, sans-serif;
}

input, select {
    vertical-align:middle;
    height: 25px !important;
    margin: 1px 1px 1px 5px!important;
    padding: 1px 1px 1px 5px !important;
}

textarea{
    border: 1px solid #cccccc;vertical-align: middle;
    border-radius:3px;
}

input[type=text]{
    border: 1px solid #cccccc;vertical-align: middle;
    border-radius:3px;
}
input[type=password]{
    border: 1px solid #cccccc;vertical-align: middle;
    border-radius:3px;
}


.table tr, table tr {
    height: 30px;
    background: #ffffff;
}

input[type=file] {
    vertical-align: middle;
    display:inline-block;
    height: 30px !important;
    margin-bottom:5px!important;

}


.form_table_left td:nth-child(1) {
    text-align: right;
}
.form_table_left th:nth-child(1) {
    text-align: right;
}

.from_table_left td:nth-child(0) {
    text-align: left;
}

.panel-heading {
    padding: 0 0 0 10px;
    line-height: 35px;
    height: 35px;
    margin-bottom: 10px;
}

.panel > form {
    padding-left: 10px;
}

.panel {
    padding-bottom: 10px;
}

.from_table_left {
    padding: 10px 10px 10px 10px;
}

.tabbable a {
    height: 35px;
}

.tab-pane {
    padding-top: 10px;
}

.tabbable a:hover {
    height: 35px;
}

.from_table_left td {
    height: 25px;
}

.btn {
    height: 26px;
    line-height: 23px;
    margin: 0 0 0 0;
    padding: 0px 10px 0px 10px;
}
.btn >.glyphicon {
    padding-right: 5px;
}

.table tr, .table th,.table td {
    height: 30px !important;
    line-height: 28px !important;
    margin: 0 0 !important;
    padding: 0 0 !important;
}


/*模态框弹出的风格，居中，并可以改变宽度和高度*/
.modal {
    display: table;
    width: 600px;
    height: 100%;
    margin: 0 auto;
    padding: 0 auto;
}

.modal-dialog {
    display: table-cell;
    vertical-align: middle;
}