/* /Controls/ConfirmDialog.razor.rz.scp.css */
.o-modal__loader[b-7ohxdkkcpb] {
    position: relative;
    width: 120px;
    height: 120px;
    pointer-events: none;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
}

.o-modal__dialog[b-7ohxdkkcpb] {
    position: relative;
    width: 600px;
    height: 150px;
    pointer-events: none;
    background: white;
    left: calc(50% - 300px);
    top: calc(50% - 125px);
    border-radius: 10px;
}

.o-modal__header[b-7ohxdkkcpb] {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 30px;
    padding: 5px 15px;
    font-size: 27px;
    font-weight: bold;
    padding-top: 10px;
}

.o-modal__body[b-7ohxdkkcpb] {
    overflow-y: auto;
    position: relative;
    flex: 1 1 auto;
    padding: 5px 15px;
    height: calc(100% - 100px);
}

.o-modal__footer[b-7ohxdkkcpb] {
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 5px 15px;
    height: 40px;
}

.o-modal__content[b-7ohxdkkcpb] {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
}





.a-button[b-7ohxdkkcpb] {
    display: block;
    width: 155px;
    height: 34px;
    padding: 4px 6px;
    cursor: pointer;
    margin: 0;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 4px;
}

.a-button.-marginLeft[b-7ohxdkkcpb] {
    margin-left: 5px;
}

.a-button.-blue[b-7ohxdkkcpb] {
    border: 1px solid #285e8e;
    background-color: #428BCA;
    color: #ffffff;
}

.a-button.-blue:focus[b-7ohxdkkcpb], .a-button.-blue:hover[b-7ohxdkkcpb] {
    background-color: #3276b1;
}

.a-button.-white[b-7ohxdkkcpb] {
    border: 1px solid #cccccc;
    background-color: white;
    color: #333333;
}

.a-button.-white:focus[b-7ohxdkkcpb], .a-button.-white:hover[b-7ohxdkkcpb] {
    background-color: #ebebeb;
}
/* /Controls/Loader.razor.rz.scp.css */
.loaderDiv[b-m5q9c156el] {
    position: relative;
    width: 120px;
    height: 120px;
    pointer-events: none;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
}

.loader[b-m5q9c156el] {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    animation: spin-b-m5q9c156el 2s linear infinite;
}

@keyframes spin-b-m5q9c156el {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Controls/Modal.razor.rz.scp.css */
.modal[b-30ock080ab] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgba(101,101,101,0.5);
}

.modal.-show[b-30ock080ab] {
    display: block;
}
/* /Controls/NeuesProfilAnlegenDialog.razor.rz.scp.css */
.o-modal__loader[b-0fs0gzupjw] {
    position: relative;
    width: 120px;
    height: 120px;
    pointer-events: none;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
}

.o-modal__dialog[b-0fs0gzupjw] {
    position: relative;
    width: 600px;
    height: 165px;
    pointer-events: none;
    background: white;
    left: calc(50% - 300px);
    top: calc(50% - 125px);
    border-radius: 10px;
}

.o-modal__header[b-0fs0gzupjw] {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 30px;
    padding: 5px 15px;
    font-size: 27px;
    font-weight: bold;
    padding-top: 10px;
}

.o-modal__body[b-0fs0gzupjw] {
    overflow-y: auto;
    position: relative;
    flex: 1 1 auto;
    padding: 5px 15px;
    height: calc(100% - 100px);
}

.o-modal__footer[b-0fs0gzupjw] {
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 5px 15px;
    height: 40px;
}

.o-modal__content[b-0fs0gzupjw] {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
}





.a-button[b-0fs0gzupjw] {
    display: block;
    width: 155px;
    height: 34px;
    padding: 4px 6px;
    cursor: pointer;
    margin: 0;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 4px;
}

.a-button.-marginLeft[b-0fs0gzupjw] {
    margin-left: 5px;
}

.a-button.-blue[b-0fs0gzupjw] {
    border: 1px solid #285e8e;
    background-color: #428BCA;
    color: #ffffff;
}

.a-button.-blue:focus[b-0fs0gzupjw], .a-button.-blue:hover[b-0fs0gzupjw] {
    background-color: #3276b1;
}

.a-button.-white[b-0fs0gzupjw] {
    border: 1px solid #cccccc;
    background-color: white;
    color: #333333;
}

.a-button.-white:focus[b-0fs0gzupjw], .a-button.-white:hover[b-0fs0gzupjw] {
    background-color: #ebebeb;
}
/* /Controls/Snackbar.razor.rz.scp.css */
/* The snackbar - position it at the bottom and in the middle of the screen */
.snackbar[b-kfxl4m1mzi] {
    display: none;
    min-width: 250px; /* Set a default minimum width */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    margin: 0 10px 30px 10px;
}

.snackbarContainer[b-kfxl4m1mzi] {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 1100;
    bottom: 0;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
.snackbar.show[b-kfxl4m1mzi] {
    display: block;
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 3.5s;
    animation: fadein-b-kfxl4m1mzi 0.5s, fadeout-b-kfxl4m1mzi 0.5s 3.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein-b-kfxl4m1mzi {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout-b-kfxl4m1mzi {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-emwi87cszs] {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}

.sidebar[b-emwi87cszs] {
    height: 100%;
    width: 246px;
}

.main[b-emwi87cszs] {
    height: 100%;
    width: calc(100% - 246px);
    overflow: auto;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.content[b-oesvsjzcb0] {
    width: 100%;
    height: calc(100% - 20px);
    padding-top: 20px;
}

.bg[b-oesvsjzcb0] {
    background-color: #25363f;
}

#IRIS_Logo[b-oesvsjzcb0] {
    height: 158px;
    width: 150px;
    display: block;
    background-image: url("../gfx/IRIS_logo.png");
    background-repeat: no-repeat;
    background-size: 150px 158px;
    margin: auto;
}

.nav[b-oesvsjzcb0] {
    margin-top: 10px;
}

.nav-item[b-oesvsjzcb0] {
    cursor: pointer;
    border-width: 0px;
    height: 35px;
    background-color: #25363f;
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 15px 5px 0px 20px;
    user-select: none;
}

.nav-item:hover[b-oesvsjzcb0] {
    background-color: #60a5b2;
}

#logout[b-oesvsjzcb0] {
    position: absolute;
    bottom: 5px;
    width: 221px;
}
/* /Pages/Login.razor.rz.scp.css */
.bg[b-er0okec9x4] {
    background-image: url("../gfx/Iris_background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}

.flex-container-default[b-er0okec9x4] {
    display: flex;
    justify-content: center;
    min-height: 100vh;
}

#balkenOben[b-er0okec9x4] {
    height: 87px;
    position: absolute;
    background-color: #25363f;
    top: 0;
    left: 0;
    right: 0;
    width: 100%
}

#IRIS_Logo[b-er0okec9x4] {
    position: absolute;
    left: 35px;
    top: 25px;
    height: 158px;
    width: 150px;
    display: block;
    background-image: url("../gfx/IRIS_logo.png");
    background-repeat: no-repeat;
    background-size: 150px 158px;
}

#ProGen_Logo[b-er0okec9x4] {
    position: absolute;
    right: 35px;
    top: 25px;
    height: 158px;
    width: 150px;
    display: block;
    background-image: url("../gfx/ProGen_logo.png");
    background-repeat: no-repeat;
    background-size: 150px 158px;
}

#box[b-er0okec9x4] {
    margin: auto;
    background: rgba(225,225,225,0.6);
    width: 340px;
    padding: 10px;
    border-radius: 10px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 3px;
    z-index: 2;
}

.schloss[b-er0okec9x4] {
    background-image: url("../gfx/Schloss.png");
    background-size: 30px 33px;
    background-repeat: no-repeat;
    width: 30px;
    height: 33px;
    float: left;
    margin: 12px 25px 24px 26px;
}

#loginheader[b-er0okec9x4] {
    height: 37px;
    font-family: Arial;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    margin: 8px 0 12px 0;
}

.textfeldnamen[b-er0okec9x4] {
    width: 270px;
    height: 39px;
    border-radius: 10px;
    border: none;
    padding: 0 20px 0 20px;
    margin: 7px 24px;
}

#button[b-er0okec9x4] {
    text-align: center;
}

#btnLogin[b-er0okec9x4] {
    height: 35px;
    width: 115px;
    color: #ffffff;
    border-radius: 10px;
    background-color: #ee7303;
    border: none;
    font-size: 17px;
    font-family: Arial;
    margin: 0px 0 10px 0px;
    cursor: pointer;
}

#btnLogin:hover[b-er0okec9x4] {
    box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.4);
    transition: all 0.5s;
}

#version[b-er0okec9x4] {
    text-align: center;
    font-family: Arial;
    font-size: 13px;
    color: #ffffff;
    width: 22%;
    position: absolute;
    bottom: 4px;
}

#hinweis[b-er0okec9x4] {
    color: #ff0000;
    font-family: Arial;
    font-size: 14px;
    margin: 15px 28px;
}
/* /Pages/Profil.razor.rz.scp.css */
.topBar[b-j1gepuksi7] {
    height: 40px;
    display: flex;
}

.content[b-j1gepuksi7] {
    width: calc(100% - 44px);
    height: calc(100% - 64px);
    padding: 22px;
    padding-top: 2px;
    overflow: auto;
}

table[b-j1gepuksi7] {
    width: 100%;
}

td:first-child[b-j1gepuksi7] {
    vertical-align: top;
    padding-top: 5px;
    width: 120px;
}

.imgTd[b-j1gepuksi7] {
    height: 250px;
    width: 200px;
    overflow: hidden;
}

img[b-j1gepuksi7] {
    height: 100%;
    width: 100%;
    border-width: 0px;
    object-fit: contain;
    user-select: none;
}

input[b-j1gepuksi7] {
    width: calc(100% - 8px);
}

textarea[b-j1gepuksi7] {
    width: calc(100% - 8px);
    min-height: 60px;
    resize: vertical;
}

hr[b-j1gepuksi7] {
    margin-top: 2px;
    margin-bottom: 2px;
}

#txtAusbildung[b-j1gepuksi7], #txtThemenSchwerpunkt[b-j1gepuksi7], #txtSonstiges[b-j1gepuksi7] {
    min-height: 120px;
}

.glyphicon[b-j1gepuksi7] {
    margin-right: 5px;
}

.glyphicon-plus[b-j1gepuksi7] {
    margin-top: 5px;
    cursor: pointer;
    color: #009b00;
}

.pointer[b-j1gepuksi7] {
    cursor: pointer;
}

.iconDiv[b-j1gepuksi7] {
    display: flex;
    user-select: none;
}

.iconDiv .glyphicon[b-j1gepuksi7] {
    margin: auto 8px auto 0px;
}

.dropDownDivMain[b-j1gepuksi7] {
    display: flex;
    width: 100%;
    padding: 5px 0px;
}

.dropDownDivMain.-selected[b-j1gepuksi7] {
    background-color: #ceebff;
}

.dropDownDiv[b-j1gepuksi7] {
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    display: flex;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
}

.qualifikationTitel[b-j1gepuksi7] {
    width: 100%;
}

.projektTitel[b-j1gepuksi7] {
    width: 100%;
}

.projektAusgabedatum[b-j1gepuksi7] {
    min-width: 150px;
}

.speichernInfo[b-j1gepuksi7] {
    color: red;
    font-size: 18px;
    font-weight: bold;
    margin: auto 5px;
}

.imageButtonDiv[b-j1gepuksi7] {
    justify-content: end;
    display: flex;
}
/* /Pages/Uebersicht.razor.rz.scp.css */
.topBar[b-j31q1mrdgy] {
    height: 40px;
    display: flex;
}

.content[b-j31q1mrdgy] {
    width: calc(100% - 44px);
    height: calc(100% - 44px);
    margin: 22px;
}

.imgTd[b-j31q1mrdgy] {
    height: 250px;
    width: 200px;
    overflow: hidden;
}

img[b-j31q1mrdgy] {
    height: 100%;
    width: 100%;
    border-width: 0px;
    object-fit: contain;
    user-select: none;
}

.buttonTd[b-j31q1mrdgy] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
}
