﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring 
    
    
    
    
    project to bundle and minify static web assets. */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill:valid,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
}

.holiday-link {
}

.hidden {
    display: none;
}

.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f7f7f7;
}


.navbar-collapse {
    gap: 20px;
}

.sort i {
    line-height: 24px;
}

.popover {
    max-width: 600px;
}

.navbar #pcss-logo {
    width: 160px;
    margin-left: 10px;
}

.navbar #ichb-logo {
    height: 60px;
    margin-left: 10px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    color: #0057B2;
    font-weight: 600;
}

a.navbar-brand img {
    height: 50px;
    margin-left: 30px;
}


/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.nav-item.selected {
    text-decoration: underline;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


.page-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.page-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    align-items: center;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 60px;
}

h2 {
    font-weight: 100;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

@media (min-width: 1200px) {
    .container-xxl {
        max-width: 1440px;
    }

    .container-3xl {
        max-width: 1900px;
    }
}



.error {
    color: red;
    padding-top: 4px;
}
.warning {
    color: green;
    padding-top: 4px;
}

.validation-summary-valid {
    display: none;
}

.login-container {
    background-color: #ffffff;
    padding: 20px 20px 0px 20px;
}

.login-container h4  {
    font-size: 40px;
    font-weight: 200;
    margin-bottom: 70px;
}

.login-container h4 span {
    padding-top: 56px;
    position: absolute;
}

.login-container h4 img {
    height: 130px;
    margin-right: 70px;
}
.popover .btn {
    min-width: 150px;
}

.btn-primary {
    color: #fff;
    background-color: #007AD8;
    border-radius: 0;
    border: none;
    font-size: 18px;
    width: auto;
}

.btn-secondary {
    background-color: #ABACAC;
    border-radius: 0;
    border: none;
    font-size: 18px;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: -6px;
    /*width: 220px;*/
}

.login-container .btn-primary {
        height: 50px;
    }

.login-inner {
    width: 520px;
    margin: auto;;
}

.login-inner .form-group{
    margin-bottom: 40px;
}

    .login-inner .form-control {
        height: calc(2em + .75rem + 2px);
        padding: .375rem .75rem;
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 2;
        color: #495057;
        border: 1px solid #ced4da;
        border-radius: 0;
        background-color: #ffffff!important;
    }

    .login-inner p {
        white-space: nowrap;
    }


.start-wrork--block {
    display: flex;
    width: 100%;
    height: 5rem;
    background-color: #e7ffcc;
    justify-content: center;
    align-items: center;   
    box-shadow: 7px 6px 13px -7px rgba(83, 83, 83, 1);
}

#maincalendar {
    min-width: 1200px;
    margin: auto;
    background-image: none;
    background-color: white;
    font-size: 15px;
    table-layout: fixed;
    border-right: #C2C2C2;
}

    table.sticky-header {
        position: relative;
    }

    table.sticky-header thead {
        position: sticky;
        top: 0;
        z-index: 100;
        background-color: #fff;
    }

    #maincalendar tr td, #maincalendar tr th {
        padding: 6px;
        vertical-align: middle;
        border: 1px solid #C2C2C2;
    }


    table#maincalendar thead th {
        border-bottom: none;
    }
    #maincalendar tr th:not(:first-child) {
        text-align: center;
    }
#maincalendar tr td:first-child, #maincalendar tr th[rowspan="2"] {
    width: 215px;
    border: 1px solid #C2C2C2;
    padding-left: 20px;
    text-align: left;
}
        #maincalendar tr td:first-child a {
            color: #000000;
        }

        #maincalendar tr th {
            text-align: center;
        }

    #maincalendar tr td:not(:first-child) {
        background-color: #e0ffbd;
        background-image: url("/img/desk.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px 16px;
        position: relative;
    }

    #maincalendar tr td.present {
        background-color: #e0ffbd;
        background-image: none;
    }
    

    #maincalendar tr td.pz {
        background-color: #ebf6fe;
        background-image: url("/img/ico-pz-01.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px 16px;
    }

    #maincalendar tr td.del {
        background-color: #3d85c6;
        background-image: url("/img/car.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px 16px;
    }

    #maincalendar tr td.notworking {
        background-color: #577770;
        background-image: url("/img/ico-pz-02.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px 16px;
    }


    #maincalendar tr td.freeday, #maincalendar tr th.freeday {
        background-color: #f0f0f0;
        background-image: none;
    }

    #maincalendar tr td.empty, #maincalendar tr th.empty {
        background-color: #FFFFFF;
        background-image: none;
        /*border: 1px solid #C2C2C2;*/
        padding: 6px;
    }

        #maincalendar tr td.adjustable {
            cursor: pointer;
        }

        #maincalendar tr td.empty.adjustable {
            background-color: #fefefe;
            background-image: none;
        }

    #maincalendar tr td.february, #maincalendar tr th.february {
        background-color: #f0f0f0;
        background-image: none;
        /*border: 1px solid #C2C2C2;*/
        padding: 6px;
        vertical-align: middle;
    }

    #maincalendar tr td[data-toggle="popover"]:not(.freeday) {
        cursor: pointer;
    }

        #maincalendar tr td.holiday-req {
            background-color: #639f4b;
            background-image: url("/img/ico-urlop-03.svg");
            background-repeat: no-repeat;
            background-position: center;
            background-size: 16px 16px;
        }

    #maincalendar tr td.holiday, #maincalendar tr td.holiday2 {
        background-color: #fda202;
        background-image: url("/img/ico-urlop-03.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px 16px;
    }

#maincalendar tr td.l4absence, #maincalendar tr td.l4absence2 {
    background-color: #FEBD10;
    background-image: url("/img/l4.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
}

    #maincalendar tr td.absence {
        background-color: #fe4f10;
        background-image: url("/img/absence.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px 16px;
    }

    #maincalendar tr td.notset {
        background-color: #ffffff;
        background-image: url("/img/question.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px 16px;
    }
    #maincalendar tr td.today {
        filter: contrast(95%) brightness(93%);
    }

    #maincalendar tr td.inwork::after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        top: 0;
        left: 0;
        background-color: #28a745;
    }

tr.currenUser {
    font-weight: bold;
    background-color: #f0f0f0;
}

tr .worker-mode {
    content: " ";
    display: inline-block;
    float: right;
    width: 24px;
    height: 24px;
    border: 1px solid #999;
}

.worker-mode.mode-1 {
    background-color: #e0ffbd;
}

.worker-mode.mode-2 {
    background-color: #ebf6fe;
}

.worker-mode.mode-3 {
    background-color: #e0ffbd;
}

.worker-mode.mode-3::after {
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    background-color: #ebf6fe;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}

td .cl {
    background-color: #ac3939;
}


.userName {
    color: #007AD8;
    font-size: 18px;
}

#update-rw img {
    height: 50px;
}

#monthSwitch {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
}

#monthSwitch a img {
    height: 50px;
}

#monthSwitch span {
    display: inline-block;
    font-weight: 700;
    font-size: 21px;
    font-variant-caps: all-petite-caps;
    min-width: 14px;
    text-align: center;
}

#usermenu {
    background-color: transparent;
    right: 0;
    height: 100px;
    width: 100px;
    background-image: url('/img/ico-user-na-07.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;
}

#usermenu:hover {
    background-color: #007AD8;
    background-image: url('/img/ico-user-a-08.svg');
    cursor: pointer;
}

#update-rw {
    display: block;
    background-color: transparent;
    height: 75px;
    width: 75px;
    background-image: url('/img/ico-work-06.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;
    margin-right: 20px;
    float: right;
}

    #update-rw:hover {
        background-color: #007AD8;
        cursor: pointer;
        background-image: url('/img/ico-work-a.svg');
    }



#holidaycounter {
    width: 800px;
    border: 1px solid #f0f0f0;
    border-collapse: separate;
    background-image: none;
    background-color: white;
    font-size: 15px;
    table-layout: fixed;
    margin:70px;
}

    #holidaycounter thead {
        font-weight: 700;
        background-color: lightgrey;
    }


#holidaystats thead {
    font-weight: 700;
    
}

.asterix {
    color: red;
    margin-right: 4px;
}

#holidayme tlo {
    background-color: lightgrey;
}

#search {
    width: 100px;
}
#search img {
    height: 20px;
}

#tlo {
    background-color:lightgrey;
}

#holidayme {
    background-color: lightgrey;
}

#kr {
    font-weight: bold;
    font-size: 25px;
    font-weight: 700;
}

td.porter {
    background-color: #e0ffbd;
}
#maincalendar tr td:first-child.manager a {
    color: darkblue;
    font-weight: bold;
}

#holidaystats td {
    vertical-align: middle;
}

.chWorkPop  {
    display: flex;
}

.chWorkPop div {
    width: 30px;
    height: 30px;
    margin-right: 6px;
    cursor: pointer;
}

.chWorkPop div.item-desk {
    background-color: #e0ffbd;
    background-image: url("/img/desk.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
}

.chWorkPop div.item-remote {
    background-color: #ebf6fe;
    background-image: url("/img/ico-pz-01.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
}

.chWorkPop div.item-del {
    background-color: #3d85c6;
    background-image: url("/img/car.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
}



    .chWorkPop div.item-remdel {
        background-color: #ffffff;
        background-image: url("/img/car.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px 16px;
    }

    .chWorkPop div.item-absence {
        background-color: #577770;
        background-image: url("/img/ico-pz-02.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px 16px;
    }


.delete-req img,
.delete-ticket-req img,
.disable-req img,
.delete-multisport-req img,
.delete-attachment img,
.comment-req img {
    width: 20px;
}

.js-statement {
    vertical-align: middle;
}

.workertable td {
    padding: 0 0 0 10px;
    vertical-align: middle;
}

.crediuttable td {
    padding: 10px;
    vertical-align: middle;
}

.crediuttable td.desc-col {
    width: 250px;
    background-color: #f0f0f0;
}

.workertable td#photo {
    width: 304px;
    padding: 2px;
    border: 1px solid #a0a0a0;
}

.workertable td.desc-col {
    width: 200px;
    background-color: #f0f0f0;
}

.workertable #photo img {
    width: 300px;
    height: 400px;
}

.worker-name--cell {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.worker-icon {
    width: 16px;
}

#filtersHR #name {
    width: 240px;
}
#filtersHR #type {
    width: 200px;
}
#filtersHR input[type='date'] {
    width: 140px;
}
.htype10 {
    background-color: #e0e0e7;
}

#occasional-description {
    background-color: #f0f0f0;
    border: 1px solid #aaaaaa;
    padding: 6px;
    margin-bottom: 2rem;

}

.calendaricon {
    background-image: url("/img/calendar.png");
    float: right;
}


.grid-item {
    background-color: blue;
    font-weight: 800;
    font-size: 36px;
    padding: 20px;
}

.workermonth {

    background-color:paleturquoise;
}




.grid-wrapper {
    display: grid;
    background-color: paleturquoise;
    grid-template-columns: repeat(12, auto);
    grid-template-rows: repeat(1, auto);
    gap: 5px;
}

.table-striped tbody tr.notEq {
    background-color: #e0ffbd;
}

.table-striped tbody tr.toRemove {
    background-color: #d49898;
}

table tr.itemDeleted {
    text-decoration: line-through;
}

.allWorkers .division > a {
    width: 100%;
    text-align: left;
}

.allWorkers .department {
    padding-left: 30px;
}

.allWorkers .department > a {
    width: 100%;
    text-align: left;
}


.allWorkers .useritem {
    padding: 5px 50px;
}

.card-header--month {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: baseline;
}

.tool__button {
    background-color: #e0e0e0;
    border: 1px solid #aaa;
    display: inline-block;
    padding: 2px 8px;
}
.tool__button img {
    width: 30px;
}

.daysTable {
    max-height: 75vh;
    overflow: auto;
}

.settings-row {
    align-items: baseline;
}

.form-value {
    display: flex;
    align-items: baseline;
    gap: 20px;
    margin-bottom: 1rem;
}


.form-value input {
    width: auto;

}

tr.workmode-row {
    background-color: #ebf6fe;
}



.workerlist__filters {
    display: flex;
}


.block-declarations {
    margin-top: 60px;
}

.decl-warning {
    background-color: lightpink
}

.buttons-row {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.attachment-item {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}


.salesGrid {
    font-size: 14px;
}

.salesGrid .sort i{
    line-height: 18px;
}

    .salesGrid .row-success {
        background-color: #ccffcc;
    }


    .salesGrid .row-failed {
        background-color: #cccccc;
    }

    .salesGrid .actions {
        display: flex;
        gap: 20px;
    }

.sales-summary {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
 }

.sales-summary td {
    padding: 0.25rem;
    background-color: aliceblue;
}

.sales-total {
    padding: 0.85rem;
    color: white;
    background-color: dodgerblue;
    font-size: 16px;
}

.sales-totalCY {
    padding: 0.85rem;
    color: white;
    background-color: green;
    font-size: 20px;
    margin-bottom: 1rem;
   
}



.sales-total span {
    font-weight: bold;
}

    .tile {
        display: flex;
        border-radius: 10px;
        flex-direction: column;
        justify-content: space-between;
        background-color: dodgerblue;
        color: white;
        width: 250px;
        height: auto;
        padding: 16px;
    }

    .tile.tile-main {
        background-color: green;
    }


.tile .title {
    font-size: 16px;
}

    .tile .tile__values {
        text-align: end;
        font-size: 14px;
    }

.tile .main--value {
    font-size: 20px; 
    font-weight: 600;
}


.value-summary {
    border: 1px solid #777;
    padding: 2px;
}

.perunit_price
{
     color:brown
}

.page-actions {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.date__month-year {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
}

.user-toolbar {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.js-partTime i {
    display: none;
}

.js-partTime:hover  i {
    display: inline;
}
.wp-table {
    width: auto;
}

.wp-table th {
    margin-top: 12px;
    background-color: #f0f0f0;
    width: 140px;
}