﻿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
}

.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;
}

/* 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;
    }

/* 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;
    --bs-breadcrumb-divider: "\\"; /* Used in RepositoryFolderContentsView.razor */
}

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

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