﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/*GLOBALNE SPREMENLIVKE*/
:root {
  --global-left-padding: 22px;
  --global-imput-height: 35px;
  --global-box-shadow: 1px 1px #D9D9D9;
  /*saop-typography-variables*/
  --global-font-size: 14px;
  --global-line-height: 19px;
  --global-font-weight: 500;
  --global-font-family-var: 'Open sans';
}
body {
  /* Margin bottom by footer height */
  /*    margin-bottom: 60px;*/
  background: #fff !important;
  /* The font-family property can hold several font names as a "fallback" system. If the browser does not support the first font, it tries the next font. This is websites DEFAULT font.*/
  font-family: var(--global-font-family-var), 'Times New Roman', 'Arial, Helvetica, sans-serif';
  font-size: var(--global-font-size);
  line-height: var(--global-line-height);
  font-weight: var(--global-font-weight);
}
body.wait,
body.wait * {
  cursor: wait !important;
}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
/* Provide sufficient contrast against white background */
/*a {
    color: #0366d6;
}*/
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #0072BC;
  border-color: #0072BC;
}
.nav-link-disabled {
  color: #A4A6A7 !important;
  cursor: default;
}
input:focus::placeholder {
  color: #66000000;
}
.left {
  float: left;
}
.right {
  float: right;
}
.padding-0 {
  padding: 0px;
}
html {
  position: relative;
  min-height: 100%;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFFFFF;
  border-color: #0072BC;
  background-color: #0072BC;
}
/*radion control*/
.radio {
  padding-left: 4px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio-custom-color input[type="radio"] + label::after {
  background-color: #0072BC;
}
.radio-custom-color input[type="radio"]:checked + label::before {
  border-color: #0072BC;
}
.radio-custom-color input[type="radio"]:checked + label::after {
  background-color: #0072BC;
}
.saop-form-footer {
  line-height: 75px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  background: #FCFCFC 0% 0% no-repeat padding-box;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.saop-text-link {
  white-space: nowrap;
  cursor: pointer;
}
.saop-text-link-blue {
  color: #0072BC;
}
.saop-text-link-blue-underline {
  color: #0072BC !important;
  text-decoration: underline !important;
}
.saop-text-link-blue:hover {
  color: #0072BC;
}
.saop-text-link-disabled {
  color: #A4A6A7;
  cursor: auto;
}
.saop-text-link-disabled:hover {
  color: #A4A6A7;
  cursor: auto;
}
.tooltip.show {
  opacity: 1;
}
.tooltip-inner {
  max-width: 400px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #757575;
  border-radius: 0.25rem;
}
.appVersion:hover .appVersion-revision {
  color: #6c757d;
}
.appVersion-revision {
  margin-left: -4px;
  color: #FFFFFF;
}
/*saop-components*/
.saop-calendar-main {
  height: 100%;
}
.saop-calendar {
  z-index: 1;
  position: relative;
  overflow: auto;
  /*    height: 65vh;*/
}
.saop-calendar table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #E6E6E6;
}
.saop-calendar tbody {
  overflow-y: auto;
  /* Trigger vertical scroll    */
  overflow-x: hidden;
  /* Hide the horizontal scroll */
}
.saop-calendar th {
  position: sticky;
  top: 0;
  width: 53px;
  text-align: center;
  border: 1px solid #E6E6E6 !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  color: #121212;
}
.saop-calendar td {
  border: 1px solid #E6E6E6 !important;
  text-align: center;
  color: #121212;
}
.saop-calendar tr {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
  padding: 3px 7px 2px 8px;
  height: 32px;
}
.saop-calendar .header {
  font: normal normal normal 12px/17px Open Sans;
  letter-spacing: 0px;
  color: #A4A6A7;
  opacity: 1;
}
.saop-calendar .daygrid-event {
  z-index: 1;
  margin-top: 1px;
  top: 50%;
  height: 8px;
  position: relative;
  border-radius: 25px;
}
.saop-calendar .daygrid-event:hover {
  cursor: pointer;
}
.saop-calendar .daygrid-dayoff {
  background-color: #F2FAFF;
}
.saop-calendar table#saop-calendar-table {
  border-left: none !important;
}
.saop-calendar table#saop-calendar-table td:first-child,
.saop-calendar table#saop-calendar-table th:first-child {
  border-left: none !important;
  border-right: none !important;
}
.saop-calendar table#saop-calendar-table td:nth-child(2),
.saop-calendar table#saop-calendar-table th:nth-child(2) {
  border-left: none !important;
}
.saop-calendar table#saop-calendar-table td:first-child::after,
.saop-calendar table#saop-calendar-table th:first-child::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  width: 1px;
  z-index: 1000;
  background-color: #E6E6E6;
}
.saop-calendar-tooltip {
  background-color: #FCFCFC;
  border: 1px solid #E6E6E6;
  border-bottom: none;
}
.popover-body {
  background-color: #757575 !important;
  color: #FFFFFF !important;
}
.popover-body .row-link {
  padding-top: 20px;
  padding-bottom: 5px;
}
.popover-body .popoverLink {
  color: #FFFFFF !important;
}
.popover-body .popoverLink:hover {
  text-decoration: underline;
}
.categoryLink:hover {
  color: #0072BC;
  cursor: pointer;
}
.accordion .card-header:after {
  font-family: 'FontAwesome';
  content: "";
  border-bottom: 0;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
  float: right;
}
.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
}
.saop-panel-body {
  border-bottom: 1px solid #DEE2E6;
}
.panel-heading {
  padding: 0;
  border: 0;
}
/**/
.panel-title {
  position: relative;
  height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.panel-title::after {
  font-family: 'FontAwesome';
  content: "";
  border-bottom: 0;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
  float: right;
}
.panel-title[aria-expanded="true"]::after {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
}
/**/
.panel-title > a,
.panel-title > a:active {
  display: block;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-decoration: none;
}
.panel-heading a:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  transition: all 0.5s;
}
.panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.saop-panelMin {
  border: 1px solid #D9D9D9;
}
.saop-panelMin-header-title > a {
  display: block;
  position: relative;
}
.saop-panelMin-header-title > a:hover {
  cursor: pointer;
}
.saop-panelMin-header-title i.saop-img-right {
  display: none;
}
.saop-panelMin-header-title > a[aria-expanded="true"] i.saop-img-down {
  display: none;
}
.saop-panelMin-header-title > a[aria-expanded="true"] i.saop-img-right {
  display: inline;
}
div.saop-panelMin-header::after {
  display: none !important;
}
.saop-panelMin-body-container {
  border-top: 1px solid #D9D9D9;
}
/*saop-buttons**********************************************************************************************************************************************************************************************************/
/*primary*/
.saop-button-primary {
  background: #0072BC 0% 0% no-repeat padding-box;
  opacity: 1;
  height: 35px;
  text-align: center;
  font: normal normal 600 14px/19px var(--global-font-family-var);
  letter-spacing: 0px;
  color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 230px;
}
.saop-button-primary:not([disabled]) {
  box-shadow: 0px 1px 3px #00000026 !important;
}
.saop-button-primary:disabled {
  border: 1px solid #00000026 !important;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  color: #A4A6A7;
}
.saop-button-primary:hover:not([disabled]),
.saop-button-primary:focus {
  color: #FFFFFF;
  background-color: #005E96;
}
/*secondary*/
.saop-button-secondary {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-color: #00000026;
  height: 35px;
  text-align: left;
  font: normal normal 600 14px/19px var(--global-font-family-var);
  letter-spacing: 0px;
  color: #121212;
  opacity: 1;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 230px;
}
.saop-button-secondary:not([disabled]) {
  box-shadow: 0px 1px 3px #00000026;
}
.saop-button-secondary:disabled {
  border: 1px solid #00000026 !important;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  color: #A4A6A7;
}
.saop-button-secondary:hover:not([disabled]),
.saop-button-secondary:focus {
  background-color: #F5F5F5;
}
.saop-button-color-red {
  background-color: #D82C25;
  color: #FFFFFF;
}
.saop-button-color-red:hover:not([disabled]),
.saop-button-color-red:focus {
  background-color: #C53030;
  color: #FFFFFF;
}
/*transparent*/
.saop-button-transparent {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-color: #00000026;
  height: 35px;
  text-align: left;
  font: normal normal 600 14px/19px var(--global-font-family-var);
  letter-spacing: 0px;
  color: #121212;
  opacity: 1;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
}
.saop-button-transparent:hover:not([disabled]),
.saop-button-transparent:focus {
  background-color: #F5F5F5;
}
/*button without text with icon*/
.saop-button-icon {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-color: #00000026;
  box-shadow: 0px 1px 3px #00000026;
  text-align: left;
  font: normal normal 600 14px/19px var(--global-font-family-var);
  letter-spacing: 0px;
  color: #121212;
  opacity: 1;
  border: none;
  padding: 0;
}
.saop-button-icon:hover:not([disabled]),
.saop-button-icon:focus {
  background-color: #F5F5F5;
}
.saop-button-icon-solid {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-color: #00000026;
  box-shadow: 0px 1px 3px #00000026;
  text-align: left;
  font: normal normal 600 14px/19px var(--global-font-family-var);
  letter-spacing: 0px;
  opacity: 1;
  border: none;
  padding: 0;
}
.saop-button-inside-table-row {
  height: 25px;
  padding-top: 4px;
}
.saop-button-primary-inside-table-row {
  padding-top: 2px;
}
/*button without text with icon*/
.saop-button-href {
  color: #0072BC;
  border: none;
  box-shadow: none;
  outline: none;
  opacity: 1;
  text-align: left;
  font: normal normal 600 14px/19px var(--global-font-family-var);
  letter-spacing: 0px;
  color: #121212;
  padding: 0;
}
/************************************************************************************************************************************************************************************************************************/
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}
button[hidden] {
  display: none !important;
}
.card {
  box-shadow: 0px 3px 6px #0000001A;
}
.card-header {
  padding-top: 14.5px;
  padding-left: 19px;
  padding-right: 11px;
}
.card-deck {
  box-sizing: border-box;
}
.card-footer {
  height: 18px;
  padding: 0px;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #0072BC;
}
.custom-switch .custom-control-label::after {
  background-color: #0072BC;
}
.custom-switch.custom-base-switch .custom-control-label::after {
  background-color: #A4A6A7;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #FFFFFF;
}
.switch-label-on {
  color: #0072BC;
}
.switch-label-on:hover {
  color: #0072BC;
  cursor: pointer;
}
.switch-label-off {
  color: #757575;
}
.switch-label-off:hover {
  color: #0072BC;
  cursor: pointer;
}
.custom-file {
  min-height: 100px;
}
.custom-file > .custom-file-label {
  min-height: 100px;
  border-color: #D9D9D9;
  border-radius: 3px;
  border-style: dashed;
  text-align: center;
  /*semi-bold*/
  font-weight: 600;
  /*semi-bold*/
  font-size: 14px;
  line-height: 19px;
}
.custom-file > .custom-file-label::after {
  display: none;
}
.custom-file > .custom-file-input {
  min-height: 100px;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 30px;
}
.custom-file > .custom-file-format {
  color: #A4A6A7;
  /*regular*/
  font-weight: 400;
  /*regular*/
  font-size: 14px;
  line-height: 19px;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.custom-file > .custom-file-size {
  color: #A4A6A7;
  /*regular*/
  font-weight: 400;
  /*regular*/
  font-size: 14px;
  line-height: 19px;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.custom-file > .custom-file-list {
  color: #0072BC;
  /*semi-bold*/
  font-weight: 600;
  /*semi-bold*/
  font-size: 14px;
  line-height: 19px;
}
.custom-file > .custom-file-list > div {
  padding-top: 0.25rem !important;
}
/* bootstrap override */
.form-control:disabled,
.form-control[readonly] {
  background-color: white !important;
  color: #757575 !important;
  opacity: 1;
}
.saop-txt-primary {
  color: #0072BC !important;
}
.saop-txt-primary-hover:hover {
  color: #0072BC;
}
.saop-txt-red {
  color: #D82C25;
}
.saop-txt-red-hover:hover {
  color: #D82C25;
}
.saop-txt-disabled {
  color: #C7C7C7;
}
.saop-txt-disabled-dark {
  color: #757575;
}
.saop-txt-gray {
  color: #E6E6E6;
}
.saop-floating-label {
  text-align: left;
  color: #757575;
}
.saop-floating-label-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 230px;
}
.saop-floating-label-disabled {
  left: 0px !important;
  padding-left: 0px !important;
}
.saop-form-label {
  text-align: left;
  color: #757575;
  height: 17px;
}
.saop-control {
  height: 35px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D9D9D9;
  opacity: 1;
  font-size: 14px;
}
.saop-control-listBox {
  width: 260px;
}
.saop-control-listBox-wider {
  width: 290px;
}
.saop-control-textarea {
  width: 260px;
}
.saop-input-disabled {
  padding-left: 0px !important;
}
.saop-input-disabled:disabled,
.saop-input-disabled[readonly] {
  color: #121212 !important;
}
.saop-error-input {
  border-color: #D82C25 !important;
}
.saop-error-input > .saop-control {
  border-color: #D82C25 !important;
}
.saop-error-input > .saop-floating-label {
  color: #D82C25 !important;
}
.saop-error-input-text {
  color: #D82C25 !important;
}
.saop-multiselect-item-sticky {
  position: sticky;
  top: 0px;
  background-color: #FFFFFF;
  z-index: 100;
}
.selectize-control .selectize-input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selectize-control.single .selectize-input:after {
  content: none !important;
}
.selectize-dropdown-content div[data-selectable] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modalFilter {
  display: none;
  height: auto;
  background: #FFF;
  border: solid 1px #ccc;
  padding: 8px;
  position: absolute;
  z-index: 1001;
}
.modalFilter .modal-content {
  max-height: 250px;
  overflow-y: auto;
}
.modalFilter .modal-footer {
  background: #FFF;
  height: 35px;
  justify-content: flex-start;
  padding: 0px;
}
.modalFilter .btn {
  padding: 0 1em;
  height: 28px;
  line-height: 28px;
  text-transform: none;
}
table.dataTable thead .sorting_asc {
  /*background: none;*/
}
table.dataTable thead .sorting_desc {
  /*background: none;*/
}
table.dataTable thead .sorting {
  /*background: none;*/
}
.sorting span.arrow-column {
  margin-left: 5px;
}
/*span.sort {
    background: url("http://cdn.datatables.net/1.10.0/images/sort_both.png") no-repeat center right;
}*/
body {
  /*    padding: 75px*/
}
.form-group.floating {
  margin-bottom: 0px;
  height: 50px;
}
.form-group.floating > label {
  bottom: 29px;
  left: 8px;
  position: relative;
  background-color: #FFFFFF;
  padding: 0px 5px 0px 5px;
  font-size: 14px;
  transition: 0.1s;
  pointer-events: none;
  font-weight: 500 !important;
  transform-origin: bottom left;
  color: #757575;
}
.form-control.floating {
  height: 35px !important;
  width: 259px !important;
}
.form-control.floating:focus ~ label {
  transform: translate(1px, -85%) scale(0.8);
  opacity: 0.8;
  color: #0072BC;
}
.form-control.floating:valid ~ label {
  transform-origin: bottom left;
  transform: translate(1px, -85%) scale(0.8);
  opacity: 0.8;
}
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  margin-top: 6px;
}
/*test*/
.instruction {
  font-size: 13px;
  font-weight: 600;
  color: #A2B72F;
}
.required {
  font-size: 13px;
  color: #D82C25;
}
.error {
  font-size: 11px;
  font-weight: 600;
  color: #D82C25;
  letter-spacing: 1px;
  background-color: #66000000;
}
.has-float-label {
  display: block;
  position: relative;
  width: 260px;
}
.saop-float-label-fullwidth {
  width: 100%;
}
.saop-control-autowidth .has-float-label {
  width: auto;
}
.has-float-label .saop-control:not([readonly="readonly"]):focus {
  border-color: #0072BC;
}
.has-float-label .saop-control[readonly="readonly"]:focus {
  border-color: #D9D9D9;
}
.has-float-label label,
.has-float-label > span {
  position: absolute;
  cursor: text;
  font-size: 12px;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: -0.5em;
  left: 0.75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 2px;
  background-color: #FFFFFF;
}
.has-float-label label::after,
.has-float-label > span::after {
  content: " ";
  display: block;
  position: absolute;
  background-color: #FFFFFF;
  height: 2px;
  top: 50%;
  left: -0.2em;
  right: -0.2em;
  z-index: -1;
}
.has-float-label .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.has-float-label .form-control::-moz-placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.has-float-label .form-control:-ms-input-placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.has-float-label .form-control::placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  color: #757575;
  opacity: 1;
  top: 0.3em;
}
.input-group .has-float-label {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  margin-top: 6px;
}
.saop-dropdown select[data-chosen='?'] ~ label {
  font-size: 100%;
  color: #757575;
  opacity: 1;
  top: 0.7em;
}
.table-condensed {
  width: 100%;
}
.bootstrap-datetimepicker-widget {
  width: 200px;
}
.spinner-background {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  opacity: 0.5;
  z-index: 9998;
}
.spinner {
  font-size: 70px;
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
}
.spinner-center {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
}
.spinner-center-dashboardSidebarr {
  position: absolute;
  left: 0;
  right: 0;
  top: 155px;
  margin: auto;
  z-index: 9999;
}
.spinner .spinner-blade {
  position: absolute;
  left: 0.4629em;
  bottom: 0;
  width: 0.074em;
  height: 0.2777em;
  border-radius: 0.0555em;
  background-color: transparent;
  -webkit-transform-origin: center -0.2222em;
  -ms-transform-origin: center -0.2222em;
  transform-origin: center -0.2222em;
  -webkit-animation: spinner-fade 1s infinite linear;
  animation: spinner-fade 1s infinite linear;
}
.spinner .spinner-blade:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.spinner .spinner-blade:nth-child(2) {
  -webkit-animation-delay: 0.083s;
  animation-delay: 0.083s;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.spinner .spinner-blade:nth-child(3) {
  -webkit-animation-delay: 0.166s;
  animation-delay: 0.166s;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.spinner .spinner-blade:nth-child(4) {
  -webkit-animation-delay: 0.249s;
  animation-delay: 0.249s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.spinner .spinner-blade:nth-child(5) {
  -webkit-animation-delay: 0.332s;
  animation-delay: 0.332s;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.spinner .spinner-blade:nth-child(6) {
  -webkit-animation-delay: 0.415s;
  animation-delay: 0.415s;
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.spinner .spinner-blade:nth-child(7) {
  -webkit-animation-delay: 0.498s;
  animation-delay: 0.498s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.spinner .spinner-blade:nth-child(8) {
  -webkit-animation-delay: 0.581s;
  animation-delay: 0.581s;
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.spinner .spinner-blade:nth-child(9) {
  -webkit-animation-delay: 0.664s;
  animation-delay: 0.664s;
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.spinner .spinner-blade:nth-child(10) {
  -webkit-animation-delay: 0.747s;
  animation-delay: 0.747s;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.spinner .spinner-blade:nth-child(11) {
  -webkit-animation-delay: 0.83s;
  animation-delay: 0.83s;
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.spinner .spinner-blade:nth-child(12) {
  -webkit-animation-delay: 0.913s;
  animation-delay: 0.913s;
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
@-webkit-keyframes spinner-fade {
  0% {
    background-color: #7D7E82;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes spinner-fade {
  0% {
    background-color: #7D7E82;
  }
  100% {
    background-color: transparent;
  }
}
.message-banner {
  border: 1px solid #D82C25;
  border-radius: 4px;
  margin-top: 20px;
  display: flex;
}
.message-banner ul {
  padding-top: 15px;
}
.message-banner-hide {
  display: none !important;
}
.message-banner-error {
  background: #D82C25 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}
.message-banner-page {
  margin: 20px;
}
.message-banner-icon {
  margin: auto;
  margin-right: 15px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.saop-modal-fullscreen-form {
  overflow: hidden !important;
  padding-left: 0px !important;
}
.saop-modal-fullscreen-form .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
  max-height: none;
  background-color: white;
  overflow: hidden;
}
.saop-modal-fullscreen-form .modal-content {
  height: auto;
}
.saop-modal-fullscreen-form .modal-content .saop-modal-body-element {
  height: auto;
  padding-bottom: 70px;
}
.saop-modal-fullscreen-form .modal-fullscreen .saop-modal-body-element {
  min-height: calc(100vh - 94px);
}
.saop-modal-fullscreen-form .modal-footer-buttons {
  width: 100%;
  position: fixed;
  background-color: #FCFCFC;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  flex-direction: row;
  bottom: 0px;
  z-index: 3;
}
.saop-modal-fullscreen-form .modal-footer-buttons .saop-modal-footer {
  padding-top: 0px;
}
.saop-modal-fullscreen-form .modal-footer-buttons > :not(:first-child) {
  margin-left: 5px;
}
.saop-modal-fullscreen-form .modal-footer-buttons > :not(:last-child) {
  margin-right: 5px;
}
.saop-modal-fullscreen-form .modal-fullscreen-col {
  max-width: 293px;
  min-width: 293px;
}
.saop-modal-fullscreen-form .fullscreen-container {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  bottom: 68px;
  right: 323px;
  left: 0px;
}
@media (max-width: 1140px) {
  .saop-modal-fullscreen-form .fullscreen-container-mobile {
    right: 0px !important;
  }
}
.saop-modal-fullscreen-form .formSidebarr {
  top: 0px;
  bottom: 68px;
}
.saop-modal-center-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.saop-modal-content {
  padding: 20px;
  width: auto;
}
.saop-modal-content-autoWidth {
  width: 100%;
}
.saop-modal-header {
  padding: 20px 20px 30px 20px;
}
.saop-modal-body {
  padding: 0px 20px 30px 20px;
}
.saop-modal-footer {
  padding: 20px 0px 0px 0px;
}
.saop-modal-row {
  padding-top: 30px;
}
.saop-modal-row-height {
  height: 65px;
}
.saop-modal-group-header {
  padding-top: 30px;
}
.modal-footer > :not(:first-child) {
  margin-left: 5px;
}
.modal-footer > :not(:last-child) {
  margin-right: 5px;
}
.saop-modal-msg-body {
  padding: 20px 20px 30px 20px;
}
.saop-modal-msg-footer {
  padding: 0px 10px 10px 20px;
  border-top: none;
}
.saop-modal-size-max {
  height: 95%;
  margin-top: 0px;
}
.saop-modal-dialog-centered .saop-modal-center-wrapper {
  overflow-y: auto;
  max-height: 95vh;
}
.saop-modal-dialog-centered .modal-footer-buttons {
  width: 97%;
  position: fixed;
  background-color: #FCFCFC;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  flex-direction: row;
  bottom: 0px;
  z-index: 3;
}
.saop-modal-dialog-centered .modal-footer-buttons > :not(:first-child) {
  margin-left: 5px;
}
.saop-modal-dialog-centered .modal-footer-buttons > :not(:last-child) {
  margin-right: 5px;
}
.saop-modal-dialog-centered .saop-modal-footer {
  padding-top: 0px;
}
.saop-month-calendar-main {
  height: 346px;
  max-width: 358px;
  min-width: 250px;
  padding: 20px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 3px #00000029;
  border-radius: 5px;
  opacity: 1;
}
.saop-month-calendar {
  z-index: 1;
  position: relative;
  overflow: auto;
  height: 65vh;
}
.saop-month-calendar table {
  table-layout: fixed;
  width: 100%;
}
.saop-month-calendar th {
  text-align: center;
  color: #A4A6A7;
}
.saop-month-calendar tbody > tr {
  line-height: 40px;
  min-height: 40px;
  height: 40px;
}
.saop-month-calendar .day-container {
  height: 40px;
}
.saop-month-calendar .day-container-header {
  z-index: 1;
  top: -9px;
  height: 30px;
  position: relative;
  text-align: center;
}
.saop-month-calendar .day-container-event {
  z-index: 1;
  margin-top: 1px;
  top: -8px;
  height: 8px;
  position: relative;
}
.saop-month-calendar .day-container-event:hover {
  cursor: pointer;
}
.saop-month-calendar .day-container-event-left-radius {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
.saop-month-calendar .day-container-event-right-radius {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
.saop-month-calendar .day-dayoff {
  background-color: #F2FAFF;
}
.ms-has-float-label {
  display: block;
  position: relative;
}
.ms-has-float-label .form-control {
  font-weight: 400 !important;
  /*regular*/
  font-size: 14px !important;
  line-height: 19px !important;
}
.ms-has-float-label .multiselect-search {
  border-color: #FFFFFF;
}
.ms-has-float-label .input-group {
  border: 1px solid #E6E6E6;
  border-radius: 0.25rem;
}
.ms-has-float-label .multiselect-filter {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
}
.ms-has-float-label .multiselect-container .multiselect-filter > input.multiselect-search {
  margin-left: -12px;
}
.ms-has-float-label .custom-select {
  background: none;
  height: 35px;
}
.ms-has-float-label .ms-float-label-selected {
  position: absolute;
  cursor: text;
  font-size: 12px;
  opacity: 1;
  transition: all 0.2s;
  top: -0.5em;
  left: 0.75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 2px;
  background-color: #FFFFFF;
  width: max-content;
}
.ms-has-float-label .ms-float-label-empty {
  font-weight: 400 !important;
  /*regular*/
  font-size: 14px !important;
  line-height: 19px !important;
  color: #757575;
  opacity: 1;
  top: 4px;
  position: absolute;
  width: max-content;
  padding: 0.375rem 0.75rem;
}
.ms-has-float-label .text-center {
  text-align: left !important;
}
.ms-has-float-label .fa-search:before {
  content: none;
}
.multiselect-selected-text {
  max-width: calc(100% - 35px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
.multiselect-container .multiselect-all,
.multiselect-container .multiselect-group,
.multiselect-container .multiselect-option {
  padding-top: 0rem;
  padding-right: 0.25rem;
  padding-bottom: 5px;
  padding-left: 20px;
}
.multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active,
.multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active,
.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active {
  background-color: #FFFFFF !important;
  color: #000;
}
.ms-has-float-label .multiselect-container .multiselect-all:focus,
.multiselect-container .multiselect-all:hover,
.multiselect-container .multiselect-group:focus,
.multiselect-container .multiselect-group:hover,
.multiselect-container .multiselect-option:focus,
.multiselect-container .multiselect-option:hover {
  background-color: #FFFFFF !important;
}
.ms-has-float-label .dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #FFFFFF !important;
}
.font-weight-bold {
  font-weight: 400 !important;
  /*regular*/
  font-size: 14px !important;
  line-height: 19px !important;
}
/*.ms-has-float-label .dropdown-item {
    height:20px;
}*/
.ms-has-float-label .form-check-label {
  font-weight: 400 !important;
  /*regular*/
  font-size: 14px !important;
  line-height: 19px !important;
}
/*backgrounds*/
.bg-saop-light {
  background-color: #FCFCFC;
}
.bg-saop-focus {
  background-color: #E6F1F8;
}
.bg-saop-hover:hover {
  background-color: #F2FAFF;
}
/*colors*/
.saop-text-default {
  color: #121212;
}
/*borders*/
.saop-border {
  border: 1px solid #E6E6E6;
}
.saop-border-left {
  border-left: 1px solid #E6E6E6;
}
.saop-border-top {
  border-top: 1px solid #E6E6E6;
}
.saop-border-right {
  border-right: 1px solid #E6E6E6;
}
.saop-border-bottom {
  border-bottom: 1px solid #E6E6E6;
}
.saop-str-truncate {
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.saop-badge-pill {
  color: #757575;
  background-color: #F5F5F5;
  border: 1px solid #D9D9D9;
}
.saop-icon {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.saop-icon-pointer {
  cursor: pointer;
}
/*color-variables:*/
/*mojaMALICA - pasica (npr. Spremembe obrokov za 1.02. so možne najkasneje do 1.02. do 19:00.)*/
/*mojINFO - fokus na danasšnji dan*/
/*v UI sistemu - hover efekt*/
/*v UI sistemu*/
/*v UI sistemu*/
/*v UI sistemu*/
/*siv text/placeholder text*/
/*svetel input field text*/
/*disabled text*/
/*lines*/
/*border input fileds*/
/*button hover*/
/*header background - current*/
/*border color*/
/*v ikoni v UI sistemu*/
/* table details*/
:root {
  --global-saop-color-black: #121212;
  --global-saop-color-blue: #0072BC;
  --global-saop-color-dark-blue: #005E96;
  --global-saop-color-dark-red: #C53030;
  --global-saop-color-gray1: #757575;
  --global-saop-color-gray2: #A4A6A7;
  --global-saop-color-gray3: #C7C7C7;
  --global-saop-color-gray4: #E6E6E6;
  --global-saop-color-gray5: #D9D9D9;
  --global-saop-color-gray7: #F5F5F5;
  --global-saop-color-gray8: #FCFCFC;
  --global-saop-color-gray9: #DEE2E6;
  --global-saop-color-gray10: #7D7E82;
  --global-saop-color-gray11: #7D7E82;
  --global-saop-color-green: #A2B72F;
  --global-saop-color-light-blue1: #E6F1F8;
  --global-saop-color-light-blue2: #F2FAFF;
  --global-saop-color-light-orange: #FCEADB;
  --global-saop-color-light-red: #E0776C;
  --global-saop-color-orange: #ED964E;
  --global-saop-color-red: #D82C25;
  --global-saop-color-white: #FFFFFF;
  --global-saop-color-transparent: #66000000;
}
/*color*******************************************************************************************************************************************************************************************************************/
.saop-cl-green {
  color: #A2B72F;
}
.saop-cl-red {
  color: #D82C25;
}
.saop-cl-red:hover {
  color: #C53030;
}
.saop-cl-orange {
  color: #ED964E;
}
.saop-cl-blue {
  color: #0072BC;
}
.saop-cl-gray2 {
  color: #A4A6A7;
}
.saop-cl-blue:hover {
  color: #005E96;
}
.saop-cl-disabled {
  color: #A4A6A7;
}
.saop-cl-disabled:hover {
  color: #A4A6A7;
}
@font-face {
  font-family: 'saop-icon-font';
  src: url('../fonts/saop-icon-font.eot?avx2ql');
  src: url('../fonts/saop-icon-font.eot?avx2ql#iefix') format('embedded-opentype'), url('../fonts/saop-icon-font.ttf?avx2ql') format('truetype'), url('../fonts/saop-icon-font.woff?avx2ql') format('woff'), url('../fonts/saop-icon-font.svg?avx2ql#saop-icon-font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="saop-img-"],
[class*=" saop-img-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'saop-icon-font' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*ikone*******************************************************************************************************************************************************************************************************************/
.saop-icon-font-f {
  font-family: 'saop-icon-font';
}
.saop-img-pointer:before {
  content: "\e95a";
}
.saop-img-plus-solid:before {
  content: "\e95b";
}
.saop-img-envelope:before {
  content: "\e955";
}
.saop-img-envelope-open:before {
  content: "\e956";
}
.saop-img-envelope-solid:before {
  content: "\e957";
}
.saop-img-flag:before {
  content: "\e958";
}
.saop-img-flag-solid:before {
  content: "\e959";
}
.saop-img-view:before {
  content: "\e91e";
}
.saop-img-user:before {
  content: "\e92c";
}
.saop-img-users:before {
  content: "\e941";
}
.saop-img-down:before {
  content: "\e951";
}
.saop-img-left:before {
  content: "\e952";
}
.saop-img-right:before {
  content: "\e953";
}
.saop-img-up:before {
  content: "\e954";
}
.saop-img-arrow-down:before {
  content: "\e900";
}
.saop-img-arrow-left:before {
  content: "\e901";
}
.saop-img-arrow-right:before {
  content: "\e902";
}
.saop-img-arrows-left:before {
  content: "\e903";
}
.saop-img-arrows-right:before {
  content: "\e904";
}
.saop-img-arrow-up:before {
  content: "\e905";
}
.saop-img-attachment:before {
  content: "\e906";
}
.saop-img-bell:before {
  content: "\e907";
}
.saop-img-briefcase:before {
  content: "\e908";
}
.saop-img-burger-menu:before {
  content: "\e909";
}
.saop-img-calendar:before {
  content: "\e90a";
}
.saop-img-car:before {
  content: "\e90b";
}
.saop-img-card-view:before {
  content: "\e90c";
}
.saop-img-check-mark:before {
  content: "\e90d";
}
.saop-img-check-mark-outline:before {
  content: "\e90e";
}
.saop-img-check-mark-solid:before {
  content: "\e90f";
}
.saop-img-clock:before {
  content: "\e910";
}
.saop-img-close:before {
  content: "\e911";
}
.saop-img-close-solid:before {
  content: "\e912";
}
.saop-img-code-book-1:before {
  content: "\e913";
}
.saop-img-code-book-2:before {
  content: "\e914";
}
.saop-img-contact-book:before {
  content: "\e915";
}
.saop-img-dashboard:before {
  content: "\e916";
}
.saop-img-diamond:before {
  content: "\e917";
}
.saop-img-document:before {
  content: "\e918";
}
.saop-img-document-add:before {
  content: "\e919";
}
.saop-img-document-edit:before {
  content: "\e91a";
}
.saop-img-document-help:before {
  content: "\e91b";
}
.saop-img-document-sort-ascending:before {
  content: "\e91c";
}
.saop-img-document-sort-descending:before {
  content: "\e91d";
}
.saop-img-edit:before {
  content: "\e91f";
}
.saop-img-exclamation-mark:before {
  content: "\e920";
}
.saop-img-exclamation-mark-solid:before {
  content: "\e921";
}
.saop-img-expand-full:before {
  content: "\e922";
}
.saop-img-export:before {
  content: "\e923";
}
.saop-img-fill-bucket:before {
  content: "\e924";
}
.saop-img-filter:before {
  content: "\e925";
}
.saop-img-folder:before {
  content: "\e926";
}
.saop-img-group:before {
  content: "\e927";
}
.saop-img-home:before {
  content: "\e928";
}
.saop-img-import:before {
  content: "\e929";
}
.saop-img-info:before {
  content: "\e92a";
}
.saop-img-kebab-menu:before {
  content: "\e92b";
}
.saop-img-list-view:before {
  content: "\e92d";
}
.saop-img-lock:before {
  content: "\e92e";
}
.saop-img-mail:before {
  content: "\e92f";
}
.saop-img-minus:before {
  content: "\e930";
}
.saop-img-money-bills:before {
  content: "\e931";
}
.saop-img-next:before {
  content: "\e932";
}
.saop-img-open-folder:before {
  content: "\e933";
}
.saop-img-order:before {
  content: "\e934";
}
.saop-img-organisation:before {
  content: "\e935";
}
.saop-img-organisation-money:before {
  content: "\e936";
}
.saop-img-pay:before {
  content: "\e937";
}
.saop-img-piggy-bank:before {
  content: "\e938";
}
.saop-img-pin:before {
  content: "\e939";
}
.saop-img-plus:before {
  content: "\e93a";
}
.saop-img-pop-out:before {
  content: "\e93b";
}
.saop-img-previous:before {
  content: "\e93c";
}
.saop-img-print:before {
  content: "\e93d";
}
.saop-img-question-mark-outline:before {
  content: "\e93e";
}
.saop-img-question-mark-solid:before {
  content: "\e93f";
}
.saop-img-refresh:before {
  content: "\e940";
}
.saop-img-role:before {
  content: "\e942";
}
.saop-img-rotate:before {
  content: "\e943";
}
.saop-img-save:before {
  content: "\e944";
}
.saop-img-scale:before {
  content: "\e945";
}
.saop-img-scan:before {
  content: "\e946";
}
.saop-img-screen:before {
  content: "\e947";
}
.saop-img-search:before {
  content: "\e948";
}
.saop-img-settings:before {
  content: "\e949";
}
.saop-img-star:before {
  content: "\e94a";
}
.saop-img-stock:before {
  content: "\e94b";
}
.saop-img-suitcase:before {
  content: "\e94c";
}
.saop-img-to-do-list:before {
  content: "\e94d";
}
.saop-img-translate:before {
  content: "\e94e";
}
.saop-img-trash:before {
  content: "\e94f";
}
.saop-img-turn-down:before {
  content: "\e950";
}
.saop-img-grip:before {
  content: "\e95d";
}
.saop-img-download:before {
  content: "\e963";
}
.saop-img-check-mark-solid-cf:before {
  content: "\e964";
}
.saop-img-close-solid-cf:before {
  content: "\e965";
}
.saop-img-exclamation-mark-solid-cf:before {
  content: "\e966";
}
.saop-img-circle-solid:before {
  content: "\e967";
}
.saop-img-circle-arrow:before {
  content: "\e968";
}
.saop-img-circle:before {
  content: "\e969";
}
.saop-img-circle-dot:before {
  content: "\e96a";
}
/* puscina dol pri select html elementu*/
.selectElement select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.select-dropdown {
  position: absolute;
  pointer-events: none;
  top: 5px;
  right: 5px;
}
/*velikosti*****************************************************************************************************************************************************************************************************************/
[class*="saop-img-"].si-xs {
  font-size: 20px;
}
[class*="saop-img-"].si-s {
  font-size: 25px;
}
[class*="saop-img-"].si-m {
  font-size: 30px;
}
[class*="saop-img-"].si-l {
  font-size: 40px;
}
[class*="saop-img-"].si-xl {
  font-size: 50px;
}
[class*="saop-img-"].si-xxl {
  font-size: 80px;
}
/*font-family**********************************************************************************************************************************************************************************************************/
/*regular-weight:*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v20-latin-ext_latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/open-sans-v20-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v20-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v20-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v20-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v20-latin-ext_latin-regular.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/*semi-bold:*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v27-latin-ext_latin-600.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/open-sans-v27-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v27-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v27-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v27-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v27-latin-ext_latin-600.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/*bold*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v27-latin-ext_latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/open-sans-v27-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v27-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v27-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v27-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v27-latin-ext_latin-700.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/*font*******************************************************************************************************************************************************************************************************************/
/*font-weight*******************************/
/*font-size********************************/
/*line-height********************************/
/*font**************************************/
.saop-txt-1 {
  font-weight: 600;
  /*semi-bold*/
  font-size: 26px;
  line-height: 36px;
}
.saop-txt-2 {
  font-weight: 600;
  /*semi-bold*/
  font-size: 22px;
  line-height: 30px;
}
.saop-txt-3 {
  font-weight: 600;
  /*semi-bold*/
  font-size: 18px;
  line-height: 24px;
}
.saop-txt-4 {
  font-weight: 600;
  /*semi-bold*/
  font-size: 14px;
  line-height: 19px;
}
.saop-txt-5 {
  font-weight: 400;
  /*regular*/
  font-size: 14px;
  line-height: 19px;
}
.saop-txt-6 {
  font-weight: 400;
  /*regular*/
  font-size: 14px;
  line-height: 24px;
}
.saop-txt-7 {
  font-weight: 400;
  /*regular*/
  font-size: 12px;
  line-height: 17px;
}
.saop-txt-8 {
  font-weight: 600;
  /*semi-bold*/
  font-size: 16px;
  line-height: 24px;
}
.saop-txt-9 {
  font-weight: 400;
  /*regular*/
  font-size: 14px;
  line-height: 1.5;
}
.saop-txt-10 {
  font-weight: 400;
  /*regular*/
  font-size: 11px;
  line-height: 15px;
}
.saop-txt-11 {
  font-weight: 600;
  /*semi-bold*/
  font-size: 14px;
  line-height: 21px;
}
/************************************************************************************************************************************************************************************************************************/
.validation-summary-errors {
  background: #D82C25 0% 0% no-repeat padding-box;
  border: 1px solid #D82C25;
  border-radius: 4px;
  color: #FFFFFF;
  margin-top: 20px;
}
.validation-summary-errors ul {
  padding-top: 15px;
}
.validation-page-summary-errors {
  margin: 20px;
}
.validation-icon {
  margin: auto;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.saop-table-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Fix table head */
.saop-table-fixhead {
  overflow-y: auto;
  /*    height: 100px;*/
}
.saop-table-fixhead th {
  position: sticky;
  top: 0;
}
/* Just common table stuff. */
.saop-table-fixhead table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: none !important;
  border: 1px solid #E6E6E6;
}
div.saop-table-fixhead {
  border-top: 1px solid #E6E6E6;
}
/*    .saop-table-fixhead td {
        padding: 8px 16px;
    }*/
.saop-table-fixhead th {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: none;
  color: #121212;
  font-weight: 600;
}
.saop-table-fixhead .saop-table-th-first {
  padding-left: 20px;
}
th[data-col="wider"],
td[data-col="wider"] {
  min-width: 190px;
}
.saop-table-fixhead .saop-table-col-padding-left {
  padding-left: 20px;
}
.saop-table-fixhead .saop-table-col-padding-right {
  padding-right: 20px;
}
.saop-table-fixhead .saop-table-th-last {
  padding-right: 20px;
}
.saop-table-fixhead tr {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
  padding: 3px 7px 2px 8px;
  height: 32px;
}
.saop-table-fixhead tbody tr:hover {
  background-color: #F2FAFF !important;
}
.saop-table-hide-column {
  visibility: hidden;
  display: none;
}
.saop-table-fixhead td {
  border: 0px solid #121212;
  color: #121212;
}
.saop-table-fixhead {
  padding-bottom: 1px;
}
.saop-table-fixhead .dropdown-menu.show {
  left: -9px !important;
}
.saop-table-selected-row {
  background: #E6F1F8 0% 0% no-repeat padding-box;
  opacity: 1;
}
.saop-table-header {
  height: 32px;
  border: none;
  font-weight: 500;
  overflow-x: hidden;
}
.saop-table-row-hidden {
  display: none !important;
}
.saop-table-row-showed {
  display: table-row !important;
}
.saop-table-row-border-bottom-none {
  border-bottom: none !important;
}
.saop-table-toolbar {
  height: 75px;
  background-color: #FCFCFC;
  border: 1px solid #E6E6E6;
  border-bottom: none;
}
.saop-table-fixhead .th-index-col {
  min-width: 20px !important;
}
.saop-table-fixhead .td-icon-col {
  width: 20px;
}
.saop-table-fixhead .td-icon {
  background-repeat: no-repeat;
  background-position: center;
}
.saop-table-fixhead .td-text-link {
  white-space: nowrap;
  cursor: pointer;
}
.saop-table-fixhead .td-text-link-blue {
  color: #0072BC;
}
.saop-table-fixhead .td-text-link-red {
  color: #D82C25;
}
.saop-table-dashboard table {
  border: none;
}
.saop-table-summary {
  width: 100%;
}
.saop-table-summary thead tr {
  border-bottom: 1px solid #E6E6E6;
}
.saop-table-summary th {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #121212;
}
.saop-table-summary td {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #121212;
}
.saop-table-dashboard-odsotnost {
  max-height: 278px;
}
.saop-table-dashboard-danasnji-dogodki {
  max-height: 162px;
}
.saop-table-dashboard-prisotnost-zaposlenih {
  max-height: 240px;
}
/*.saop-table-dashboard-danasnji-dogodki-s-saldom {
    max-height: 120px;
}*/
.table-column-holder tr > *:first-child {
  position: sticky;
  background-color: #FCFCFC;
  left: 0;
  min-width: 10rem;
  z-index: 2;
}
.table-column-holder-checkbox tr > *:first-child {
  position: sticky;
  background-color: #FCFCFC;
  left: 0;
  min-width: 30px;
  z-index: 2;
}
.table-column-holder-checkbox tr > *:first-child::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.table-column-holder tr > *:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 1px;
  background-color: #E6E6E6;
}
.table-column-holder-first thead th:first-child {
  /*    z-index: 2;*/
  position: sticky;
  background-color: #FCFCFC !important;
  padding-left: 20px !important;
  border-right: 1px solid #E6E6E6 !important;
  z-index: 999 !important;
}
.table-column-holder-first tbody td:first-child {
  /*    z-index: 2;*/
  position: sticky;
  background-color: #FCFCFC !important;
  border-right: 1px solid #E6E6E6 !important;
  z-index: 999 !important;
}
.table-column-holder-last thead th:last-child {
  /*    z-index: 2;*/
  position: sticky;
  right: -2px;
  background-color: #FCFCFC;
}
.table-column-holder-last tbody td:last-child {
  /*    z-index: 2;*/
  position: sticky;
  right: -2px;
  background-color: #FCFCFC;
}
.table-column-holder-second th:nth-child(2) {
  left: var(--second-col-padding-left) !important;
  position: sticky;
  z-index: 999;
  background-color: #FCFCFC !important;
}
.table-column-holder-second td:nth-child(2) {
  left: var(--second-col-padding-left) !important;
  position: sticky;
  z-index: 800;
  background-color: #FCFCFC !important;
}
.table-column-holder-second th:nth-child(2)::after,
.table-column-holder-second td:nth-child(2)::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  width: 1px;
  z-index: 1000;
  background-color: #E6E6E6;
}
.dataTables_empty {
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
  padding-left: 20px;
  padding-top: 7px;
  color: #A4A6A7 !important;
  /*semi-bold*/
  font-weight: 600;
  /*semi-bold*/
  font-size: 14px;
  line-height: 19px;
}
.tableFixHead thead th {
  position: sticky;
  top: 0;
}
.saop-table-date-col {
  width: 80px !important;
  min-width: 80px !important;
}
.saop-table-datetime-col {
  width: 120px !important;
  min-width: 120px !important;
}
.saop-table-sm-time-col {
  width: 100px !important;
  min-width: 100px !important;
}
.saop-table-code-col {
  width: 50px !important;
  min-width: 50px !important;
}
.saop-table-sm-caption-col {
  width: 80px !important;
  min-width: 80px !important;
}
.saop-table-md-caption-col {
  width: 100px !important;
  min-width: 100px !important;
}
.saop-table-lg-caption-col {
  width: 160px !important;
  min-width: 160px !important;
}
.saop-table-var-col-width {
  width: var(--col-width) !important;
  min-width: var(--col-width) !important;
  max-width: var(--col-width) !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.saop-table-xl-caption-col {
  width: 230px !important;
  min-width: 230px !important;
}
.saop-table-xxl-caption-col {
  width: 350px !important;
  min-width: 350px !important;
}
.saop-table-auto-caption-col {
  width: auto !important;
}
.saop-table-overflow-col {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.saop-table-full-outher-border thead tr {
  border: 1px solid #E6E6E6 !important;
}
.saop-table-full-outher-border thead tr th {
  padding-left: 30px;
}
.saop-table-full-outher-border tbody tr {
  border: 1px solid #E6E6E6 !important;
  padding-left: 30px;
}
.saop-table-full-outher-border tbody tr td {
  border: 1px solid #E6E6E6 !important;
  padding-left: 30px;
}
.saop-column-mark {
  background-color: #0072BC;
}
.saop-table-header-caption {
  float: left;
  height: 20px;
  /*max-width: 82%;*/
  max-width: calc(100% - 25px);
  align-items: center;
}
/*.saop-table-status-green::first-letter {
    .saop-icon-font-f();
    .saop-cl-green();
    font-size: 25px;
}

.saop-table-status-orange::first-letter {
    .saop-icon-font-f();
    .saop-cl-orange();
    font-size: 25px;
}*/
div.saop-table-edit-container {
  position: relative;
  display: table;
  width: 100%;
}
div.saop-table-edit-container div.saop-table-edit-container-cell {
  display: table-cell;
  vertical-align: middle;
}
.saop-table-edit-container-cell-input {
  width: 100%;
}
.saop-table-edit-container-cell-input-textarea {
  height: 90px;
}
#site-body {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
#site-header {
  height: 96px;
}
#site-main {
  flex: auto;
  /*min-height: 330px; */
  align-items: stretch;
}
#site-footer {
  height: 42px;
}
#sidebar-body-row {
  min-height: 100vh;
  margin-left: 0;
  margin-right: 0;
}
#sidebar-container {
  background-color: #FFFFFF;
  padding: 0;
  border-style: solid;
  border-color: #E6E6E6;
  border-width: 1px;
}
/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
  width: 272px;
  top: 0px;
  left: -0.5px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
}
.sidebar-collapsed {
  width: 60px;
}
/* Menu item*/
#sidebar-container .saop-bg-item {
  height: 56px;
  position: unset;
}
#sidebar-container .saop-bg-item:hover {
  background-color: #F2FAFF;
}
#sidebar-container .saop-bg-item-selected {
  background-color: #F2FAFF;
}
#sidebar-container .saop-bg-subitem {
  padding-left: 90px;
  height: 47px;
  background-color: #F5F5F5;
}
#sidebar-container .saop-bg-subitem:hover {
  text-decoration: underline;
}
#sidebar-container .saop-bg-subitem-selected {
  background-color: #D9D9D9;
  text-decoration: underline;
}
/* Separators */
.sidebar-separator-title {
  height: 61px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
}
/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
  content: " \f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}
.saop-bg-item-collapse {
  background-color: #FFFFFF !important;
  color: #121212 !important;
  text-decoration: auto !important;
  height: 41px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.list-group-item {
  padding: 8px 10px;
  border: none !important;
}
.sidebar-separator-title {
  border-bottom: 2px solid #E6E6E6 !important;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}
.saop-bg-item .menu-collapsed {
  text-align: left;
  font: normal normal normal 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #121212;
  opacity: 1;
  padding-left: 28px;
}
.saop-bg-item .saop-bg-collaps-item {
  text-align: left;
  font: normal normal 600 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #121212;
  opacity: 1;
  padding-left: 0px;
  padding-right: 10px;
}
.saop-bg-subitem .menu-collapsed {
  text-align: left;
  font: normal normal normal 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #121212;
  opacity: 1;
  padding-left: 83px;
}
.saop-bg-subitem .saop-bg-collaps-item {
  text-align: left;
  font: normal normal 600 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #121212;
  opacity: 1;
  padding-left: 0px;
  padding-right: 10px;
}
.bg-primary {
  background: #FCFCFC 0% 0% no-repeat padding-box !important;
  opacity: 1;
}
.saop-bg-item[aria-expanded=true] .saop-img-down {
  display: none;
}
.saop-bg-item[aria-expanded=false] .saop-img-up {
  display: none;
}
.saop-dashboard-header {
  top: 0px;
  left: 64px;
  height: 96px;
  background: #FCFCFC 0% 0% no-repeat padding-box;
  opacity: 1;
}
.saop-dashboard-header .sd-title {
  text-align: left;
  font: normal normal 600 26px/36px Open Sans;
  letter-spacing: 0px;
  color: #121212;
  opacity: 1;
}
.menu-close {
  margin: auto;
}
.menu-close-icon {
  cursor: pointer;
  float: right;
}
.nav-tabs {
  background-color: #FCFCFC;
  margin-right: -1px;
}
.nav-tabs .nav-link {
  color: #121212;
  border: none;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
  border-bottom: 2px solid #0072BC;
  color: #0072BC;
  background-color: #FCFCFC;
}
.nav-link:hover,
.nav-link:focus {
  color: #121212;
  border: none;
  background-color: #FCFCFC;
  border-bottom: none;
  display: block;
  padding: 0.5rem 1rem;
}
.dashboard-container {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 97px;
  bottom: 43px;
  right: 323px;
  left: 0px;
}
.dashboard-container .card {
  width: 520px;
  height: 362px;
  margin: 10px;
}
.menu-popup .popover-header {
  min-width: 200px;
  background-color: #FFFFFF;
}
.menu-popup .popover-body {
  display: none;
}
.menu-popup_tooltip_container {
  padding: 5px 0px 5px 0px;
}
.menu-popup_tooltip_container .menu-popup_tooltip_firstItem,
.menu-popup_tooltip_container .menu-popup_tooltip_item {
  white-space: nowrap;
  color: #121212;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  padding: 5px 10px 5px 10px;
  margin-left: 10px;
}
.menu-popup_tooltip_container .menu-popup_tooltip_firstItem {
  font-weight: 600;
  margin-left: -10px;
}
@media (max-width: 800px) {
  .d-none-mobile {
    display: none !important;
  }
  .sidebar-mobile {
    position: absolute;
    top: 0px;
    left: -273px;
    bottom: 41px;
    z-index: 100;
  }
  .sidebar-mobile-show {
    transform: translateX(270px);
    /*270px je širina sidebarra, je enako kot 100%*/
    transition: all 0.3s ease-in-out;
  }
  .sidebar-mobile-hide {
    transform: translateX(0);
    transition: all 0.3s ease-in-out;
  }
  .form-document-tree-wide {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    flex: auto;
    max-width: 100%;
  }
}
@media (min-width: 640px) {
  .d-none-modal-form-w {
    min-width: 640px;
  }
}
@media (min-width: 801px) {
  .d-none-desktop-sm {
    display: none !important;
  }
}
@media (min-width: 1141px) {
  .d-none-desktop {
    display: none !important;
  }
}
@media (max-width: 1140px) {
  .d-none-moble {
    display: none !important;
  }
  .dashboard-container-mobile {
    right: 0px !important;
  }
  .site-main-form-container-mobile {
    right: 0px !important;
  }
  .site-main-with-formSidebarr-mobile {
    margin-right: 0px !important;
  }
  .formSidebarr-mobile {
    position: fixed;
    right: -323px;
    bottom: 42px;
    z-index: 100;
    border-left: 1px solid #E6E6E6;
  }
  .formSidebarr-mobile-tabs {
    top: 133px;
  }
  .formSidebarr-mobile-show {
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out;
  }
  .formSidebarr-mobile-hide {
    transform: translateX(0%);
    transition: all 0.3s ease-in-out;
  }
}
.tab-main-form-container {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 133px;
  bottom: 43px;
  left: 0px;
  right: 0px;
}
.tab-main-form-left-container {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 323px;
}
.tab-main-form-right-container {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 323px;
}
.site-main-form-container {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 97px;
  bottom: 43px;
  left: 0px;
  right: 323px;
}
.site-main-form-container-noRightside {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 97px;
  bottom: 43px;
  right: 0px;
  left: 0px;
}
.site-main-form-container-tabs {
  top: 133px;
}
.saop-summary-title {
  margin-bottom: 30px;
  text-align: center;
  color: #121212;
}
.saop-form-panel-heading {
  padding-left: 20px;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 20px;
  color: #121212;
}
.saop-form-panel-body {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.saop-edit-form-panel-heading {
  padding-top: 30px;
  color: #121212;
}
.saop-form-tab-body {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
#saop-calendar-data {
  max-height: calc(100vh - 246px);
}
@media (max-width: 640px) {
  .d-mobile-modal-form-fullscreen-col-p {
    padding-top: 30px !important;
  }
}
/* puscina dol pri selectize(select z auto search option elementi) select html elementu*/
/*override default css*, ker imamo svojo ikono za puscico dol*/
.selectize-control.single .selectize-input:after {
  content: " ";
  display: none;
}
/*override default css*, da imam option item on hoover enako barvo kot nas select*/
.selectize-dropdown .active {
  background-color: #1E90FF;
  color: #FFFFFF;
}
/*override default css*, ker imamo svojo ikono za puscico dol*/
.selectize-control-dropDownIcon {
  z-index: 1;
}
/*override default css*/
.selectize-control .selectize-input.disabled {
  opacity: 1 !important;
  background-color: #fff !important;
  color: #757575 !important;
}