@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Handlee&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sono:wght@200;300;400;500;600;700;800&display=swap');

/*** COLOR VARS ***/
:root {
    --bodycolor: #344767;
    --mutedcolor: #6c757d;
    --headercolor: #243747;
    --light: #e9ecef;
    --dark: #344767;
    --primary: #cb0c9f;
    --secondary: #8392AB;
    --info: #17c1e8;
    --success: #82d616;
    --warning: #fbcf33;
    --danger: #ea0606;
    --a-hover: #8a2be2;
    --a-link: #4682B4;
    --bg-card-gray: #dcdcdc;
    --bg-card-hover: #fcf8e3;
    --bg-card-light: #f0f8ff;
    --bg-card: #ffffff;
    --bg-container: #cfcfcf;
    --bg-credential: #1ac1dd;
    --bg-footer: #efefef;
    --bg-idcoption: #dfdfff;
    --bg-inputfocus: #fcf8e3;
    --bg-menuitem: #ffffff;
    --bg-required: #ffefef;
    --bg-scrollbar-thumb: #8392AB;
    --bg-scrollbar: #6c757d;
    --bg-wrapper: #f0f0ff;
    --nav-disabled: #6c757d;
    --theme-white: #ffffff;
    --theme-border: #dee2e6;
}

*, *::before, *::after {
box-sizing: border-box;
}

/*** BODY DEFINITION ***/
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    font-family:Handlee;
    color: var(--bodycolor);
}
/*** PAGE ID SECTIONS ***/
#wholePage {
    position: absolute;
    top: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: #efefef;
}
#mainContainer {
    position: absolute;
    top: 0;
    left: 12.1rem;
    height: 100%;
    width: calc(100% - 12.5rem);
    margin: 0 0 0 0;
    background-color: var(--bg-container);
    box-shadow: none;
}
#mainHeader {
    top: 0;
    height: 4.875rem;
    width: 100%;
    margin: 0 0 0 0;
    background-color: var(--bg-container);
    position: absolute;
    z-index: 9800;
}
#mainFooter {
    position: absolute;
    top: calc(100% - 2rem);
    height: 2rem;
    width: 100%;
    margin: 0 0 0 0;
    font-family: Roboto;
    background-color: var(--bg-footer);
}
#mainWrapper {
    margin: 4.875rem 0 0 0;
    width: 100%;
    height: calc(100% - 6.875rem);
    overflow-y: auto !important;
    background-color: var(--bg-wrapper);
}
#sideLeft {
    position: absolute;
    top: 0;
    width: 12rem;
    height: 100%;
    margin: 0 0 0 0;
    background-color: var(--bg-container);
    box-shadow: none;
}
#sideHeader {
    position: absolute;
    top: 0;
    height: 4.875rem;
    text-align: center;
    width: 100%;
    margin: 0;
    background-color: var(--bg-container);
    background-image: url('/images/egeria-Mascot-opacity.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 4.5rem 4.5rem;
}
#sideDivisor {
    position: absolute;
    top: 5rem;
    height: 2px;
    width: 100%;
    margin: 0;
    background-image: linear-gradient( to right, gray, rgba(0, 0, 0, 0) );
}
#sideWrapper {
    position: absolute;
    top: 6.75rem;
    margin-left: 0.5rem;
    width: 11.5rem;
    height: calc(100% - 5rem);
    overflow-y: auto !important;
    background-color: var(--bg-container);
}
#mobileMenuButton:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;    
    width: 28px;
    height: 4px;
    background: #605347;
    box-shadow: 0 4px rgba(0,0,0,0), 0 8px #605347, 0 12px rgba(0,0,0,0), 0 16px #605347;
}
#siteSearch {
    width: 15rem;
    text-align: right;
    font-family: Sono;
}
#siteUserMenu {
    width: 15rem;
    text-align: right;
    font-family: Sono;
}
/*** STANDARD HTML DEFINITIONS ***/
a {
    color: var(--a-link);
    text-decoration: none;
}
    a:hover {
        color: var(--a-hover);
        text-decoration: none;
    }
    a:not([href]):not([class]),
    a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none;
    }

abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

b,
strong {
    font-weight: 700;
}

button {
    border-radius: 0;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
    button:not(:disabled),
    [type="button"]:not(:disabled),
    [type="reset"]:not(:disabled),
    [type="submit"]:not(:disabled) {
        cursor: pointer;
    }

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: var(--headercolor);
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
}

    hr.horizontal {
        background-color: transparent;
    }

iframe {
    border: 0;
}

img,
svg {
    vertical-align: middle;
}

label {
    display: inline-block;
    font-family: Roboto;
}

mark,
.mark {
    padding: 0.2em;
    background-color: var(--bs-highlight-bg);
}

nav {    
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem 0 0 1rem;
    margin-bottom: 0;
    list-style: none;
}
    nav:disabled {
        color: var(--nav-disabled);
    }
ol {
    display: flex;
    list-style: none;
    margin-top: 6px;
    margin-bottom: 0;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}

select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    word-wrap: normal;
}

small,
.small {
    font-size: 0.875em;
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}
th {
    font-weight: bold;
    text-align: center;
    text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
textarea, input {
    margin: 0;
    font-family: Sono;
    font-size: 0.85em;
    line-height: inherit;
}

    textarea.field-required, input.field-required {
        background-color: var(--bg-required);
    }

    textarea:focus, input:focus {
        background-color: var(--bg-inputfocus);
    }
textarea {
    resize: vertical;
}
    textarea.fillIt {
        width:100%;
        height: 300px;
    }


/*** CUSTOM CLASSES ***/
.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}
.avatar {
    color: var(--theme-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    border-radius: 0.75rem;
    height: 48px;
    width: 48px;
    transition: all .2s ease-in-out;
}
    .avatar img {
        width: 100%;
    }

    .avatar-xxl {
        width: 110px !important;
        height: 110px !important;
        border-radius: 18px;
    }
        .avatar-xxl.avatar-raised {
            margin-top: -22px;
        }

    .avatar-xl {
        width: 74px !important;
        height: 74px !important;
        border-radius: 11px;
    }
        .avatar-xl.avatar-raised {
            margin-top: -15px;
        }

    .avatar-lg {
        width: 58px !important;
        height: 58px !important;
        font-size: 0.875rem;
        border-radius: 9px;
    }
        .avatar-lg.avatar-raised {
            margin-top: -10px;
        }

    .avatar-sm {
        width: 36px !important;
        height: 36px !important;
        font-size: 0.875rem;
        border-radius: 6px;
    }
        .avatar-sm.avatar-raised {
            margin-top: -8px;
        }

    .avatar-xs {
        width: 24px !important;
        height: 24px !important;
        font-size: 0.75rem;
    }
        .avatar-xs.avatar-raised {
            margin-top: -5px;
        }
.badge {
    display: inline-block;
    padding: 0.55em 0.9em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: var(--theme-white);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.45rem;
}
.border {
    border: 1px solid var(--theme-border) !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--bg-card);
    background-clip: border-box;
    border: 1 solid rgba(0,0,0,.125);
    border-radius: 1.4rem;
}
    .card.gray {
        background-color: var(--bg-card-gray);
        margin: 0.5rem 1rem 0.25rem 1rem;
    }
    .card.light {
        background-color: var(--bg-card-light);
        margin: 0 1rem 0.25rem 1rem;
    }
        .card.light:hover {
            background-color: var(--bg-card-hover); 
        }


.col {
    flex: 1 0 0%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.cursor-default {
    cursor:default;
}
.cursor-pointer {
    cursor: pointer;
}


.customCheckBoxContainer {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-left:3px;
    margin-bottom: 12px;
    font-family: FontAwesome;
    font-size: 1em;
}
    .customCheckBoxContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
    .customCheckMark {
        position: absolute;
        top: 0;
        left: 0;
        height: 1.1em;
        width: 1.1em;
    }
    /* Checked */
    .customCheckBoxContainer input:checked ~ .customCheckMark:after {
        content: "\f046";
        color: green;
    }
    /* Not Checked */
    .customCheckBoxContainer input:not(:checked) ~ .customCheckMark:after {
        content: "\f05e";
        color: red;
    }

.egeria-scrollbar::-webkit-scrollbar {
    width: 16px;
    height: 16px;
    overflow-y: auto;
    background-color: var(--bg-scrollbar);
}

.egeria-scrollbar::-webkit-scrollbar-thumb {
    background: var(--bg-scrollbar-thumb);
    border-radius: 5px;
}

    .egeria-scrollbar::-webkit-scrollbar-thumb:hover {
        background: var(--bg-scrollbar-thumb);
    }

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fileDrop {
    width: 150px;
    height: 150px;
    margin: auto;
    background: url('/images/dropImage.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.fileDropText {
    margin-top:40%;
}

.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}
.float-none {
    float: none !important;
}


.fontweight-bold {
    font-weight: bold;
}
.fontweight-light {
    font-weight: 200;
}
.fontweight-normal {
    font-weight: 400;
}

.gray-rounded-topbar-card {
    background-color: gray;
    color: white;
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: Roboto;
    letter-spacing: 1px;
    font-size: 21px;
    border: 2px solid gray;
    border-top-left-radius: 1.4rem;
    border-top-right-radius: 1.4rem;
}

.idc-option {
    cursor: pointer;
    background-color: var(--bg-idcoption);
    color: steelblue;
    margin: 0;
    font-family: Roboto;
    font-size: smaller;
    border: 1px solid steelblue;
    border-radius: 2px;
}

.indent-text {
    padding-left: 1rem;
}

.map-marker {
    position: relative;
    margin-left: -8px;
    margin-top: -34px;
    z-index: 9999;
    font-size: 36px;
    opacity:0.85;
    background-color: rgba(192,64,64,0);
}

.menu-item {
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    font-family: Roboto;
    min-width: 0;
    max-width: calc(100% - 0.5rem);
    word-wrap: break-word;
    background-color: var(--bg-menuitem);
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 1.5rem;
}
    .menu-item a:hover:not(.active) {
        background-color: var(--bg-card-hover);
        border: 0 solid rgba(0, 0, 0, 0.125);
        border-radius: 1.5rem;
    }

.menuUL {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: var(--theme-white);
    font-family: Roboto;
    border: 2px solid var(--bodycolor);
    border-radius:6px;
    z-index:9999;
}

    .menuUL li {
        float: left;
        width:15rem;
    }

        .menuUL li a {
            display: block;
            text-align: center;
            padding: 3px 3px;
            text-decoration: none;
        }

            .menuUL li a:hover:not(.active) {
                background-color: var(--bg-card-hover);
            }

            .menuUL li a.active {
                float: right;
            }



.microText {
    margin: 0 5px 0 5px;
    padding: 0;
    font-family: Roboto;
    font-size: 8px;
    color: black;
    text-align:justify;
    text-align-last:left;
}

.modalscreen-cover {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba( 192, 192, 192, 0.75 );
}
    .close-X {
        color: rgb(179 28 61);
        cursor: pointer;
        float: left;
        font-size: 16px;
        font-weight: bold;
    }
    .insetCard {
        width: 80%;
        height: 10em;
        margin: auto;
        background-color: white;
        background-clip: border-box;
        border: 0 solid rgba(0, 0, 0, 0.125);
        border-radius: 1.4rem;
    
    }
    .spinner {
        background-image: url('/images/spinner.gif');
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
    }

.opacity-none {
    opacity: 0 !important;
}

.opacity-10 {
    opacity: 0.1 !important;
}

.opacity-20 {
    opacity: 0.2 !important;
}

.opacity-30 {
    opacity: 0.3 !important;
}

.opacity-40 {
    opacity: 0.4 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-60 {
    opacity: 0.6 !important;
}

.opacity-70 {
    opacity: 0.7 !important;
}

.opacity-80 {
    opacity: 0.8 !important;
}

.opacity-90 {
    opacity: 0.9 !important;
}

.opacity-full {
    opacity: 1 !important;
}

.popupContainer {
    width: 50%;
    min-width: 200px;
    min-height: 130px;
    margin-top: 5rem;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--bg-wrapper);
    font-family: Roboto;
    letter-spacing: 1px;
    font-size: 14px;
    border: 2px solid gray;
    border-radius: 1.4rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}
.shadow {
    box-shadow: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.12) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}
.text-justify {
    text-align: justify @important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-italics {
    font-style: italic !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-success {
    color: var(--success) !important;
}

.text-info {
    color: var(--info) !important;
}

.text-warning {
    color: var(--warning) !important;
}

.text-danger {
    color: var(--danger) !important;
}

.text-light {
    color: var(--light) !important;
}

.text-dark {
    color: var(--headercolor) !important;
}

.text-white {
    color: var(--theme-white) !important;
}

.text-body {
    color: var(--bodycolor) !important;
}

.text-muted {
    color: var(--mutedcolor) !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    color: inherit !important;
}
.tooltip {
    z-index: 1080;
    max-width: 200px;
    display: block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-family: Sono;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.upload-modal-topbar {
    margin-top: 40px;
    width: 100%;
}
.white-rounded-button {
    cursor: pointer;
    background-color: white;
    color: steelblue;
    padding: 5px 10px;
    margin: 0 0 10px 18px;
    font-family: Roboto;
    letter-spacing: 1px;
    font-size: 21px;
    border: 2px solid steelblue;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


/*** MEDIA ADJUSTMENTS ***/
@media screen and (max-width: 800px) {
    #siteDetails {
        font-size: small;
        padding-left: 0;
    }

    #siteSearch {
        font-size: small;
        width: 10rem;
    }

    #siteUserMenu {
        font-size: small;
        width: 5.5rem;
    }
}

@media screen and (max-width: 940px) {
    #siteDetails {
        font-size: smaller;
        padding-left: 0;
    }

    #siteSearch {
        font-size: smaller;
        width: 11rem;
    }

    #siteUserMenu {
        font-size: smaller;
        width: 7rem;
    }
    .card {
        font-size:12px;
    }
}


@media screen and (max-width: 1023.98px) {
    #mobileMenuClick {
        display: block;
    }

    #sideLeft {
        width: 0px;
    }

    #sideHeader {
        display: none;
    }

    #sideWrapper {
        display: none;
    }

    #mainContainer {
        left: 0px;
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    #mobileMenuClick {
        display: none;
    }

    #sideLeft {
        width: 12rem;
    }

    #sideHeader {
        display: block;
    }

    #sideWrapper {
        display: block;
    }

    #mainContainer {
        left: 12.1rem;
        width: calc(100% - 12.5rem);
    }
}
