.ui-state-default {
    display: inline-block;
    min-width: 100px;
    padding: 0.1em;
    border-radius: .1rem;
    background-color: rgb(255,222,196);
}
.ui-state-default:hover {
    cursor: pointer;
}
.ui-state-highlight {
    display: inline-block;
    min-width: 100px;
    padding: 0.1em;
    margin: 0.1em;
    border-radius: .1rem;
}
.ui-tabs-anchor {
    width: 100%;
    display: inline-block;
    font-size: 1.1em;
}

.connectedSortable {
    min-height: 50px;
    background-color: rgba(255,255,255, 1);
    border: 1px solid lightgray;
    padding-left: 0px;
    border-radius: .2rem;
}
td {
    border-color: lightgray;
}
tr {
    background-color: rgba(255,255,255, 1);
}
.table-hover tbody tr:hover {
    background-color: lightgrey;
}
.table_button {
    width: 140px;
}
.input-group-prepend > label{
    width: 100px;
}
#person {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    grid-template-areas: 
        "adresse add add"
}
#add {
    display: grid;
    grid-area: add;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto 1fr;
    grid-template-areas: 
        "radio radio"
        "zeit hilfen"
}
#radio {
    grid-area: radio;
}
#buttons {
    grid-area: buttons;
}
#adresse {
    grid-area: adresse;
}
#hilfen {
    grid-area: hilfen;
}
#zeit {
    grid-area: zeit;
    display: block;
}
.shown {
    display: block !important;
}

input#input_Suchender:checked + #zeit{
    display: none;
}
.hidden {
    display: none;
}
.breadcrumb {
    padding: 0.5rem 0.75rem;
}
#body-wrapper, .ui-widget{
    font-family: Roboto, "Helvetica Neue", sans-serif !important;
    line-height: initial;
    font-size: 1em;
    /* min-height: 100vh; */
}
.ui-autocomplete-input {
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important;
}
#body-wrapper {
    min-height: 100vh;
    height: 600px;
}

#body-wrapper > #top_nav {
    background-color: rgba(255,114,0,0.8);
    border-bottom: 1px solid;
    border-color: #ab6200;
    height: 40px;
    /* padding: 1px 5px; */
}

#body-wrapper > #sidebar {
    border-right: 1px solid;
    border-color: #ab6200;
    background: rgba(255,114,0,0.6);
}

[role="main"] {
    padding-top: 48px;
    min-height: 100%;
}

.sidebar {
    position: fixed;
    top: 40px;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 0;
    width: 200px !important;
    border-right: 1px solid;
    border-color: #ab6200;
    background: linear-gradient(to bottom, rgba(255,114,0,0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
}

.sidebar-sticky {
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.wrapper-row {
    min-height: 100%;
}

.navbar-light .navbar-brand {
    color: rgba(255,255,255,0.87) !important;

}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(255,255,255,1);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(255,255,255,0.87);
}
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(255,255,255,0.87);
}
.orange {
    color: #ff7200 !important;
}
.btn-primary {
    color: #fff !important;
    background-color: #ff7200 !important;
    border-color: #ab6200 !important;
}
.btn-primary:hover {
    background-color: #ab6200 !important;
    border-color: #ab6200 !important;
}
.btn-primary:active {
    background-color: #ff7200 !important;
    border-color: #ab6200 !important;
}
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem #ab61008a !important;
}
.btn-primary:focus-within {
    box-shadow: 0 0 0 0.2rem #ab61008a !important;
}


.btn-danger {
    color: #fff;
    background-color: rgba(227, 30, 37, 0.7);;
    border-color: #e31e25;
}
a {
    color: #0f4989;
}
.logo {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 80px;
}
.logo > img {
    max-width: 400px;
}
.badge-primary {
    background-color: #ff7200;
}
#body-wrapper> .container-fluid {
    min-height: 100%;
    background: #fff url('/img/blurred-background-hands-holding-hands-715807.jpg') no-repeat center center;
    background-size: cover;
}
.container-fluid > .row > div {
    background: linear-gradient(to bottom, rgba(255, 235, 219, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
    padding: 45px 4%;
    border-radius: 10px;
    margin: 1%;
}

#login {
    margin-top: 100px;
}

#nwt-logo > img {
    max-width: 400px;
    width: 50%;
    margin: 10px auto;
}
#nwt-logo {
    text-align: center;
}
.container-opacity {
    height: 100%;
}
.shown {
    display: table-row !important;
}

.little-circle {
    border-radius: 50px;
    height: 50px;
    width: 50px;
}

.arrow-down {
    border: solid grey;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    /* font-size: 66px !important;  Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
  }
  #footer {
    background-color: rgba(16, 73, 138, 0.6);
    position: fixed;

    bottom: 0px;
    left: 50%;
    transform: translateX(-50%); 
    padding: 5px 5px;
  }
  #footer a{ 
    font-size: 16px;
    color: white;
    padding: 0 20px;

  }
  #footer a:first-child, #footer a:nth-child(2) {
    border-right: 1px solid white;
  }
#body-wrapper.logged-in {
    background: #fff url('/img/Fotolia_111756879_L.jpg') no-repeat top center fixed;
    background-size: cover;
    min-height: 100vh;
    position: relative;
}

#main-content > .content-container {
    background-color: rgba(255,255,255,0.95);
    border-radius: 20px;
    padding: 20px;
}
#main-content {
    padding-top: 80px;
}
#body-wrapper.default > nav{
    border-bottom: 1px solid white;
    border-left: 1px solid white;
}
#left-nav {
    background-color: rgba(0, 0, 0, 0.8);
    min-height: 100vh;

}
#left-nav .list-group-item, .breadcrumb {
    background-color: transparent;
}
#left-nav .list-group-item a, #left-nav .list-group-item h4{
    color: white;
}
#left-nav .list-group-item a {

}
#left-nav .list-group-item a.marked-delete {
    color: #ff1744;
}
#left-nav .btn-primary,#left-nav .badge-primary {
    background-color: #424242;
}
#left-nav .list-group-item{
    border-bottom: 1px solid white;
}
ol.breadcrumb {
    margin-bottom: 0px;
}
.breadcrumb .breadcrumb-item a{
    color: #9e9e9e;
}
.breadcrumb .breadcrumb-item.active{
    color: #fff;
}

@media all and (max-width: 1000px) {
    #open-menu {
        display: block;
        color: white;
        z-index: 1;
        position: absolute;
        top: 20px;
        left: 20px;
    }
    #open-menu.clicked {
        display: none;
    }
    #projects {
        display: none;
    }
    #projects.active {
        display: block;
    }
    #projects.toggle {
        display: block;
    }
    #close-main-nav {
        position: absolute;
        top: 20px;
        left: 20px;
        color: white;
        z-index: 3;
        font-size: 40px;
    }
}

