.app-modal {
    padding: 5px;
    position: fixed;
    top: 120px;
    right: 2.5%;
    width: 95%;
    max-width: 400px;
    border-radius: 5px;
    height: calc(100% - 190px);
    box-shadow: 0px 0px 5px;
    z-index: 101;
    display:none;
    background-color: #242E3A;
    background-image: url("../img/loop-background.png");
    color: white;
}

.app-filter-child {
    height: calc(100% - 40px);
    padding: 5px;
    overflow-y: scroll;
}

.app-filter-child .row {
    margin-left: 0px;
    margin-right: 0px;
}

.app-filter-place-type .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.filter-checkbox {
    display: none;
}

.label-for-checkbox {
    font-weight: normal;
    cursor: pointer;
    font-size: 0.9em;
}

.label-for-checkbox img {
    max-width: 25px;
}

.filter-checkbox:checked + .label-for-checkbox {
    font-weight: bold;
    color: #FFCB03;
}

.app-filter-inputs label {
    font-size: 0.9em;
}

.app-filter-inputs input,
.app-filter-inputs select {
    background: rgba(255, 255, 255, 0.4);
    color: white;
    border-radius: 8px;
}

.app-filter-inputs option {
    color: #333;
}

.app-filter-inputs input.form-control::-webkit-input-placeholder {
    color: #ddd;
    opacity: 0.9;
}

.app-filter-inputs input.form-control:-moz-placeholder {
    color: #ddd;
    opacity: 0.9;
}

.app-filter-inputs input.form-control::-moz-placeholder {
    color: #ddd;
    opacity: 0.9;
}

.app-filter-inputs input.form-control:-ms-input-placeholder {
    color: #ddd;
    opacity: 0.9;
}

.app-filter-inputs input.form-control::-ms-input-placeholder {
    color: #ddd;
    opacity: 0.9;
}

.app-filter-inputs input.form-control::placeholder {
    color: #ddd;
    opacity: 0.9;
}

.app-filter-inputs .row .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.filters-dist-row .col-xs-5 {
    padding-right: 5px;
    padding-left: 5px;
}

.filters-dist-row .col-xs-1 {
    padding: 6px 0px;
}

.app-filter-features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}

.app-filter-features > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.app-filter-btn-area {
    padding: 5px 5px 10px;
    height: 40px;
    text-align: center;
}

.app-filter-btn-area .btn {
    padding: 6px 12px;
    font-size: 0.85em;
    font-weight: bold;
    text-transform: uppercase;
}

#app-filters h3 {
    text-align: center;
}

.app-place-header {
    margin-top: 20px;
    margin-bottom: 10px;
}

.app-place-header h3 {
    margin: 0px;
}

#app-place-close {
    cursor: pointer;
}

#app-place-photos {
    height: 200px;
    border-top: #FFCB03 1px solid;
    border-bottom: #FFCB03 1px solid;
    box-sizing: content-box;
    background: #000020;
}

#app-place-photos .item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}

#app-place-photos .carousel-control {
    cursor: pointer;
}

#app-place-photos .carousel-control img {
    margin-top: 85px;
}
#app-place-photos .carousel-control i.fas {
    margin-top: 80px;
}

#app-place-photos .carousel-control i.fas {
    color: #FFCB03;
}

.app-place-tabs {
    margin: 10px 0px 20px;
    text-align: center;
}

.app-place-tab {
    text-transform: uppercase;
    font-size: 0.9em;
    cursor: pointer;
}

.app-place-tab.active {
    color: #FFCB03;
}

.app-place-address-data {
    font-weight: bold;
}

.app-place-address-coordinates [class*='col-'] {
    padding-left: 0px;
    padding-right: 0px;
}

.app-place-address-btnlatlngrgn {
    margin-top: 10px;
}

.app-place-address-btnlatlngrgn > div {
    display: inline-block;
}

#app-marker-address-btnlatlng {
    width: 90%;
    max-width: 45px;
    vertical-align: baseline;
    margin: 0 auto;
    cursor: pointer;
}

.app-marker-address-btnlatlnglbl {
    font-size: 0.85em;
}

.app-marker-goto {
    margin-top: 10px;
}
.app-marker-goto img {
    width: 30px;
    margin-right: 10px;
}
.app-marker-goto span {
    font-weight: bold;
}
.app-marker-goto a {
    color: white;
}
.app-marker-goto a:focus,
.app-marker-goto a:active, 
.app-marker-goto a:hover {
    color: white;
    text-decoration: none;
}

#app-marker-charac label {
    font-size: 0.9em;
    font-weight: normal;
}

#app-marker-charac img {
    max-width: 25px;
}

#app-info-pois .row {
    cursor: pointer;
}

#app-info [class*='col-'] {
    padding-left: 4px;
    padding-right: 4px;
}

#app-info h5 {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 2px;
}

#app-info p {
    font-size: 0.85em;
    margin-bottom: 3px;
}

#app-info hr {
    margin-top: 2px;
    margin-bottom: 5px;
}

#app-info .info-poi-img {
    margin-top: 5px;
    margin-bottom: 5px;
    background: #ccc;
    border: #FFCB03 1px solid;
    border-radius: 10px;
    width: 100%;
    height: 60px;
    background-size: cover;
    background-position: center;
}

#app-info .pagination {
    margin: 0;
}

#app-info .pagination a {
    cursor: pointer;
    background: none;
    color: white;
    border: none;
}

#app-info .pagination a:hover,
#app-info .pagination a:focus {
    color: #FFCB03;
}

#app-info .pagination >.disabled >a, 
#app-info .pagination >.disabled >a:focus, 
#app-info .pagination >.disabled >a:hover {
    color: #888;
    cursor: not-allowed;
}

#app-marker-comments-new {
    display: inline;
    float: right;
    margin-right: 20px;
    font-size: 1.5em;
    color: #9def1f;
    cursor: pointer;
}

#app-marker-comments-new:hover,
#app-marker-comments-new:focus, 
#app-marker-comments-new:active {
    color: #bdff3f;
}

#app-marker-comments h5 {
    margin-bottom: 5px;
}

#app-marker-comments-comments h4 i {
    display: inline;
    float: right;
    margin-right: 20px;
    font-size: 1.25em;
    cursor: pointer;
    color: #ddd;
}

#app-marker-comments-comments h4 i:hover,
#app-marker-comments-comments h4 i:focus, 
#app-marker-comments-comments h4 i:active {
    color: #fff;
}

#modal-comment h5.modal-title {
    font-size: 0.9em;
}

#modal-comment #modal-user-error,
#modal-comment #modal-comment-error {
    background: none;
    border: none;
}

#modal-comment #modal-user-error .panel-body,
#modal-comment #modal-comment-error .panel-body {
    background: rgba(255, 100, 100, 0.5);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#modal-comment .panel-body ul {
    margin-bottom: 0px;
}

#modal-comment .modal-content {
    background-color: #242E3A;
    background-image: url("../img/loop-background.png");
    color: white;
}

#modal-comment .btn[disabled] {
    opacity: 1;
    background-color: #aaa;
    border-color: #999;
}

