/* Grundgerüst */
html,body { height:100%; }

h1 {
    font-weight: lighter !important;
}

p {
    clear:both;
}

table.routes > tbody > tr > th, table.users > tbody > tr > th {
    padding-right: 30px;
}

img#logo {
    width: 70%;
    margin: 30px auto;
    display: block;
}

div#sidebar {
    width: 25%;
    height: 100%;
    float: right;
    overflow: auto;
}

.title_top {
    width: 100%;
    padding: 20px;
    margin: 0;
    background: #26bdef;
    color: #fff;
}

div#navigation {
    width: 15%;
    height: 100%;
    float: left;
    overflow: auto;
}

div#setmap {
    width: 60%;
    float: left;
    height: 100%;
}

.overlay {
    position: absolute;
    width: 60%;
    margin-left: 15%;
    background: #28beefba;
    height: 100%;
    overflow: auto;
}

.overlay_content {
    background: #fff;
    margin: 10% auto;
    width: 55%;
    padding: 20px;
    display: table;
}


table#routes {
    border: solid 1px;
    width: 20%;
}

input#start, input#end {
    width: 100%;
    padding: 5px;
    margin: 5px 0;
}

.user {
    width: 100%;
    background: #26bdef;
    color: #fff;
    padding: 10px;
}

.filter {
    padding: 20px 20px 0 20px;
}

select {
    width: 100% !important;
    padding: 5px !important;
    margin: 5px 0 !important;
    border: solid 1px #b5b8b9 !important;
}

input[type="radio"] {
    float: left;
    width: auto;
    margin-right: 10px;
}

.styleradio {
    width: 20%;
    float: left;
}

.btn_filter {
    background: #01cbe1;
    border: none;
    color: #fff;
    padding: 8px;
    text-transform: uppercase;
}

.btn_filter:hover{
    background: #01cbe1de; 
}


.nav_top {
    padding: 20px 0;
}

.nav_top > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav_top > ul > a > li {
    border-bottom: solid 1px;
}

.nav_top > ul > a {
    color: #868686;
}

.nav_top > ul > a:hover {
    color: #28beef;
    background: unset;
    text-decoration: none;
}

.nav_top > ul > a > li > .fa {
    font-size: 1.5em;
    margin-right: 10px;
    text-align: center;
    background: #eef3f6;
    width: 45px;
    height: 45px;
    padding-top: 12px;
    vertical-align: middle;
}


.sidebar_content {
    padding: 20px;
}


label {
    display: inherit !important;
    margin: 0 !important;
}

input.btn.btn-info {
    width: auto !important;
    float: left;
    margin-right: 20px;
}

input {
    width: 100%;
    margin-bottom: 10px !important;
    padding: 5px;
}

.btn-info {
    color: #fff;
    background-color: #28beef !important;
    border-color: #28beef !important;
}

.slidefilter > input {
    width: 80%;
    float: left;
}

#slider {
    width: 18%;
    float: right;
}

div#goal {
    margin: 20px;
    border: solid 1px #28beef;
    padding: 5px;
    clear: both;
}

.nav_mob, #nav_dash_mob, .dropbtn {
    display: none;
}

button#submit {
    float: left;
    margin-right: 20px;
}



/* Map */
#map {
    position: absolute;
    height: 100%;
    width: 60%;
}

#floating-panel {
    padding: 20px 20px 0 20px;
}

#right-panel {
    width: 100%;
    overflow: auto;
    padding: 20px;
}

.adp-placemark {
    background: #fff;
}

.adp, .adp table {
    font-family: unset;
    font-weight: lighter;
    color: #696969;
}

.mystyle2 {
  display: none !important;
}

button#panelbtn {
    color: #28beef;
    border: none;
    background: none;
    float: right;
    margin-right: 15px;
}

@media only screen and (max-width: 1170px)  {


    div#navigation {
    height: auto;
    float: unset;
    width: 100%;
}

img#logo {
        display: none;
}

.user {
    display: none;
}

.nav_top {
    display: none;
}

.nav_mob {
    display: unset;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background: #fff;
    padding: 8px 0;
}

.nav_mob > ul > a {
    text-align: center;
}

.nav_mob > ul > a > li {
    float: left;
    width: 25%;
    list-style: none;
}

.nav_mob > ul > a > li > i {
    color: #868686;
    font-size: 1.4em;
}

#map {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -10;
}

div#sidebar {
    width: 100%;
    top: 0;
    height: auto;
    background: #fff;
}

div#goal {
    display: none;
}

.overlay {
    width: 100%;
    margin: 0;
    position: unset;
}

.overlay_content {
    width: 90%;
    margin: 5% auto 15%;
}

#nav_dash_mob {
    display: none;
    padding: 0;
}

#nav_dash_mob > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav_dash_mob > ul > a > li {
    border-bottom: solid 1px;
}

#nav_dash_mob > ul > a {
    color: #868686;
}

#nav_dash_mob > ul > a:hover {
    color: #28beef;
    background: unset;
    text-decoration: none;
}

#nav_dash_mob > ul > a > li > .fa {
    font-size: 1.5em;
    margin-right: 10px;
    text-align: center;
    background: #eef3f6;
    width: 45px;
    height: 45px;
    padding-top: 12px;
    vertical-align: middle;
}

.dropbtn {
    display: unset;
    border: none;
    background: none;
    color: #fff;
    font-size: 1.6em;
    float: right;
}

#panelbtn {
    display: none;
    border: none;
    background: none;
    color: #25bdef;
    font-size: 1.6em;
    float: right;
    margin: 0 15px 10px 0;
}

.title_top > h1 {
    float: left;
    display: contents;
}

.mystyle {
  display: block !important;
}

.mystyle2 {
  display: none !important;
}

button.btn.btn-info {
    float: left;
}

div#setmap {
    width: 100%;
    height: 400px;
    z-index: 0;
    position: relative;
}


}