html, body {

    padding: 0px;
    width:100%;
    font-family: "myriad-pro", Arial, sans-serif;

}

/*
https://webdevtrick.com/css-responsive-navbar/
RESPONSIVE MENU:
 */

.nav-bar {
    height: 70px;
    background: #262626;
}

.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
}
.brand a img {
    height: 55px;
}
.brand a,
.brand a:visited {
    color: #ffffff;
    text-decoration: none;
}

.nav-container {
    margin: 0 auto;
}

.nav-container a{
    cursor: pointer;
}

nav {
    float: right;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav ul li {
    float: left;
    position: relative;
}
nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 70px;
    background: #262626;
    color: #ffffff;
    text-decoration: none;
}
nav ul li a:hover,
nav ul li a:visited:hover {
    background: #2ab1ce;
    color: #ffffff;
    text-decoration-line: none;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    color: white;
    content: ' ▾';
}
nav ul li ul li {
    min-width: 190px;
}
nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 2;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    right: 0px;
}
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #262626;
    height: 70px;
    width: 70px;
}

@media only screen and (max-width: 798px) {
    .nav-mobile {
        display: block;
    }

    nav {
        width: 100%;
        padding: 70px 0 15px;
    }
    nav ul {
        display: none;
    }
    nav ul li {
        float: none;
    }
    nav ul li a {
        padding: 15px;
        line-height: 20px;
        padding-left: 25%;

    }
    nav ul li ul li a {
        padding-left: 30%;
    }

    .nav-dropdown {
        position: static;
    }
    .brand a img {
        max-height: 60px;
        margin-top: 5px;
    }
}
@media screen and (min-width: 799px) {
    .nav-list {
        display: block !important;
    }
}
#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
    top: -10px;
}
#nav-toggle span:after {
    bottom: -10px;
}
#nav-toggle.active span {
    background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}
#nav-toggle.active span:before {
    transform: rotate(45deg);
}
#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

/*
RESPONSIVE MENU ENDE
 */


body {
    overflow-y: scroll;
}
.logo-wrapper{
    height: 50px;
    background-image: url('/gfx/intranet_logo.png');
}
.nav-spacer{
    margin-top: 15px;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}
.fit-content {
    width: fit-content;
}

.home-link-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.center_title {
    width: fit-content;
    margin: auto;
}
.square{
    background-color: rgba(255,255,255,0.85);
    padding: 30px;
    border-radius: 10px;
    border: 2px solid rgba(0,0,0,0.24);
}
.space_small{
    margin: 5px;
    margin-left: 0px;
}
.padding_small{
    padding: 2px;
}
.margin_auto{
    margin: auto;
}

.admin_table thead tr th:last-child, .admin_table tbody tr td:last-child{
    width: 120px ;
}

.flex{
    display: flex;
}
.items_center{
    align-items: center;
    margin: auto;
    width: fit-content;
}
.text_center{
    text-align: center;
}
#playing_now{
    font-size: 14pt;
    display: grid;
    overflow-wrap: break-word;
    width: 300px;
}
#table_playlist_tracks tr td:first-child,#table_playlist_tracks tr th:first-child{
    width: 75px;
}

.tag{
    width: max-content;
    padding: 2px;
    border-radius: 3px;
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: white;
    margin: 3px;
    font-size: 8pt;
}
.tag_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.loading_modal{
    width: 290px;
}
.loading_modal .modal-content{
    width: fit-content;
}

.modal-dialog{
    max-width: 1000px;
}

#modal_loading{
    z-index: 2050;
}
.modal{
    overflow: auto;
}

.table {
    overflow-wrap: anywhere !important;
}

#beer_pic img {
    max-height: 350px;
    max-width: 350px;
}

#all_beer_ratings tr th, #all_beer_ratings tr td {
    text-align: center;
}

#all_beer_ratings tr th:last-child, #all_beer_ratings tr td:last-child {
    padding: 10px;
    white-space: break-spaces;
    text-align: left;
}

.overflow-scroll {
    overflow: scroll;
}

.overflow-scroll table {
    white-space: nowrap;
}

.table-fresh-air th {
    padding: 5px;
}
.beer-head-wrapper{
    margin: auto;
    width: fit-content;
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    flex-flow: column;
}
.table-space{
    width: 100%;
}
.table-space thead tr th, .table-space tbody tr td{
    padding: 15px;
}
a:not([href]) {
    color: white !important;
}

.new-message .profile-img-container, .new-message ul .nachrichten-menu, .new-message.nav-mobile, .new-message.btn{
    background-color: orange;
}

.pull-right{
    float: right;
}
.chat-box{
    border: 1px solid grey;
    border-radius: 5px;
    min-width: 200px;
    min-height: 200px;
    padding: 15px;
    margin: auto;
    width: 90vw;
    height: 400px;
    overflow-y: scroll;
}
.chat-box .chat-tile:nth-child(odd){
    //background-color: #d2d2d2;
}
.chat-box .chat-tile{
    padding: 5px;
    width: 90%;
    float: left;
    margin: 5px;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border: 1px solid black;
    text-align: left;
}
.chat-box .chat-tile p{
    word-break: break-word;
}
.chat-tile-meta{
    border-top: 1px solid dimgrey;
}
.new-chat-tile{
    background-color: goldenrod!important;
    color: white;
}
.self-chat-tile{
    float: right!important;
    background-color: lightblue!important;
    color: black!important;
    border-radius: 10px!important;
    border-bottom-right-radius: 0px!important;
}
.self-chat-tile p{
    text-align: right!important;
}
.chat-wrapper{
    text-align: center;
    display: none;
}
.chat-user-wrapper{
    padding: 10px;
    text-align: center;
}

.guestbook-wrapper{
    width: 100%;
    text-align: center;
}
.guestbook-wrapper table{
    width: 80%;
    margin: auto;
}
.guestbook-wrapper table img{
    margin: 10px;
}

.display-none{
    display: none;
}

.link-logo{
    border: 1px solid black;
    border-radius: 5px;
    margin: 10px;
}

.break{
    flex-basis: 100%;
    height: 0;
}

.table-container{
    max-height: 450px;
    overflow-y: scroll;
}

.thead-fix thead{
    position: sticky;
    top: 0;
    background: white;
}

#user_simulation{
    border-radius: 5px;
    background-color: darkorange;
    width: 90%;
    padding: 5px;
    text-align: center;
    position: fixed;
    bottom: 35px;
    left: 5%;
}