﻿.footer_content {
    position: absolute;
    bottom: 0px;
    text-align: center;
    background-color: transparent;
    font-size: 9pt;
    font-weight: normal;
    line-height: 1;
    /*width: 100%;*/
    float: none;
}


/**SCROLL DOWN */

.scrolldown {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 100;
    background-color: #3699FF;
    -webkit-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    border-radius: 0.42rem !important;
}

    .scrolldown .svg-icon svg {
        height: 36px;
        width: 36px;
    }

        .scrolldown .svg-icon svg g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
            fill: #ffffff;
        }

        .scrolldown .svg-icon svg:hover g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
        }

    .scrolldown > i {
        font-size: 1.3rem;
        color: #ffffff;
    }

    .scrolldown:hover > i {
        color: #ffffff;
    }

    .scrolldown:hover .svg-icon svg g [fill] {
        -webkit-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
        fill: #ffffff;
    }

    .scrolldown:hover .svg-icon svg:hover g [fill] {
        -webkit-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }

[data-scrolldown=on] .scrolldown {
    opacity: 0.3;
    -webkit-animation: animation-scrolldown 0.4s ease-out 1;
    animation: animation-scrolldown 0.4s ease-out 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    [data-scrolldown=on] .scrolldown:hover {
        -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
        opacity: 1;
    }

@media (max-width: 991.98px) {
    .scrolldown {
        bottom: 30px;
        right: 15px;
        width: 30px;
        height: 30px;
    }
}

.swal2-container {
    z-index: 10000 !important;
}

/*Wide Input Image*/

.image-input .image-input-wrapper-wide {
    border-radius: 0.42rem;
    background-repeat: repeat-x;
    background-size: cover;
}

.image-input.image-input-outline .image-input-wrapper-wide {
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
}


/* Toastr */
.toast {
    opacity: 1 !important;
}

#toast-container > div {
    opacity: 1 !important;
}

/* Blazored typehead*/
/*.blazored-typeahead {
    width: 150px;
    font-size: smaller;
    text-wrap: none;
}*/

.blazored-typeahead-container {
    width: 200px !important;
    font-size: smaller !important;
    text-wrap: avoid !important;
    word-wrap: normal !important;
}
