@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@font-face {
    font-family: 'AlarmClock';
    font-style: normal;
    font-weight: normal;
    src: url('../thefonz/alarmclock.woff') format('woff');
}

html, body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #36354e;
    height: calc(100vh - 3px);
    margin: 0;
    padding: 0;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dcdcdc;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Microsoft Edge */
  color:  #dcdcdc;
}
/*
.content {
    padding-top: 1.1rem;
}1
*/
.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: white;
    bottom: 0;
    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;
    }


.MenuItemDIV {
    display: flex;
    flex-direction: row;
    color: #36354e;
    background-color: transparent;
    height: 25px;
    line-height: 25px;
    font-size: larger;
    cursor: pointer;
    user-select: none;
}

    .MenuItemDIV:hover {
        background-color: #e2caca;
    }

.SubMenuItemDIV {
    color: #36354e;
    background-color: transparent;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    user-select: none;
}

    .SubMenuItemDIV:hover {
        background-color: #e2caca;
    }

.PageContent{
    max-width: 1200px;
    min-width: 600px;
    height: calc(100% - 90px);
    padding: 15px;
}
.PageContentApplication{
    height: calc(100% - 90px);
    padding: 15px;
}

.FilterDiv {
    /*border: 1px solid lightgray;*/
    box-sizing: border-box;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
    background-color: #fefefe;
    padding: 0 12px 0 12px;
}
.TableDiv {
    display: flex;
    flex-direction: column;
    /*border: 1px solid lightgray;*/
    box-sizing: border-box;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
    background-color: #fefefe;
    padding: 15px;
    overflow-y: auto;
}
.FWFormBlock {
    /*border: 1px solid lightgray;*/
    display: inline-block;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
    background-color: #fefefe;
    padding: 12px;
}
.FWFormBlockTitle {
    text-align: left;
    user-select: none;
    padding-bottom: -10px;
    font-weight: bold;
}
.FWTable {
    /* border: 1px solid #f3e8e8;*/
    background-color: #efeef3;
    border-spacing: 0;
    
    cellpadding: 0;
    cellspacing: 0;
}
.FWTable th{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.FWTable td{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.FWTableDataRow{
    height: 20px;
}
.FWTableDataRow:hover{
    background-color: #fff2cf !important;
    border-spacing: 0;

}
.FWFormRow{
    padding: 0 2px 2px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 27px;
}

.PaginationButtonDiv{
    width: 100%; height: 50px; display:flex; align-items: center; justify-content: center; flex-wrap: wrap;
}

.XLHR {
    border: 0;
    background: linear-gradient(to right, rgb(240, 220, 220), white);
    height: 1px;
}
.XLHRBlock {
    border: 0;
    background: linear-gradient(to right, rgb(240, 220, 220), white);
    height: 1px;
    margin-top: -3px;
}
.XLHRNorm {
    border: none;
    height: 1px;
    background-color: darkgray;
}
.XLHRMenu {
    border: 0;
    background: linear-gradient(to left, rgb(240, 220, 220), white);
    height: 1px;
}

.XLBox {
    height: 26px;
    line-height: 26px;
    box-sizing: border-box;
    border: 1px solid #dadfe2;
    box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.03);
    background-color: #ffffff;
    padding: 4px;
    overflow: visible;
    outline: none;
    vertical-align: middle;
}
.XLBox: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);
    outline: none; 
}
.XLBox:disabled{
    background-color: #f6f6f6;
    outline: none;
}
.XLBox[disabled]:focus{
    outline: none;
}


.XLBoxDisabled {
    height: 26px;
    line-height: 26px;
    box-sizing: border-box;
    border: 1px solid #dadfe2;
    box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.03);
    background-color: #f6f6f6;
    padding: 4px;
    overflow: visible;
    outline: none;
    vertical-align: middle;
}
.XLLabel {
    display: inline-block; 
    width: 120px; 
    text-align: left;
    padding-right: 5px;
    user-select: none;
}
.XLLabelTable {
    display: inline-block; 
    text-align: left;
    padding-right: 5px;
    user-select: none;
}
.XFPopTitle{
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: larger;
    width: 100%;
    text-align: center;
    background-color: white;
}
.DropDownItem {
    display: flex;
    flex-direction: row;
    color: #36354e;
    background-color: transparent;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    user-select: none;
    padding-left: 4px;
    padding-right: 4px;
}
    .DropDownItem:focus{
        outline: none;
    }
    .DropDownItem:hover {
        background-color: #e2caca;
    }
.DropDownItemDisabled {
    display: flex;
    flex-direction: row;
    color: #36354e;
    background-color: transparent;
    height: 26px;
    line-height: 26px;
    padding-left: 4px;
    padding-right: 4px;
    outline: none; 
}
    .DropDownItemDisabled:focus{
        outline: none;
    }
.DropDownItemHighlight {
    display: flex;
    flex-direction: row;
    color: #36354e;
    background-color: #f7eabf;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    user-select: none;
    padding-left: 4px;
    padding-right: 4px;
}    
    .DropDownItemHighlight:hover {
        background-color: #dbb269;
    }

.DropDownBar {
    display: flex;
    flex-direction: row;
    color: #36354e;
    background-color: transparent;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    user-select: none;
    padding-left: 4px;
    padding-right: 4px;
}

.NavList {
    height: calc(100% -40px);
    overflow-y: scroll;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    .NavList::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }
.NavListDDL {
    margin-top: -14px;
    height: auto;
    position: absolute;
    background-color: white;
    border: 1px solid #d4c4c4;
    z-index: 9999;
}

.AccountSelect {
    margin-top: -5px;
    height: 28px;
    background-color: transparent;
    z-index: 9999;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.AccountSelectDDL {
    background-color: transparent;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    user-select: none;
    text-align: center;
    margin-left: 0px;
    width: 100%;
    border-bottom: 1px dotted #d9d9d9;
}

    .AccountSelectDDL:hover {
        background-color: #e2caca;
    }

.AccountSelected {
    background-color: transparent;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    user-select: none;
    text-align: center;
    margin-left: 0px;
    width: 100%;
    border-bottom: 1px dotted #d9d9d9;
}

    .AccountSelected:hover {
        background-color: #e2caca;
    }

.XLButton {
    height: 2.1875rem;
    line-height: 1.75rem;
    color: #212529;
    font-size: 0.875rem;
    font-weight: bold;
    border: 1px solid #dadfe2;
    background-color: White;
    padding: 0.1875rem 0.625rem;
    cursor: pointer;
}

    .XLButton:hover {
        background-color: rgb(240, 220, 220);
    }

    .XLButton:active {
        background-color: rgb(200, 160, 160);
    }
    .XLButton:disabled{
        background-color: #dcdada;
        color: darkgray;
    }

.XLButtonSmall {
    width: 20px;
    height: 20px;
    color: #212529;
    font-size: 10px;
    font-weight: bold;
    border: 1px solid #dadfe2;
    background-color: White;
    cursor: pointer;
}
    .XLButtonSmall:hover {
        background-color: rgb(240, 220, 220);
    }

    .XLButtonSmall:active {
        background-color: rgb(200, 160, 160);
    }
    .XLButtonSmall:disabled{
        background-color: #dcdada;
        color: darkgray;
    }

.XLButtonDyn {
    height: 26px;
    line-height: 18px;
    color: #212529;
    font-weight: bold;
    border: 1px solid #dadfe2;
    background-color: White;
    padding: 4px;
    cursor: pointer;
    outline: none;
}

    .XLButtonDyn:hover {
        background-color: rgb(240, 220, 220);
    }

    .XLButtonDyn:active {
        background-color: rgb(200, 160, 160);
    }
    .XLButtonDyn:disabled{
        background-color: #dcdada;
        color: darkgray;
    }
.XLButtonInputAction {
    height: 26px;
    width: 26px;
    line-height: 20px;
    text-align: center;
    color: #212529;
    font-weight: bold;
    border: 1px solid #dadfe2;
    background-color: White;
    padding: 3px;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
}

    .XLButtonInputAction:hover {
        background-color: rgb(240, 220, 220);
    }

    .XLButtonInputAction:active {
        background-color: rgb(200, 160, 160);
    }
    .XLButtonInputAction:disabled{
        background-color: #dcdada;
        color: darkgray;
    }

.PaginationDiv {
    /*    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 50px;*/
    height: 78px;
    margin-top: auto;
    border-top: 1px solid darkgray;
}

.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;
    }

.MenuFooter {
    margin-top: auto;
    height: 40px;
    width: 250px;
    text-align: left;
    z-index: 100;
    position: fixed;
    background-color: white;
    left: 0;
    bottom: 0;
}
.LogoutButton {

    height: 2.1875rem;
    line-height: 1.75rem;
    color: #36354e;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: bold;
    border: none;
    padding: 0.1875rem 0.625rem;
    width: inherit;
    text-align: left;
}
    .LogoutButton:hover {
        background-color: rgb(240, 220, 220);
    }
    .LogoutButton:active {
        background-color: rgb(200, 160, 160);
    }


.XLCalendar {
    position: absolute;
    overflow-y: auto;
    background-color: white;
    width: 250px;
    height: auto;
    border: 1px solid #cbb2b2;
    padding: 15px 10px 10px 15px;
    line-height: 30px;
    z-index: 9999;
}

.XLCalendarDayButton {
    width: 30px;
    height: 30px;
    text-align: center;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #d4c4c4;
    cursor: pointer;
}

    .XLCalendarDayButton:hover {
        background-color: #cfa9a9;
    }

.XLCalendarDayButtonSelected {
    width: 30px;
    height: 30px;
    text-align: center;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #a9caa1;
    cursor: pointer;
}

.XLCalendarDayButtonEmpty {
    color: dimgray;
    font-size: small;
    width: 30px;
    height: 30px;
    text-align: center;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: transparent;
}

.XLCalendarDayButtonWeekend {
    width: 30px;
    height: 30px;
    text-align: center;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: lightgray;
    cursor: pointer;
}

    .XLCalendarDayButtonWeekend:hover {
        background-color: #cfa9a9;
    }

.XLMicroButton {
    width: 15px;
    background-color: #f6ecec;
    cursor: pointer;
    text-align: center;
    border-radius: 2px;
    border: 1px solid transparent;
}

    .XLMicroButton:hover {
        background-color: #cfa9a9;
    }

.XLClearButton {
    width: 18px;
    text-align: center;
    cursor: pointer;
    color: gray;
    user-select: none;
}
    .XLClearButton:hover {
        background-color: #cfa9a9;
    }
.XLPaginationButton {
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #d4c4c4;
    border: 1px solid transparent;
    cursor: pointer;
}
    .XLPaginationButton:hover {
        background-color: #cfa9a9;
    }
.XLPaginationButtonActive {
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #d4c4c4;
    cursor: pointer;
    border: 1px solid red;
}
.XLPaginationButtonActive:hover {
    background-color: #cfa9a9;
}

.XLPaginationButtonSmall {
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 2px;
    margin-bottom: 2px;
    font-size: 10px;
    background-color: #d4c4c4;
    border: 1px solid transparent;
    cursor: pointer;
}
    .XLPaginationButtonSmall:hover {
        background-color: #cfa9a9;
    }
.XLPaginationButtonSmallActive {
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 2px;
    margin-bottom: 2px;
    font-size: 10px;
    background-color: #d4c4c4;
    cursor: pointer;
    border: 1px solid red;
}
.XLPaginationButtonSmallActive:hover {
    background-color: #cfa9a9;
}

.PopTitle {
    font-weight: bolder;
    font-size: larger;
}
.modal {
    display: block;
    text-align: center;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    overflow: visible;
}

.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;
}

.XFLoginLabel{
    font-weight: lighter;
    float: left;
    padding-right: 15px;
}
.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;
    vertical-align: middle;
}
.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);
} 
.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;
    }

.XFHyperlink{
    color: darkblue;
    cursor: pointer;
}
    .XFHyperlink:hover{
       color: blue;
    }

    .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;
    }
    

.required:after {
    content:"*";
    margin-left: 3px;
    color: #4f2d2d;
  }

.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 {
    display: inline-block;
    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: visible;
}

.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;
    }
}

.LogoutButtonTop {
    transform: scale(-1, 1);
    color: gray;
    cursor: pointer;
    user-select: none;
    padding: 8px;
}
    .LogoutButtonTop:hover {
        color: black;
    }