body {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    background:#f7f7f7;
}

[disabled]{
    background-color: white!important;
}

.tree-content {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 14px;
    display: none;
}

.tree-content.depth_1 {
    display: inherit;
}

.tree-content.open>.tree-element::before {
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    vertical-align: middle;
    transform: rotate(90deg);
}

.tree-content.open>.tree-content {
    display: block;
}

.tree-content .tree-element {
    border-left: 3px solid #69B2D6;
    background-color: #f7f7f7;
    letter-spacing: 1px;
    margin: 0.5em 0;
    font-weight: 600;
    font-size: 12px;
    padding: 0.5em 0.7em;
    border-radius: 0.1em;
    cursor: pointer;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    position: relative;
}

.tree-content .tree-element::after {
    content: '';
    display: block;
    border-left: 16px solid #69B2D6;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: -22px;
    transform: translateX(-20px);
    top: 50%;
    opacity: 0;
    visibility: hidden;
    margin-top: -8px;
    transition: all 0.3s;
    z-index: -1;
}

.tree-content .tree-element.active::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.tree-content .tree-element.active {
    background-color: #69B2D6;
    color: white;
}

.tree-content .tree-element.active:hover {
    background-color: #69B2D6;
}

.tree-content .tree-element:hover {
    background-color: rgb(240, 240, 240);
}

.tree-content.depth_5 .tree-element::before {
    display: none;
}

.tree-element::before {
    content: '';
    display: inline-block;
    transition: all 0.1s;
    height: 0;
    width: 0;
    margin-right: 0.5em;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #000;
    border-top: 4px solid transparent;
}

.card {
    margin: 0.5em 0;
    border-radius: 0.1em;
}

.content_div {
    /*margin-bottom: 1rem;*/
}

.content-row {
    border: 1px solid #eee;
    border-top: 1px solid #ccc;
}

.group-title {
    margin: 1rem 0;
    padding: 1rem;
    border-bottom: 1px solid #ccc;
}

.data-key-label {
    font-family: "Roboto";
    display: block;
    text-transform: uppercase;
    font-size: 0.6rem;
    background: #F8F8F8;
    /* border-left: 2px solid #69B2D6;
    border-bottom: 1px dashed #69B2D6; */
    position: relative;
    padding: 0.5rem;
    width: 100%;
}

.data-value {
    display: block;
    line-height: 1;
    position: relative;
    text-align: left;
    width: 100%;
    font-size: 1rem;
    /* border-left: 2px solid #69B2D6;
    border-bottom: 1px dashed #69B2D6; */
    padding: 0.5rem;
}

.search_result_content .content_div:last-of-type .data-key-label,
.search_result_content .content_div:last-of-type .data-value {
    border-bottom: none;
}

.navbar {
    background-color: #69B2D6;
}

.navbar .navbar-brand {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1rem;
}

.navbar-nav .nav-item .nav-link {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1rem;
}

.navbar-nav .nav-item .nav-link:hover {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1rem;
    background-color: rgba(255, 255, 255, 0.2);
}

.card {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.btn {
    font-size: 0.8rem;
}

.btn-primary {
    background-color: #69B2D6;
    border-color: #69B2D6;
}

.btn-primary:hover {
    background-color: #51296e;
    border-color: #51296e;
}

a {
    color: #69B2D6;
}

.card{background:#f7f7f7;}

.alert ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.result-header {
    background-color: #eee;
    padding: 0.5rem;
    text-transform: uppercase;
}

.result-body {
    font-size: 0.8rem;
    padding: 1rem;
}

.result-id {
    display: flex;
    height: 100%;
    color: #333;
    font-size: 0.8rem;
    align-self: center;
}

.publication-search-result .card {
    margin-bottom: 1rem;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
}

.publication-search-result .card .card-block {
    padding: 1rem;
}

.publication-search-result .card-header a {
    text-decoration: none;
}

#search_result_container_level1,
#search_result_container_level2,
#search_result_container_level3 {
    display: none;
}

#search_result_container_level1.showLevel,
#search_result_container_level2.showLevel,
#search_result_container_level3.showLevel {
    display: block;
}

.form-wrapper {
    background-color: #F7F7F7;
    padding: 1.5em;
    border: 1px solid #eee;
    border-radius: 4px;
}

.group-heading {
    font-size: 1.1em;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.7em;
}

.form-control {
    border-color: #eee;
    padding: 0.4em;
}

label {
    font-size: 0.8rem;
    color: #888;
}

.form-control {
    border-color: #ddd;
}

.traverse {
    padding-right: 2rem;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 80vh;
}

.custom-control-input~.custom-control-indicator {
    border: 2px solid #eee;
    background-color: #fff;
    border-radius: 0;
    width: 1.4rem;
    height: 1.4rem;
}

.custom-control-input:checked~.custom-control-indicator {
    border: 2px solid #eee;
    background-color: #fff;
    border-radius: 0;
    width: 1.4rem;
    height: 1.4rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") !important;
}

.custom-control-input:focus~.custom-control-indicator {
    box-shadow: none !important;
}

.custom-checkbox :last-child{
    margin-top: 7px;
    margin-left: 10px;
}