.form-group {
    margin-bottom: 5px;
}

table.header {
    margin-top: 15px;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}

table.header th {
    width: 40%;
}

.breadcrumb li {
    margin-left: 0px !important;
}

.table tbody tr td {
    padding: 5px 5px;
}

.table tbody > tr > td:first-child {
    font-size: 0.875em;
    font-weight: normal; }


/* Success */
.table-hover>tbody>tr>td.success, .table-hover>tbody>tr>th.success, .table-hover>tbody>tr.success>td, .table-hover>tbody>tr>.success, .table-hover>tbody>tr.success>th {
    background-color: #e6f9df;
}

.table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover, .table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr.success:hover>th {
    background-color: #e1f6d8;
}

/* Danger */
.table-hover>tbody>tr>td.danger, .table-hover>tbody>tr>th.danger, .table-hover>tbody>tr.danger>td, .table-hover>tbody>tr>.danger, .table-hover>tbody>tr.danger>th {
    background-color: #fce3e3;
}

.table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover, .table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr.danger:hover>th {
    background-color: #fbdede;
}

/* Warning */
.table-hover>tbody>tr>td.warning, .table-hover>tbody>tr>th.warning, .table-hover>tbody>tr.warning>td, .table-hover>tbody>tr>.warning, .table-hover>tbody>tr.warning>th {
    background-color: #fff9db;
}

.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr.warning:hover>th {
    background-color: #faf3d2;
}

.input-group .input-group-btn .btn {
    line-height: inherit;
}