﻿.screen-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.1);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fs-smaller {
    font-size: smaller;
}

.modal-lg-fixed-h .modal-body {
    min-height: 600px;
    min-width: 800px;
}

.table-sm > th {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

th {
    vertical-align: middle;
}

.col-date {
    min-width: 159px;
}

.dropdown-menu .scrollable {
    max-height: 200px;
    overflow-y: auto;
}

ul li.active .dropdown-item {
    background-color: var(--bs-primary);
    color: white;
}

.setup-container select-box {
    min-width: 280px;
}

.mrn-input {
    width: 150px;
}

.year-input {
    width: 75px;
}

.like-hyperlink {
    text-decoration: underline;
    cursor: pointer;
}

    .like-hyperlink:hover {
        filter: brightness(0.5);
    }

.queries-number {
    width: 112px;
}

.members-count {
    width: 122px;
}

.members-percent {
    width: 112px;
}

.login-form {
    margin-left: 115px;
}

/* Build page */
.queries-list {
    min-width: 500px;
}

.groups-list {
    min-width: 200px;
}
/* Build page end*/

.node-logic {
    font-style: italic;
}

.modal.draggable .modal-header {
    cursor: move;
}

.modal-open {
    overflow: initial;
}

.modal-backdrop.show {
    opacity: 0.1;
}
