html, body {
    font-family: Calibri, Helvetica, sans-serif;
    background-color: #F5F5F5;
}

.column {
    padding: 0;
    margin: 0;
}

.hyperlinkContainer .fa-arrows-alt {
    cursor: move;
}

.list-group-item {
    cursor: move;
}

.region {
    padding: 2px;
}

/*sm*/
@media (max-width: 576px) {

}

/*md*/
@media (min-width: 768px) {

    .hidden {
        z-index: -1;
    }

    .show:hover .hidden {
        z-index: 0;
    }
}

/*lg*/
@media (min-width: 992px) {

}

/*xl*/
@media (min-width: 1200px) {

}

@media (min-width: 1440px) {
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 1680px) {
    .container {
        max-width: 1600px;
    }
}

.card-header .btn-group {
    margin-right: 0.5rem !important;
}

.card {
    border: 1px solid #A0A0A0;
}

.card-header {
    cursor: move;
    background-color: #E8E8E8;
    border-bottom: 1px solid #A0A0A0;
}

.sortable-placehoder {
    background: #f0f0f0;
    border: 1px dashed gray;
    border-radius: 0.25rem;
}

a {
    cursor: pointer;
}

.simplemde-fullscreen .modal-dialog {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

/* BEGIN Remove outlines in Bootstrap 4 */
/*input[type="text"],
textarea,
select {
    outline: none;
    box-shadow: none !important;
    border: 1px solid #ccc !important;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    box-shadow: none !important;
}*/
/* END Remove outlines in Bootstrap 4 */

/* BEGIN Disable tabs hover effect in Bootstrap 4 */
.nav-tabs a, .nav-tabs a:focus, .nav-tabs a:hover {
    color: #495057;
    text-decoration: none !important;
    background-color: transparent !important;
}
/* END Disable tabs hover effect in Bootstrap 4 */

/* BEGIN Validation */
.form-control.invalid {
    border-color: #dc3545 !important;
}

.validation-message {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
/* END Validation */

/* BEGIN Blazor CSS */
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* END Blazor CSS */

.dataTables_filter {
    display: none;
}

#multipleEditTags + .chosen-container .chosen-drop {
    display: none !important;
}

tr[role=row] {
    background: white;
}

.hide {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}