body {
    font-size: 12px;
}

textarea {
    width: 100%;
    height: 100px;
}

.f_1-1a label {
    margin-top: 0.8em;
}

input[type=text] {
    width: 100%;
}

#cookies-message-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 1em;
    background: #EEEEEE;
}

#cookies-message {
    margin: 0 auto;
}

ol li {
    margin-bottom: 0.5em;
}

.pesel,
.locality {
    font-size: 0.8em;
    color: #cccccc;
}

.form-inline {
    display: inline;
}

td .btn-xs {
    /*width: 60px;*/
}

.attachments form {
    margin-bottom: 3em;
}

.attachments ul {
    padding: 0;
    margin: 0;
}

.attachments li {
    list-style-type: none;
}

.tab-content {
    padding: 1em;
    border: 1px solid #ddd;
    border-top-color: transparent;

}

#attachment li,
#attachment ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#attachment li {
    margin-top: 1em;
}

.navbar {}

.navbar-brand img.logo {
    margin-top: 0.2em;
}

ul#sortable {
    margin: 0;
    padding: 0;
}

#sortable li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #AAA;
}

#filteredTests {
    width: 100%;
}

#filteredActive {
    margin-bottom: 1em;
}

#filteredActive .btn.active {
    box-shadow: none;
}

#filteredActive .btn:before {
    content: "\e157";
    font-family: 'Glyphicons Halflings';
    margin-right: 0.5em;
}

#filteredActive .btn.active:before {
    content: "\e067";
}

.select2-selection__choice {
    font-size: 10px;
}

#participantsTable,
#participantsTable_wrapper .dataTables_info,
#participantsTable_wrapper .dataTables_length,
#participantsTable_wrapper .dataTables_paginate,
#participantsTable_wrapper .dataTables_filter {
    font-size: 11px;
}

#participantsTable_wrapper {
    margin-top: 1em;
}

#participantsTable_wrapper .dataTables_filter {
    float: left;
}

#participantsTable_wrapper .dataTables_filter input {
    border-radius: 5px;
    border: 1px solid #AAA;
    padding: 0.3em;
}

#participantsTable_wrapper .dataTables_length {
    float: right;
}

#participantsTable_wrapper table.dataTable thead th,
table.dataTable thead td,
#participantsTable_wrapper table.dataTable.no-footer {
    border-color: #AAA;
}

#participantsTable_wrapper .dataTables_info {}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #AAA !important;
}

.navbar-default {
    background-color: #0061ab;
    border-radius: 0;
    border: none;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li>a {
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
}

#agree {
    margin-right: 1em;
}