/* /Pages/Authentication.razor.rz.scp.css */

.main[b-b661ct10dy] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    /*//font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    /*font-size: 12em;*/
    font-size: 12px;
}

.header[b-b661ct10dy] {
    margin-bottom: 25px;
}

.loginButton[b-b661ct10dy] {
    cursor: pointer;
    border: 0;
    border-radius: 1px;
    font-weight: 600;
    margin: 0 10px;
    width: 118px;
    padding: 10px 0;
    box-shadow: 0 0 20px rgba(104, 85, 224, 0.2);
    transition: 0.4s;
    color: white;
    background-color: #4775d1;
}

.hr-sect[b-b661ct10dy] {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgba(0, 0, 0, 0.35);
    margin: 8px 0px;
}

.hr-sect[b-b661ct10dy]:before,
.hr-sect[b-b661ct10dy]:after {
    content: "";
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.35);
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 8px;
}

#emailText[b-b661ct10dy],
#passwordText[b-b661ct10dy] {
    text-align: left;
    font-size: 12px;
    margin-bottom: 3px;
}

#inputIcon[b-b661ct10dy] {
    border-radius: 0rem;
}

#inputPassword[b-b661ct10dy],
#staticEmail[b-b661ct10dy] {
    /*margin-top: 3px;*/
    font-size: 1rem;
    border-radius: 0rem;
}

#loginButton[b-b661ct10dy] {
    width: 300px;
}

#standardButton[b-b661ct10dy] {
    width: 300px;
    height: 50px;
    font-size: 20px;
}

#logo[b-b661ct10dy] {
    width: 100px;
    margin: 10px 0 10px 0;
}

#mybutton[b-b661ct10dy] {
    height: 39px;
    width: 220px;
    background-color: #fff;
    border-radius: 5px;
    text-align: left;
    padding-left: 63px;
    border: solid 1px;
}

.microsoftLogo[b-b661ct10dy] {
    background-image: url(/img/microsoftlogin-32.png);
    background-repeat: no-repeat;
    background-position: 9px 9px;
    background-size: 20px;
    cursor: pointer;
    height: 16px;
    vertical-align: middle;
    margin: 10px;
}

.appleLogo[b-b661ct10dy] {
    background-image: url(/img/applelogin-32.png);
    background-repeat: no-repeat;
    background-position: 6px 4px;
    background-size: 27px;
    cursor: pointer;
    height: 16px;
    vertical-align: middle;
}

#secureLoginText[b-b661ct10dy] {
    margin-left: 5px;
}

#overlay[b-b661ct10dy] {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.visible-box[b-b661ct10dy] {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.visible-description[b-b661ct10dy] {
    color: #333333;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    background: #ecf0f1;
    position: absolute;
    z-index: 1;
    display: block;
    height: 100px;
    width: 240px;
    margin: 12px auto;
    padding: 10px 12px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#forgotPasswordText[b-b661ct10dy] {
    text-align: left;
    margin-left: 3px;
    margin-top: 3px;
}

#loginFeedback[b-b661ct10dy] {
    text-align: left;
    color: red;
}

#waitCursor[b-b661ct10dy] {
    cursor: wait;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* /Pages/BookingItem.razor.rz.scp.css */
#subtext[b-o9duiwy9bz]{
    font-size: 9px;
    color: grey;
    margin-bottom: 0px;
}

#HeaderText[b-o9duiwy9bz] {
    flex-direction: column;
    margin-bottom: 0px;
}
/* /Pages/CustomProperties.razor.rz.scp.css */

#border[b-d1r3btkgjv] {
    border-top: solid;
    border-width: 3px;
    height: 3vh;
    border-color: #f2f3f8;
}
/* /Pages/DocumentItem.razor.rz.scp.css */
.accordion-withoutarrow[b-3sjdgcwjpi] {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.accordion-withoutarrow:focus[b-3sjdgcwjpi] {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-withoutarrow[b-3sjdgcwjpi]::after {
    flex-shrink: 0;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
}

#accordion-save[b-3sjdgcwjpi] {
    position: absolute;
    right: 2px;
    top: 2px;
}

.accordion-header[b-3sjdgcwjpi] {
    position: relative;
}
/* /Pages/DocumentList.razor.rz.scp.css */
/*.file-drop-zone {
    display: flex;
    width: 100%;
    border: 3px dotted #fb275d;
    align-items: center;
    margin-bottom: 2px;
}

.hover {
    border-style: solid;
    background-color: #00ca71;
}

.image-container {
    display: flex;
    justify-content: center;
}

.image-container img {
    width: 50%;
}

::deep input[type=file] {
    width: 100%;
    padding: 20px;
}

.error-message-container {
    color: red;
    text-align: center;
}*/

.label[b-atgp7sp4wd] {
    display: flex;
    flex-flow: column nowrap;
    width: auto;
    height: auto;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    border: 1px dashed rgba(127, 127, 127, 0.7);
    margin: 1px;
}

[b-atgp7sp4wd] input[type=file] {
    width: 30%;
    height: 180px;
    opacity: 0;
}

#linkPicker[b-atgp7sp4wd] {
    height: 180px;
    position: fixed;
    width: 30%;
    opacity: 0;
}

i[b-atgp7sp4wd] {
    display: block;
    font-size: 42px;
    padding-bottom: 16px;
}

.title[b-atgp7sp4wd] {
    transition: 200ms color;
}

.label:hover[b-atgp7sp4wd] {
    border: 1px solid;
}

#customBtn[b-atgp7sp4wd] {
    background-color: #4775d1;
    color: white;
}
/* /Pages/LoginBlazor.razor.rz.scp.css */

.loginButton[b-dnkr05gjnk] {
    cursor: pointer;
    border: 0;
    border-radius: 1px;
    font-weight: 600;
    margin: 0 10px;
    width: 170px;
    padding: 10px 0;
    box-shadow: 0 0 20px rgba(104, 85, 224, 0.2);
    transition: 0.4s;
    color: white;
    background-color: #4775d1;
}

.hr-sect[b-dnkr05gjnk] {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgba(0, 0, 0, 0.35);
    margin: 8px 0px;
}
.hr-sect[b-dnkr05gjnk]:before,
.hr-sect[b-dnkr05gjnk]:after {
    content: "";
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.35);
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 8px;
}

#emailText[b-dnkr05gjnk],
#passwordText[b-dnkr05gjnk] {
    text-align: left;
    font-size: 12px;
}

#inputPassword[b-dnkr05gjnk],
#staticEmail[b-dnkr05gjnk] {
    margin-top: 3px;
    font-size: 1rem;
    border-radius: 0rem;
}
/* /Pages/Main.razor.rz.scp.css */
#container[b-l7c8nrch3s] {
    /*margin-top: 10px;*/
    position: relative;
}

#content[b-l7c8nrch3s] {
    height: 100%;
    width: 100%;
    /*max-width: 1400px;*/
    margin: auto;
    /*padding: 10;*/
}

#row-header[b-l7c8nrch3s] {
    height: 4%;
    min-height: 45px;
    max-height: 4%;
    /*    width: 100%;
    max-width: 100%;*/
    /*    transform: translate(-50%);
    -webkit-transform: translate(-50%);*/
}

#row-body[b-l7c8nrch3s] {
/*    height: 94%;
    min-height: 94%;*/
    background-color: white;
    /*    left: 50%;
    position: fixed;*/
    /*top: 50%;*/
    /*display: inline-block;
    resize: horizontal;
    width: 40vw;
    min-width: 40vw;*/
    /*width: 2000px;*/
    /*    transform: translate(-50%);
    -webkit-transform: translate(-50%);*/
}

#header_start[b-l7c8nrch3s] {
    justify-content: flex-start;
}

#header_end[b-l7c8nrch3s] {
    justify-content: flex-end;
}

#taskdetails-header[b-l7c8nrch3s] {
    height: 3%;
    min-height: 3%;
    /*    min-width: 50%;
    max-width: 50%;*/
}

#tasklist-body[b-l7c8nrch3s] {
    border-right: 8px solid #f2f3f8;
    border-left: 8px solid #f2f3f8;
}

#taskdetails-body[b-l7c8nrch3s] {
    border-right: 8px solid #f2f3f8;
    border-left: 8px solid #f2f3f8;
}

.d-flex[b-l7c8nrch3s] {
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.nopadding[b-l7c8nrch3s] {
    padding: 0 !important;
    margin: 0 !important;
}

.input[b-l7c8nrch3s] {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#searchBar[b-l7c8nrch3s] {
    display: inline-table;
    width: fit-content;
}
/* /Pages/NoteFilterOptions.razor.rz.scp.css */
#subtextClickable[b-ew1aw8huam] {
    color: blue;
}

#subtextClickable:hover[b-ew1aw8huam] {
    cursor: pointer;
}
/* /Pages/RequirementProgressItem.razor.rz.scp.css */
#subtext[b-2qsqtmk338] {
    font-size: 9px;
    color: grey;
    margin-bottom: 0px;
}

#HeaderText[b-2qsqtmk338] {
    flex-direction: column;
    margin-bottom: 0px;
}
/* /Pages/ResourceSelection.razor.rz.scp.css */
#subtext[b-jpjkkaziqk] {
    font-size: 9px;
    color: grey;
    margin-bottom: 0px;
}

#inputsearch[b-jpjkkaziqk] {
    display: inline-table;
    margin-bottom: 15px;
}

#selectbutton[b-jpjkkaziqk] {
    align-items: center;
    margin-right: 5px;
}

#modal-box[b-jpjkkaziqk]{
    width:300px;
}
/* /Pages/TaskOverview.razor.rz.scp.css */
#subtext[b-bp3a2h66i4] {
    font-size: 9px;
    color: grey;
    margin-bottom: 0px;
}

#subtextClickable[b-bp3a2h66i4] {
    font-size: 9px;
    color: blue;
    margin-bottom: 0px;
}

#subtextClickable:hover[b-bp3a2h66i4] {
    cursor: pointer;
}
/* /Shared/BindControl.razor.rz.scp.css */
.custom-dropdown[b-q5lhezhw5d] {
    display: block;
    width: 100%;
    padding: 0.375rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(33, 37, 41);
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border: 1px solid rgb(206, 212, 218);
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

input[type='datetime-local']:in-range[b-q5lhezhw5d]::-webkit-datetime-edit-year-field,
input[type='datetime-local']:in-range[b-q5lhezhw5d]::-webkit-datetime-edit-month-field,
input[type='datetime-local']:in-range[b-q5lhezhw5d]::-webkit-datetime-edit-day-field,
input[type='datetime-local']:in-range[b-q5lhezhw5d]::-webkit-datetime-edit-fields-wrapper,
input[type='datetime-local']:in-range[b-q5lhezhw5d]::-webkit-datetime-edit-text {
    color: transparent;
}

input[type='date']:in-range[b-q5lhezhw5d]::-webkit-datetime-edit-year-field,
input[type='date']:in-range[b-q5lhezhw5d]::-webkit-datetime-edit-month-field,
input[type='date']:in-range[b-q5lhezhw5d]::-webkit-datetime-edit-day-field,
input[type='date']:in-range[b-q5lhezhw5d]::-webkit-datetime-edit-text {
    color: transparent;
}
/* /Shared/DisplayPage.razor.rz.scp.css */
li:hover[b-et65iggzbm] {
    cursor: pointer;
}
/* /Shared/LoginLayout.razor.rz.scp.css */
.page[b-x4gw2cj48h] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-x4gw2cj48h] {
    flex: 1;
}

.sidebar[b-x4gw2cj48h] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-x4gw2cj48h] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-x4gw2cj48h]  a, .top-row .btn-link[b-x4gw2cj48h] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-x4gw2cj48h] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-x4gw2cj48h] {
        display: none;
    }

    .top-row.auth[b-x4gw2cj48h] {
        justify-content: space-between;
    }

    .top-row a[b-x4gw2cj48h], .top-row .btn-link[b-x4gw2cj48h] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-x4gw2cj48h] {
        flex-direction: row;
    }

    .sidebar[b-x4gw2cj48h] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-x4gw2cj48h] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-x4gw2cj48h], article[b-x4gw2cj48h] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-vmbnpbk62h] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-vmbnpbk62h] {
    flex: 1;
}

.sidebar[b-vmbnpbk62h] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vmbnpbk62h] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-vmbnpbk62h]  a, .top-row .btn-link[b-vmbnpbk62h] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-vmbnpbk62h] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-vmbnpbk62h] {
        display: none;
    }

    .top-row.auth[b-vmbnpbk62h] {
        justify-content: space-between;
    }

    .top-row a[b-vmbnpbk62h], .top-row .btn-link[b-vmbnpbk62h] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vmbnpbk62h] {
        flex-direction: row;
    }

    .sidebar[b-vmbnpbk62h] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vmbnpbk62h] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-vmbnpbk62h] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


/* This is NavMenu css temporary combined with the mainlayout...because blazor */
.navbar-toggler[b-vmbnpbk62h] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-vmbnpbk62h] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vmbnpbk62h] {
    font-size: 1.1rem;
}

.oi[b-vmbnpbk62h] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    /*top: -2px;*/
}

.nav-item[b-vmbnpbk62h] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-vmbnpbk62h] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-vmbnpbk62h] {
    padding-bottom: 1rem;
}

.nav-item[b-vmbnpbk62h]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-vmbnpbk62h]  a.active {
    background-color: rgb(229,243,255);
    color: black;
}

.nav-item[b-vmbnpbk62h]  a:hover {
    background-color: rgb(229,243,255);
    color: black;
}

.navbar-light[b-vmbnpbk62h]  button:hover {
    background-color: rgb(112,168,243);
    color: black;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vmbnpbk62h] {
        display: block;
    }

    .collapse[b-vmbnpbk62h] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ztg2218elt] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ztg2218elt] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ztg2218elt] {
    font-size: 1.1rem;
}

.oi[b-ztg2218elt] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    /*top: -2px;*/
}

.nav-item[b-ztg2218elt] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-ztg2218elt] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-ztg2218elt] {
    padding-bottom: 1rem;
}

.nav-item[b-ztg2218elt]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-ztg2218elt]  a.active {
    background-color: rgb(229,243,255);
    color: black;
}

.nav-item[b-ztg2218elt]  a:hover {
  background-color: rgb(229,243,255);
  color: black;
}

.navbar-light[b-ztg2218elt]  button:hover {
  background-color: rgb(112,168,243);
  color: black;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ztg2218elt] {
        display: block;
    }

    .collapse[b-ztg2218elt] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
