﻿
.fw-bold {
    font-weight: bold
}

.d-none {
    display: none;
}

.fs-1point5 {
    font-size: 1.5em
}
.bs-none {
    border-style: none
}
.w-100 {
    width: 100%
}

.mw-1200 {
    max-width: 1200px
}
.m-0-auto {
    margin: 0 auto
}
.skip {
    width: 100%;
    box-sizing: border-box
}
.bs-border-box {
    box-sizing: border-box
}

.navigate.allybrick {
    position: absolute;
    z-index: 999;
    color: #337ab7;
}
.p-absolute.z-999 {
    position: absolute;
    z-index: 999
}
.z-999 {
    z-index: 999
}
.p-absolute.z-999.c-337ab7 {
    position: absolute;
    z-index: 999;
    color: #337ab7
}
.flex-container-end {
    height: 30pt;
    width: 100%;
    background-color: #f8f8ff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.flex-align-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.jc-flex-end {
    justify-content: flex-end
}
.h-30 {
    height: 30pt
}
.bc-f8f8ff {
    background-color: #f8f8ff
}
.fileContent {
    white-space: pre-line;
    color: #EB0000;
    font-weight: bold;
}
.ws-pre-line {
    white-space: pre-line
}
.c-EB0000 {
    color: #EB0000
}
.w-100.jc-space-evenly {
    width: 100%;
    justify-content: space-evenly;
}
.ta-center {
    text-align: center
}
.allybrick.p-absolute.z-999.c-000000 {
    position: absolute;
    z-index: 999;
    color: #000000
}
.ai-flex-start {
    align-items: flex-start
}
.w-90 {
    width: 90%
}
.w-10 {
    width: 10%
}
.ta-right {
    text-align: right
}

.wb-break-all {
    word-break: break-all
}
.c-3B3B3B {
    color: #3B3B3B
}
.bc-e3f2fd {
    background-color: #e3f2fd
}
.br-8 {
    border-radius: 8pt
}
.p-5-0 {
    padding: 5pt 0
}
.ta-:unset {
    text-align: unset
}
.mb-5 {
    margin-bottom: 5px
}
.reload-btn {
    color: #3B3B3B;
    background-color: #e3f2fd;
    border-radius: 8pt;
}
mg-t-5 {
    margin-top: 5px
}
.mg-l-10 {
    margin-left: 10px
}
.sitemap-link {
    margin-right: 10pt;
    color: #000000;
}

.sitemap-link:hover {
        border: 2px dashed #f57c00;
        color: #000000;
    }
textarea.form-control.h-120 {
    height: 120px !important;
    min-height: 120px !important;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
#browseFile1.d-none {
    display: none !important;
}
.btnenglish {
    display: block;
    appearance: auto;
    user-select: none;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    background-color: buttonface;
    color: buttontext;
    white-space: pre;
    padding-block: 1px;
    padding-inline: 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonborder;
    border-image: initial;
}
input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
    border: 2px solid red;
    background-color: #ffeeee;
}