body{
	background-color:#283a4a;
	color:#fff;
}

*, body {
    color: #fff;
}
.blurred{ pointer-events: none!important; background-color: #502d30!important; }


table.striped > tbody > tr:nth-child(odd) {
    background-color: #374b5d;
}

table.highlight > tbody > tr:hover {
    background-color: #263238 !important;
}

table.bordered > thead > tr, table.bordered > tbody > tr {
    border-bottom: 1px solid #475867;
}

.pagination li a {
    color: #fff;
}

.link_ime{ color:#fff; }

.error-container{ background-color: #263238; padding:48px; }

button, input, optgroup, select, textarea {
    color: #fff;
}
select.browser-default {
    display: block;
    background-color: #263238;
    border-radius: 12px;
}

button {
    border: 1px solid #607D8B;
    background-color: #263238;
}

.modal {
    background-color: #2a373d;
}

.modal .modal-footer {
    background-color: #263238;
}
.btn-flat {
    color: #d4d4d4;
}

.second_row {
    background: #263238;
}


.aktivan_0 {
    background-color: #5d2727!important;
}

table.striped > tbody > tr.aktivan_0 {
    background-color: #68241f !important;
}

table.striped > tbody > tr.aktivan_0:nth-child(odd) {
    background-color: #3a100d !important;
}

.aktivan_0 td {
    color: #ffffff;
}
table.highlight > tbody > tr.aktivan_0:hover {
    background-color: #7c2a24 !important;
}

