﻿/* Version 1.0.0 */

/*-- Bootstrap Modal Custom Begin --*/
.modal-backdrop {
    z-index: 1000000 !important;
}

.btnModalCloseTimes {
    background: none;
    border: none;
    font-size: 20px;
}

/*-- Bootstrap Modal Custom End --*/
/*-- Alert Message (Bootstrap Modal) Begin --*/
#dvAlertMessageModal {
    z-index: 1000002 !important;
}

.dvAlertMessageModalHeader {
    text-align: center;
}

    .dvAlertMessageModalHeader img {
        margin: 0 auto;
    }

.dvAlertMessageModalMessage {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.dvAlertMessageModalMessageError {
    color: #dc3545 !important;
}

.dvAlertMessageModalMessageSuccess {
    color: #28a745 !important;
}

.dvAlertMessageModalMessageWarning {
    color: #ffc107 !important;
}

.dvAlertMessageModalMessageInfo {
    color: #17a2b8 !important
}

/*-- Alert Message (Bootstrap Modal) End --*/


/*-- Photo Crop (Bootstrap Modal) Begin --*/

.dvPhotoCropModal {
    z-index: 1000002;
}

.dvPhotoCropModalHeader {
    align-items: flex-end;
    flex-direction: column;
}

/*-- Photo Crop (Bootstrap Modal) End --*/


/*-- Confirm Delete (Bootstrap Modal) Begin --*/

.dvConfirmDeleteModal {
    z-index: 1000002;
}

/*-- Confirm Delete (Bootstrap Modal) End --*/
