﻿/* 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: #0567A8;
  border-color: #0567A8;
}
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: #0567A8;
  background-color: #0567A8;
}
/*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: #0567A8;
}
.radio-custom-color input[type="radio"]:checked + label::before {
  border-color: #0567A8;
}
.radio-custom-color input[type="radio"]:checked + label::after {
  background-color: #0567A8;
}
.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: #0567A8;
}
.saop-text-link-blue:hover {
  color: #0567A8;
}
.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;
}
.element-hidden {
  display: none;
}
#right-sidebar-day > .formSidebarr {
  top: 0px;
}
#right-sidebar-month > .formSidebarr {
  top: 0px;
}
#right-sidebar-dopust > .formSidebarr {
  top: 0px;
}
#right-sidebar-calendar > .formSidebarr {
  top: 0px;
}
@media (max-width: 1140px) {
  #right-sidebar-day > .formSidebarr {
    top: 133px;
  }
  #right-sidebar-month > .formSidebarr {
    top: 133px;
  }
}
.text-danger {
  color: #dc3545 !important;
  position: fixed;
}
.max-height-KeEmployeeLeaveList {
  max-height: calc(100vh - 267px);
}
.max-height-attendanceAllEmployeesAnalysisTable {
  height: calc(100vh - 285px);
}
@media (max-width: 1492px) {
  .max-height-attendanceAllEmployeesAnalysisTable {
    height: calc(100vh - 350px);
  }
}
@media (max-width: 1369px) {
  .max-height-attendanceAllEmployeesAnalysisTable {
    height: calc(100vh - 400px);
  }
}
@media (max-width: 927px) {
  .max-height-attendanceAllEmployeesAnalysisTable {
    height: calc(100vh - 450px);
  }
}
@media (max-width: 655px) {
  .max-height-attendanceAllEmployeesAnalysisTable {
    height: calc(100vh - 550px);
  }
}
#tableREGAllEmployeesExcessHours > thead > tr > th > .saop-table-header-caption {
  overflow: auto !important;
  text-overflow: unset !important;
  white-space: unset !important;
  height: unset !important;
}
#attendanceAllEmployeesExcessHoursForm {
  max-width: 1428px;
}
/*#tableREGAllEmployeesExcessHours_wrapper {
    height: calc(100vh - 285px);
}

@media (max-width: 1597px) {
    #tableREGAllEmployeesExcessHours_wrapper {
        height: calc(100vh - 340px);
    }
}

@media (max-width: 965px) {
    #tableREGAllEmployeesExcessHours_wrapper {
        height: calc(100vh - 395px);
    }
}*/
/*@media (max-width: 927px) {
    #tableREGAllEmployeesExcessHours_wrapper {
        height: calc(100vh - 450px);
    }
}*/
/*@media (max-width: 800px) {
    #tableREGAllEmployeesExcessHours_wrapper {
        height: calc(100vh - 340px);
    }
}

@media (max-width: 693px) {
    #tableREGAllEmployeesExcessHours_wrapper {
        height: calc(100vh - 395px);
    }
}

@media (max-width: 529px) {
    #tableREGAllEmployeesExcessHours_wrapper {
        height: calc(100vh - 450px);
    }
}*/
/*saop-components*/
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: #0567A8;
}
.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-control-autowidth .has-float-label {
  width: auto;
}
.has-float-label .saop-control:focus {
  border-color: #0567A8;
}
.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;
}
.saop-custom-selectize .selectize-input > input {
  padding-right: 12px !important;
}
.saop-custom-selectize .selectize-input .item {
  max-width: calc(100% - 10px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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-buttons**********************************************************************************************************************************************************************************************************/
/*primary*/
.saop-button-primary {
  background: #0567A8 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: #045287;
}
/*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: #023444;
  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: #023444;
  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: #023444;
  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;
}
/************************************************************************************************************************************************************************************************************************/
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}
button[hidden] {
  display: none !important;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #0567A8;
}
.custom-switch .custom-control-label::after {
  background-color: #0567A8;
}
.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: #0567A8;
}
.switch-label-on:hover {
  color: #0567A8;
  cursor: pointer;
}
.switch-label-off {
  color: #757575;
}
.switch-label-off:hover {
  color: #0567A8;
  cursor: pointer;
}
.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;
}
/*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;
}
/************************************************************************************************************************************************************************************************************************/
@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;
}
/*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*/
/* table details*/
/*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*/
/*color*******************************************************************************************************************************************************************************************************************/
.saop-cl-blue {
  color: #0567A8;
}
.saop-cl-blue:hover {
  color: #045287;
}
.saop-cl-green {
  color: #A2B72F;
}
.saop-cl-light-green {
  color: #FBFDFC;
}
.saop-cl-red {
  color: #D82C25;
}
.saop-cl-red:hover {
  color: #C53030;
}
.saop-cl-orange {
  color: #ED964E;
}
.saop-cl-disabled {
  color: #A4A6A7;
}
.saop-cl-disabled:hover {
  color: #A4A6A7;
}
.saop-cl-white {
  color: #FFFFFF;
}
/*background*******************************************************************************************************************************************************************************************************************/
.saop-bg-blue {
  background: #0567A8;
}
#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: #F0FAF8;
}
#sidebar-container .saop-bg-item-selected {
  background-color: #F0FAF8;
}
#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: #023444 !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: #023444;
  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: #023444;
  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: #023444;
  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: #023444;
  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: #023444;
  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 #0567A8;
  color: #0567A8;
  background-color: #FCFCFC;
}
.nav-link:hover,
.nav-link:focus {
  color: #023444;
  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;
}
.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-tabs {
  top: 133px;
}
.saop-summary-title {
  margin-bottom: 30px;
  text-align: center;
  color: #023444;
}
.form-signin {
  width: 100%;
  max-width: 310px;
  padding-top: 180px;
  margin: 0 auto;
}
.form-signin .form-260 {
  width: 100%;
  max-width: 260px;
}
.form-select-organization {
  width: 100%;
  max-width: 310px;
  padding-top: 180px;
  margin: 0 auto;
}
.form-select-organization .form-260 {
  width: 100%;
  max-width: 260px;
}
.form-reset-password {
  width: 100%;
  max-width: 310px;
  padding-top: 180px;
  margin: 0 auto;
}
.form-reset-password-successed {
  width: 100%;
  max-width: 390px;
  padding-top: 180px;
  margin: 0 auto;
}
.form-account-settings {
  min-height: 90vh;
}
.form-monthly-record {
  padding-left: 22px;
  padding-right: 22px;
}
.form-monthly-record #grid-title {
  height: 85px;
  padding-top: 30px;
}
.form-monthly-record #grid-title #caption {
  height: 24px;
  text-align: left;
  font: normal normal 600 18px/24px Open Sans;
  letter-spacing: 0px;
  color: #023444;
  opacity: 1;
}
.form-monthly-record #grid-toolbar {
  height: 75px;
  background-color: #FCFCFC;
  border: 1px solid #E6E6E6;
}
.form-monthly-record #grid-toolbar #label-last {
  height: 19px;
  text-align: right;
  font: normal normal 600 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #757575;
  opacity: 1;
  margin-bottom: 0px;
}
.form-monthly-record #grid-toolbar #label-now {
  height: 19px;
  text-align: left;
  font: normal normal 600 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #0567A8;
  opacity: 1;
}
.form-monthly-record #reg-grid {
  margin-bottom: 30px;
  width: 100%;
  display: block;
  max-height: calc(100vh - 366px);
}
.form-monthly-record #reg-grid td {
  cursor: pointer;
}
.form-today-events #wgPanel1 {
  padding-top: 30px;
  padding-bottom: 56px;
}
.form-today-events #wgPanel2 {
  padding-top: 30px;
}
.regUraDanEventsDetailsTable {
  margin: 8px 8px 8px -17px;
  width: 98%;
}
.form-today-record #tekociDogodkiButtonGroup > div {
  margin-right: 10px;
  margin-top: 10px;
}
.form-today-record #tekociDogodkiButtonGroup > button {
  margin-right: 10px;
  margin-top: 10px;
}
.saop-form-panel-heading {
  padding-left: 20px;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 20px;
  color: #023444;
}
.saop-form-panel-body {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.saop-edit-form-panel-heading {
  padding-top: 30px;
  color: #023444;
}
.form-absenceConfirmation-record {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 97px;
  bottom: 43px;
  left: 0px;
  right: 0px;
}
.form-organigram {
  position: absolute;
  top: 97px;
  bottom: 43px;
  left: 0px;
  right: 0px;
}
.form-organigram .tree-chart-header {
  height: 8px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.form-organigram .tree-chart-content {
  min-height: 66px;
}
.form-organigram .tree-chart-content-organization {
  padding: 10px;
  overflow-wrap: break-word;
}
.form-organigram .tree-chart-content-organization p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.form-organigram .tree-chart-content-employee {
  display: flex;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.form-organigram .tree-chart-content-circle {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  color: #646C84;
  text-align: center;
  background: #D9D9D9;
  margin: auto;
  margin-left: 20px;
  margin-right: 0px;
}
.form-organigram .tree-chart-content-employee-name {
  color: #023444;
  margin: auto;
  margin-left: 10px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-organigram .tree-chart-content-employee-title {
  color: #A4A6A7;
  margin: auto;
  margin-left: 10px;
  margin-top: -7px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-attendanceAllEmployees {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 97px;
  bottom: 43px;
  left: 0px;
  right: 0px;
}
.form-attendanceAllEmployees-left-side {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 50%;
}
.form-attendanceAllEmployees-right-side {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 50%;
}
#attendanceAllEmployeesTable .saop-table-row-master {
  cursor: pointer;
}
#absenceConfirmationPendingTable td {
  cursor: pointer;
}
#attendanceEmployeeForm #reg-grid .saop-tr-main {
  cursor: pointer;
}
.absences-calendar table thead tr th:nth-child(1) {
  width: 230px !important;
  padding-left: 20px;
}
.absences-calendar table tbody tr td:nth-child(1) {
  padding-left: 20px;
}
.dotStatus {
  height: 11px;
  width: 11px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
}
#saop-calendar-data {
  max-height: calc(100vh - 246px);
}
#detailsOPNPotniNalogiFullForm #DodatniOpisRelacije {
  width: 259px;
  height: 100px;
}
#detailsOPNPotniNalogiFullForm #DodatniOpisNaloge {
  width: 259px;
  height: 100px;
}
#detailsOPNPotniNalogiFullForm #Opombe {
  width: 259px;
  height: 100px;
}
#detailsOPNPotniNalogiFullForm #OpisPrilog {
  width: 259px;
  height: 100px;
}
#detailsOPNPotniNalogiForm #DodatniOpisRelacije {
  width: 259px;
  height: 100px;
}
#detailsOPNPotniNalogiForm #DodatniOpisNaloge {
  width: 259px;
  height: 100px;
}
#grid-toolbar-pending {
  height: auto;
  padding-bottom: 20px;
}
#grid-toolbar-pending .col-auto {
  padding-left: 20px;
  padding-top: 20px;
}
#grid-toolbar-pending .has-float-label {
  width: auto !important;
}
#grid-toolbar-processed {
  height: auto;
  padding-bottom: 20px;
}
#grid-toolbar-processed .col-auto {
  padding-left: 20px;
  padding-top: 20px;
}
#grid-toolbar-processed .has-float-label {
  width: auto !important;
}
@media (max-width: 640px) {
  .d-mobile-modal-form-fullscreen-col-p {
    padding-top: 30px !important;
  }
}
.form-interna-narocila {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 97px;
  bottom: 43px;
  left: 0px;
  right: 0px;
}
#attendanceAllEmployeesTable_wrapper {
  overflow-y: scroll;
}
#myGradesGrid tbody tr:hover {
  cursor: pointer;
}
#gradesPeriodGrid tbody tr:hover {
  cursor: pointer;
}
.pac-container {
  z-index: 10001 !important;
}
#allEmployeesGradesGrid tbody tr td:not(.td-action,.td-action-checkbox):hover {
  cursor: pointer;
}
#attendanceAllEmployeesAnalysisTable .mesecniSaldo-nadure-error-color {
  color: #D82C25;
}
#formOPNPotniNalogiGridIndex .saop-table-fixhead {
  padding-bottom: 50px;
}
#formOPNPotniNalogiGridArchive .saop-table-fixhead {
  padding-bottom: 50px;
}
.saop-form-column-header {
  padding-top: 30px;
}
#opnPotniNalogiView002 {
  /*.saop-modal-dialog-centered()*/
}
#formOPNPotniNalogiGridIndex .saop-table-fixhead {
  padding-bottom: 50px;
}
#AppSettingsOPNPan .datepicker {
  width: 200px !important;
}
.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-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 > :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;
}
/* bootstrap override */
.form-control:disabled,
.form-control[readonly] {
  background-color: white !important;
  color: #757575 !important;
  opacity: 1;
}
.saop-txt-primary {
  color: #0567A8 !important;
}
.saop-txt-primary-hover:hover {
  color: #0567A8;
}
.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: #023444 !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;
}
.form-check input.form-check-input[type="radio"] {
  display: none;
}
.form-check:has(input[type="radio"]) {
  padding-left: 0px !important;
}
.form-check:has(input[type="radio"]:checked) {
  background-color: #F0FAF8;
}
.form-check:has(input[type="radio"]:not(:checked)) {
  background-color: none;
}
.saop-table-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Fix table head */
.saop-table-fixhead {
  overflow-y: auto;
  /*    height: 100px;*/
}
/* 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 {
  position: sticky;
  top: 0;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: none;
  color: #023444;
  font-weight: 600;
  z-index: 10;
}
.saop-table-fixhead .saop-table-th-first {
  padding-left: 20px;
}
.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-res {
  padding-right: 20px;
  width: 100% !important;
}
.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: #F0FAF8 !important;
}
.saop-table-hide-column {
  visibility: hidden;
  display: none;
}
.saop-table-fixhead td {
  border: 0px solid #023444;
  color: #023444;
}
.saop-table-fixhead {
  padding-bottom: 1px;
}
.saop-table-fixhead .dropdown-menu.show {
  left: -9px !important;
}
.saop-table-selected-row {
  background: #D9F2EE 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;
  max-width: 20px !important;
}
.saop-table-fixhead .th-index-checkbox-col {
  min-width: 35px !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: #0567A8;
}
.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: #023444;
}
.saop-table-summary td {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #023444;
}
.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;
}
/*.saop-table-fixhead table thead tr:first-child {
    position: sticky;
    z-index: 999;
}*/
.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;
  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;
  z-index: 800 !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-first thead th:first-child,
.table-column-holder-second thead th:first-child,
.table-column-holder-first tbody td:first-child,
.table-column-holder-second tbody td:first-child {
  border-right: none !important;
}
.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: #0567A8;
}
.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;
}

.saop-table-status-red::first-letter {
    .saop-icon-font-f();
    .saop-cl-red();
    font-size: 25px;
}*/
/*.dataTables_wrapper {
    min-height: 200px;
}*/
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;
}
.saop-horizontal-scrollable > .saop-scroll-row {
  overflow-x: auto;
  white-space: unset;
  padding-bottom: 10px;
  padding-left: 15px;
}
.saop-horizontal-scrollable > .saop-scroll-row > .saop-scroll-col {
  display: inline-block;
  float: none;
}
.saop-scroll-col {
  color: white;
  font-size: 24px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-top: 18px;
  width: 200px;
  color: #023444;
}
@media (max-width: 1200px) {
  .saop-horizontal-scrollable > .saop-scroll-row {
    white-space: nowrap;
  }
}
.saop-table-fixheadDefaultHeight .saop-table-fixhead {
  padding-bottom: 50px;
}
.saop-table-fixhead .filters {
  position: sticky;
  top: 31px;
  z-index: 1;
}
.saop-table-fixheadScrollable .saop-table-fixhead {
  max-height: calc(var(--tfh-height-diff) + 100vh);
}
.saop-table-sub-details {
  background-color: #FBFDFC;
}
.saop-table-sub-details:hover {
  background-color: #FBFDFC !important;
}
.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;
}
/*backgrounds*/
.bg-saop-light {
  background-color: #FCFCFC;
}
.bg-saop-focus {
  background-color: #D9F2EE;
}
.bg-saop-hover:hover {
  background-color: #F0FAF8;
}
/*colors*/
.saop-text-default {
  color: #023444;
}
/*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-card-link {
  color: #023444;
}
.saop-card-link:hover {
  color: #023444;
}
.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;
  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;
  }
}
.saop-folder-a:hover {
  color: #0567A8 !important;
  cursor: pointer !important;
}
.saop-folder-div {
  display: flex;
  align-items: center;
}
.saop-folder-div:hover > .saop-img-folder {
  color: #0567A8;
}
.saop-folder-div:hover > .saop-img-open-folder {
  color: #0567A8;
}
.saop-folder-a[aria-expanded=false] .saop-img-open-folder {
  display: none;
}
.saop-folder-a[aria-expanded=false] .saop-img-down {
  display: none;
}
.saop-folder-a[aria-expanded=true] .saop-img-folder {
  display: none;
}
a[aria-expanded=true] .saop-img-right {
  display: none;
}
.saop-folder-a[aria-expanded=true] .saop-img-up {
  display: none;
}
.document-name {
  margin-left: -2px;
  padding-right: 5px;
  text-decoration: underline;
}
.document-name:hover {
  color: #0567A8;
}
.saop-icon {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.saop-icon-pointer {
  cursor: pointer;
}
.site-main-with-formSidebarr {
  /*margin-right: 323px;*/
  border-right: 1px solid #E6E6E6;
}
.formSidebarr {
  /*height: 100%;*/
  padding: 30px 20px 0px 20px;
  width: 323px;
  float: right;
  box-sizing: border-box;
  position: absolute;
  right: 0px;
  top: 97px;
  background-color: #FFFFFF;
}
.formSidebarr-tabs {
  top: 0px;
}
.formSidebarr-top {
  padding: 0px;
  padding-top: 40px;
}
.formSidebarr-icon {
  margin-bottom: auto;
  margin-top: 30px;
  width: 40px;
  height: 40px;
  color: #023444;
}
.formSidebarr-outtab {
  top: 50%;
  width: 35px;
  height: 101px;
  float: right;
  box-sizing: border-box;
  position: absolute;
  right: 323px;
  border-radius: 5px 0px 0px 5px;
  border-width: 2px;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 3px #00000026;
}
.formSidebarr-outtab .tab-text {
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -5px;
  /*semi-bold*/
  font-weight: 600;
  /*semi-bold*/
  font-size: 14px;
  line-height: 19px;
}
@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;
  }
}
@media (min-width: 1152px) {
  .ml-1152-auto {
    margin-left: auto !important;
  }
}
.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-sidebar-container {
  background-color: #FFFFFF;
  padding: 0;
  border-style: solid;
  border-color: #E6E6E6;
  border-width: 1px;
}
/* Menu item*/
.saop-sidebar-container .saop-sb-item {
  height: 56px;
}
.saop-sidebar-container .saop-sb-item:hover {
  background-color: #F0FAF8;
}
.saop-sidebar-container .saop-sb-subitem {
  padding-left: 90px;
  height: 47px;
  background-color: #F5F5F5;
}
.saop-sidebar-container .saop-sb-subitem:hover {
  text-decoration: underline;
}
.saop-sidebar-container .saop-sb-subitem-selected {
  background-color: #D9D9D9;
  text-decoration: underline;
}
/* Closed submenu icon */
.saop-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;
}
.saop-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-sidebar-container .saop-sb-item-selected {
  background-color: #F0FAF8;
}