body {
    background-color: #efefef;
}

.mapouter {
    position: relative;
    text-align: right;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
}

.gmap_canvas iframe {
    margin-bottom: -10px;
}

.img-view {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.image-box.active input,
.image-box.active span {
    display: none;
}

.image-box span {

}

.image-box {
    width: 115px;
    height: 115px;
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    margin: 0 8px 8px 0;
    background-color: #f5f5f5;
}

.image-box i.fa-plus {
    font-size: 44px;
}

.image-box {
    background-size: cover;
    background-position: center center;
}

.image-box input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.image-box .del {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #bb0000;
    color: #fff;
    display: flex;
    align-items: center;
    z-index: 100;
    justify-content: center;
}

.error {
    color: #bb0000;
}

.form-control.error {
    background-color: #fff2e7;
    border-color: #f11d1d;
}

label.error {
    font-size: 12px;
}

hr.dash {
    border-top-style: dashed;
    border-top-width: 4px;
}


.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#spinner {
    display: none;
}

#spinner .view {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .navbar {
        position: fixed;
        z-index: 1000000;
        width: 100%;
        top: 0;

    }

    .navbar-collapse {
        transition: none !important;
    }

    .navbar-toggler.collapsed + .navbar-collapse {
        height: 0 !important;
    }

    header .navbar-collapse.collapsing,
    header .navbar-collapse.show {
        position: fixed;
        width: 100%;
        height: calc(100vh - 59px) !important;
        top: 0;
        left: 0;
        margin-top: 56px;
        background-color: #fff;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header .navbar-collapse.noTop {
        /*margin-top: 0;*/
        /*height: 100% !important;*/
    }

    header .navbar-collapse.collapsing ul,
    header .navbar-collapse.show ul {
        padding: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -150px;
    }

    header .navbar-collapse li a {
        font-size: 36px;
    }

    .container {
        margin-top: 70px !important;
    }

}
