a {
    color: #2e3192;
}

a:hover {
    color: #1c1d58;
}

.nav-tabs > li > a {
    border-radius: 0;
}

.form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 30px;
    padding: 4px 10px;
}

.input-group-addon {
    border-radius: 0;
}

textarea {
    resize: vertical;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 100;
}

h1, .h1 {
    font-size: 30px;
}

h2, .h2 {
    font-size: 24px;
}

h2 i.glyphicon,
div.h2 i.glyphicon {
    font-size: 16px !important;
}

h3, .h3 {
    font-size: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td {
    background-color: #f5f5f6;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    line-height: 1.5;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}

.table-striped > thead > tr .th-darken {
    background-color: #ececec;
}

.table-striped > tbody > tr.bg-success {
    background-color: #dff0d8;
}

.table-striped > tbody > tr.bg-danger {
    background-color: #f2dede;
}

.nav-tabs > li > a {
    color: #a7b1c2;
    font-weight: bold;
}

.table thead a.desc::after {
    content: '↑';
}

.table thead a.asc:after {
    content: '↓';
}

.table .kv-sort-link.asc:after,
.table .kv-sort-link.desc:after {
    content: '';
}

.modal-lg {
    width: 98% !important;
}

.modal-mid {
    width: 75% !important;
}

.modal-body {
    padding: 20px 30px 30px 30px !important;
}

.modal-title {
    font-size: 20px !important;
    font-weight: 500;
}

.modal-footer {
    text-align: left;
}

.btn {
    font-size: 14px;
    padding: 4px 10px;
}

.btn-xs {
    font-size: 14px;
    padding: 1px 5px;
}

.btn-sm {
    font-size: 14px;
    padding: 3px 10px;
}

.btn-default {
    color: inherit;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-bottom-color: #f3f3f4;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background-color: #e6e6e6;
    color: #676a6c;
}

.alert {
    margin-bottom: 15px;
}

legend {
    margin-bottom: 15px;
}

.badge.counter {
    background-color: #d1dade;
    color: #5e5e5e;
    border-radius: 0 !important;
    font-size: 11px;
    font-weight: 400;
    text-shadow: none;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.badge-secondary.counter {
    font-size: 11px !important;
    font-weight: normal !important;
}

.badge-primary.counter {
    background-color: #1c84c6;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 3px !important;
    padding-top: 3px !important;
}

.badge-success.counter {
    background-color: #2dc61c;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 3px !important;
    padding-top: 3px !important;
}

ul, ol {
    padding-left: 20px;
}
