﻿body {
  height: auto;
}

.full-page {
  display: flex;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

  .full-page .left-menu {
    width: 210px;
    flex: 0 0 auto;
    vertical-align: top;
  }

  .full-page .right-content {
    flex: 1 1 auto;
    vertical-align: top;
    padding: 30px;
    max-width: 100%;
    overflow-x: hidden;
    padding-bottom: 60px;
  }

    .full-page .right-content.fixed {
      flex: 1 1 auto;
      vertical-align: top;
      padding: 30px 0;
    }

.field .table-holder {
  max-width: 100%;
  overflow-x: auto;
}

.footer {
  margin-top: 4em;
}

.ui.container.fixed {
  margin-left: 15px !important;
  margin-right: 15px !important;
  width: auto;
}

.title.fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-bottom: 1px solid silver;
  margin-right: -15px;
  margin-left: -15px;
  background-color: white;
}

  .title.fixed h1 {
    font-size: 1.5em;
  }

.form .buttonPanel.fixed {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: #F9FAFB;
  border-top: 1px solid #BBBBBB;
  line-height: 60px;
  margin-right: -15px;
  margin-left: -15px;
  text-align: right;
  padding-right: 10px;
}

.checkboxTable input {
  margin-right: 10px;
  margin-top: 3px;
  top: auto !important;
}

.checkboxTable tr {
}

.checkboxTable td {
  vertical-align: middle;
  padding: 2px;
}

.text-muted
{
  color: rgba(0,0,0,.4);
}

.radio-desc
{
  padding-left: 26px;
  line-height: 20px;
}

/*@media only screen and (min-width:1400px) {
  .ui.container {
    width: 1117px;
  }
}

@media only screen and (min-width:1200px) {
  .ui.container {
    width: 917px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .ui.container {
    width: 723px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .ui.container {
    width: 513px;
  }
}*/



/*.rotated-col {
height: 200px;
}

.rotated {
writing-mode: vertical-rl;
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(180deg);
transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}*/

th.rotated-col {
  /* Something you can count on */
  height: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

  th.rotated-col > div {
    transform: rotate(-90deg);
    width: 30px;
  }

    th.rotated-col > div > div {
      padding: 5px 10px;
      max-height: 200px;
      width: 290px;
      overflow: hidden;
      text-overflow: ellipsis;
    }

.nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.max-400 {
  max-width: 400px;
}

.max-300 {
  max-width: 300px;
}

.max-200 {
  max-width: 200px;
}

.max-100 {
  max-width: 100px;
}

.ui.vertical.menu .item {
  font-weight: bold;
}

  .ui.vertical.menu .item > .header:not(.ui) {
    margin: 0px;
    padding: 0px;
  }

.colorpicker .item {
  color: white !important;
}

/*  CALENDAR  */
.calendar {
}

  .calendar .DayNumber {
    font-size: 1.2em;
    margin-bottom: 3px;
  }

  .calendar .DayContent {
    height: 105px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0.7em;
  }

  .calendar .label {
    padding: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: -2px !important;
  }

  .calendar .DayStyle {
    vertical-align: top;
    padding: 0px !important;
  }

  .calendar .DayHeaderStyle {
    border-top: 1px solid lightgray;
    text-transform: capitalize;
    padding: 5px;
  }

  .calendar .SelectedDayStyle {
    vertical-align: top;
    border: 2px solid black !important;
    padding: 0px !important;
  }

  .calendar .WeekendDayStyle {
    vertical-align: top;
    background-color: #f9fafb;
    padding: 0px !important;
    color: lightgray;
  }

  .calendar .OtherMonthDayStyle {
    vertical-align: top;
    padding: 0px !important;
    color: lightgray;
  }

  .calendar .TodayDayStyle {
    vertical-align: top;
    background-color: #EDF7FF;
    padding: 0px !important;
  }

  .calendar .TitleStyle td {
    text-transform: capitalize;
    vertical-align: middle;
    text-align: center;
    border-left: 0px !important;
    font-size: 1.2em;
    font-weight: bold;
  }

  .calendar .NextPrevStyle:first-of-type {
    font-size: 1em;
  }

  .calendar .NextPrevStyle:last-of-type {
    font-size: 1em;
  }

/* STATUSy  */

.MANDATORY_IS_MISSING {
  /*border-left: 5px solid red !important;
border-collapse: separate !important;*/
  background-color: red;
  width: 5px !important;
  padding: 0px !important;
}

.status.MANDATORY_IS_MISSING {
  display: inline-block;
  height: 42px;
}

/* SEMANTIC Tweeks */


.form .formLabel {
  display: block;
  margin: 0 0 .28571429rem;
  color: rgba(0,0,0,.87);
  font-size: .92857143em;
  font-weight: 700;
  text-transform: none;
}

.small.text {
  color: gray;
  font-size: 0.8em;
}

.doporucene .icon.square.outline {
  overflow: hidden;
  /*background-color: red;*/
  background: url('../Images/square_outline_dotted.png') center no-repeat;
  margin-top: -6px;
}

.doporucene-11 .icon.square.outline {
  overflow: hidden;
  /*background-color: red;*/
  background: url('../Images/square_outline_dotted_11.png') bottom no-repeat;
}

.doporucene.disabled .icon.square.outline {
  background: url('../Images/square_outline_dotted_disabled.png') center no-repeat;
}

.doporucene .icon.square.outline::before, .doporucene-11 .icon.square.outline::before {
  content: "";
}

.nepovinne .icon.square.outline {
  /*background-color: red;*/
  color: #EAEAEA !important;
}

  .nepovinne .icon.square.outline::before {
    content: "\f0c8";
  }

.ui.inverted.yellow.menu,
.ui.inverted.yellow.menu .header,
.ui.inverted.yellow.menu .subheader,
.ui.inverted.yellow.menu .item,
.ui.inverted.yellow.menu .item:hover,
.ui.inverted.yellow.menu .active.item:hover {
  color: #414143 !important;
}


.ui.modal .loader {
  position: absolute;
  margin: auto;
  background: url('../images/loding.svg') no-repeat center;
}

.ui.massive.statistic {
  width: 100%;
}

  .ui.massive.statistic > .value {
    font-size: 6rem !important;
  }

  .ui.massive.statistic > .label {
    font-size: 1.1em;
    height: 6em;
    text-transform: none;
    color: lightgray;
  }

.ui.table.attendance thead th {
  vertical-align: bottom;
  text-wrap: none;
}

div.ui.label, a.ui.label {
  margin-bottom: 6px;
}

.ui.action.input .ui.dropdown:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ui.action.input .ui.dropdown:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ui.action.input .ui.dropdown.wide
{
  min-width: 500px;
}

.checkallgreen {
  background: url('../images/checkallgreen_16.png') no-repeat center;
  width: 16px !important;
  height: 16px !important;
}

.checkallyellow {
  background: url('../images/checkallyellow_16.png') no-repeat center;
  width: 16px !important;
  height: 16px !important;
}

.checkallblue {
  background: url('../images/checkallblue_16.png') no-repeat center;
  width: 16px !important;
  height: 16px !important;
}

.uncheckall {
  background: url('../images/uncheckall_16.png') no-repeat center;
  width: 16px !important;
  height: 16px !important;
}

.invert {
  background: url('../images/invert_16.png') no-repeat center;
  width: 16px !important;
  height: 16px !important;
}

.link {
  cursor: pointer;
}

.fa-solid.orange, .fa-regular.orange
{
  color: orange !important;
}

.fa-solid.lightgrey, .fa-regular.lightgrey
{
  color: #dedede !important;
}