﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* 
-------------------------------------------------- */
html {
    font-size: 14px;
    position: relative;
    height: 100%;
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
    height: 100%;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

/* Additional styles
-------------------------------------------------- */
.fixed-max-width1 {
    max-width: 500px;
}

/* Cookie warning
-------------------------------------------------- */

.cookie-warning {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 1100;
    border-radius: 0;
    font-size: 14px;
    line-height: 32px;
    font-weight: normal;
    /*background: #05163D none repeat scroll 0% 0%;
    color: #FFF;*/
}

    .cookie-warning a {
        text-decoration: underline
    }

    .cookie-warning .accept-button {
        margin-left: 10px;
        vertical-align: baseline;
    }

/* Additional styles for the main page
-------------------------------------------------- */
.footer {
    width: 100%;
    height: 2rem;
    overflow: hidden;
    white-space: nowrap;
}

.main-layout {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.min-h0{
    min-height: 0;
}

/* Form styles */
.formControlFixedWidth1{
    max-width: 100px;
}

.formControlFixedWidth2 {
    max-width: 60px;
}

.formControlFixedWidth3 {
    width: 150px;
}

/* Collator styles */
.nodeTextArea{
    height: 100%;
    resize: none;
}

.contentTable {
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
}

.slideImage {
    object-fit: contain;
}

.nodeLevel0{
    color: blue;
}

.nodeLevel1 {
    color: green;
}

.nodeLevel2 {
    color: goldenrod;
}

.nodeLevel3 {
    color: blueviolet;
}

.nodeLevel4 {
    color: brown;
}

.libraryNodeFolder {
    color: orange;
}

.libraryNodeParticipantUrl {
    color: darkblue;
}

.libraryNodeFacilitatorUrl {
    color: darkgreen;
}

.libraryNodePowerPoint {
    color: tomato;
}

.libraryNodeCourse {
    color: chocolate;
}

.table-sm.dataTable tbody td.select-checkbox:before,
.table-sm.dataTable tbody td.select-checkbox:after,
.table-sm.dataTable tbody th.select-checkbox:before,
.table-sm.dataTable tbody th.select-checkbox:after {
    top: 0.8em;
}

.dropdownItemChecked::before {
    position: absolute;
    left: 0.5rem;
    content: '✓';
    font-weight: 600;
}

.min-h-editors {
    min-height: 480px;
}

.h-65 {
    height: 65% !important;
}

.h-35 {
    height: 35% !important;
}

.overflow-y-auto {
    overflow-y: auto;
    overflow-x: hidden;
}

.jstree-contextmenu{
    z-index: 1025;
}

.fr-box {
    display: flex;
    height: 100%;
    flex-direction: column;
}
    .fr-box .fr-wrapper {
        flex: 1;
    }
        .fr-box .fr-wrapper .fr-element {
            min-height: 100%;
        }


.marginNodeLevel0 {
    margin-left: 0rem;
}
.marginNodeLevel1 {
    margin-left: 2rem;
}
.marginNodeLevel2 {
    margin-left: 4rem;
}
.marginNodeLevel3 {
    margin-left: 6rem;
}
.marginNodeLevel4 {
    margin-left: 8rem;
}

.openAIDlgPrompt {
    min-height: 80px !important;
}
