/*
 * style.css
 * Copyright (c) 2021.
 *
 * Code written by:
 * Alexander Elskamp
 * elskamp.work
 * alexander@elskamp.work
 *
 * Client:
 * leads.healthcare
 * leads-healthcare.com
 * info@leads-healthcare.com
 */

html, body {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-family: 'Libre Franklin', sans-serif;
}

body {
    position: absolute;
}

#fehlermeldung {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    text-align: center;
}

.fehlermeldung {
    display: none;
    margin-bottom: 1.5rem;
}

section.warnmeldung, section.meldung, section.erfolg, section.info {
     padding: 1rem;
     border: 1px solid transparent;
     border-radius: 25px;
     box-sizing: border-box;
     display: block;
 }

section.warnmeldung {
    color: #A94442;
    background-color: #F2DEDE;
}

section.meldung {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

section.erfolg {
    color: #3c763d;
    background-color: #dff0d8;
}

section.info {
    color: #31708f;
    background-color: #d9edf7;
}

table {
    width: 100%;
    border-collapse: collapse;
    border: 4px solid #79aed0;
    font-size: 1rem;
}

tr:nth-child(even) {
    background-color: #eaeaea;
}

th, td {
    padding: 0.25rem;
    border: 2px solid #79aed0;
}

button {
    cursor: pointer;
}

td.center {
    text-align: center;
}

td.right {
    text-align: right;
}

button {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 25px;
    background: #a6b906;
}

nav {
    position: fixed;
    top: 0;
    z-index: 998;
    width: 100%;
    height: 4.5rem;
    background: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

nav ul.menu {
    position: absolute;
    background: none;
    display: flex;
    justify-content: flex-end;
    box-shadow: none;
    top: 0;
    z-index: 999;
    height: 4.5rem;
    margin: 0;
    padding: 0;
    width: 40%;
    right: 20rem;
    list-style: none;
    text-align: center;
}

nav ul li {
    display: inline-block;
    height: 4.5rem;
    margin-left: 2rem;
}

nav ul a {
    color: #000;
    font-size: 1.5rem;
    line-height: 4.5rem;
    text-decoration: none;
}

.logo {
    display: flex;
    align-items: center;
    margin-left: 20rem;
    height: 4.5rem;
    width: 17.5rem;
    font-size: 1.75rem;
}

.logoindex {
    justify-content: center;
    margin: 0;
    width: 100%;
}

.logo a {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
}

.logo img {
    height: 4rem;
}

.content {
    margin: 7rem 20rem 0;
}

.login {
    position: relative;
    padding: 1.5rem;
    width: 50%;
    left: 25%;
    border: 3px solid #79aed0;
    border-radius: 25px;
}

.login section {
    text-align: center;
}

.login input {
    margin-bottom: 0.5rem;
    width: 12.5rem;
}

input {
    padding: 0.25rem 0.5rem;
    border: 2px solid #a6b906;
    border-radius: 25px;
}

input:focus {
    outline: none;
}

#search {
    z-index: 500;
    position: relative;
    padding: 0.25rem 1.5rem;
    width: 50%;
    left: 25%;
    font-size: 1.75rem;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
}

.explanation {
    display: none;
    position: relative;
    margin-top: 2rem;
    padding: 1rem 1.5rem;
    width: 50%;
    left: 25%;
    background: #eaeaea;
    border: 2px solid #969696;
    border-radius: 25px;
    color: #989898;
}

.table {
    display: none;
    position: relative;
    padding: 2.5rem 1.5rem 1.5rem;
    top: -1.5rem;
    border: 2px solid #79aed0;
    border-radius: 25px;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
}

.responsediv {
    display: none;
    padding: 1rem 0;
    font-size: 1.5rem;
}

table.searchResponse {
    margin-top: 0.5rem;
}

.checkbox {
    cursor: pointer;
}

.neighbourCodes, .modal {
    position: fixed;
    z-index: 502;
    display: none;
    padding: 2.5rem 1.5rem 1.5rem;
    width: calc(100vw - 43rem);
    border: 2px solid #79aed0;
    border-radius: 25px;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.neighbourCodes tr {
    cursor: pointer;
}

.neighbourCodes button, .modal button {
    margin-top: 1rem;
}

.modal #name {
    font-size: 1.25rem;
}

.blank {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 501;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    display: none;
}

.headline {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.code {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.description {
    font-size: 1rem;
}

.fallzahl {
    margin-bottom: 2rem;
    font-size: 1.25rem;
}

.tabs {
    display: flex;
    justify-content: start;
    height: 2rem;
    width: 100%;
}

.tab {
    cursor: pointer;
    padding: 0.5rem;
    background: #989898;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}

div.tab-ena {
    background: #a6b906;
}

.data-table {
    display: none;
    margin-bottom: 1rem;
}

.data-table-ena {
    display: table;
}

.data-table .tr {
    display: none;
    cursor: pointer;
}

.data-table .tr-ena {
    display: table-row;
}

.data, .more_data, .data_export {
    display: none;
}

.more_data-ena, .data_export-ena {
    display: inline-block;
}

.addUser {
    margin-bottom: 2rem;
}

#agb {
    width: auto;
}

.ena {
    display: block;
}