﻿app {
    width: 100%;
    height: 100%;
}

.fc-hidden {
    display: none;
    transition: all ease 0.8s;
}

.fc-auto-scroll {
    overflow: auto;
}

.fc-error-text {
    color: darkred;
    font-weight: bold
}

/* Modal Dialogs */

.modal-sm {
    max-height: 300px;
    max-width: 300px;
}

.modal-med {
    max-height: 500px;
    max-width: 500px;
}

.modal-lg {
    max-height: 800px;
    max-width: 800px;
}

.modal-xl {
    max-height: 800px;
    max-width: 1000px;
}

.modal-auto {
    max-height: 800px;
    max-width: 1200px;
}

.fc-modal-container {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
}

.fc-modal-layout {
    display: inline-block;
    background-color: white;
    border: 1px solid black;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    padding: 15px;
}

.fc-modal-header {
    width: 100%;
}

.fc-modal-title {
    width: 100%;
}

.fc-modal-content {
    max-height: calc(100vh - 200px);
    min-width: 500px;
    overflow: auto;
}

.fc-modal-footer {
    width: 100%;
}

.fc-table-tr {
    vertical-align: middle;
}

.form-label {
    margin-bottom: 5px;
    font-weight: 700;
    color: #73879C;
}

.control-label {
    margin-bottom: 5px;
    font-weight: 700;
    color: #73879C;
}

.form-control {
    background-color: white;
}

.form-group {
    margin-bottom: 10px;
}

.form-group .btn {
    margin-bottom: -6px;
    margin-top: 6px;
}

.input-group {
    margin-bottom: 10px;
    font-weight: 400;
    color: #73879C;
}
.form-select {
    background-color: white;
}
.btn-dark {
    --bs-btn-bg: #4B5F71;
}


fc-split-button-menu-item {
    display: inline-block;
    border: none;
    width: 300px;
    height: 30px;
    text-align: left;
    margin-left: 10px;
    background-color: transparent;
    text-wrap: none;
}

.fc-split-button-menu-item:hover {
    background-color: white;
}

/* Workflow Styles */

.fc-time-of-day {
    display: inline-block;
    border: solid 1px lightgray;
    border-radius: 4px;
    padding: 10px;
    vertical-align: middle;
    width: 200px;
    margin-right: 10px;
}

.fc-list-workflow-tasks-item {
    border: 1px solid lightslategray;
    border-radius: 4px;
    padding: 10px;
    margin: 10px;
}
/* TreeView Styles */

.fc-select-repository-item-tree {
    height: 500px;
    width: 700px;
    overflow: auto;
}

.fc-treeview {
    width: 100%;
    height: 100%;
}

    .fc-treeview .fc-treeview {
        margin-left: 15px;
    }

.fc-treeview-treeviewitem {
}

.fc-treeview-expander-icon {
    float: left;
}

.fc-treeview-treeviewitem-title {
    margin-left: 10px;
    width: 100%;
    height: 25px;
    vertical-align: middle;
}

    .fc-treeview-treeviewitem-title:hover {
        background-color: lightgray;
    }

.fc-treeview-treeviewitem-title {
    margin-left: 10px;
}

.fc-treeview-treeviewitem-title-text {
    margin-left: 10px;
}

.fc-treeview-cursor-pointer {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.fc-treeview-selected-item {
    border: 1px solid #73879C;
}

/* Selection Styles */

.fc-flex-rows {
    flex-direction: row;
}

.fc-flex-columns {
    flex-direction: column;
}

.fc-selection-collection-view {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .fc-selection-collection-view .selection {
        flex: 1;
        padding: 5px;
    }

.fc-validation-error {
    color: darkred;
}

.compound-selection-div {
    padding: 0;
    border-radius: 5px;
    border: 1px solid lightslategray;
    display: inline-block;
    margin: 10px 0 0 0;
    min-width: 600px;
}

.compound-contents-div {
    border-top: 1px dashed lightslategray;
    padding: 10px 15px 15px 30px;
}

.compound-header-div {
    padding: 10px 10px 5px 10px;
    display: flex;
}

fieldset {
    border: 1px solid lightslategray;
    margin: 0;
    min-width: 0;
    padding: 5px;
    position: relative;
    border-radius: 5px;
    padding-left: 10px !important;
}

legend {
    font-size: unset;
    margin: 0;
    width: auto;
    padding: 5px 5px 5px 10px;
    border: 0px;
}

.fc-textbox-selection-control {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
}

    .fc-textbox-selection-control .selection-textbox {
        min-width: 250px;
        flex: 1;
        margin-left: 5px;
        margin-right: 5px;
    }

.fc-select-dimension-view {
    height: 400px;
    min-width: 800px;
    display: flex;
}

.fc-select-dimension-table {
    height: 100%;
    width: 100%;
}

/* Memmber Selection View */
.fc-member-selection-view {
    min-width: 800px;
    height: 650px;
    overflow: auto;
}

.fc-member-selection-form {
    display: flex;
}

    .fc-member-selection-form .available-members {
        flex: 1;
    }

        .fc-member-selection-form .available-members .scoped {
            display: flex
        }

            .fc-member-selection-form .available-members .scoped .expression-textbox {
                flex: 1;
            }

            .fc-member-selection-form .available-members .scoped .add-expression-button {
            }

        .fc-member-selection-form .available-members .member-list {
            display: flex;
            flex-direction: column;
        }

            .fc-member-selection-form .available-members .member-list .group-by {
                display: flex;
                justify-content: space-between;
                flex-direction: row;
            }

                .fc-member-selection-form .available-members .member-list .group-by .group-by-checkbox {
                }

                .fc-member-selection-form .available-members .member-list .group-by .add-selected-members-btn {
                    align-content: flex-end;
                }

            .fc-member-selection-form .available-members .member-list .member-list-grid {
                flex: 1;
            }

    .fc-member-selection-form .selected-members {
        width: 250px;
        overflow: auto;
        margin-left: 10px;
        max-height: 625px;
    }



/* Dimension Security */
.span-display-block {
    display: block;
}

.large-operation {
    font-size: medium;
    font-weight: bold;
}

.conjunction-and {
}

.conjunction-or {
    letter-spacing: 1px;
}

.conjunction-dropdown {
    height: 25px;
    border-radius: 3px;
}


.error-border {
    border: 2px solid red !important;
}

.popover {
    max-width: 100%;
}

.fc-1px-horizontal-space {
    width: 1px;
    height: auto;
    display: inline-block;
}


/* BootStrap Overrides */
:root {
    --fc-gray-100: #F7F7F7;
    --fc-gray-200: #EDEDED;
    --fc-gray-500: #515356;
    --fc-blue: #2A3F54;
    --fc-blue-rgb: 42, 63, 84;
    --bs-dark-rgb: var(--fc-blue-rgb);
    --bs-dark: var(--fc-blue);
    --bs-body-bg: var(--fc-gray-100);
    --bs-body-bg-rgb: 247, 247, 247;
    --bs-link-color: var(--fc-gray-500);
    --bs-link-hover-color: var(--fc-blue);
    --bs-body-font-family: "Helvetica Neue",Roboto,Arial,"Droid Sans",sans-serif;
    --bs-body-color: var(--fc-gray-500);
    --bs-body-font-size: 0.9rem;
}

.fc-btn-group-btn {
    margin-right: 0px;
}

.form-check-input {
    width: var(--bs-body-font-size);
    height: var(--bs-body-font-size);
}
