.dataTable .multiline-headers th {
    word-break: break-word;
}

.login-body p.error-global,
.login-body p.error {
    color: #F00;
    font-size: 12px;
    white-space: normal;
}

.form-signin input[type="email"],
.form-signin select.form-control {
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #EAEAEA;
    box-shadow: none;
    font-size: 12px;
}

.nav-pills > li a {
    border-radius: 4px;
}

.nav > li a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.profile-nav ul > li a {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #89817F;
    border-left: 5px solid #FFF;
}

.profile-nav ul > li a:hover,
.profile-nav ul > li a:focus,
.profile-nav ul li.active a {
    background: #F8F7F5 !important;
    border-left: 5px solid #FF766C;
    color: #89817F !important;
}

.profile-nav ul > li:last-child a:last-child {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

.profile-nav ul > li a > i {
    font-size: 16px;
    padding-right: 10px;
    color: #BCB3AA;
}

.top-nav .username {
    color: #FFF;
}

.top-nav .dropdown:hover .username,
.top-nav .dropdown.open .username {
    color: #555;
}

form.csrfLinkForm a {
    color: #EBEBEB;
}

form.csrfLinkForm {
    display: inline;
}

.label-danger {
    background-color: #EC6459;
}

.kirp-row {
    float: left;
    margin-bottom: 10px;
    padding: 0 15px 0 0;
}

.kirp-row p label {
    /*white-space: nowrap;*/
    font-weight: normal;
    width: 200px;
}

.change .kirp-row p label {
    width: 280px;
}

.kirp-row p span,
.kirp-row p code {
    white-space: nowrap;
    font-weight: bold;
}

.actions {
    min-width: 85px;
}

.dataTables_paginate {
    float: right;
}

.dataTables_info {
    float: left;
}

.dataTables_length {
    float: left;
}

.modal-dialog form.form-signin {
    max-width: none;
}

.site-footer {
    position: absolute;
    width: 100%;
}

#sidebar {
    height: 100%;
}

#container {
    position: relative;
}

#main-content {
    min-height: 700px;
    margin-bottom: 40px;
}

.user-heading.subheading {
    padding: 10px;
}

.user-heading.subheading h2 {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

.bio-graph-heading a {
    color: #95FFFD;
}

body {
    color: #89817E;
}

.advanced-table .dataTables_filter label input {
    float: none;
}

.panel-heading {
    line-height: 1em;
}

.panel-heading h1 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}

tfoot input,
tfoot select {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
    font-weight: normal;
    color: #6A6A6A;
}

tfoot input[type=date] {
    padding: 2px;
    line-height: inherit;
}

tfoot select option {
    color: #6A6A6A;
}

tfoot select option:first-child,
.placeholder-mode {
    color: #A9A9A9;
}

.advanced-table {
    overflow-x: hidden;
}

.dataTables_wrapper {
    overflow-x: auto;
}

#history-table td.historyChangedValue {
    background-color: #FFCEB6;
}

tfoot {
    display: table-header-group;
}

.add-on {
    width: inherit;
    padding: 3px 0;
}

.add-on .btn {
    padding: 6px 9px;
}

.datepicker > div {
    min-width: 214px;
}

.datepicker .clear {
    cursor: pointer;
}

.date-picker input.form-control[readonly] {
    background: #FFF;
    cursor: text;
}

.btn-login {
    padding: 6px 5px;
}

table.dataTable {
    min-width: 100%;
}

table.dataTable thead .sorting:after {
    opacity: 0.8;
    content: "\e150";
}

.table.dataTable thead th {
    background-color: #428BCA;
    color: #FFF;
}

table.dataTable thead th,
.advanced-table table.dataTable td {
    vertical-align: middle;
}

.panel-heading {
    border-color: #DDD;
    font-weight: normal;
}

.form-horizontal .control-label {
    font-weight: normal;
}

.btn.btn-save {
    padding-left: 40px;
    padding-right: 40px;
}

.bio-graph-info h1 {
    position: relative;
}

.bio-graph-info h1 .badge {
    top: 0;
    margin-top: -15px;
}

label.required:after {
    content: '*';
    color: #F00;
    margin-left: 4px;
}

label.is-index:after {
    content: '**';
    color: #F00;
    margin-left: 4px;
}

.legend span {
    display: block;
}

.table-exportable .top-table-button {
    position: absolute;
    margin: 15px 0;
}

.table-exportable .top-table-button a.btn {
    padding: 5px 37px;
    margin-right: 15px;
}

.table-exportable .dataTables_length {
    float: right;
}

.modal-dialog.modal-full {
    width: 97%;
}

.delete-processing {
    margin-right: 180px;
    font-size: 34px;
    vertical-align: middle;
}