<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.info-button {
    vertical-align: middle;
}

.ApprovedStatusImg {
    vertical-align: middle;
    width: 17px;
    height: 17px;
}

.working-hours-cmt {
    color: rgb(154, 205, 50);
    font-weight: bold;
    vertical-align: middle;
}

.tCell {
    text-align: left!important;
    line-height: 21px;
}

.tCellData {
    width: 180px;
    min-width: 180px;
}

.tCellBtn {
    width: 20px;
    min-width: 20px;
}
.tCellTitle {
    width: 140px;
    min-width: 140px;
}

.tCellCenter {
    text-align: center!important;
}

.tableCenter td {
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
}

.hiddenImg {
    visibility:hidden!important;
}

.working-hours-person-name {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    color: cadetblue;
}

.wh-realized-hours td {
    padding: 0;
    text-align: left;
    white-space: nowrap;
}

.wh-approved-roster {
    outline: 1px solid green;
}

.wh-filter {
    width: 170px;
    border: 1px solid black;
    height: 350px;
}

.wh-filter select { width: 100%; }

.wh-filter-content {
    overflow-y:auto;
    height:270px;
    width:100%;
    border-bottom:solid 1px black;
    border-top:solid 1px black;
}

.wh-filter-footer {
    margin-top:5px; 
    margin-bottom:5px;
}

.wh-filter-header,
.notification-header {
   background-color: whitesmoke;
   font-weight:bold; 
   height: 30px;
}

.wh-filter-header span,
.notification-header span {
   display:inline-block;
   margin: 8px 0 3px 5px;
}

.notification-form {
    border-color:Black;border-width:1px;border-style:Solid;
}


.notification-body {
    border-width: medium 1px 1px;
    min-height: 290px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 300px;
}
.notification-selected-people-bottom {
    border-style: solid none none;
    border-width: 1px;
    padding: 5px 5px 4px 2px;
}

.wh-person-name { font-size: 13px; color: black; font-weight: bold;}
.wh-approved-hours { font-weight: bold; }
.wh-planned-hours { font-weight: bold; }

.wh-user-seen,
.wh-user-not-seen {
    padding: 4px 0px;
    border-radius: 4px;
    text-align: center;
    width: 50px;
    display: inline-block;
}
.wh-user-seen { background-color: lightblue;}
.wh-user-not-seen { background-color: lightpink; }

.wh-total-tasks {
    font-weight: bold;  
}

.wh-procent-container
{
    width: 100%;
    color:#000!important;
   /* background-color: #f1f1f1 !important;*/

    background-color:/* #edc249*/darkgrey !important;
    min-height: 10px;
    border-radius: 4px
}

.wh-procent-bar {
    text-align: left;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    color: #fff !important;
    font-weight: bold;
    background-color: /* #2196F3*/yellowgreen !important;
    border-radius: 4px;
}

.td-wh-col-total-hours {
    text-align: center !important;
    height: 21px;
    line-height: 21px;
}

.wh-ti {
    font-weight: bold;
    padding: 1px 2px;
}

.wh_app_none,
.wh_app_roster,
.wh_app_user,
.wh_app_clock,
.wh_app_planner {
    height: 100%;
    min-height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 10px;
    border-radius: 4px;
}

.wh_app_none { background-color: lightgray; }
.wh_app_roster { background-color: #99ccff; }
.wh_app_user { background-color: lightgreen; }
.wh_app_clock { background-color: yellow }
.wh_app_planner { background-color: burlywood }</pre></body></html>