﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */


.ajax-loader {
    visibility: hidden;
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    z-index: +100 !important;
    width: 100%;
    height:auto;
}

.ajax-loader i {
    position: relative;
    top:50%;
    left:50%;
}



.customer-row-info {
    height: auto;
    font-weight: bold;
    min-height: 1em;
}



.user-toast-close-btn {
    font-size: 1.5rem !important;
    right: 0.5rem !important;
    top: 0.3rem !important;
}

.user-toast-close-btn:hover {
    color: white;
}

.image-shadow {
    -moz-box-shadow: 5px 5px 15px #444;
    -webkit-box-shadow: 5px 5px 15px #444;
    box-shadow: 5px 5px 15px #444;
}


.ApprovedPhotoTitle {
    color: #009688;
}

.image-text-div {
    display: none;
    opacity: 0.7;
    background: transparent;
    width: 160px;
    height: 240px;
    bottom: 0;
    padding-top: 30px;
    box-sizing: border-box;
    text-align: center;
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    vertical-align: middle;
    line-height: normal;
    font-size: 125%;
    justify-content: center;
    align-items: center;
}

.image-text-conainer {
    position: relative;
    text-align: center;
    color: transparent;
}




