﻿
#loadingPanel {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 999991;
}

    #loadingPanel.toggled {
        display: block;
    }

    #loadingPanel i {
        position: fixed;
        top: 48%;
        left: 48%;
        color: #b68d50;
        font-size: 50px;
    }

.transparent {
    height: 0;
    width: 0;
    background-color: transparent;
    color: transparent;
    border: none;
    background-image: none !important;
}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media (max-width: 768px) {
    footer div {
        text-align: center !important;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.bd-mode-toggle {
    z-index: 1500;
}

    .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
    }

/*
.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none;
}

.form-control.is-valid, .was-validated .form-control:valid {
    background-image: none;
}

.was-validated .custom-select:valid {
    background-image: none;
}

.was-validated .custom-select:invalid {
    background-image: none;
}*/

.transparent {
    height: 0 !important;
    width: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    visibility: hidden;
}

.attachment-container, .contact-container {
    min-width: 120px;
    display: block;
    float: left;
    padding: 5px 15px;
    padding-right: 30px;
    background-color: #2c347c;
    color: white;
    text-decoration: none;
    margin-right: 10px;
    position: relative;
    margin-bottom: 10px;    
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 9px 10px 0 rgba(0,0,0,0.16), 0 7px 21px 0 rgba(0,0,0,0.12);
    border-radius: 3px;
}

.contact-container {
    cursor: pointer;
}

.attachment-title {
    font-size: 14px;
    font-weight: bold;
}

.contact-title {
    font-size: 16px;
    font-weight: bold;
}

.contact-description {
    font-size: 14px;
    color: #bfbfbf;
}

}

.attachment-description {
    font-size: 12px;
}

    .attachment-description .fa {
        font-size: 14px;
    }

.attachment-container .attachment-buttons, .contact-buttons {
    position: absolute;
    bottom: 2px;
    right: 8px;
    display: block;
}

    .attachment-buttons .fa, .attachment-buttons .fa:active, .attachment-buttons .fa:visited, .attachment-buttons .fa, .contact-buttons .fa {
        color: #bfbfbf;
        margin-left: 5px;
        cursor: pointer;
    }

        .attachment-buttons .fa:hover, .contact-buttons .fa:hover {
            color: red;
        }


#imgPhoto {
    width:102px;
    cursor:pointer;
}

.modal-header {
    background-color: var(--bs-modal-header-border-color);
}

.control-label i, .control-label em {
    display: block;
    font-size: 0.8em;
    line-height: 1.2em;
}

.invalid-feedback span {
    display:block;
    line-height: 1.2em;
}
