:root {
    --main-color-red-header: #AA1F23;
    --main-color-red-dk: #D63A34;
    --main-color-red-lt: #C9274C;

    --main-color-orange: #F15E2A;
    --main-color-orange-lt: #D55A42;

    --main-color-modal-background: #FFFFFFE0;

    --main-color-grey-header: #D0D0D0;
    --main-color-grey-background: #F8F8F8;
}

html{
    line-height: normal;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 11pt;
    background-color: #FFFFFF;
}

@media (min-width: 1400px) {
    .pageContainer{
        width: 1400px;
    }

    .overlayModal{
        width: 1400px !important;
    }
}

@media (max-width: 600px) {
    html{
        font-size: 2.75vw;
    }

    .pageContainer{
        width: 100%;
    }

    .overlayModal{
        width: 100%;
    }

    .loggedInHeader{
        float: left;
    }
}

body{
    min-height: 100%;
    height: 100%;
    font-size: 1em;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    margin: 0px;
}

h1{
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    text-align: center;
    color: var(--main-color-orange-lt);
}

h2{
    display: block;
    font-size: 1.09em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0px;
}

hr{
    border-color: var(--main-color-orange-lt);
    border-width: 1px;
    border-top: none;
}

a, a:visited{
    text-decoration:none;
    color: var(--main-color-orange-lt);
}

label{
    display: block;
    font-weight: 400;
}

.pageContainer{
    margin: auto;
    height: 100%;
}

.overlayModal{
    margin: auto;
    width: 100%;
}

.txtC{
    text-align: center;
}

.txtR{
    text-align: right;
}

.txtBold{
    font-weight: 800;
}

.txtItalic{
    font-style: italic;
}

.txtNormal{
    font-weight: normal;
}

.txtSmall{
    font-size: 0.9em;
}

.topSpace05{
    margin-top: 0.5em;
}

.topSpace{
    margin-top: 1em;
}

.topSpace2{
    margin-top: 2em;
}

.topSpace6{
    margin-top: 6em;
}

.bottomSpace05{
    margin-bottom: 0.5em;
}

.bottomSpace{
    margin-bottom: 1em;
}

.bottomSpace2{
    margin-bottom: 2em;
}

.bottomSpace4{
    margin-bottom: 4em;
}

.bottomSpace6{
    margin-bottom: 6em;
}

.rightSpace{
    margin-right: 1em;
}

.rightSpace2{
    margin-right: 2em;
}


.leftSpace{
    margin-left: 1em;
}

.leftSpace2{
    margin-left: 2em;
}
.none{
    display: none;
}

.mgL1vw{
    margin-left: 1vw;
}

.mgL4vw{
    margin-left: 4vw;
}

.mgR1vw{
    margin-right: 1vw;
}

.mgT05em{
    margin-top: 0.5em;
}

.mgT1em{
    margin-top: 1em;
}

.mgR1em{
    margin-right: 1em;
}

.mgB1vw{
    margin-bottom: 1vw;
}

.mgB2em{
    margin-bottom: 2em;
}

#full-page{
    height: 100%;
}

#app_container{
    height: 100%;
}

.fltR{
    float:right;
}

.fltL{
    float:left;
}

.clrB{
    clear: both;
}

.hide{
    visibility: hidden;
    display: none !important;
}

.border{
    border: 1px solid var(--main-color-orange-lt);
}

button{
    box-shadow: 0px 0px 0px transparent;
    border: 0px solid transparent;
    padding: .5em 3em;
    background-color:var(--main-color-red-dk);
    color: white;
    cursor: pointer;
    font-size: 0.9em;
}

button:hover, button:focus{
    background-color:var(--main-color-red-lt);;
}

button:disabled {
    background-color: #F0F0F0;
    border: 1px solid #C0C0C0;
    color: #C0C0C0;
    cursor: not-allowed
}

input,
textarea,
select{
    padding: 0.25em 0.5em;
    font-size: 0.9em;
    width: 100%;
    box-sizing:border-box;
    border-width: 1px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

input[type=range]{
    appearance: auto!important;
}

select {
    padding: .18em .5em;
}

.scroll-container {
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
}

.scroll-container::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.page-content{
    background-color: #FFFFFF;
    min-height: 100%;
    position: relative;
}

span.warning {
    color: var(--main-color-red-dk);
}

.contentHeader{
    width:100%;
    background-color:#DEE3E7;
    margin-bottom: 1em;
}

.contentHeader h1{
    font-size: 1.25em;
    color:#1F3F5F;
    margin:0px 0px;
    padding:0.25em;
}

.contentHeader .backButton{
    cursor: pointer;
    position:absolute;
    margin:0px 0px;
    padding:0.6em 1em;
    font-size: 0.9em;
    color: #358BD7;
}

.content-indent{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.button-footer {
    margin: .5em 0;
    border-top: .1em solid;
    padding-top: .5em;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow : hidden;
    white-space: nowrap;
}

.content-header {
    margin: .5em;
    border-bottom: .1em solid;
    padding-bottom: .5em;
    font-weight: bold;
}

.clickable{
    cursor: pointer;
    color: #1f3f5f;
}

.round-border {
    border-radius: 0.5em;
    border: 1px solid #73AD21;
    padding: .5em;
}

button,
input{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    border-width: 1px;
}

li.selected{
    font-weight: bold;
    text-decoration: underline;
}

.subHeader ul{
    margin: 0px;
}

.subHeader ul li{
    float: left;
    list-style-type: none;
    margin: 0px;
    padding: 0.5em 1em;
}

.headerLogo{
    margin: 0px;
    display: block;
    width:50px;
    float: left;
}

button.transparent.showSources {
    padding: .1em;
}

button.transparent{
    padding: 0.5em 1em;
    background-color: transparent;
    color: #1F3F5F;
    border:1px solid #1F3F5F;
    font-weight: bold;
}

button.transparent:disabled {
    background-color: #F0F0F0;
    border: 1px solid #C0C0C0;
    color: #C0C0C0;
    font-weight: normal;
    cursor: not-allowed
}

button.transparent:hover:not([disabled]){
    background-color: transparent;
    color: #358BD7;
    border-color: #358BD7;
}

button.transparent.toggle {
    -webkit-box-shadow: inset 1px 1px 3px #1f3f5f;
}

button.transparent.toggle:hover {
    -webkit-box-shadow: inset 1px 1px 3px #1f3f5f;
    color: #1F3F5F;
    border-color: #1F3F5F;
    cursor: default;
}

button.system:disabled {
    background-color: #F0F0F0;
    border: 1px solid #C0C0C0;
    color: #C0C0C0;
    cursor: not-allowed
}

button.delete{
    background-color: transparent;
    color: #EE4444;
    border:1px solid #D02020;
    font-weight: bold;
}

button.delete:hover, button.delete:focus{
    background-color: #D0202020;
    color: #FF2222;
    border-color: #FF2222;
}

.header{
    font-weight: bold;
}

.required{
    color: red;
    font-size: 0.9em;
}

.titleError{
    text-align: center;
    color: red;
    margin-top: 1em;
    margin-bottom: 1em;
}

.fieldError{
    color: red;
    font-size: 0.9em;
}

.error,
.error button,
.error input,
.error input[type=text]{
    color: #C90000;
}


.fieldContainer{
    margin-top: 1em;
}

.fieldName{
    float: left;
    font-size: 0.9em;
    font-weight: bold;
    color: var(--main-color-orange-lt);
}

.fieldLimit{
    float: right;
    font-size: 0.9em;
}

.hidden{
    visibility: hidden;
}

.gone{
    display: none;
    visibility: hidden;
}

.checkbox {
    margin-top: 0.15em;
    float:left;
    cursor: pointer;
    border-radius: 0.1em;
    border: 1px solid black;
    margin-right: 0.5em;
}
.checkbox .checkmark{
    border: 1px solid white;
    border-radius: 0.2em;
    height:0.8em;
    width:0.8em;
}

.checked .checkbox .checkmark{
    background-color:#1F3F5F;
}

.tinyText{
    font-size: 0.9em;
}

.smallText{
    font-size: 0.9em;
}

.pageNavigation{
    text-align: center;
}

.pageNumber{
    padding: 0px 1em;
    cursor: pointer;
    color: #1F3F5F;
}

.pageNumber.disabled{
    cursor: default;
    color: grey;
}

.searchBar{
    text-align: center;
    width: 100%;
}

.searchBar input{
    width: 40%;
    padding: 0.25em 0.5em;
    margin-right: 1em;
}

.section{
    width:100%;
    margin-bottom: 2em;
}

.w20{
    width: 20vw;
}

.w30{
    width: 30vw;
}

.w50{
    width: 50vw;
}

.halfWidth{
    width:48%;
    margin-bottom: 2vh;
}

.halfWidth.center{
    margin-left: 26%;
}

.halfWidth.left{
    float: left;
}

.halfWidth.right{
    float: right;
}

.thirdWidth{
    width:33%;
}

.twoThirdWidth{
    width:66%;
}

div.selected{
    font-weight: normal;
    background-color: #EAFFDE;
    border: 1px solid #379119;
}

.dayComponent{
    float: left;
    width: 100%;
}

.timeComponent{
    float: left;
    width: 30%;
    margin-left: 1%;
    margin-right: 1%;
}

.timeComponent option{
    text-align: center;
}

.logEntryRow_FATAL{
    color: #931DC2;
    font-weight: bolder;
}

.logEntryRow_ERROR{
    color: #CC0000;
}

.logEntryRow_WARN{
    color: #F78C19;
}

.logEntryRow_INFO{
    color: #199C42;
}

.logEntryRow_DEBUG{
    color: #A6A6A6;
}

.logEntryCustomCode{
    color: #1F3F5F;
    font-style: italic;
    font-weight: bolder;
}

.thinTable{
    border-spacing: 1px;
}

.bottomBorder{
    border-bottom: 1px solid #1F3F5F;
}

.wrapAll{
    word-break: break-all;
    white-space: pre-wrap;
}

.nowrap{
    word-break: keep-all;
    white-space: nowrap;
}

.modalBackground{
    position: fixed;
    top: 0px;
    left:0px;
    width: 100vw;
    height: 100vw;
    background-color: #FFFFFF;
    opacity: 0.8;
}

.modalSave.message{
    position: fixed;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    padding:2em;
    border: 1px solid #1F3F5F;
    color: #1F3F5F;
    background-color: #358BD7;
    text-align: center;
}

.modalDeleted.message{
    position: fixed;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    padding:2em;
    border: 1px solid #379119;
    color: #379119;
    background-color: #CCFFCC;
    text-align: center;
}

.modalError.message{
    position: fixed;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    padding:2em;
    border: 1px solid #C90000;
    color: #C90000;
    background-color: #E2A0A0;
    text-align: center;
}

.highlightMouseover:hover{
    background-color: #D0D0FF;
}

.modalPopup{
    position: fixed;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    padding: 1em 5em;
    text-align: center;
    background-color: #358BD7;
    border: 1px solid #1F3F5F;
    color: #FFFFFF;
    font-weight: bold;
}

.confirmModalPopup{
    position: fixed;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #1F3F5F;
    color: #1F3F5F;
    font-weight: bold
}

.confirmModalHeader{
    width: 100%;
    color: #FFFFFF;
    background-color: #1F3F5F;
    padding: .2em 0;
}

.confirmModalText{
    padding:0.5em 3em;
    font-weight: normal;
}

.confirmModalName{
    padding:0.5em 3em;
    font-weight: normal;
}

.confirmModalButtons{
    padding:2em 3em;
}

.dialogButtonYes{
    flex-basis:10em;
    flex-grow:1;
    margin: 0px 1em;
}

.dialogButtonNo{
    flex-basis:10em;
    flex-grow:1;
    background-color: #A0A0A0;
    margin: 0px 1em;
}

.widthAuto{
    width: auto;
}

.glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    font-size: 28px;
}

.glyphicon-copy:before {
    content : '\2398'
}

.glyphicon-info:before {
    content : '\2139'
}

.glyphicon-info {
    font-size: 14px;
    margin-left:0px;
    vertical-align: super;
    color: #358BD7;
}

img.close {
    height: 1.5em;
    position: absolute;
    right: 10px;
}

.overlayModalBackground{
    position: fixed;
    top: 0px;
    left:0px;
    width: 100vw;
    height: 100vw;
    background-color: #FFFFFF;
    opacity: 0.8;
}

.overlayModal{
    position: fixed;
    bottom: 0px;
    background-color: #FFFFFF;
    height:50vh;
    border: 1px solid #1F3F5F;
}

.overlayModal.lookup{
    height:70vh;
}

.overlayModalHeader {
}

.titleBar{
    color: #FFFFFF;
    background-color: #358BD7;
    text-align: center;
    padding: 0.5em;
}

.titleBarClose{
    background-color: #358BD7;
    color: #FFFFFF;
    position: absolute;
    right: 1em;
    margin-top: -2em;
    cursor: pointer;
}

.modalSearchBar{
    margin: 1em;
}

.showMore {
    text-align: center;
    padding-bottom:20px;
}

.request-log pre {
    font-size: .8em;
}

.request-log-attr {
    font-weight: 800;
    padding-right: 15px;
    text-align: right;
    width:150px;
}

.request-log-detail.scroll-container {
    height:45vh;
}

.error-log-chart-loading {
    border: 1px dashed;
    padding: 1em;
    margin-top: 1em;
    margin-right: 40px;
    height: 150px;
    width: 1200px
}

.flex{
    display: flex;
    flex-direction: row;
}

.flexEven{
    flex-grow: 1;
    gap:2rem;
    flex-basis: 0;
    width:40%;
}

.headerLogoContainer{
    background-color: #FFFFFF;
    border-bottom: 2px solid var(--main-color-orange-lt) ;
}

.headerLogoContainer img{
    height: 3rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}