.mt0 {
    margin-top: 0px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb10 {
    margin-bottom: 10px;
}

.mr10 {
    margin-right: 10px;
}

.list-key {
    font-weight: bold;
}

.list-value {
    font-style: italic;
}

.flex-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#spinner-center {
    z-index: 999999;
    position: fixed;
    right: 50%;
    top: 50%;
}

.popover-info-button,
.activity-button {
    font-size: 24px;
    vertical-align: middle;
    margin: 0px 5px;
}

.activity-button {
    cursor: pointer;
}

.popover-info-button span {
    cursor: pointer;
}

.popover-title {
    color: white;
}

.glyphicon-question-sign.popover-element {
    cursor: pointer;
}

[v-cloak] {
    display: none;
}

.cursor-pointer,
table.row-cursor-pointers tr {
    cursor: pointer
}

@media only screen and (min-width: 768px) {
    .modal-sm-cust .modal-dialog {
        width: 600px;
    }
}

@media only screen and (min-width: 992px) {
    .modal-sm-cust .modal-dialog {
        width: 700px;
    }

    .modal-lg-cust .modal-dialog {
        width: 950px;
    }
}

@media only screen and (min-width: 1200px) {
    .modal-sm-cust .modal-dialog {
        width: 950px;
    }

    .modal-lg-cust .modal-dialog {
        width: 1150px;
    }
}

@media only screen and (min-width: 1600px) {
    .modal-sm-cust .modal-dialog {
        width: 950px;
    }

    .modal-lg-cust .modal-dialog {
        width: 1500px;
    }
}

.multiselect__tags::-webkit-scrollbar {
    display: none;
}

.multiselect-scroll .multiselect__tags {
    height: 45px;
    overflow-y: scroll;
    direction: rtl;
}

.multiselect-scroll .multiselect__tags * {
    direction: ltr;
}

.multiselect--active {
    z-index: 3;
}

.table-danger-darker {
    background-color: #ebabab !important;
}

.false-textinput {
    background-color: #e9ecef;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    overflow-wrap: break-word;
    width: 100%;
    min-height: 38px;
}

.table-red-letters {
    color: red !important;
}

.badge-background-orange {
    background: orange !important;
}

.table-green-letters {
    color: green !important;
}

.vue-bootstrap-text-wrap {
    white-space: pre-line !important
}

.overflow-cell-extra-long {
    max-width: 40vw;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.overflow-cell-long {
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.overflow-cell-short {
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.modal-xxl {
    max-width: 95%;
    width: 95%
}

.b-table-sticky-column {
    right: 0;
}

.row-detail-table {
    background-color: #f0f8ff;
}

.b-table-sticky-header .multiselect__content-wrapper {
    position: absolute;
    width: auto;
    bottom: auto;
}

.b-table-sticky-header .b-table-top-row {
    position: sticky;
    top: 44px;
    background-color: #f7f7f7 !important;
    z-index: 3;
}

.b-table-sticky-header table {
    border-collapse: separate;
    border-spacing: 0;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
}

.b-table-sticky-header th,
.b-table-sticky-header td {
    border-top: 0px solid #f7f7f7;
    border-left: 0px solid #f7f7f7;
}

.table-bold-row {
    font-weight: 700 !important;
}

/* Keep a call-summary table cell on one line; full text is in the title tooltip + detail modal */
.summary-cell {
    display: inline-block;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}