.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
    border-color: #5699d2;
}
.uk-button-primary {
    background: #5699d2;
}
.uk-button-primary:hover {
    background: #1d3f72;
}
.uk-button-text {
    color: #5699d2;
}
.uk-button-text:focus, .uk-button-text:hover {
    color: #1d3f72;
}
uk-link, a {
    color: #a0a0a0;
}
uk-link, a:hover {
    color: #ff000f;
}
.uk-tab .uk-active a {
    border-color: #1d3f72;
}
.uk-tab>.uk-active>a {
    color: #1d3f72;
}
::selection {
    background: #6e6e6e;
}
.uk-table-hover tbody tr:hover, .uk-table-hover>tr:hover {
    background: #5699d2;
    color: #FFF;
}
.uk-form-blank:focus {
    border-color: #6e6e6e;
    border-style: dashed;
}
.uk-tooltip {
    background: #1d3f72;
}
.uk-badge{
    background: #636363;
}
.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
    outline: 0;
    background-color: #fff;
    color: #666;
    border-color: #FF0010;
}
.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
    background-color: #FF0010;
    border-color: transparent;
}
.uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus, .uk-radio:checked:focus {
    background-color: #FF0010;
}
.uk-checkbox:focus, .uk-radio:focus {
    outline: 0;
    border-color: #FF0010;
}
.uk-tile-muted {
    background: #d8ebf9;
}
.uk-card-secondary{
    background: #1d3f72;
    color: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}
.uk-card-secondary.uk-card-hover:hover {
    background-color: #1d3f72;
    box-shadow: 0 14px 25px rgb(0 0 0 / 16%);
}
table.dataTable tr th.select-checkbox.selected::after {
    content: "✔";
    margin-top: -18px;
    margin-left: -4px;
    text-align: center;
}
table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background: #5699d2;
    color: #FFF;
}
table.dataTable tr {cursor:pointer;}
a, a:hover {
    color: #1d3f72;
    text-decoration: underline;
}
.logo-index{
    position: absolute;
}
.logo-inner {
    margin: 1em;
    max-height: 100px;
}
h1 {
    position: absolute;
    left: 50px;
    background: #1d3f7282;
    padding: 8px;
}
a.copyright {
    color: black;
    position: absolute;
    bottom: 40px;
    text-decoration: none;
}

/* select2 plugin */
.select2-container--default .select2-selection--single {
    background-color: rgba(255,255,255,.1);
    color: rgba(255,255,255,.7);
    background-clip: padding-box;
    border-color: rgba(255,255,255,.2);
    border-radius: 2px;
}

.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(255,255,255,.7);
    line-height: 40px;
}

.s2-to-tree li.select2-results__option {
    padding-bottom: 4px;
}