.list-link {
    cursor: pointer;
    color: #0181b9 !important;
}

.list-link:hover {
    text-decoration: underline !important;
}

.badge {
    display: inline-block;
    position: relative;
    top: 0;
    padding: 3px 6px;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    line-height: 1.1;
    margin: 0 5px 0 6px;
    font-weight: bold;
}

.badge.badge-default {
    background: #999999
}

.badge.badge-primary {
    background: #34495e
}

.badge.badge-success {
    background: #31ac5f
}

.badge.badge-info {
    background: #5bc0de
}

.badge.badge-warning {
    background: #f0ad4e
}

.badge.badge-danger {
    background: #ab2a1c
}

[data-control="toolbar"] .separator {
    background: #cccecf;
    display: inline-block;
    height: 20px;
    width: 1px;
    vertical-align: middle;
    margin: 0 15px 0 5px;
}

[data-control="toolbar"] > h4 {
    vertical-align: middle;
    display: inline-block;
    margin: 0 20px 0 0;
}

table.preview.table.data thead th {
    border-bottom: none !important;
}

table.preview.table.data thead {
    background-color: #3a526a;
}

table.preview.table.data thead th > span,
table.preview.table.data thead th > span:hover {
    color: #fff;
}

/*Tab icons*/
.control-tabs > ul.nav-tabs > li a:before, .control-tabs > div > ul.nav-tabs > li a:before, .control-tabs > div > div > ul.nav-tabs > li a:before {
    vertical-align: top;
}

.control-toolbar > .toolbar-item {
    vertical-align: middle;
}

.d-ib {
    display: inline-block !important;
}

.vat {
    vertical-align: top !important;
}

.vam {
    vertical-align: middle !important;
}

.ta-l {
    text-align: left;
}

.ta-c {
    text-align: center;
}

.ta-r {
    text-align: right;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-t-30 {
    margin-top: 30px;
}

.wider {
    width: calc(100% + 40px) !important;
    max-width: calc(100% + 40px);
    margin-left: -20px
}

.higher {
    max-height: calc(100% + 40px);
    margin-top: -20px
}

tr.bg-primary > td {
    background-color: #34495e !important;
}

tr.bg-success > td {
    background-color: #dff0d8 !important;
}

tr.bg-info > td {
    background-color: #d9edf7 !important;
}

tr.bg-warning > td {
    background-color: #fcf8e3 !important;
}

tr.bg-danger > td {
    background-color: #f2dede !important;
}

tr.row-muted td {
    opacity: .4;
}

tr.row-muted:hover td {
    opacity: 1;
}

.recordfinder-list .clear-input-text {
    display: none !important;
}

.data td {
    vertical-align: middle !important;
}

.circle-border {
    border-radius: 50%;
}

.hide-label > label {
    display: none;
}

.control-list td {
    word-break: break-word;
}

.modal-dialog.size-full {
    width: 95%;
    margin-top: 30px;
}

.italic {
    font-style: italic;
}

.strike {
    text-decoration:line-through
}