.mt-3{
    margin-top: 1rem;
}

.mt-2{
    margin-top: .66rem;
}

.mt-1{
    margin-top: .33rem;
}

.mb-3{
    margin-bottom: 1rem;
}

.mb-2{
    margin-bottom: .66rem;
}

.mb-1{
    margin-bottom: .33rem;
}

.mb-0{
    margin-bottom: .33rem;
}

.m-1{
    margin: .33rem;
}

.hide{
    display: none;
}

.readonly{
    pointer-events: none;
    background-color: #eee !important;
}

.clickable{
    cursor: pointer;
}

pre {
    font-size:10pt;
}

h4{
    margin: 0px 0px .5rem 0px;
}

.text-end{
    text-align: right;
}

#sysMsgBox{
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

/*
/////////////////////
THEME MITIGATIONS
/////////////////////
*/
/* #sidebar{
    display:none;
} */

/* #main-content .container::before {
    width: 0;
} */

/*************************
/* PROCESSING SPINNER */
#spinner-backdrop {
    position:absolute !important;
    top:0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background-color: rgb(0,0,0,0.2);
}

.spinner-border {
    display: block;
    position: fixed;
    top: calc(50% - (58px / 2));
    right: calc(50% - (58px / 2));
    color: red;
}


.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    /* max-width: 600px; */
    position: relative;
    border-radius: 5px;
}

.modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -12px;
}

.modal-close:hover,
.modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-header{
    margin-bottom: .5rem;
    border-bottom: solid thin #aaa;
}
.modal-footer{
    margin-top: .5rem;
    border-top: solid thin #aaa;
}


/* Wordpress layout suppression */
.et_right_sidebar #left-area{
    padding-right: 0 !important;
}


/* Small devices (≥ 576px) */
@media (min-width: 576px) {
    .modal-content {
        width: 80%;
    }
}

/* Small devices (≥ 576px) */
@media (min-width: 992px) {
    .modal-content {
        width: 80%;
        max-width: 700px;
    }
}
