﻿body {
}

#preventClickOverlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
}

/* 
    Prioritize the calico dialogs
    TODO: fix the backdrops for overlapping dialogs
*/
#calico-dialogs .modal.show {
    z-index: 10001 !important;
}

#calico-dialogs .modal.show ~ .modal.show {
    z-index: 10003 !important;
}

#calico-dialogs .modal.show ~ .modal.show ~ .modal.show {
    z-index: 10005 !important;
}

#calico-dialogs .modal.show ~ .modal.show ~ .modal.show ~ .modal.show {
    z-index: 10007 !important;
}

#calico-dialogs .modal-backdrop.show ~ .modal-backdrop.show ~ .modal-backdrop.show ~ .modal-backdrop.show ~ .modal-backdrop.show {
    z-index: 10008 !important;
}

#calico-dialogs .modal.show ~ .modal.show ~ .modal.show ~ .modal.show ~ .modal.show {
    z-index: 10009 !important;
}

#calico-toast {
    position: fixed;
    top: 20px;
    background-color: rgba(255,255,255,0.95);
    right: 35px;
    z-index: 1000000;
    min-width: 230px;
    border: solid #7fbcff 2px;
    pointer-events: none;
}

