/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8.8.2019, 6:30:32
    Author     : mgabrhel
*/
.day-detail-table {
  width: 100%; }

.day-detail-weekend {
  background-color: lavenderblush; }

.day-detail-table-header-hours {
  text-align: center;
  font-size: 10px;
  background-color: antiquewhite; }

.day-detail-table-work-icon {
  text-align: center;
  width: 25px;
  border: 1px solid lightgrey; }

.day-detail-table-unit-name {
  border: 1px solid lightgrey;
  padding-left: 5px;
  font-size: 10px;
  width: 100px; }

.day-deatil-header {
  margin-bottom: 30px; }

.day-detail-table-day {
  width: 40px;
  border: 1px solid lightgrey;
  text-align: center;
  font-size: 10px; }

.day-detail-table-sumary {
  border: 1px solid lightgrey;
  width: 100px;
  line-height: 0px; }

.day-detail-grayscale {
  -webkit-filter: grayscale(1); }

.works-min-heigth {
  min-height: 25px; }

.works-max-hide {
  max-height: 25px; }

.works-min-heigth-header {
  min-height: 25px; }

.works-max-hide-header {
  max-height: 25px; }

.works-school-min-heigth {
  min-height: 37px; }

.works-school-max-hide {
  max-height: 37px; }

.works-school-min-heigth-header {
  min-height: 37px; }

.works-school-max-hide-header {
  max-height: 37px; }

.btn-empty, .btn-empty.active, .btn-empty:hover, .btn-empty:active, .btn-empty:focus {
  background: #ffffff;
  color: #000000; }

.pie {
  border-radius: 100%;
  height: calc(var(--size, 200) * 1px);
  overflow: hidden;
  position: relative;
  width: calc(var(--size, 200) * 1px); }

.pie__segment {
  --a: calc(var(--over50, 0) * -100%);
  --b: calc((1 + var(--over50, 0)) * 100%);
  --degrees: calc((var(--offset, 0) / 100) * 360);
  -webkit-clip-path: polygon(var(--a) var(--a), var(--b) var(--a), var(--b) var(--b), var(--a) var(--b));
  clip-path: polygon(var(--a) var(--a), var(--b) var(--a), var(--b) var(--b), var(--a) var(--b));
  height: 100%;
  position: absolute;
  -webkit-transform: translate(0, -50%) rotate(90deg) rotate(calc(var(--degrees) * 1deg));
  transform: translate(0, -50%) rotate(90deg) rotate(calc(var(--degrees) * 1deg));
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 100%;
  z-index: calc(1 + var(--over50)); }

.pie__segment:after,
.pie__segment:before {
  background: var(--bg, #c7c7c7);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%; }

.pie__segment:before {
  --degrees: calc((var(--value, 45) / 100) * 360);
  -webkit-transform: translate(0, 100%) rotate(calc(var(--degrees) * 1deg));
  transform: translate(0, 100%) rotate(calc(var(--degrees) * 1deg));
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%; }

.pie__segment:after {
  opacity: var(--over50, 0); }

/*# sourceMappingURL=style-work.css.map */
