﻿.form-inline {
    position: absolute;
    top: 16px;
    right: 10px;
    float: right;
    height: 34px;
    line-height: 34px;
}

.form-inline .form-control {
    border: 1px solid #62c3f5;
    width: 390px;
    vertical-align: top;
    float: left;
    border-radius: 4px 0 0 4px;
}

.form-inline .btn {
    width: 5px;
    height: 34px;
    background: url(../img/bumen/search_ico.png) no-repeat center center #62c3f5;
    vertical-align: top;
    float: left;
    border-radius: 0 4px 4px 0;
    margin-right: -2px;
    border: 0;
    padding: 0 30px;
}

.subtitle-bar {
    position: relative;
    margin-top: 20px;
}

.subtitle-bar .title {
    font-size: 20px;
    color: #4db9e3;
    padding-left: 12px;
    background-position: 0 12px;
    background-repeat: no-repeat;
    margin-left: 0px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    border-left: 4px solid #4db9e3;
    background: #fafafa;
}

.tab-pane .table {
    padding-top: 20px;
}

.tab-pane .table thead tr {
    background: #62c3f5;
    color: #fff;
}

.tab-pane .table thead tr th {
    padding: 12px 0;
}

.tab-pane .table td {
    border-bottom: 1px solid #ddd;
}