#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}


label.error {color: #e41b1b}
input + label.error, select + label.error{border: 1px solid #e41b1b; background: #eac6c6;}

@media screen and (min-width:768px) {
    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        text-align: center;
    }

    .navbar > .container .navbar-brand-centered,
    .navbar > .container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }
}

@media only screen and (max-width: 750px) {

    .navbar-brand-centered {
        padding-left: 54px !important;
        margin: auto !important;;
    }

}

.btn-top-image:hover{
    cursor: pointer;
    opacity: 0.5;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.autocomplete-custom-field {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.150rem 0 0;
    font-size: 1rem;
    color: #333;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.autocomplete-custom-field li {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 200;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.autocomplete-custom-field li:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
    cursor: pointer;
}

/* This will remove the help text :) */
.ui-helper-hidden-accessible {
    position: absolute !important;
    left: -999rem;
}

@media only screen and (min-width: 600px) {
    .menu-right-side {
        right: 0;
        left: auto;
    }
}

@media only screen and (max-width: 600px) {
    .menu-right-side {
    }
}

@media only screen and (min-width: 1900px) {
    .menu-right-side {
        left: 0;
        right: auto;
    }
}

.html-input-required { margin-left: 5px; color: maroon; font-weight: bold; }
.html-input-required:after { content: "[ ! ]"; white-space: nowrap; }