@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

html, body, .myFont {
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-family: 'Roboto', sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

.main .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}



.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    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;
}

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}


.login {
    width: 100%;      
    text-align: center;
}


.VertHorCenter {
    position: absolute;
    top: calc((100vh - 400px)/2);
    left: calc((100vw - 300px)/2);
}
.LoginWidthHeight {   
    width: 300px;
    height: 400px;
}


.VertHorCenter2 {
    position:absolute;
   
    left: calc((100vw - 500px)/2);
}

.TimeRecordingButton {
    width: 100%;
    font-weight: bold;
    margin-bottom: 7px;
    
}
.TimeRecordingButton:hover {
    width: 100%;
    font-weight: bold;
    margin-bottom: 7px;
    color:white;
}
.TimeRecordingButtonDashboard {
    width: 100%;
    margin-bottom: 7px;
    margin-top: 7px;
    font-weight: bold;
}
.Underline:hover{
    text-decoration: underline;  
}

.TimeRecordingComing {
    background-color: aquamarine;
    font-weight: bold;
}
.TimeRecordingComing:hover {
    background-color: aquamarine;
    font-weight: bold;
}

.TimeRecordingGoing {
    background-color: lightcoral ;
    font-weight: bold;
}

.DashBoardTimeRecordingTable{
    table-layout:fixed ;
    width:100%;
}
.border_Burlywoowd {
    border-style: double;
    border-color: burlywood;
}
.Outer_Tile {
    text-align: center;
    font-weight: bold;
  
}

.Inner_Tile_Height_Image {
    height: 70px;
    padding-bottom:10px;
}
.Color_Burlywood {
    background-color: burlywood;
}
.Center2 {
    text-align: center;
    align-content: center;
 
}
.Center {
    text-align: center;
    align-content:center; 
    margin-top:10px;
}
.textAlignCenter{
    text-align:center; 
}
.Tile_Hover:hover {
    text-decoration: underline;
    cursor: pointer;
   
}
.width_30P{
    width: 30%;
}


.alignment_Right {
    text-align: right;
    float: right;
}
.alignment_Left {
    text-align: left;
    float: left;
}
.Color_Foreground_White {
    color: white!important; 
}
.Color_Pink2 {
    color:white;
    background-color: #DD75FB;
}

.Color_Blue_Border {
    border-color: #87c3ff;
    border-style:  solid;
    border-width:thin;  
}

.Color_Blue {
    background-color: #87c3ff;
    color: white;
}

.Color_Red {
    background-color: #EC1010;
    color: white;
}
.Color_Pink {
    background-color: pink;
}
.Color_Blueviolet {
    background-color: blueviolet;
    color:white;
}
.Color_Sandybrown {
    background-color: sandybrown;
    color: white;
}
.width_100P {
    width: 100%;
}
.width_30P {
    width: 100%;
}
.al_right_bottom {
    text-align: right;
    vertical-align: bottom;
}
.payment_Tile {
    color: pink;
    text-align: center;
}
.hoilday_Tile {
    color: blueviolet;
}
.Color_Green {
    background-color: green;
    color: white;
}
.SaldoInHours_Tile {
    color: #87c3ff;
}
.Security_Tile{
    color:red;
}
.Color_Yellow {
    background-color: #ffd45e;
}

:root {
    --meinevar: 350px;
    --page-header-height: 200px;
}

.gridClassDashboard  {
    margin-top: 7px;
}

.tile_TimeRecoding {
    margin-bottom: 7px;
}
.gridClass .dxgvCSD {
    height: calc(100vh - var(--aHeight)) !important;

}
.ImageScale {
    transform: scale(0.9, 0.9);
   
}
.ImageScale2 {
    transform: scale(1, 1);
}
@media(min-width: 768px) {
    : root {
        --aHeight: 200px;   
       
    }
}
.TableVacationProposal {
    table-layout: fixed;
}
.TDVacationProposalWidth {
    width: 200px;
    text-align: center;
}

.TDSmallWidth {
    max-width:60px;
    text-align:top; 
    
}

.TDBigWidth {
    max-width: min(300px, 10vw);
    vertical-align: top;
}
.PWDChange{
   max-width:500px; 
}
.PWDChangeSmall {
    max-width: 150px;
}


.PWDChangeBtn {
    font-weight: bold;
    color: white;
}
.PWDChangeBtn:hover {
    font-weight: bold;
    color: white;
}

.RowMargin {
    margin-bottom: 15px;
    margin-top: 15px;
}
.RowMarginSmall {
    margin-bottom: 10px;
    margin-top: 10px;
}

.VacationRequest {
    border-color: #87c3ff;
    border-style: solid;
    max-width: 900px;
    padding-bottom: 10px;
}

.Vacation_Requests {
    border-color: #87c3ff;
    border-style: solid;
    max-width: 1500px;
    padding-bottom: 10px;
}

.RefData {
    border-color: #DD75FB;
    border-style: solid;
    max-width: 600px;
}
.ManPowerPlanning {
    border-color: #ffd45e;
    border-style: solid;
    max-width: 600px;
}

.Messages {
    border-color: green;
    border-style: solid;
    max-width: 2000px;
}

.Vacation {
    border-color: blueviolet;
    border-style: solid;
}
.DailyCalc {
    border-color: #87c3ff;
    border-style: solid;
    max-width: 600px;
}
.MarginLeft{
    margin-left:10px;
}
.NoDisplay{
    display:none;  
}

.MarginBottomTop {
    margin-bottom: 7px;
    margin-top: 7px;
}
.Courier {
    font-family: 'Courier New';
    font-size:  xx-small;
}
.VacationRow {
   line-height: 6px;
   
}
.VacationRow TD {
        line-height: 14px ;       
        padding: 0px;
      

}
.VacationGrid {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 2px;
}
@media(min-width: 1080px) {
    .Courier {
        font-family: 'Courier New';
        font-size:x-small;
    }
}


.aligntop {
    vertical-align:top!important ;   
}
@media(min-width: 1370px) {
    .Courier {
        font-family: 'Courier New';
        font-size: smaller;
    }
    
}

@media(min-width: 1600px) {
    .Courier {
        font-family: 'Courier New';
        font-size:  medium ;
    }
}
.VacationGrid .dxgvCSD {
    height: calc(100vh - var(--aHeight)) !important;
}

.NoPaddingMargin {
    margin-left:1px;
    margin-top: 4px;
    margin-bottom: 4px;
}
.DashboardTextTimeRec{
    font-size: x-large; 
}

.DashboardTextCurrentDate {
    font-size: small;
}
.DashboardTextCurrentTime {
    font-size: x-large;
}
.CBO_Person {
    width: 280px;   
}
.BackToMeButton {
    width: 140px;
    
    margin-right: 7px;
}
.resFontSmall {
    font-size: calc(max(15px, 1.2vw));
}
.resFontBig {
    font-size: calc(max(26px, 2vw));
}
.BTNAbsence {
    height: 30px;
    padding-top:4px; 
    border:1px solid white; 
}
.AbsenceGrid TD {
    padding: 0px;
    margin: 0px;
    line-height: 22px;
    border: 1px solid;
    border-color: gray;
}
.AbsenceGrid thead {
    width: calc(100% - 17px); /* - 17px because of the scrollbar width */
    display: table;
}
.AbsenceGrid tr {
    display: table;
    box-sizing: border-box;
}
.AbsenceGrid tbody {
    height: calc(100vh - 356px);
    overflow-y: scroll;
    display: block;
    width: 100%;
}
@media(max-width: 500px) {
    .AbsenceGrid tbody {
        height: calc(100% - 17px);
    }
}

@media(max-width: 630px) {
    .vacationRequestGrid {
        font-size:small;
    }
    .vacationRequestCol_Small {
        visibility: visible;
    }

    .vacationRequestCol_Large {
        display: none;
    }
}
@media(min-width: 630px) {
    .vacationRequestCol_Small {
        display:none;  

    }

    .vacationRequestCol_Large {
        visibility: visible;
    }
}


    .AbsenceError {
        margin: 0px;
        font-size: small;
    }

    .AbsenceWarning {
        color: red;
        margin: 0px;
        font-size: small;
    }

    .Absence {
        font-size: small;
        margin: 0px;
        width: 100%;
        height: 100%;
    }

    .AbsenceGrid TH {
        padding: 0px;
        margin: 0px;
        border: 1px solid;
        border-color: gray;
    }

    .AbsencePersNr {
        width: 20vw;
        min-width: 135px;
    }

    .AbsenceGridCol {
        width: 2vw;
        min-width: 40px;
    }

    .AU {
        text-decoration: underline;
    }

    .ManPowerPersNr {
        width: 20vw;
        min-width: 266px;
    }

    .ManPowerGridCol {
        width: 4.5vw;
        min-width: 60px;
    }

    .ManPowerGridCol2 {
        width: 9vw;
        min-width: 120px;
        font-size: smaller;
    }

    .Color_LightYellow {
        background-color: lightyellow;
    }

    .Bold {
        font-weight: bold;
    }

    .XLargeFont {
        font-size: x-large;
    }

    .ManPowerGrid thead {
        width: calc(100% - 17px); /* - 17px because of the scrollbar width */
        display: table;
    }


    .ManPowerGrid TH {
        padding: 0px;
        margin: 0px;
        border: 1px solid;
        border-color: gray;
    }

    .ManPowerGrid tbody {
        height: calc(100vh - 356px);
        min-height: 200px;
        overflow-y: scroll;
        overflow-x: auto;
        display: block;
        width: 100%;
        font-size: smaller;
    }

    .ManPowerGrid TD {
        border: 1px solid;
        border-color: gray;
    }

    .Underlined {
        text-decoration: underline;
    }

    @media(max-width: 500px) {
        .ManPowerGrid tbody {
            height: calc(100% - 17px);
        }
    }

    .PaymentCardHist {
        border-color: pink;
        border-style: solid;
        max-width: 2000px;
    }

    .lnkext {
        height: 18px;
        width: 18px;
    }


.Permitted {
    color: green;
}
.Denied {
    color: red;
}

.Permitted_Background {
    background-color: green;
    color: white;
}

.Denied_Background {
    background-color: red;
    color: white;
}

@media(max-width: 1050px) {
    

    .vacation_Requests_Grid_Small {
        visibility: visible;
    }

    .vacation_Requests_Grid_Large {
        display: none;
        background-color: aqua;  
    }
}

@media(min-width: 1050px) {
    .vacation_Requests_Grid_Small {
        display: none;
    }

    .vacation_Requests_Grid_Large {
        visibility: visible;
        background-color:antiquewhite; 
    }
}

.NoBorder{
    border-style: none !important;
}

.ForeColorRed{
    color:red;
}
.MaxWidth {
    max-width:100%
}
.MarginTop {
    margin-top: 12px;
}

.AttendanceTableau {
    border-color: sandybrown;
    border-style: solid;
    
}
/*.Attendance_Tableau_Grid_Div {
    height: calc(100vh - 340px) !important;
}
*/
.Attendance_Tableau_Grid {
    font-weight: bold;
    font-size: 10pt;
    overflow-y:scroll;  
}
.AttendanceTableau_Legend {
    width: 12px;
    height: 12px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 5px;
}
.AttendanceTableau_Present_Small {
    background-color: #008D68;
}

.AttendanceTableau_Present {
    background-color: #008D68;
    float: left;
    width: 30px;
    height: 30px;
}

.AttendanceTableau_Break_Small {
    background-color: #FFFF00;
}

.AttendanceTableau_Break {
    background-color: #FFFF00;
    float: left;
    width: 30px;
    height: 30px;
}
.AttendanceTableau_QuittingTime_Small {
    background-color: #FF0000;
}
.AttendanceTableau_QuittingTime {
    background-color: #FF0000;
    float: left;
    width: 30px;
    height: 30px;
}
.AttendanceTableau_Absent_Small {
    background-color: #455A64;
}
.AttendanceTableau_Absent {
    background-color: #455A64;
    float: left;
    width: 30px;
    height: 30px;
}
.AttendanceTableau_Card {
    background-color: #EEEEEE;
    height: 30px;
    display: flex;
}
.Padding_Top{
    padding-top:6px; 
}
.AttendanceTableau_Margin {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 2px;
}

@media (max-width: 868px) {
    .leftbox {
       /* height: 20vh;
        width: 100vw;
        position: absolute;*/
       display:none
    }
    .rightbox {
        height: 100vh;
        width: 100vw;
        background-color: #E45F16;
        position: absolute;
        left: 0vw;
        top: 0vh;
        margin: 0 auto;
    }
    .labelMicrostar {
        font-size: max(30px, 4.3vw);
        font-family: Calibri;
        font-weight: bold;
        color: #E45F16;
        position: absolute;
        left: max(100px, 31vw);
        top: 1vh;
        width: 300px;
    }

    .labelDescription {
        font-size: max(15px, 1.5vw);
        font-family: Calibri;
        color: #E45F16;
        position: absolute;
        top: 7vh;
        left: 35vw;
        width: 160px;
    }

    .bild {
        width: 90vw;
        height:40vh;
        position: relative;
        top: 20vh;
        left: 5vw;
        object-fit: scale-down;
    }
      
    .labelRight {
        position: absolute; 
        font-size: 4vw;
        font-family: Calibri;
        color: white;
        top: 5vh;
        left: 25vw;
        width: 50vw;
    }
    .labelLogut {
        font-size: 4vw;
        font-family: Calibri;
        color: white;
        position: fixed;
        top: 66.5vh;
        left: 17vw;
        width: auto;
    }
    .LoginUser {
        background-color: #E45F16 !important;
        color: #FFFFFF !important;
        position: relative;
        font-family: "Arial, Helvetica, sans-serif";
        left: 8vw;
        border: none;
        width: 79vw;
        height: 4vh;
    }
    .loginPosition {
        position: absolute;
        top: 6px;
        left: 5px;
        width: 400px;
    }
    .PWUser {
        top:-3px;
    }
    .pwPosition {
        position: absolute;
        top: 8px;
        left: 5px;
        width: 400px;
    }
    .rahmen {
        position: absolute;
        top: 15vh;
        left: 4vw;
        width: 92vw;
        border: 2px solid white;
        border-radius: 20px;
        height: 6vh;
    }

    .rahmenPW {
        position: absolute;
        top: 25vh;
        left: 4vw;
        width: 92vw;
        border: 2px solid white;
        border-radius: 20px;
        height:6vh;
    }
    .icon {
        width: auto;
        height: 3vh;
        position: absolute;
        left: 5px;
        top:5px;
    }

    .iconPW {
        width: auto;
        height: 3.5vh;
        position: absolute;
        left: 6px;
    }
    .LoginButton {
        position: absolute;
        background-color: transparent;
        border: none;
        color: white;
        text-align: center;
        font-size: 5vw;
        left: 35vw;
        width: 30vw;
        top: 35vh;
        height: 7vh;
        border-radius: 20px;
    }
    .LoginButton_Small {
        position: absolute;
        background-color: transparent;
        border: none;
        color: white;
        text-align: center;
        font-size: 5px;
        left: 10vw;
        width: 1px;
        top: 50vh;
        border-radius: 20px;
    }
}

@media (min-width: 868px) {
    .leftbox {
        height: 100vh;
        width: 50vw;
        position: absolute;
    }

    .rightbox {
        height: 100vh;
        width: 50vw;
        background-color: #E45F16;
        position: absolute;
        left: 50vw;
        margin: 0 auto;
    }

    .labelMicrostar {
        font-size: max(26px, 4vw);
        font-family: Calibri;
        font-weight: bold;
        color: #E45F16;
        position: absolute;
        left: 12vw;
        top: 5vh;
        width: 600px;
    }
    .labelDescription {
        font-size: max(12px, 1.5vw);
        font-family: Calibri;
        color: #E45F16;
        position: absolute;
        top: 17vh;
        left: 2vw;
    }

    .bild {
        width: 80%;
        margin-left: 10%;
        height: auto;
        position: relative;
        top: 27vh;
    }

    .labelRight {
        font-size: 3vw;
        font-family: Calibri;
        color: white;
        position: fixed;
        top: 7vw;
        left: 58vw;
        width: 700px;
    }

    .labelLogut {
        font-size: 2.5vw;
        font-family: Calibri;
        color: white;
        position: fixed;
        top: 17vw;
        left: 56vw;
        width: auto;
    }
    .LoginUser {
        background-color: #E45F16 !important;
        color: #FFFFFF !important;
        font-family: "Arial, Helvetica, sans-serif";
        position: relative;
        left: 2.5vw;
        border: none;
        width: 30vw;
    }
    .loginPosition {
        position: absolute;
        top: 8px;
        left: 5px;
        width: 30vw;
    }


    .pwPosition {
        position: absolute;
        top: 8px;
        left: 5px;
        width: 30vw;
    }
    .rahmen {
        position: absolute;
        top: 25vw;
        left: 8.2vw;
        width: 34vw;
        border: 2px solid white;
        border-radius: 20px;
        height: 50px;
    }

    .rahmenPW {
        position: absolute;
        top: 30vw;
        left: 8.2vw;
        width: 34vw;
        border: 2px solid white;
        border-radius: 20px;
        height: 50px;
    }
    .icon {
        width: auto;
        height: 3vh;
        position: absolute;
        left: 5px;
    }

    .iconPW {
        width: auto;
        height: 3.5vh;
        position: absolute;
        left: 6px;

    }
    .LoginButton {
        position: relative;
        background-color: transparent;
        border: none;
        color: white;
        text-align: center;
        font-size: 2vw;
        width: 12vw;
        top: 77vh;
        left: 18vw;
        border-radius: 20px;
    }
    .LoginButton_Small {
        position: absolute;
        background-color: transparent;
        border: none;
        color: white;
        text-align: center;
        font-size: 3px;
        width: 20vw;
        top: 90vh;
        left: 14.5vw;
        border-radius: 20px;
    }
}


.loginbtn_PWD_Forget{

    margin-top:20px;
    font-size:10pt;
}


.LoginText ::placeholder {
    color: #FFFFFF !important;
    opacity: 1;
}


input#startbutton {
    background: url('../Images/login.png') no-repeat 25%, linear-gradient(90deg, rgba(0,138,101,1) 0%, rgba(70,176,93,1) 100%);
    height: 30px;
    width: 320px;
    font-size: 18px;
    border-radius: 20px;
    border: none;
    color: white;
    margin-left: 10%
}

input#pwunlockbutton {
    background: url('../Images/freischalten.png') no-repeat 6%, linear-gradient(90deg, rgba(0,138,101,1) 0%, rgba(70,176,93,1) 100%);
    height: 27px;
    width: 180px;
    font-size: 12px;
    border-radius: 20px;
    border: none;
    color: white;
    padding-left: 25px;
}
input#pwsupportbutton {
    background: url('../Images/support.png') no-repeat 8%, linear-gradient(90deg, rgba(0,138,101,1) 0%, rgba(70,176,93,1) 100%);
    height: 27px;
    width: 100px;
    font-size: 12px;
    border-radius: 20px;
    border: none;
    color: white;
    padding-left: 20px;
    margin-left: 5%
}

.pic {
    width: 12px;
    height: auto;
}

.LoginUser2 {
    font-size: 12px;
    border: none;
    border: solid 1px;
    border-radius: 10px;
    width: 80%;
    height: 30px;
    background-color: white;
    opacity: 0.5;
    margin-left: 10%;
}

.obrigerText {
    text-align: center
}

.text1 {
    font-size: 20px;
    font-weight: bold;
    color: white;
}

.text2 {
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.text3 {
    font-size: 14px;
    color: white;
}

.footer {
    background-color: #151515;
    display: inline-block;
    width: 400px;
    border-radius: 10px;
    margin-top: 20px;
}

.textfooter {
    font-size: 10px;
    color: grey;
    margin-left: 100px;
}

.untereButtons {
    display: flex;
    justify-content: center;
}

.LoginBildschirm {
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.7);
    width: 400px;
    height: 650px;
    border-radius: 10px;
    position: absolute;
    left: calc((100vw - 400px)/2);
    top: calc((100vh - 650px)/2);
    align-content: center;
    background-color: rgba(0, 0, 0, 0.4);
}


#usertext {
    padding: .5em;
    display: inline-block;
    color: white;
    font-size: 12px;
    margin-left: 10%
}

.logo {
    text-align: center;
    justify-content: center;
}