﻿#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.XFLoginLabel{
    font-weight: lighter;
    width: 100px;
    float: left;
}
.XFContentHead{
    font-weight: lighter;
    font-size: larger;
    text-align: left;
    width: 100%;
    margin-left: -11px;
    color: #6d6d6d;
}
.XFContentDiv{
    position: relative;
    display: inline-block;
    margin: 5px;
    padding: 30px;
    text-align: left;
    background: linear-gradient(155deg, rgba(255,255,255,0) 47%, rgba(238,238,238,0.4) 100%);
    box-sizing: border-box;
    box-shadow: 10px 10px 15px -8px rgba(0,0,0,0.1);
    -moz-box-shadow: 10px 10px 15px -8px rgba(0,0,0,0.1);
    -webkit-box-shadow: 10px 10px 15px -8px rgba(0,0,0,0.1);
    border-radius: 10px;
}
    .XFContentDiv::after{
        position: absolute;
        content: '';
        border-left: 1px solid;
        border-image: linear-gradient(180deg, rgb(240, 220, 220), white) 1;
        top: 30px;
        height: 70%;
        left: 28px;
    }
.XFHeaderHR{
    margin-left: -20px;
    margin-top: -6px;
    border: 0;
    background: linear-gradient(to right, rgb(240, 220, 220), white);
    height: 1px;
}
.XFInput {
    outline: none;
    padding: 3px 5px 3px 5px;
    height: 26px;
    line-height: 20px;
    border: 1px solid rgb(144 144 144);
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow:inset 0px 0px 5px -1px rgba(0,0,0,0.1);
    -moz-box-shadow:inset 0px 0px 5px -1px rgba(0,0,0,0.1);
    -webkit-box-shadow:inset 0px 0px 5px -1px rgba(0,0,0,0.1);
    background-color: white;
}
.XFInput:disabled{
    border: 1px solid rgb(198 198 198);
    color: #747474 !important;
}
.XFInput:focus{
    border: 1px solid #814d4d;
    box-shadow:inset 0px 0px 5px -1px rgb(66 25 25 / 0.34);
    -moz-box-shadow:inset 0px 0px 5px -1px rgb(66 25 25 / 0.34);
    -webkit-box-shadow:inset 0px 0px 5px -1px rgb(66 25 25 / 0.34);
} 
.required:after {
    content:"*";
    margin-left: 3px;
    color: #4f2d2d;
  }

.XFButton{
    height: 26px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    padding: 3px 18px 3px 18px;
    border-radius: 3px;
    color: #2a1634;
    background-color: white;
    border: 1px solid rgb(144 144 144);
    box-sizing: border-box;
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.1);
    user-select: none;
    cursor: pointer;
}
    .XFButton:hover{
        background-color: #ceadad;
        color: #f7f1f1;
    }
    .XFButton:active{
        background-color: #9c5e5e;
        color: #ead8d8;
    }
    .XFButton:disabled{
        background-color: #e0e0e0;
        color: rgb(144 144 144);
        cursor: not-allowed;
    }

.XFMenuButton{
    height: 30px;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    padding: 5px 8px 5px 8px;
    color: #2a1634;
    background-color: white;
    border: 1px solid rgb(144 144 144);
    user-select: none;
    cursor: pointer;
}
    .XFMenuButton:hover{
        background-color: #ceadad;
        color: #f7f1f1;
    }
    .XFMenuButton:active{
        background-color: #9c5e5e;
        color: #ead8d8;
    }

.XFHyperlink{
    color: darkblue;
    cursor: pointer;
}
    .XFHyperlink:hover{
       color: blue;
    }

.XFRibbon{
    padding: 8px;
    height: 66px;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    background-color: rgb(255 255 255 / 0.20);
    border-bottom: 1px solid gray;
    box-sizing: border-box;
    box-shadow: 0px 2px 1px 0px rgb(196 196 196 / 0.45);
    -moz-box-shadow: 0px 2px 1px 0px rgb(196 196 196 / 0.45);
    -webkit-box-shadow: 0px 2px 1px 0px rgb(196 196 196 / 0.45);
}
.XFRibbonButton{
    line-height: 15px;
    font-size: 12px;
    height: 50px;
    width: 70px;
    border: 1px solid #ceadad;
    box-sizing: border-box;
    box-shadow: 2px 2px 1px 0px rgb(208 191 191);
    -moz-box-shadow: 2px 2px 1px 0px rgb(208 191 191);
    -webkit-box-shadow: 2px 2px 1px 0px rgb(208 191 191);
    margin-right: 4px;
    border-radius: 3px;
    outline: none;
    user-select: none;
}
    .XFRibbonButton:hover{
        background-color: white;
        color: gray;
    }
    .XFRibbonButton:active{
        background-color: #b6b2b2;
        color: white;
    }

.XFPageContent{
    position: relative;
    text-align: left;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px 0px 30px 30px;
    width: calc(100% - 20px);
    height: calc(100% - 95px);
    background-color: rgb(255 255 255 / 0.80);
    border: 1px solid #ceadad;
    box-sizing: border-box;
    box-shadow: 2px 2px 1px 0px rgb(208 191 191);
    -moz-box-shadow: 2px 2px 1px 0px rgb(208 191 191);
    -webkit-box-shadow: 2px 2px 1px 0px rgb(208 191 191);
    user-select: none;
    overflow: auto;
}
.XFPageColumn{
    position: relative;
    display: inline-block;
    padding-left: 10px;
    margin-right: 30px;
    height: 100%;
}
.XFPageColumn:after{
        position: absolute;
        content: '';
        border-left: 1px solid;
        border-image: linear-gradient(180deg, rgb(240, 220, 220), white) 1;
        top: 0px;
        height: 100%;
        left: -2px;
}

.XFErrorLabel{
    font-style: italic;
    color: darkred;
    user-select: text;
}

.XFFilterDiv {
    padding: 10px;
    height: 60px;
    border: 1px solid #ceadad;
    margin-bottom: -1px;
}
.XFTableDiv {
    height: calc(100% - 110px);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    justify-content: space-between;
    background-color: white;
    border: 1px solid #ceadad;
    padding: 3px;
    user-select: text;
}


.XFTablePagination {
    margin-top: auto;
    /*border-top: 1px solid darkgray;*/
}
.XFPaginationHR{
    margin-top: -4px; 
    border: 0; 
    height: 1px; 
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
.XFFooterHR{
    margin-top: 10px; 
    border: 0; 
    height: 1px; 
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

.XFFormTable{
    background-color: transparent;
    border: none;
    width: 100%;
    border-collapse: collapse;
    margin-right: -10px;
}
    .XFFormTable td{
        padding-right: 10px;
        white-space: nowrap; 
        text-overflow: ellipsis; 
    }

.XFForm{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
}
.XFFormColumn{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    width: 350px;
}
.XFFormElement{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 30px;
}
.XFFormLabel {
    padding-top: 3px;
    color: #6d6d6d;
    width: 200px;
}
.XFFormControl{
    width: 67%;
}

.XFTableButton{
    height: 20px;
    width: 100%;
    text-align:center;
    /*width: 20px;*/
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    padding: 2px;
    border-radius: 3px;
    color: #2a1634;
    background-color: rgb(255 255 255 / 0.75);
    border: 1px solid rgb(144 144 144);
    user-select: none;
    cursor: pointer;
}
    .XFTableButton:hover{
        background-color: #ceadad;
        color: #f7f1f1;
    }
    .XFTableButton:active{
        background-color: #9c5e5e;
        color: #ead8d8;
    }

.XFPaginationButton{
    height: 24px;
    width: 24px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    padding: 2px;
    border-radius: 3px;
    color: #2a1634;
    background-color: white;
    border: 1px solid rgb(144 144 144);
    user-select: none;
    cursor: pointer;
}
    .XFPaginationButton:hover{
        background-color: #ceadad;
        color: #f7f1f1;
    }
    .XFPaginationButton:active{
        background-color: #9c5e5e;
        color: #ead8d8;
    }
.XFFormButtonDiv{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    /*border-top: 1px solid #ceadad;*/
}


.XFLabel{
    color: #6d6d6d;
    white-space: nowrap;
    text-overflow: ellipsis; 
}

.XFPopContent{
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
   /* margin-top: -16px;*/
}
    .XFPopContent:after{
            position: absolute;
            content: '';
            border-left: 1px solid;
            border-image: linear-gradient(180deg, rgb(240, 220, 220), white) 1;
            top: 0px;
            height: 100%;
            left: -2px;
    }

.XFPopTitle{
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: larger;
    width: 100%;
    text-align: center;
    background-color: white;
}

.XFCheckBoxContainer {
    display: flex;
    align-items: center;
    justify-content: left;
    outline: none;
    height: 26px;
    line-height: 20px;
}
.XFCheckBox{
    position: relative;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid rgb(144 144 144);
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow:inset 0px 0px 5px -1px rgba(0,0,0,0.1);
    -moz-box-shadow:inset 0px 0px 5px -1px rgba(0,0,0,0.1);
    -webkit-box-shadow:inset 0px 0px 5px -1px rgba(0,0,0,0.1);
    background-color: white;
    cursor: pointer;
    margin-right: 5px;
}
    .cbchecked {
    }
    .cbchecked:before {
        position: absolute;
        margin-top: -1px;
        margin-left: 2px;
         content: '\2713';
    }

    .cbdisabled {
        border: 1px solid rgb(198 198 198);
        color: #747474 !important;
        cursor: not-allowed;
    }
    

.modal {
    display: block;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
.modalloading {
    display: block;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    user-select: none;
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.modal-content {
    background-color: #fefefe;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 1px solid #888;
    max-width: 90% !important;
    max-height: 90% !important;
    text-align: left;
    overflow-y: auto;
}

.fade-in {
    animation: fadeIn ease 0.4s;
    -webkit-animation: fadeIn ease 0.4s;
    -moz-animation: fadeIn ease 0.4s;
    -o-animation: fadeIn ease 0.4s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-out {
    animation: fadeOut ease 0.4s forwards;
    -webkit-animation: fadeOut ease 0.4s forwards;
    -moz-animation: fadeOut ease 0.4s forwards;
    -o-animation: fadeOut ease 0.4s forwards;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a79b9b;
  font-style: italic;
}

input:focus::placeholder {
  color: transparent;
}
/*::-ms-input-placeholder {*/ /* Microsoft Edge */
  /*color: #a79b9b;
  font-style: italic;
}*/