a, a:hover, a:focus {
    text-decoration: none;
    color: #555;
}

ul {
    margin-bottom: 0;
    list-style-type: none;
}

li {
    font-size: 14px;
}

#search-result-tab-content > table > thead > tr > th {
    cursor: pointer;
}

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

.img-steps {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    min-width: 200px;
}

.table > tbody > tr {
    font-size: 14px;
    color: #555;
}

.table > thead > tr > th {
    font-size: 14px;
    color: #555;
}

.table>thead>tr>th {
    border-bottom: 1px solid #ddd;
}

.btn {
    border-radius: unset;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus,
.btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background-color: #000000;
    border-color: #000000;
}

.btn-primary, .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #000000;
    border-color: #000000;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #262626;
    border-color: #262626;
}

.badge {
    color: #000000;
    background-color: #ffffff;
    border-radius: unset;
    font-weight: unset;
    padding: 4px 14px;
}

.alert {
    padding: 15px;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 14px;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: 0;
    right: 0;
    color: inherit
}

.list-group-item {
    border: 1px solid #efefef
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #333333;
    background-color: #efefef;
    border-color: #efefef
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}


/*.form-control {*/
/*    height: unset;*/
/*}*/

.form-control {
    border-radius: 0px;
    font-size: 14px;
    border: 1px solid #efefef;

    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: default;
    background-color: #fbfbfb;
    opacity: 1
}

.input-group-addon {
    border-radius: 0px;
    background-color: #ffffff;
    border: 1px solid #ccc
}

.dropdown-menu {
    border-radius: 0px;
}

.list-group {
    margin-top: 20px;
}

.panel-question {
    background-color: #fafafa;
}

.panel {
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    box-shadow: none;
}

.panel-default {
    border-color: #efefef;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: #ffffff;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: unset;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #efefef;
}

.panel-group .panel {
    border-radius: unset;
}

.modal-content {
    border-radius: 0px;
}

label {
    font-weight: 100;
}

.control-label {
    font-size: 14px;
}

.form-group.yubikey {
    margin-bottom: 5px;
}

select {
    -webkit-appearance: none;
}