/* Add here all your css styles (customizations) */

#mapcontainer {
    display: inline-block;
    position: relative;
    width: 100%;
}
#dummy {
    margin-top: 50%; /* 4:3 aspect ratio */
}
#map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: silver /* show me! */
}
.list-inline li{
    display: inline-block;
}

.searchresults .mCustomScrollbar{
    height:auto;
}
h4{
    font-size:18px;
    margin-bottom:0;
}
.notification{
    list-style-type: none;
    padding:10px;
}
.notification.new{
    background:#E4E9F1;
}
@media screen and (max-width:768px) {
    .header .logo{
        display: inline-block;
    }
    .header .topbar ul.loginbar{
        padding:0;
    }
    .topbar{
        display: inline;
    }
    #dummy{
        margin-top: 50%;
    }
}
@media screen and (max-width:425px) {
    .header .logo{
        display: inline-block;
    }
    .header .topbar ul.loginbar{
        padding:0;
    }
    .topbar{
        display: inline;
    }
    #dummy{
        margin-top: 70%;
    }
}

.topbar{
    height:75px;
}

.loginbar{
    line-height: 85px;
}

.filters{
    position:absolute;
    z-index: 1000;
    margin:10px 0 0 125px;
    right:20px;
}
.filters li{
    display: inline-block;
    list-style-type: none;
}

.filters .dropdown-menu{
    right:0;
    left:auto;
}
.legend {
    padding: 30px 0;
    text-align: center;
}

.legend ul{
    margin:0;
}
.legend ul li{
    list-style-type: none;
    display: inline-block;
    margin-right:20px;
    font-size:14px;
}
.legend ul li img{
    height:20px;
}


.legend-day.monday{
    background: #369399;
}
.legend-day.thuesday{
    background: #1a4ab7;
}
.legend-day.wednesday{
    background: #ff07ff;
}
.legend-day.thursday{
    background: #993499;
}
.legend-day.friday{
    background: #d5660a;
}
.legend-day.saturday{
    background: #c7252c;
}
.legend-day.sunday{
    background: #109502;
}


/*404 Error Page v1
------------------------------------*/
.error-v1 {
    padding-bottom: 30px;
    text-align: center;
}

.error-v1 p {
    color: #555;
    font-size: 16px;
}

.error-v1 span {
    color: #555;
    display: block;
    font-size: 35px;
    font-weight: 200;
}

.error-v1 span.error-v1-title {
    color: #777;
    font-size: 180px;
    line-height: 200px;
    padding-bottom: 20px;
}

/*For Mobile Devices*/
@media (max-width: 500px) {
    .error-v1 p {
        font-size: 12px;
    }

    .error-v1 span {
        font-size: 25px;
    }

    .error-v1 span.error-v1-title {
        font-size: 140px;
    }
}

.modal-backdrop{
    opacity:0.7;
}

.forum .list-group-item{
    padding:0 15px;
}
.forum .list-group-item .col-md-4{
    background: #f5f5f5;
}
.forum .report a{
    display: inline-block;
}
.forum .report a:hover{
    color:#ff0026;
}

.forum .comment{
    padding:10px;
}

.header .topbar ul.loginbar {
    margin: 0;
    line-height: 90px;
}
.groups{
    min-height:280px;
}

span .fa-plus{
    cursor: pointer;
}

#placeSearch{
    width: 100%;
}
.placeform{
    display: none;
    margin:10px 0;
}

.duration{
    width:100px
}

input:required{
    border:1px #ff0026 solid;
}

.profile #dummy{
    margin-top:50%;
}

.scrollable-menu {
    height: auto;
    max-height: 450px;
    overflow-x: hidden;
}

.scrollable-menu li{
    display: block;
}

.forum-send{
    margin:20px 0 40px;
}

.stripe-form{
    display: inline;
}

.legend-day{
    width:20px;
    height:20px;
    display: inline-block;
}

.header{
     margin-bottom: 50px;
 }
.header .logo{
    display: inline-block;
    float: left;
}
.header .topbar{
    z-index: 0;
}

.hidden{
    display: none;
}
.actions li{
    cursor: pointer;
}