:root {
  --header-height: 70px;
  --dateRange-width: 120px;
  --thin-scroll-width: 8px;
  --table-header-height-r: -34px;
  --table-min-height: 350px;
  --orange-attention-color: rgb(255,106,32);
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Oswald-ExtraLight.ttf") format("truetype");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Oswald-ExtraLight.ttf") format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Oswald-ExtraLight.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Oswald-Regular.ttf") format("truetype");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Oswald-Regular.ttf") format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Oswald-Regular.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Oswald-SemiBold.ttf") format("truetype");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Oswald-SemiBold.ttf") format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Oswald-SemiBold.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* ubuntu */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Ubuntu-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Ubuntu-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/Ubuntu-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/Ubuntu-BoldItalic.ttf") format("truetype");
}

* {
  word-wrap: break-word;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}
html {
  font-size: 15px;
  min-height: 100%;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
  }
}
@keyframes swing {
  0% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
/* for Safari 4.0 - 8.0 */
@-webkit-keyframes condemned_blink_effect {
	0% {
		visibility: hidden;
	}
	50% {
		visibility: hidden;
	}
	100% {
		visibility: visible;
	}
}
@keyframes condemned_blink_effect {
	0% {
		visibility: hidden;
	}
	50% {
		visibility: hidden;
	}
	100% {
		visibility: visible;
	}
}

/*-------- style fix -------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
}
.h1,
h1 {
  font-size: 2rem;
}
.h2,
h2 {
  font-size: 1.75rem;
}
.h3,
h3 {
  font-size: 1.5rem;
}
.h4,
h4 {
  display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.h5,
h5 {
  font-size: 1.1rem;
}
.form-control,
.page-link,
.btn {
  padding: 0.2rem 0.3rem;
}
.btn {
  line-height: 1.25;
}
.dropdown-item {
  padding: 0.25rem 0.75rem;
}
.underline {
  text-decoration: underline;
}
.table-header-background-color {
  background: var(--table-header-background-color);
}
.border-date-signed {
  border: 1px solid;
}
.bg-shiftme {
  background-color: var(--main-shiftme-color);
}
.bg-orange {
	background: var(--orange-attention-color);
}
.table .bg-success a,
.table .bg-danger a {
  color: #ececec;
}
.table .bg-primary,
.table .bg-danger,
.table .bg-info
{
  color: #f8f9fa;
}
.bg-table-header {
  background: var(--table-header-color);
}
.bg-success .text-success,
.bg-danger .text-danger {
  color: #fff !important;
}
.bg-danger div.dropdown a,
.bg-success div.dropdown a {
  color: #212529;
}
.bg-faded {
  color: #636c72 !important;
  background-color: #ccc !important;
}
.bg-muted {
  color: #a3a7aa !important;
  background-color: #e7e8e9 !important;
}
.bg-primary {
  background-color: var(--color-secondary);
}
.bg-primary__hover:hover{
	background-color: var(--color-secondary-btn-shadow);
	color: var(--color-secondary);
	border-color: var(--color-secondary);
}
.bg-primary__hover:hover > span{
	color: var(--color-secondary);
}
.swing {
  -webkit-animation: swing 3s infinite;
  animation: swing 3s infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
span.quest{
	background:url('../img/app_login_question.svg') no-repeat center;
	display:inline-block;
	width: 1.7rem;
  height: 1.9rem;
}
span.quest.quest-sm{
  height: 1rem;
}
.clearButton{
	background-color:var(--color-secondary);
	color:#fff;
}
.text-normal{
  white-space: normal!important;
}
.text-initial{
  white-space: initial!important;
}
.text-not-i-white {
  color: white;
}
.overflow-auto{
  overflow: auto!important;
}
.text-align-last-end {
  text-align-last: end;
}
.text-align-last-start {
  text-align-last: start;
}
.text-align-last-center {
  text-align-last: center;
}
.flex-direction-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.every-second-blink {
	-webkit-animation: 1s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
	animation: 1s linear infinite condemned_blink_effect;
}

.rotate-90 {
	transform: rotate(90deg);
}
.rotatable {
	-moz-transition: transform .3s;
	-webkit-transition: transform .3s;
	transition: transform .3s;
}

body {
  min-height: 100%;
	background:#fff;
	color:#000;
}

a:hover{
	color: var(--color-primary);
}
a.link-secondary {
  color: var(--color-secondary);
  font-size: 20px;
  font-weight: 700;
}
a.link-secondary:hover {
  color: var(--color-secondary);
}
span.link-secondary {
  color: rgb(175 165 165);
  font-size: 17px;
  font-weight: 600;
}
div.loginContainer div.alert-info{
	background-color:#fff;
	border-color:#fff;
}

div.loginPage{
  margin: 0!important;
  padding: 0;
  height: 100vh;
}
div.loginPage>div{
  min-width: 80%;
}
div.loginPage div.registration-container form label{
  color:  var(--color-primary);
  font-weight: bold;
}
div.loginPage div.registration-container div.fieldDiv{
  border: 1px solid silver;
  border-radius: 5px;
}
div.loginPage div.registration-container div.fieldDiv:hover {
  border-color:  var(--color-primary);
  border-radius: 5px;
}
div.loginPage div.registration-container div.fieldDiv >div>div.col-sm-10{
  width: 100%;
}
div.loginPage div.registration-container form input:not(input.btnMod){
  color:  var(--color-primary);
  font-weight: 500;
  height: 40px;
  border:none;
}
div.loginPage div.registration-container form{
  margin: 0;
}
div.loginPage div.registration-container form .desc-tooltip{
  width: 100%;
  margin-top: 6px;
  padding: 0;
}
div.loginPage div.registration-container form .checkRegulamin{
  margin-bottom: 0;
}

div.loginPage div.custom-checkbox label.custom-control-label{
  color: rgb(175 165 165);
  font-weight: 600;
}
div.loginPage div.custom-checkbox a{
  color: rgb(158 150 150);
  font-weight: bold;
}

div.loginPage div.logo{
  background-size: contain;
  width: 100%;
	height: 85px;
  margin-bottom: 80px;
}
div.loginPage div.field{
  border-bottom: .17rem solid silver;
  margin-left: 10px;
}
div.loginPage div.position-relative, div.loginPage div.field, div.loginPage form{
  width: 100%;
}

div.loginPage .icon_Email, div.loginPage .icon_Pass{
  content: " ";
  display: block;
  width: 1.7rem;
  height:1.9rem;
	background-size: contain;
  margin-bottom: .5rem;
}
div.loginPage .icon_Email{
  background:url('../img/email_icon.svg') no-repeat center;
}
div.loginPage .icon_Pass{
  background:url('../img/password_icon.svg') no-repeat center;
}

div.loginPage div.reset-input-container input.form-control{
  width: 100%;
  border-radius: 0;
  border: none;
  border-top: none;
  border-right: none;
  border-left: none;
  margin-left: 1rem;
  padding-bottom: 1rem;
  font-size: 17px;
  color: var(--color-primary)!important;
  font-weight:600;
}
div.loginPage div.reset-input-container, div.loginPage input.form-control:focus{
  border:none;
  box-shadow: none;
}
div.loginPage div.login-input-container:first-child{
  margin-bottom: 1.5rem;
}
div.loginPage div.login-input-container input.form-control{
  width: 100%;
  border-radius: 0;
  border:none;
  padding-bottom: .7rem;
  font-size: 17px;
  color: var(--color-primary)!important;
  font-weight:600;
}
div.loginPage div.login-input-container input.form-control:focus{
  width: 100%;
  border: none;
  border-bottom-color:silver;
  box-shadow: none;
}
div.loginPage input.login-btn{
  font-size: 27px;
  font-weight: 600;
  width: 100%;
  height: 4.3rem;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  border-radius: 40px;
  margin-top: 3rem;
}
div.loginPage div.to-sign-up{
  margin-top: 2rem;
  /* margin-bottom: 2rem; */
}

div.loginPage div.to-sign-up span{
  color: rgb(175 165 165);
  font-size: 20px;
  font-weight: 600;
}
div.loginPage div.to-sign-up a{
  color: var(--color-secondary);
  font-size: 24px;
  font-weight: 700;
}
div.loginPage div.info-logowanie{
  margin-top: 2rem;
  color: rgb(175 165 165);
  font-size: 14px;
  font-weight: 600;
}
div.loginPage div.info-logowanie a{
  color: rgb(158 150 150);
  font-weight: bold;
}

div.loginPage div.login-background{
  padding-right: 0;
	background-size: cover;
  width: 100%;
  background-position: 50px;
}
div.loginPage div.mockup{
  background-position-x: -90px;
  height: 100%;
  background-size: auto 100%;
}
/* div.loginPage div.after-mockup {
  margin-bottom: 70px;
  font-size: 2.5rem;
}
div.loginPage div.after-mockup a{
  font-weight:600;
  color: var(--color-secondary);
}
div.loginPage div.after-mockup span{
  color: #fff;
} */

div.loginPage a.passRemind{
  color: rgb(175 165 165);
}

div.loginPage a.passRemind:hover{
  text-decoration: underline;
}
div.loginPage div#rejForm{
  height: 100%;
}
input.regulamin:checked + label:after{
  border: 1px solid var(--color-secondary);
  border-radius: 2px;
  background-color: var(--color-secondary);
}
div.loginPage div.form-group{
  border: 0;
}
div.loginPage div.registration-container{
  padding: 0;
}
div.loginPage h2{
 color: var(--color-primary);
 font-size: 2rem;
 font-weight: 700;
}
div.loginPage h3{
  color: var(--color-primary);
  font-size: 1.2rem;
}
div.loginPage div.login-question{
  padding: 0;
}
div.loginPage div.login-question span{
  color: rgb(175 165 165);
  font-weight: 600;
}
div.loginPage div.login-question a{
  color: var(--color-secondary);
  font-size: 1.5rem;
  font-weight: 500;
}
div.loginPage div#rejForm div.logo-register{
  padding: 0;
  margin-bottom: 3rem;
}
div.loginPage div#rejForm div.logo-register img{
  height: 3.5rem;
}
div.loginPage div.registration-background{
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-right: 0;
}
div.loginPage div.registration-mockup{
  height: 900px;
  width: 318px;
  background-position-y: 120px;
  background-position-x: right;
	background-size: 318px 700px;
}
div.loginPage .phone select.form-control:not([size]) { 
  height: 40px;
  border: 0;
  border-radius: .25rem 0 0 .25rem;
  border-right: 1px solid silver;
}
div.loginPage .phone input.form-control.clear-button {
  padding: .2rem .3rem .2rem .2rem;
}

body .btn-primary{
	color: #fff;
	background-color: var(--main-btn-color);
	border-color: var(--main-btn-color);
}
body .btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem var(--color-main-btn-shadow);
}

.page-item.active .page-link{
	color: #fff;
	background-color: var(--color-primary);
	border:none;
}

.page-link {
    color: inherit;
}
.page-link:hover{
	color: var(--color-primary);
	border-color: var(--color-primary);
}
body .btn-primary:hover{
	background-color: var(--color-main-btn-shadow);
	color: var(--color-primary);
	border-color: var(--color-primary);
}
body .btn-primary:not(:disabled):not(.disabled).active,body .btn-primary:not(:disabled):not(.disabled):active,body .show>.btn-primary.dropdown-toggle {
    background-color: var(--color-main-btn-shadow);
	color: var(--color-primary);
	border-color: var(--color-primary);
}

.tab-content{
  background: #fff;
  white-space: nowrap;
}

.tab-content div.table-overflow {
  min-height: var(--table-min-height);
}

.bg-dark {
	background-color: var(--color-primary)!important;
}
.bg-document-categories-category-a {
  background-color: #17a2b8;
  color: white;
}
.bg-document-categories-category-b {
  background-color: #C5E94B;
}
.bg-document-categories-category-c {
  background-color: #84E94B;
}
.bg-document-categories-category-d {
  background-color: #AD4BE9;
  color: white;
}
span._lower{
	color:var(--color-secondary);
	font-weight: bold;
    font-size: smaller;
}

.btnMod{
	background: var(--color-secondary);
	padding: 0.5rem 2rem;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid var(--color-secondary);
	font-size: 1.5rem;
	border-radius:5px;
}
.btnMod:hover{
	cursor:pointer;
	border-color:var(--color-secondary-darker);
  background:var(--color-secondary-darker);
}
.rounded-7 {
  border-radius: 7px;
}

.rounded-7 .dt-top {
  border-radius: 7px;
}

/*-------- places -------*/
body > div.top {
  height: var(--header-height);
  z-index: 1001;
  color: #242021;
  background: #fff;
  margin-left: 200px;
  border-left: 1px solid silver;
}

body > div.top div.top-bar{
  border-left: 1px solid silver;
}

body div.topbar-menu.position-absolute{
  width: 100px;
  transition: right 0.5s ease;
  transform: translateZ(0);
}

body > div.main {
  margin-top: var(--header-height);
  display: -webkit-flex;
  display: flex;
}

body > div.main div.logo-home{
  padding-top: 1rem;
  padding-bottom: 0.7rem;
  height: var(--header-height);
  display: flex;
  align-items: center;
}
body > div.main > div.left {
  margin-top: -70px;
  z-index: 10;
 /* border-right: 1px solid #626877;*/
  width: 200px;
  min-height: 100vh;
  flex: 0 0 auto;
  position: relative;
  transition: left 0.5s ease;
  transform: translateZ(0);
}
body > div.main > div.left ul{
	border-top:1px solid silver;
	/* margin-top:12px; */
}

body > div.main > div.left div.menu-button {
  display: none;
}
body > div.top div.menu-button {
  display: none;
}

#mainHeader div.menu-button > i {
  color:rgba(255,255,255,.5);
}
div.menu-button > i {
  color:rgba(255,255,255,.5);
}

body > div.main > div.center {
  width: 90%;
  width: -webkit-calc(100% - 205px);
  width: calc(100% - 205px);
  flex: 1 0 auto;
  background-color:#e9edef;
}
body > div.main div.rights {
  margin: 10px 0;
}
div.main > div.center.col > div.ModuleContent {
  padding: 0;
}
div.slider{
  background: linear-gradient(120deg, var(--color-secondary) 0%, var(--color-primary) 100%);
  background: -moz-linear-gradient(120deg, var(--color-secondary) 0%, var(--color-primary) 100%);
  background: -webkit-linear-gradient(120deg, var(--color-secondary) 0%, var(--color-primary) 100%);
	min-height:95px;
	background-size:cover;
}

div.box_quest{
	background:url('../img/box_quest.jpg') no-repeat center;
	min-height: 200px;
    width: 180px;
    margin: 20px auto;
    border-radius: 10px;
    background-size: 200px auto;
	color:#fff;
	padding:10px;
}
div.box_quest span.upper{
	font-weight:bold;
	font-size:1.5em;
}

div.box_quest a{
	color:#fff;
}

.box_quest a.btnWhite{
	background: #fff;
    line-height: 1.25;
    padding: 0.3rem 0.4rem;
    border-radius: 0.25rem;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--color-primary);
    border: 1px solid #03000e;
}
a.btnWhiteR{
	background: #fff;
    padding: 0.3rem 0.4rem;
    font-weight: 400;
    color: var(--color-primary);
    border: 1px solid #03000e;
	font-weight:bold;
}
.top-notification .dropdown-item a {
  color: var(--link-color);
  white-space: normal;
}
.top-notification .dropdown-menu {
  width: 30rem;
}
.top-notification .dropdown-item:active {
  background-color: transparent;
}
.top-notification .dropdown-item {
  padding-bottom: .5em;
  padding-left: 1em;
  border-bottom: 1px solid silver;
  column-gap: 1rem;
}
.top-notification .dropdown-item small {
  line-height: 2.5em;
}
.top-notification .dropdown-item:last-child {
  border-bottom: none;
}

/*-------- class -------*/
.pointer {
  cursor: pointer;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.first-letter-uppercase:first-letter {
  text-transform: uppercase;
}
.fas + span.text,
span.text + .fas,
.far + span.text,
span.text + .far,
.fab + span.text,
span.text + .fab,
.fa + span.text,
span.text + .fa,
.fa-solid + span.text,
span.text + .fa-solid {
  margin-left: 10px;
}
.no-text span.text {
  display: none;
}
div.modal-dialog div.ModuleContent {
  padding: 0 5px;
}
div.modal-dialog div.tab-pane > div.ModuleContent, div.ModuleContent {
  padding: 0.5rem;
}
.tab-content div.ModuleContent.tableContent {
  padding: 0;
}
.card-body div.ModuleContent.tableContent {
  padding: 0;
}
div.modal-dialog h4.modal-title{
	margin:0;
}
.overflow-h {
  overflow: hidden;
}
.overflow-xy {
  overflow-x: auto;
  overflow-y: auto;
}
.overflow span {
  overflow: hidden;
  display: none;
  position:absolute;
  padding: 4px;
  white-space: normal;
  box-shadow: 0 0 4px 0 black;
  border-radius: 3px;
  transform: translate3d(0, -25px, 0);
  z-index: 9;
}
.overflow:hover span {
  display: block;
  background-color: white;
  overflow: visible!important;
}
.relative {
  position: relative;
}
.btn-xs {
  padding: 0.15rem 0.3rem;
  font-size: 0.775rem;
  border-radius: 0.2rem;
}
.min-h-30px {
  min-height: 30px;
}
.modal-table-paddings-fix {
  margin: -15px -20px 0 -20px;
}

/*-------- animation -------*/
@-webkit-keyframes jumpIn {
  0% {
    -webkit-transform: scale(0);
  }
  75% {
    -webkit-transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes jumpIn {
  0% {
    transform: scale(0);
  }
  75% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes jumpIn-sm {
  0% {
    -webkit-transform: scale(0);
  }
  75% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes jumpIn-sm {
  0% {
    transform: scale(0);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes jumpIn-100 {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes jumpIn-100 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes jump {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes jumpOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(0);
  }
}
@keyframes jumpOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0);
  }
}

.hideAnim {
  -webkit-animation: jumpOut 0.5s;
  animation: jumpOut 0.5s;
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transition: opacity 0.1s 0.4s, visibility 0s 0.5s;
  transition: opacity 0.1s 0.4s, visibility 0s 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.showAnim {
  -webkit-animation: jumpIn-sm 0.5s;
  animation: jumpIn-sm 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*-------- boostrap fix -------*/
.btn,
button {
  position: relative;
  cursor: pointer;
}
.modal-dialog {
  max-width: 700px;
}
.modal-dialog.dialog-xl {
  max-width: 90%;
}
.modal-dialog.dialog-m {
  max-width: 60%;
}
.modal-dialog.dialog-m-px {
  max-width: 760px;
}
.modal-dialog.dialog-xs {
  max-width: 400px;
}

.dropdown-header {
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  background-color: #f8f9fa;
}

.card-body {
  padding: 0.75rem;
}
.card-header {
  padding: 1rem;
  line-height: 1;
}

.display-none {
  display: none;
}
/*-------- dataTable fix -------*/
.table td,
.table th {
  padding: 0.3rem;
}
table.table-striped thead{
	color: var(--link-color);
}
/* table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f6f6f6;
} */


table.dataTable img {
  min-width: 50px;
  max-width: 100px;
  max-height: 100px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  display: none;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  display: block;
  right: 0.5em;
  content: "\f160";
  font: normal normal 900 14px/1 "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.3;
  position: absolute;
  bottom: 0.5em;
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
  opacity: 1;
}
table.dataTable thead .sorting_desc:before {
  content: "\f161";
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter > label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
div.dataTables_wrapper div.dataTables_filter > label > input {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
div.dataTables_wrapper div.dataTables_length {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_length > * {
  vertical-align: middle;
  margin-bottom: 0.5rem;
}
div.dataTables_wrapper > div.dt-top + div.row.no-gutters {
  margin-top: -6px;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0;
}
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th:first-child:before {
  top: 5px;
  height: 24px;
  width: 24px;
  border-radius: 5px;
  font: normal normal 900 14px/1 "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  content: "\f063";
  line-height: 24px;
  font-size: 19px;
  box-shadow: 0 0 0 #fff;
  background: var(--color-primary);
  color: #fff;
  border: 0;
}
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > td:first-child::before {
  content: "\f062";
  background: var(--color-primary);
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  padding-left: 35px;
}
table tbody > tr {
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
table tbody > tr.selected,
table.table-striped tbody > tr.selected,
table tbody > tr:hover,
table.table-striped tbody > tr:hover {
  background-color: #fcebeb;
}
table td > div.dropdown ~ a,
table td > div.dropdown-color ~ a {
  margin-right: 0.2rem;
}
table td > div.dropdown ~ a:last-child,
table td > div.dropdown-color ~ a:last-child {
  margin-right: 0;
}
div.dataTables_wrapper .DTFC_RightBodyLiner,
div.dataTables_wrapper .DTFC_LeftBodyLiner {
  overflow-y: hidden !important;
}
div.dataTables_scroll > div.dataTables_scrollBody {
  min-height: 200px;
  margin-bottom: 1rem;
}

table > tbody > tr > td > div.custom-control,
table > thead > tr > th > div.custom-control {
  padding-left: 0;
}
table
  > tbody
  > tr
  > td
  > div.custom-control
  > input.checkRow
  + label.custom-control-label,
table
  > thead
  > tr
  > th
  > div.custom-control
  > input.checkRowAll
  + label.custom-control-label {
  width: 18px;
}
table
  > tbody
  > tr
  > td
  > div.custom-control
  > input.checkRow
  + label.custom-control-label:before,
table
  > tbody
  > tr
  > td
  > div.custom-control
  > input.checkRow
  + label.custom-control-label:after,
table
  > thead
  > tr
  > th
  > div.custom-control
  > input.checkRowAll
  + label.custom-control-label:before,
table
  > thead
  > tr
  > th
  > div.custom-control
  > input.checkRowAll
  + label.custom-control-label:after {
  left: 0;
}
table.noCheckAll thead th label.custom-control-label {
  display: none;
}
/*-------- filtry table -------*/
div.filter-list > div.card {
  border-bottom: 0;
  border-radius: 0.25rem 0.25rem 0 0;
}
div.filter-list > div.card > div.show,
div.filter-list > div.card > div.collapsing {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
div.filter-list:not(.d-none) + div.dataTables_wrapper > div.dt-top {
  border-top: 0;
}
div.dataTables_wrapper > div.dt-top {
  background-color: rgba(0,0,0,.03);
}
.dt-top label {
  margin: 0;
}
div.filter-list.d-none + div.dataTables_wrapper {
  margin-top: 6px;
}
div.filter-list .card-header, div.filter-list .card {
  border: none;
  border-bottom: solid white 2px;
}
div.filter-list a{
  color: #000;
}
/*-------- dataTable inline-edit -------*/
table.dataTable > tbody td.editInline {
  position: relative;
  cursor: pointer;
  z-index: 0;
  padding-right: calc(0.3rem + 13px);
}
table.dataTable > tbody td.editInline.formInline {
  cursor: default;
  padding-right: 0.3rem;
}
table.dataTable > tbody td.editInline:not(.formInline):hover:after {
  display: block;
  right: 0.1rem;
  content: "\f303";
  font: normal normal 900 14px/1 "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0.5rem;
  z-index: -1;
  background-color: #ffc107;
  color: #333;
  padding: 1px 2px;
  border-radius: 0.25rem;
}
table.dataTable > tbody td.editInline > div.formInline div.form-group {
  border: 0;
  padding: 0;
  margin: 0 0 0.3rem;
}
table.dataTable > tbody td.editInline > div.formInline > form > div.form-group {
  min-width: 300px;
}
/*-------- dataTable color -------*/
table.dataTable > tbody td > div.dropdown-color {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
table.dataTable > tbody td > div.dropdown-color > div {
  display: inline-block;
  white-space: nowrap;
}
table.dataTable > tbody td > div.dropdown-color > div.dropdown {
  margin-right: 2px;
}
table.dataTable > tbody td > div.color > a.color,
table.dataTable > tbody td > div.dropdown-color > div.color > a.color {
  background-color: #ffc107;
  color: #333;
  padding: 1px 2px;
  border-radius: 0.25rem;
}
table.dataTable > tbody td > div.dropdown-color > div.color > a.color {
  margin-left: 2px;
}
/*
div.dataTables_wrapper div.paggingRight li.previous{
	margin-right:5px;
}
div.dataTables_wrapper div.paggingRight li.next{
	margin-left:5px;
}
*/
div.dataTables_wrapper a.page-link{
	border-color:var(--color-primary)!important;
}

div.dataTables_wrapper div.paggingRight li span.fa-arrow-right,div.dataTables_wrapper div.paggingRight li span.fa-arrow-left{
	display:none;
}
div.dataTables_wrapper div.infoPagging li span.fa-chevron-right,div.dataTables_wrapper div.infoPagging li span.fa-chevron-left{
	display:none;
}
div.dataTables_wrapper div.paggingRight ul.pagination{
	margin-right:45px;
  margin-top: 0.5rem;
}
div.dataTables_wrapper div.paggingRight li.previous{
	position:absolute;
	right:20px;
}
div.dataTables_wrapper div.paggingRight li.next{
	position:absolute;
	right:0;
}
div.dataTables_wrapper div.paggingRight li.previous a,div.dataTables_wrapper div.paggingRight li.next a{
	background:var(--color-primary);
	color:#fff;
}
div.dataTables_wrapper div.pagging{
  margin-top: 1.5rem;
}

div.dataTables_wrapper li.previous.disabled a,div.dataTables_wrapper li.next.disabled a{
	background:#fff!important;
	color:var(--color-primary)!important;
}


div.dataTables_wrapper div.infoPagging ul.pagination{
	justify-content:center;
}

div.dataTables_wrapper div.paggingRight li.previous span.text,div.dataTables_wrapper div.paggingRight li.next span.text{
	display:none;
}

div.dataTables_wrapper div.infoPagging ul li:not(.previous):not(.next){
	display:none;
}
div.dataTables_wrapper div.infoPagging ul li.next{
	margin-left:1em;
}
div.dataTables_wrapper div.infoPagging ul li.next a{
  padding: .5rem 1rem .5rem .5rem;
  width: 8rem;
  height: 2.5rem;
	background:var(--color-primary);
	color:#fff;
	border-radius:8px;
	border:1px solid var(--color-primary);
}
div.dataTables_wrapper div.infoPagging ul li.previous a{
  padding: .5rem .7rem .5rem .2rem;
  width: 8rem;
  height: 2.5rem;
	background:var(--color-primary);
	color:#fff;
	border-radius:8px;
	border:1px solid var(--color-primary);
}

div.dashboard-table div.tab-content{
  overflow: auto;
}

div.dashboard-table div.tab-content{
  overflow: auto;
}
div.dashboard table.table{
  margin-bottom: 0;
}
div.dashboard-table .dataTables_wrapper.no-footer > div,
div.dashboard-table table thead tr th {
  background-color: unset;
}

div.dashboard-table .dashboard-table-footer {
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
}

/*-------- table header --------*/
.top-table-header {
  top: var(--table-header-height-r);
}

/*-------- jqueryui fix -------*/
.ui-datepicker {
  position: absolute !important;
}
.ui-autocomplete {
  z-index: 9999;
  max-width: 94%;
  max-width: calc(100% - 40px);
}
.ui-tooltip.in-autocomplete {
  min-width: 200px;
}
/*-------- forms -------*/
textarea {
  height: 150px;
}
textarea.tinymce {
  height: 300px;
}
textarea.form-control {
  background-position: -webkit-calc(100% - 10px) 0.5rem;
  background-position: calc(100% - 10px) 0.5rem;
}

select.form-control {
  padding-top: 0.1rem;
  padding-bottom: 0.175rem;
}

form.bigger input[type="text"],form.bigger input[type="email"],form.bigger input[type="password"],form.bigger .clearButton,form.bigger span.btn{
	line-height:2em!important;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(1.75rem + 2px);
}

/*label.custom-control.custom-radio,
label.custom-control.custom-checkbox{
	cursor:pointer;
}*/
div.custom-control.custom-checkbox > input,
div.custom-control.custom-checkbox > label,
div.custom-control.custom-radio > input,
div.custom-control.custom-radio > label {
  cursor: pointer;
}

.col-form-label {
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
}
label {
  margin-bottom: 0.2rem;
}

label.req {
  font-weight: 600;
}
.form-control {
  line-height: 1.35;
}
.form-control:focus {
  box-shadow: 0 0 6px #5cb3fd;
}

div.form-group {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.5rem;
}
div.form-group.border-bottom-0 {
  padding-bottom: 0;
  border-bottom: 0;
}
div.form-group:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
div.form-group.separator {
  background-color: #f7f7f9;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
}
div.form-group.separator.separator-collapsible{
  cursor: pointer;
}
div.form-group.separator.separator-collapsible .form-separator-chevron{
  padding-top: 2px;
}
div.form-group.separator > * {
  margin: 0;
}

div.form-group div.autocompleteResults > span {
  margin: 0.5rem 0.25rem 0 0;
  padding: 5px 20px 5px 5px;
  background: #ddd;
  display: inline-block;
  position: relative;
}
div.form-group div.autocompleteResults > span > i {
  position: absolute;
  right: 5px;
  top: 5px;
}

div.form-group > i {
  font-size: 20px;
}

div.form-group.desc div.field div.col-sm-10 {
  max-width: 83.333333%;
}
div.form-group.desc div.field div.col-sm-2.desc {
  max-width: 16.666667%;
  padding-left: 10px;
}
div.form-group.desc div.field div.col-sm-9 {
  max-width: 75%;
}
div.form-group.desc div.field div.col-sm-3.desc {
  max-width: 25%;
  padding-left: 10px;
}
div.form-group.desc div.field div.col-sm-8 {
  max-width: 66.666667%;
}
div.form-group.desc div.field div.col-sm-4.desc {
  max-width: 33.333333%;
  padding-left: 10px;
}
div.form-group div.field.no-desc > div.row > div.col-sm-10,
div.form-group div.field.no-desc > div.row > div.col-sm-8,
div.form-group div.field.no-desc > div.row > div.col-sm-8 {
  max-width: 100%;
  width: 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
}
div.form-group.desc div.field.no-desc > div.row > div.col-sm-2.desc,
div.form-group.desc div.field.no-desc > div.row > div.col-sm-3.desc,
div.form-group.desc div.field.no-desc > div.row > div.col-sm-4.desc {
  display: none;
}

div.row.phone + div.row.phone {
  padding-top: 0.5rem;
}
div.row.phone > div.main {
  padding: 0 10px;
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
}
div.row.phone.multi > div.main {
  padding: 0 10px;
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
}

div.row.phone > div.country{
  max-width: 75px;
  width: 75px;
}div.row.phone > div.extension {
 /* max-width: 75px;
  width: 75px;
	*/
	display:none;
}
div.row.phone > div.action {
  max-width: 35px;
  width: 35px;
  text-align: right;
}

div.form-check {
  margin: 0.25rem 0;
  padding-left: 0;
}
div.form-group div.form-check:last-child {
  margin-bottom: 0;
}
div.form-check.header {
  font-weight: bold;
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 2px;
}
div.form-check:not(.check_text) > label {
  margin-bottom: 0;
}
div.form-group div.form-check.check_text {
  border-bottom: 1px solid #eee;
}
div.form-group div.form-check.check_text:last-child {
  border-bottom: 0;
}
div.form-group
  div.form-check.checkbox_param
  > div.custom-checkbox
  + div.form-group,
div.form-group div.form-check.radio_param > div.custom-radio + div.form-group {
  margin-top: 0; /*-.5rem*/
  display: none;
}
div.form-group div.form-check.button-color,
div.form-group div.form-check.button-color > div.custom-control {
  padding-left: 0;
}
div.form-group div.form-check.button-color .custom-control-label:before {
  display: none;
}
div.form-group div.form-check.button-color span.btn {
  border: 2px solid transparent;
}
div.form-group div.form-check.button-color.color-black span.btn {
  color: #000;
}
div.form-group div.form-check.button-color.color-white span.btn {
  color: #fff;
}
div.form-group div.form-check.button-color input:checked ~ label span.btn {
  border: 2px solid #000;
  box-shadow: 0 0 5px #000;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

div.form-group div.file-show a.file-show + button {
  margin-left: 5px;
}
div.form-group div.file-show a.file-show-image img {
  vertical-align: bottom;
  max-height: 200px;
  max-width: 200px;
}
input.signature-btn {
  font-size: 27px;
  font-weight: 600;
  width: 100%;
  height: 4.3rem;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  border-radius: 40px;
}

input[type="color"] {
  height: 38px;
}
input.form-control[type="file"] {
  overflow: hidden;
}
input.form-control[type="time"]:invalid {
  color: #dc3545;
}

.is-valid,
.is-invalid {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  -webkit-background-size: 1.125rem 1.125rem;
  background-size: 1.125rem 1.125rem;
}
.has-success .is-valid {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}
.has-danger .is-invalid {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}
.has-success .no-validate-icon.is-valid,
.has-danger .no-validate-icon.is-invalid {
  background-image: none;
}

div.form-group div.field div.row.select-add > div.option {
  max-width: 35px;
  width: 35px;
  text-align: right;
  padding-left: 10px;
}

div.form-check.radio.d-inline-block {
  margin-right: 1rem;
}
div.form-check.radio.d-inline-block:last-child {
  margin-right: 0;
}
.big-button {
    padding: 1.25rem 3rem;
    font-size: 1.25rem;
    border-radius: 15px;
}
/*
================= clearButton ================
*/
input.form-control.clear-button {
  padding-right: 25px;
}
input.form-control + span.btn.clearButton {
  font-size: 1rem;
  line-height: 1;
  padding: 2px 3px;
  position: absolute;
  right: 4px;
  top: 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-animation: jumpOut 0.5s;
  animation: jumpOut 0.5s;
  -webkit-transition: opacity 0s 0.4s, visibility 0s 0.4s;
  transition: opacity 0s 0.4s, visibility 0s 0.4s;
}
.table-overflow {
  overflow-y: hidden;
  overflow-x: auto;
}
.table td.position-relative > span.btn.clearButton {
  top: 7.5px;
  right: 8.5px;
  right: calc(4px + 0.3rem);
  top: calc(3px + 0.3rem);
}
.input-group > input.form-control + span.btn.clearButton {
  right: 28px;
}
input.form-control:not(:read-only):focus + span.btn.clearButton.show {
  opacity: 1;
  visibility: visible;
  -webkit-animation: jumpIn 0.5s;
  animation: jumpIn 0.5s;
  -webkit-transition: opacity 0s, visibility 0s;
  transition: opacity 0s, visibility 0s;
}
.input-group input.form-control + span.btn.clearButton.show {
  z-index: 3;
}
/*
================= error_info ================
*/
div.has-error-popover {
  position: relative;
}
div.error-popover {
  text-align: left;
  position: absolute;
  left: 2%;
  top: 105%;
  top: -webkit-calc(100% + 12px);
  top: calc(100% + 12px);
  border: 2px solid #bd362f;
  background-color: #fff;
  max-width: 275px;
  min-width: 180px;
  border-radius: 5px;
  z-index: 4;
  line-height: 1.4;
  color: #000;
  white-space: normal;
  /*overflow:hidden;*/
  -webkit-animation: jumpIn 0.5s;
  animation: jumpIn 0.5s;
}
div.error-popover div.error-popover-title {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 0.9rem;
  font-weight: bold;
}
div.error-popover div.error-popover-body {
  padding: 6px 10px;
  font-size: 0.8rem;
}
div.error-popover:before {
  content: "";
  position: absolute;
  /*left:50%;
	margin-left:-10px;*/
  left: 10px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #bd362f;
}
/*--------- gotoTop -------*/
#gotoTop {
  display: none;
  text-decoration: none;
  position: fixed;
  z-index: 1000;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  text-align: center;
  color: #08c;
  border-radius: 50%;
  box-shadow: 0 0 5px 1px #000;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #fff;
  font-size: 1.2em;
  line-height: 26px;
}
#gotoTop.show {
  display: block;
  -webkit-animation: jumpIn 0.5s;
  animation: jumpIn 0.5s;
}
#gotoTop:hover {
  box-shadow: 0 0 15px 3px #000;
}
/*-------- pleaseWait -------*/
.loading {
  position: relative;
  min-height: 150px;
}
.loading:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background: #fff url("/img/loading.gif") no-repeat center center;
  opacity: 0.7;
  z-index: 99999999;
  box-sizing: border-box;
}
.loading-min:after {
  background-size: 25px;
}
#pleaseWait {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background: #fff url("/img/loading.gif") no-repeat center center;
  opacity: 0.7;
  z-index: 99999999;
  box-sizing: border-box;
}

#pleaseWait1 {
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  opacity: 0.7;
  z-index: 99999999;
  box-sizing: border-box;
  right: 0;
  bottom: 0;
  background: #fff;
  box-sizing: content-box;
  color: #000;
}
#pleaseWait1 .postep {
  position: absolute;
  width: 1em;
  height: 1em;
  text-align: -webkit-match-parent;
  font-size: 310px;
  cursor: default;
  margin-top: -155px;
  top: 50%;
  left: 50%;
  margin-left: -155px;
  box-sizing: content-box;
}
#pleaseWait1 .postep:before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  opacity: 0.5;
  z-index: 0;
  background: yellow;
}
#pleaseWait1 .postep:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.1em;
  left: 0.1em;
  width: 0.8em;
  height: 0.8em;
  border-radius: 0.5em;
  z-index: 1;
}
#pleaseWait1 .postep > #pwCzekacz.gt50 {
  clip: rect(auto, auto, auto, auto);
  box-sizing: content-box;
}
#pleaseWait1 .postep > #pwCzekacz {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0px, 1em, 1em, 0.5em);
  box-sizing: content-box;
}
#pleaseWait1 .postep > #pwCzekacz > .pie {
  position: absolute;
  border: 0.1em solid green;
  width: 0.8em;
  height: 0.8em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 0.5em;
  box-sizing: content-box;
}
#pleaseWait1 .postep > #pwCzekacz > .pie.fill {
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
  box-sizing: content-box;
}
#pleaseWait1 .procent {
  font-size: 75px;
  position: absolute;
  text-align: center;
  padding: 1em 0.5em 1em 0.3em;
  width: 2.5em;
  top: 0.43em;
  left: 0.4em;
  background: rgb(245, 245, 245);
  border-radius: 2.35em;
  font-weight: 500;
  /*#width:176px;*/
  box-sizing: content-box;
  line-height: 1;
  height: 1.3em;
}
#pleaseWait1 .done {
  font-size: 36px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 155px;
  font-weight: 500;
  background: rgb(245, 245, 245);
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 46px;
  line-height: 1;
}
#pleaseWait1 .done > div {
  overflow: hidden;
  text-overflow: ellipsis;
}
/*
-----------------ImgFlyout------------------------------
*/
#loaderImgFlyout {
  background: none !important;
}

#loaderImgFlyout:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
/*
-----------------Godzinowka------------------------------
*/
div.hoursGrid {
  position: relative;
}
div.hoursGridTitle {
  text-align: center;
  padding: 5px 0;
}

.dateRangeFlex {
  flex: 0 0 var(--dateRange-width);
}
div.hoursGrid div.dateRange {
  width: var(--dateRange-width);
  position: absolute;
}
div.zbiorczo div.hoursGrid div.dateRange {
  width: 200px;
}
div.hoursGrid div.hoursGridLabel div {
  display: inline-block;
  border: 1px solid #ddd;
  box-sizing: border-box;
  text-align: center;
}
.hoursChangeModal {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.4rem;
  position: absolute;
  background: white;
  border: 1px solid silver;
  -webkit-box-shadow: 3px 3px 10px rgb(0 0 0 / 50%);;
          box-shadow: 3px 3px 10px rgb(0 0 0 / 50%);;
}

.calendar-content-center {
  max-width: calc(
    1500px 
    + var(--dateRange-width) 
    + var(--thin-scroll-width)
  );
  margin: auto;
}

div.scheduleHoursGrid {
  max-width: calc(
      1500px 
      + var(--dateRange-width) 
      + var(--thin-scroll-width)
    );
  max-height: 50vh;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
div.scheduleHoursGridLabel::-webkit-scrollbar,
div.hoursGridContainer::-webkit-scrollbar,
div.scheduleHoursGrid::-webkit-scrollbar,
.table .dropdown-menu.dropdown-menu-right::-webkit-scrollbar {
  width: var(--thin-scroll-width);
  height: var(--thin-scroll-width);
}
div.scheduleHoursGridLabel::-webkit-scrollbar-track,
div.hoursGridContainer::-webkit-scrollbar-track,
div.scheduleHoursGrid::-webkit-scrollbar-track,
.table .dropdown-menu.dropdown-menu-right::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px grey;
          box-shadow: inset 0 0 2px grey; 
  border-radius: 10px;
}
div.scheduleHoursGridLabel::-webkit-scrollbar-thumb,
div.hoursGridContainer::-webkit-scrollbar-thumb,
div.scheduleHoursGrid::-webkit-scrollbar-thumb,
.table .dropdown-menu.dropdown-menu-right::-webkit-scrollbar-thumb {
  background: #c1c1c1; 
  border-radius: 10px;
}
div.scheduleHoursGridLabel::-webkit-scrollbar-thumb:hover,
div.hoursGridContainer::-webkit-scrollbar-thumb:hover,
div.scheduleHoursGrid::-webkit-scrollbar-thumb:hover,
.table .dropdown-menu.dropdown-menu-right::-webkit-scrollbar-thumb:hover {
  background: #a3a3a3; 
}
div.hoursGridHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: var(--thin-scroll-width);
}
div.scheduleHoursGridLabel {
  overflow-x: scroll;
  white-space: nowrap;
  scrollbar-width: thin;
}
div.hoursGrid div.scheduleHoursGridLabel > div {
  display: inline-block;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

div.hoursGrid div.dateRange div {
  display: block;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.bg-weekend-hoursGrid {
  background: #cec7c7;
}
.bg-complementary-hoursGrid {
  background: #eaeaea;
}
div.hoursGrid div.hoursGridContainer {
  width: calc(100% - 120px);
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: thin;
}
div.zbiorczo div.hoursGrid div.hoursGridContainer {
  margin-left: 201px;
  width: calc(100% - 201px);
}
div.hoursGrid div.hoursGridContainer div.hoursGridRow {
  position: relative;
}
div.hoursGrid div.hoursGridContainer div.hoursGridRow div.sentinel {
  position: absolute;
  background: #5cb85c;
  height: 25px;
  margin: 5px 0;
  color: #fff;
  font-size: small;
  overflow: hidden;
  border-radius: 0.4rem;
}
div.hoursGrid div.hoursGridContainer div.hoursGridRow div.sep {
  position: absolute;
  background: #dada;
  height: 25px;
  margin: 5px 0;
  color: #fff;
  font-size: small;
  overflow: hidden;
  border-radius: 0.4rem;
}
span.disabled-minute {
  background-color: #4c4c4c;
}
div.hoursGrid div.hoursGridContainer div.hoursGridRow div.sentinel.draw {
  background: #ffab00;
}
div.hoursGrid div.hoursGridContainer div.hoursGridRow div.sentinel i {
  max-width: calc(100% - 10px);
  display: inline-block;
}
div.hoursGrid
  div.hoursGridContainer
  div.hoursGridRow
  div.sentinel
  div.custom-checkbox {
  display: inline-block;
}
div.hoursGrid div.hoursGridContainer div.hoursGridRow div.sentinel a,
div.hoursGrid div.hoursGridContainer div.hoursGridRow div.sentinel div.abs {
  position: absolute;
  right: 5px;
  top: 0;
}
div.hoursGrid div.hoursGridContainer div.hoursGridRow div.sentinel div.abs > a {
  position: relative;
  right: inherit;
  top: inherit;
}
div.hoursGrid div.hoursGridContainer div.hoursGridRow div.sentinel.urlop {
  background: rgb(232, 36, 36);
}
div.hoursGrid
  div.hoursGridContainer
  div.hoursGridRow
  div.sentinel
  > span.fa-times {
  position: absolute;
  right: 2px;
  width: 16px;
  top: 2px;
}
div.hoursGrid div.hoursGridContainer div.hoursGridRow > div {
  display: inline-block;
  border: 1px solid #ddd;
  box-sizing: border-box;
  text-align: center;
}
div.hoursGrid
  div.hoursGridContainer
  div.hoursGridRow.today
  > div:not(.sentinel),
div.hoursGrid div.dateRange div.today {
  background: rgba(210, 165, 165, 0.6);
}
div.hoursGrid div.hoursGridContainer div.hoursGridRow > div > span {
  display: inline-block;
  height: 100%;
  width: 25%;
}
div.hoursGrid div.hoursGridContainer div.hoursGridRow.drawing {
  background: transparent;
  z-index: 1;
}
div.hoursGrid div.hoursGridContainer div.hoursGridRow.disabled {
  background: #4c4c4c !important;
}
div.hoursGrid div.hoursGridContainer div.hoursGridRow.drawing > div {
  border: none;
}
div.hoursGrid div.hoursGridContainer div.hoursGridRow.drawing > div span {
  border: 1px solid rgba(146, 146, 146, 0.62);
}

div.hoursGrid div.hoursGridContainer div.hoursGridRow.drawing div.sentinel {
  z-index: -1;
}
div.hoursGrid div.hoursGridContainer div.hoursGridRow.after {
  border: 1px dashed red;
}

.fixedTableHeader{
  top: var(--header-height) !important;
  position: fixed;
  overflow-x: scroll;
  z-index: 3;
}
.fixedTableHeader > table, .replaceTableContainer > table, .replaceTableNamesFixed > table{
  background-color:white;
  margin: 0;
}
.replaceTableContainer{
  position: absolute;
  overflow-x: scroll;
  z-index: 3;
}
.replaceTableNames{
  background-color:white;
  margin: 0;
  position: absolute;
  z-index: 2;
}
.replaceTableNamesFixed{
  position: fixed;
  z-index: 2;
}

div.godzinowkaUpr {
  position: relative;
  overflow-x: scroll;
  padding-top: 20px;
}
div.godzinowkaUpr td.weekend,
div.hoursGrid div.dateRange div.weekend,
table.table td.weekend {
  color: rgb(240, 236, 236);
  background: #8a8a8a;
}
div.hoursGridContainer div.hoursGridRow.weekend {
  background: #8a8a8a !important;
  color: rgb(240, 236, 236);
}

div.godzinowkaUpr table:not(.infoView) td.urlop {
  background: red;
  color: #fff;
}
div.godzinowkaUpr table.table td {
  padding: 0.2rem;
  min-width: 48px;
  height: 40px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  position: relative;
  padding-top: 10px;
}
div.godzinowkaUpr table.table td a.del {
  position: absolute;
  height: 15px;
  top: 2px;
  right: 2px;
}
div.godzinowkaUpr table td.disabled {
  background: #4c4c4c !important;
}
div.godzinowkaUpr table td.disabled-html-report {
  background: rgba(200, 200, 200, 0.3) !important;
  border-color: #c4c6c7;
}
div.godzinowkaUpr table td.border-right-report {
  border-right: 2px solid var(--color-primary) !important;
}
div.godzinowkaUpr table td.border-left-report {
  border-left: 2px solid var(--color-primary) !important;
}
div.godzinowkaUpr table td.border-top-report {
  border-top: 2px solid var(--color-primary) !important;
}
div.godzinowkaUpr table td.border-bottom-report {
  border-bottom: 2px solid var(--color-primary) !important;
}
div.godzinowkaUpr table.table:not(.zaGranicaView) td.editable:hover,
div.godzinowkaUpr table.table.zaGranicaView td.editable.editZaGranica:hover {
  cursor: pointer;
  background: rgba(255, 193, 16, 0.65);
}

div.godzinowkaUpr table.table td.closed {
  background: #e6aeaede;
}

div.godzinowkaUpr table.table td span.fa-times {
  position: absolute;
  top: 1px;
  right: 1px;
}
div.godzinowkaUpr table.table td span.message {
  position: absolute;
  bottom: 1px;
  left: 1px;
}
div.godzinowkaUpr div.buttons {
  width: 63px;
}
div.godzinowkaUpr div.buttons button {
  margin: 0 1px;
}
div.godzinowkaUpr table.table td.editable div.checkbox:not(.checked) {
  display: none;
}
div.godzinowkaUpr table.table td.editable div.checkbox {
  position: absolute;
  bottom: 15px;
  z-index: 2;
  right: -6px;
}
div.godzinowkaUpr td.planner-p {
  background: rgba(92, 184, 92, 0.65);
}
div.godzinowkaUpr td.planner-u {
  background: rgba(217, 83, 79, 0.65);
}
div.godzinowkaUpr td.planner-s {
  background: rgba(245, 152, 22, 0.36);
}
div.godzinowkaUpr td.planner-p.urlop {
  background: -webkit-linear-gradient(
    red 0%,
    red 50%,
    red 50%,
    rgba(92, 184, 92, 0.65) 50%,
    rgba(92, 184, 92, 0.65) 100%
  );
  background: linear-gradient(
    red 0%,
    red 50%,
    red 50%,
    rgba(92, 184, 92, 0.65) 50%,
    rgba(92, 184, 92, 0.65) 100%
  );
}
div.godzinowkaUpr td.planner-u.urlop {
  background: -webkit-linear-gradient(
    red 0%,
    red 50%,
    red 50%,
    rgba(217, 83, 79, 0.65) 50%,
    rgba(217, 83, 79, 0.65) 100%
  );
  background: linear-gradient(
    red 0%,
    red 50%,
    red 50%,
    rgba(217, 83, 79, 0.65) 50%,
    rgba(217, 83, 79, 0.65) 100%
  );
}
div.godzinowkaUpr td.planner-s.urlop {
  background: -webkit-linear-gradient(
    red 0%,
    red 50%,
    red 50%,
    rgba(245, 152, 22, 0.36) 50%,
    rgba(245, 152, 22, 0.36) 100%
  );
  background: linear-gradient(
    red 0%,
    red 50%,
    red 50%,
    rgba(245, 152, 22, 0.36) 50%,
    rgba(245, 152, 22, 0.36) 100%
  );
}

div.godzinowkaUpr table.infoView tr.zaznaczDzienTable td > div,
div.godzinowkaUpr table.infoView td.editable > div,
div.godzinowkaUpr table.infoView td.editable > span {
  opacity: 0;
  visibility: hidden;
}
div.godzinowkaUpr table.infoView td.yes {
  background-color: #5cb85c;
}
div.godzinowkaUpr table.infoView td.no {
  background-color: #d9534f;
}
div.godzinowkaUpr table.infoView td.near {
  background-color: #f0ad4e;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
	supported by Chrome and Opera */
}
/*
---------rozliczenie---------------------
*/
#rozliczenieTable td input[type="text"] {
  width: 112px;
  display: inline-block;
}

/*div.colorIndicator div.form-check{
	display:inline-block;
	margin:0 10px;
}*/
/*-------- perms -------*/
tr.subgroup td:first-child,
tr.maingroup td:first-child {
  text-indent: 10px;
}
tr.maingroup.subgroup td:first-child {
  text-indent: 20px;
}
tr.subgroup td {
  border-top: 0;
}
/*-------- module methods -------*/
div.modal-dialog div.ModuleContent div.module-links {
  margin-bottom: 0.5rem;
}
/*-------- TOP -------*/
div.kontaktInfo{
	background: url(../img/slider.svg) no-repeat center center;
    background-size: cover;
    height: 90px;
	width: 100%;
}

div.top button.avatar {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  padding: 0;
  font-size: 30px;
  line-height: 1;
  background-position: center;
}
div.top button.avatar span {
  margin-left: -1px;
}
div.top div#zadaniaBoxDzisiaj button.cal{
  height: 50px;
  background: none;
  font-size: 1.75rem;
  color: #bebec0;
  padding: 0;
  box-shadow: none !important;
  padding-left:0.5rem;
}
div.top div#zadaniaBoxDzisiaj button.relative{
  top: -0.27rem;
}
div.top div#zadaniaBoxDzisiaj > button > span.far{
	height:50px;
  margin-left: 1rem;
  margin-right: -1rem;
  margin-top: 0.5rem;
}
.mr-3{
  margin-right: 0 !important;
}
div.top div#zadaniaBoxDzisiaj {
  padding-top: 0.5rem;
  height: 54px;
}
div.top div#zadaniaBoxDzisiaj div.ModuleContentBody > div.dropdown-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
div.top div#zadaniaBoxDzisiaj span.icon_label{
  position: relative;
  color: #fff;
  padding: 2px 5px;
  background-color: var(--color-secondary);
  top:-19px;
  padding-top: 19px;
  margin-left: 15px;
  font-size: 15px;
  font-weight: bold;
  z-index: 2;
  display: inline-block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: top 0.2s ease-in;
}
div.top div#zadaniaBoxDzisiaj:hover {
  cursor: pointer;
}
div.top div#zadaniaBoxDzisiaj:hover span.icon_label {
  top:-12px;
}
div.top div#zadaniaBoxDzisiaj span.czas {
  display: block;
  font-size: smaller;
}
div.top div#zadaniaBoxDzisiaj span.czas > span:first-child {
  padding-right: 15px;
}
div.top > div {
  height: 100%;
}
div.top div.staticLinks {
  display: inline-block;
 /* margin-right: 1rem;*/
}
div.top div.staticLinks > div {
  display: inline-block;
}
div.top div.staticLinks > div > a {
  position: relative;
  color: #bebec0;
  font-size: 1.75rem;
  height: 50px;
  border: 0;
  background: none;
  padding: 0.5rem 1.4rem 0 1.5rem;
  /* margin-top: -0.5rem; */
  border-radius: 0;
}
div.top div.staticLinks > div > a > span.fa-plus{
	position: absolute;
	right: 0.2rem;
	top: 0.1rem;
	font-size: 1.2rem;
	background-color: var(--color-primary);
	border-radius: 5px;
	padding: 2px;
	-webkit-animation: jumpIn-sm 0.5s;
	animation: jumpIn-sm 0.5s;
	transition: top 0.5s;
	color: #fff;
}
/*
div.top div.staticLinks > div > a:hover {
  background-color: #29547d;
}*/
div.top div.staticLinks > div > a:hover > span.fa-plus {
  -webkit-animation: roolIn 0.5s;
  animation: roolIn 0.5s;
  transform: scale(1.2) translate(-24px, 20px) rotateY(180deg);
  /*top:20px;*/
}
div.top div.bntUserRight{
  color:  var(--link-color);
}
div.bntUserRight:before{
  left: -0.8rem!important;
}

div.top a:before,div.top button:not(.avatar):before{
  box-sizing:initial;  
  height: 4.6rem;
}

#mainHeader i{
  color: var(--header-icons-color);
}
div.top-bar-widget{
  display: flex;
  padding-top: 0.6rem;
  font-size:0.8rem;
  line-height: 1rem;
}
div.top-bar-widget i {
  font-size: 2em;
}
div.top-bar-widget span.text{
  font-weight: bold;
}
div.top-bar-widget span._col{
  color: var(--header-secondary-color);
  font-weight:bold;
}
.notifications-count {
  position: absolute;
  right: -0.7em;
  top: 0;
  border-radius: 50%;
  background: var(--color-primary);
  width: 1.8em;
  height: 1.8em;
  color: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
}

@-webkit-keyframes roolIn {
  0% {
    -webkit-transform: translate(0, 0);
  }
  11% {
    -webkit-transform: translate(1px, 6px);
  }
  22% {
    -webkit-transform: translate(2px, 9px);
  }
  33% {
    -webkit-transform: translate(3px, 12px) rotateY(30deg);
  }
  44% {
    -webkit-transform: translate(-3px, 15px) rotateY(90deg);
  }
  55% {
    -webkit-transform: translate(-10px, 18px) rotateY(120deg);
  }
  100% {
    -webkit-transform: scale(1.2) translate(-24px, 20px) rotateY(180deg);
  }
}
@keyframes roolIn {
  0% {
    transform: translate(0, 0);
  }
  11% {
    transform: translate(1px, 6px);
  }
  22% {
    transform: translate(2px, 9px);
  }
  33% {
    transform: translate(3px, 12px) rotateY(30deg);
  }
  44% {
    transform: translate(-3px, 15px) rotateY(90deg);
  }
  55% {
    transform: translate(-10px, 18px) rotateY(120deg);
  }
  100% {
    transform: scale(1.2) translate(-24px, 20px) rotateY(180deg);
  }
}
div.top div.staticLinks > div > a.dropdown-toggle {
  padding: 0 2px;
  margin: 0 0 0 -20px;
  display: inline-block;
  line-height: 1;
  background: none;
  top: 18px;
  height: auto;
}

div.top div.siteConfig > a {
  background: none;
  font-size: 1.75rem;
  color: #bebec0;
  padding: 0;
  box-shadow: none !important;
}
div.top div.siteConfig .fa-cogs{
  margin-left: 1rem;
}
/*======= menu left =======*/
div.menu-left ul.navbar-nav{
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}
div.menu-left a {
  display: inline-block;
}
div.menu-left a.nav-link {
  display: block;
  padding: 0.5rem;
}
div.menu-left a.nav-link + div > a.nav-link {
  padding-left: 1rem;
}
div.menu-left li.nav-item{
  margin-top: 0.7rem;
}
div.menu-left li.nav-item a.active, div.menu-left li.active{
  font-weight: bold;
  color: var(--color-primary);
}
div.menu-left .show, 
div.menu-left .collapsing{
  border-radius: 0 0 5px 5px;
  background-color: var(--main-menu-section-color);
}
div.menu-left .arrowReverse, div.menu-left li.active a.nav-link{
  color:  var(--color-primary)!important;
  font-weight: bold;
  background-color: var(--main-menu-item-color);
  text-decoration: none;
  padding-left: 15px !important;
  border-radius: 0 5px 0 0;
}
.dropdown-toggle:after{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-bottom: 0;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
}
.arrowReverse:after{
  color: var(--color-primary);
  border-top: 0;
  border-bottom: .3em solid;
}

body div.menu-left li.active:hover span.far,body div.menu-left li.active:hover span.fas,body div.menu-left a.active:hover span.far,body div.menu-left a.active:hover span.fas{
  color: var(--color-primary);  
}
div.menu-left li.active{
	color: var(--color-primary);
	border-color: var(--color-primary);
}

div.menu-left li a:hover,
div.menu-left li.nav-item a:hover {
  font-weight: bold;
  color: var(--color-primary);
}
div.menu-left a span.fas,
div.menu-left a span.far {
  width: 25px;
  text-align: center;
}
div.menu-left a.nav-link:hover {
  text-decoration: none;
  padding-left: 15px !important;
  transition: 0.2s;
}

div.menu-left .arrowReverse, div.menu-left li.active a.nav-link{
  border-left: 4px solid;
  border-color: var(--color-primary);
  transition: width 0.2s;
}
div.menu-left a.d-block:hover{
  border-left: 4px solid;
  border-color: var(--color-primary);
  background-color: var(--main-menu-item-color);
}
div.menu-left a.d-block{
  transition: width 0.2s;
}

div.menu-left a.nav-link:hover:before, .arrowReverse:before, div.menu-left li.active a.nav-link:before{
  width: 4px!important;
}
div.menu-left a.nav-link {
  position: relative;
  transition: 0.2s;
  color:var(--link-color)
 /* border-bottom: 1px solid #585d6c;*/
}
div.menu-left a.nav-link span.far,
div.menu-left a.nav-link span.fas,
div.menu-left a.nav-link span.fab {
  color: var(--link-color);
}
div.menu-left a.active span.far,
div.menu-left a.active span.fas,
div.menu-left a.active span.fab,
div.menu-left li.active span.fas,
div.menu-left a.nav-link:hover span.far,
div.menu-left a.nav-link:hover span.fas,
div.menu-left a.nav-link:hover span.fab{
  color: var(--color-primary);
}
div.menu-left a.nav-link.dropdown-toggle:after {
  border-top-color:  var(--color-primary);
}

/*======= SIDE ELEMENT =======*/
.side-right {
  z-index: 3;
  transition: 0.5s;
  right: 0;
}
.side-right-hidden {
  right: -300%;
}
.side-close-btn {
  font-size: 1.5rem;
  color: black;
}
a.side-close-btn:hover {
  text-decoration: none;
}

/*======= system path ======*/
h1.system-path span {
  font-size: 1.25rem;
  margin: 0 7px;
  color: #231f20;
}
h1.system-path a {
  display: inline-block;
  vertical-align: middle;
 color:#000;
  text-shadow: 0 0 1px #212529;
}
h1.system-path a:hover {
  color:  var(--color-primary);
}
/*======= tabki ======*/
.jspVerticalBar {
  display: none;
}
.nav-tabs {
  height: 40px;
  flex-wrap: nowrap;
}
div.nav-parent {
  height: auto;
  max-height: 40px;
}
ul.nav-tabs .nav-item {
	white-space: nowrap;
	margin-right: 2px;
}
ul.nav-tabs a.nav-link{
	background-color:var(--nav-tab-item-color);
	opacity:0.5;
  border-color: #e9ecef #e9ecef #dee2e6;
}
ul.nav-tabs a.nav-link:hover, ul.nav-tabs a.nav-link.active {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
ul.nav-tabs a.nav-link.active{
	opacity:1;
	background-color:var(--nav-tab-item-color);
	color:#fff;
}

ul.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
ul.nav-tabs .nav-item > a {
  height: 100%;
  color: #fff;
}
.modal-dialog ul.nav-tabs .nav-item > a {
  color: #495057;
}
ul.nav-tabs .jspPane {
  display: flex;
}

/* ul filters */
ul.filtryLabele > li {
  float: left;
  list-style-type: none;
  height: 30px;
  font-size: 90%;
}

li#filtryLi {
  vertical-align: middle;
  padding: 2px;
  margin: 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-color: #28a745;
  border-radius: 5px;
  text-decoration: none;
}
li#filtryLi > text {
  font-size: 150%;
}
.spanFiltry {
  margin-left: 13px;
  margin-top: -1px;
  padding: 0px 5px 2px 5px; /*top right..*/
}
.spanFiltry > i {
  padding: 0;
  margin: 0;
  color: white;
}
.spanFiltry > input {
  background: none;
  color: white;
  padding: 0;
  margin: 0;
  border: 0;
}
.closeBtn:hover {
  cursor: pointer;
}
.color-secondary:before{
  color: var(--color-secondary);
}

.btn-secondary{
  border-color: var(--secondary-btn-color);
  background-color:var(--secondary-btn-color);
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:hover{
  filter: brightness(80%);
  background-color: var(--secondary-btn-color);
  border-color: var(--secondary-btn-color);
}
.btn-secondary.focus, .btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem var(--color-secondary-btn-shadow);
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:hover{
  filter: brightness(80%);
  background-color: var(--danger);
  border-color: var(--danger);
}
/*  */
.jspHorizontalBar .jspDrag {
  height: 6px;
  background-color: var(--nav-tab-scroll-color);
  border-radius: 3px;
  top: -2px;
}
.jspHorizontalBar .jspTrack {
  height: 2px;
  background-color: #3d404a;
  margin-top: 5px;
  border-radius: 3px;
}
.jspHorizontalBar {
  height: 10px;
  background: 0;
  bottom: -3px;
}
.jspHorizontalBar:hover, .jspHorizontalBar:active{
  height: 12px;
}

.date-filter {
  width: 11.9rem;
}
.global-filter-field {
  width: 215px;
}
.global-filter-btn { 
  background: none;
  border-radius: 30px;
  border: 1px solid silver;
  padding: 5px 20px;
  text-decoration: underline;
}
div.globalForm div.autocompleteResults > span {
  margin: 0;
}
div.globalForm div.form-group {
    border: none;
}

/*======= Kalendarz ======*/
#zadaniaKalendarz div.calendar_body {
  overflow-x: auto;
}
#zadaniaKalendarz div.calendar {
  width: 100%;
  text-align: center;
  max-width: 100%;
  padding: 0 10px 10px;
}
#zadaniaKalendarz div.calendar.month {
  min-width: 1085px;
}
#zadaniaKalendarz div.calendar.week {
  min-width: 1155px;
}
#zadaniaKalendarz div.calendar div.row {
  margin: 1px 0;
  flex-wrap: nowrap;
}
#zadaniaKalendarz div.calendar > div.head div.col {
  font-size: 1.2rem;
  text-align: center;
  background-color: #17a2b8;
  color: #fff;
  border-radius: 0.25rem;
  width: 14%;
  min-height: 0;
  line-height: 50px;
  margin: 0 1px;
  flex: 1 1 auto;
  padding: 4px 3px;
  min-width: 150px;
}
#zadaniaKalendarz div.calendar > div.body div.col {
  display: inline-block;
  padding: 4px 3px;
  border-radius: 0.25rem;
  vertical-align: top;
  border: 1px solid #ccc;
  width: 14%;
  position: relative;
  margin: 0 1px;
  flex: 1 1 auto;
  /*-webkit-transition:-webkit-transform .5s;
	transition:transform .5s;
	*/
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-height: 80px;
  cursor: pointer;
  min-width: 150px;
}
#zadaniaKalendarz div.calendar > div.body div.col.hour,
#zadaniaKalendarz div.calendar > div.head div.col.hour {
  flex: 0;
  font-size: 1.2rem;
  text-align: center;
  background-color: #17a2b8;
  color: #fff;
  min-height: 0;
  line-height: 50px;
  cursor: auto;
  min-width: 70px;
  width: 70px;
}
#zadaniaKalendarz div.calendar > div.body div.col.today {
  border: 2px solid #ffc107;
  padding: 3px 2px;
  background-color: #ffffe9;
}
#zadaniaKalendarz div.calendar > div.body div.col.disabled {
  color: #8a8989;
  cursor: auto;
}
#zadaniaKalendarz div.calendar > div.body div.col.otherMonth > div.head {
  color: #8a8989;
}
#zadaniaKalendarz div.calendar.day > div.body div.col:not(.hour) {
  text-align: left;
}
#zadaniaKalendarz div.calendar > div.body div.col:hover {
  /*-webkit-transform:scale(1.1);
	transform:scale(1.1);
	*/
  position: relative;
  z-index: 1;
  box-shadow: 0 0 6px #666;
}
#zadaniaKalendarz div.calendar > div.body div.zadanieObj {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
#zadaniaKalendarz div.calendar > div.body div.zadanieObj:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#zadaniaKalendarz div.calendar.day > div.body div.col:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
#zadaniaKalendarz div.calendar > div.body div.col:not(.today):hover {
  border-color: #007bff;
  border-width: 2px;
  padding: 3px 2px;
}
#zadaniaKalendarz div.calendar > div.body div.col.hour:hover {
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
  padding: 4px 3px;
  border: 1px solid #ccc;
}
#zadaniaKalendarz div.calendar div.col > div.head {
  text-align: right;
  position: relative;
  line-height: 1;
  padding: 0 2px;
  margin-bottom: 5px;
  min-height: 16px;
}
#zadaniaKalendarz div.calendar div.col > span.day {
  text-align: right;
  display: block;
}
#zadaniaKalendarz div.calendar div.col > div.head > span.add {
  position: absolute;
  top: 1px;
  left: 3px;
}
#zadaniaKalendarz div.calendar div.col div.zadanieObj {
  border: 1px solid #6d6767;
  margin: 1px 0;
  padding: 4px 17px 4px 5px;
  background-color: #ddd;
  border-radius: 0.25rem;
  position: relative;
}
#zadaniaKalendarz div.calendar div.col div.zadanieObj > a.confirm {
  position: absolute;
  right: 0;
  top: -1px;
  padding: 0 3px;
}
#zadaniaKalendarz div.calendar.day div.col div.zadanieObj {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
  max-width: 100%;
}
/*======= Email ======*/
div.mail-skrzynka ul {
  list-style-type: none;
  padding: 0;
}
div.mail-skrzynka ul li {
  padding: 0 0 0 20px;
}
div.mail-skrzynka ul li a.folderName {
  display: inline-block;
}
div.mail-skrzynka ul li i.badge {
  position: relative;
}
div.mail-skrzynka ul li.closed ul {
  display: none;
}
div.mail-skrzynka ul li span.marker {
  position: absolute;
  margin: 0 0 0 -20px;
}
/*======= datatable extendText ======*/
table.dataTable a.extend-text {
  margin-left: 1px;
}
/*=======  wakat rysowanie przedzialow======*/
div.weeklet svg {
  max-width: 100%;
  height: auto;
  width: auto;
}

div.weeklet-big-open:hover {
  cursor: pointer;
}

#weekletBigOpened rect[type="interval"]:hover {
  cursor: pointer;
}

div.godziny_box {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.dzien_zamowienie,
.dzien_empty {
  flex: 1;
  /*height: 100px;*/
  position: relative;
  padding: 0 2px;
  border-left: 1px dotted #ddd;
}
div.godziny_box > div:first-child {
  border-left: none;
}
.dzien_zamowienie.suma {
  text-align: center;
  font-size: 21px;
  border-left: 1px solid #ccc;
  display: flex;
  align-items: center;
}
.dzien_zamowienie.tydzien {
  text-align: center;
  font-size: 16px;
  border-left: 1px solid #ccc;
  display: flex;
  flex: 0;
  align-items: center;
}
.dzien_zamowienie_przedzial {
  position: absolute;
  width: 100%;
  border-radius: 5px;
  width: calc(100% - 4px);
}
.dzien_zamowienie_przedzial.no-border-top {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.dzien_zamowienie_przedzial.no-border-bot {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
div.dzien_zamowienie .pop {
  background-color: #f25b09;
}
div.dzien_zamowienie .noc {
  background-color: #063eff;
}
div.dzien_zamowienie .rano {
  background-color: #fa0;
}
img.applet {
  border-radius: 25px;
  border: 1px solid #ddd;
}
div.tydzien div.numer {
  font-weight: bold;
  padding-bottom: 0.5rem;
  margin-left: 0.5rem;
}
/* div.tydzien div.numer:after {
  content: '';
  height: 60%;
  width: 2px;
  position: absolute;
  right: 78px;
  top: 9px;
  background-color:rgba(225, 38, 107, 1);
} */
div.tydzien div.numer > span {
  font-size:1.7rem;
  line-height: 23px;
}
div.tydzien {
  font-size: large;
  position:relative;
}
/* div.tydzien::before {
  content: "";
    display: block;
    background: #ddd;
    width: 1px;
    top: -5rem;
    position: absolute;
    left: -1rem;
    bottom: 0;
} */
div.tydzien div.numer div.smaller {
  white-space: nowrap;
  font-size: 1rem;
  line-height: 0.4;
}
div.tydzien div.range {
  border-left: 2px solid var(--header-icons-color);
  padding-left: 6px;
  width: 72px;
  vertical-align: 0.3rem;
  font-size: 1rem;
  line-height: 1.2;
  margin-left: 3px;
}
.top-calendar{
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  padding: 0 25px 0 15px;
}
.top-notification {
  border-right: 1px solid silver;
  padding: 0 15px;
}
div.container-fluid .align-items-top{
  left: 0.5rem;
}
div.container-fluid .align-items-top:after{
  content: "";
  display: block;
  background: #ddd;
  width: 1px;
  top: -5rem;
  position: absolute;
  left: 13rem;
  bottom: 0;
}

div.weeklet-small {
  max-width: 130px;
}
.weeklets-set-3 {
  width: 390px;
  display: flex;
  overflow-x: scroll;
  margin-bottom: 3px;
  padding-left: 0!important;
  padding-right: 0!important;
}
.small-weeklets-set {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
div.weeklet-in-set {
  width: 130px;
  display: inline-block;
}
.weeklets-set-3::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 1rem;
}
.weeklets-set-3::-webkit-scrollbar-thumb {
  background: #c3c3c3; 
  border-radius: 1rem;
}
.weeklets-set-3::-webkit-scrollbar-thumb:hover {
  background: #a7a7a7; 
}
.weeklets-set-3::-webkit-scrollbar {
  height: 8px;
  border: 1px solid #d5d5d5;
  border-radius: 1rem;
}

#weekletBigOpened {
  word-wrap: break-word;
  position: absolute;
  transition: 1s;
  z-index: -1;
  visibility: hidden;
  overflow: hidden;
}

#weekletBigOpened.weeklet-big-expanded:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

#weekletBigOpened.weeklet-big-expanded {
  position: absolute;
  z-index: 99999;
  visibility: visible;
  height: auto;
}

.weekletWakatDzial{
  min-width: 235px!important;
  max-width: 235px;
}
.wakatDzialWeekletText{
  min-width: 125px!important;
  max-width: 125px;
}
.legal-triange{
  padding-top: 5px;
  padding-right: 3px;
}

#schedulesContainer td, #schedulesContainer th {
  padding: .75rem;
}
#schedulesContainer tr {
  border-bottom: 1px solid silver;
}

/* PLANNER */
.planner-zlec-button-container {
  height: 28px;
  position: relative;
}

.planner-zlec-button-container > div {
  margin-left: 2%;
  margin-right: 2%;
  height: fit-content;
}
.planner-zlec-button-container > div > button  {
  background-color: transparent;
}
.planner-zlec-button-container > div > button {
  height: 100%;
}
.planner-zlec-button-container > div > button.dropdown-toggle:after{
  display: none;
}
.planner-zlec-button-container > div.position-absolute {
  right: 0;
  top: 0;
}

.min-content {
  min-width: min-content;
  min-width: -moz-min-content;
  min-width: -webkit-min-content;
}

.hidden{
  display: none;
}

#kandydaciPlan .col-sm-8, #kandydaciPlan .col-sm-8 .col-sm-6, #kandydaciPlan .col-sm-4{
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.message_btn{
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: var(--color-secondary);
  border-radius: 50%;
  color: white;
  position: absolute;
  bottom: 1.2em;
  left: 1.2em;
}

/* DASHBOARD */
.dashboard-item-chart {
  height: 140px;
}

.dashboard-item-chart span.label{
  width: 80px;
  border: none;
  font-weight: 400; 
  font-size: 25px;
  outline: none;
}
.card-box {
  background-color: #fff;
  padding: 1.5rem;
  -webkit-box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.03);
          box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.03);
  margin-bottom: 24px;
  border-radius: 0.25rem; }
.card-box .card-drop {
  color: #98a6ad;
  font-size: 20px;
  display: inline-block;
  line-height: 1px; }
.header-title {
  font-size: 1rem;
  margin: 0 0 7px 0; 
}
.progress-bar-alt-pink {
  background-color: rgba(255, 138, 204, 0.2); 
}
.progress-bar-alt-success {
  background-color: rgba(16, 196, 105, 0.2); 
}
.progress {
  margin-top: 18px;
}
.progress-sm {
  height: 5px !important; 
}
.morris-chart svg{
  vertical-align: middle;
}

/* DASHBOARD-TABLES */
.dashboard-table{
  margin-bottom: 0.35rem;
}
.dashboard-table .table thead th, .dashboard-table .table-bordered td, .dashboard-table .table-bordered{
  border-left: none;
  border-right: none;
}
table.table-striped tbody tr:nth-of-type(odd), table.table-striped tbody tr:nth-of-type(even){
  background-color: #fff;
}
.dashboard-table .dashboard-table-footer a{
  font-weight: 600;
  font-family: Karla,sans-serif;
  font-size:1rem;
}
.dashboard-table .dashboard-table-footer, .dashboard-table table{
  margin: 0;
}
.table a{
  color: #6c757d;
}
.table tr.a-text-white a{
  color: #d0d2d4;
}
.table .dropdown-menu.dropdown-menu-right a{
  color: #6c757d;
}
.table .dropdown-menu.dropdown-menu-right {
  max-height: calc(var(--table-min-height) - 50px);
  overflow-y: auto;
}
.dashboard-table .dashboard-table-footer{
  border: none;
}


.table th {
  border-top: none;
  background-color: rgba(0,0,0,.03);
}
.table td, .table th {
  padding: .75rem;
  vertical-align: middle;
}
.status {
  border-radius: 6px;
  padding: 7px;
  white-space: nowrap;
  width: min-content;
  text-align: center;
}
.status + .substatus {
  margin-top: 4px;
}
.substatus {
  line-height: 0.8;
  position: relative;
  font-size: 85%;
}
.signatureInfoCol {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: max-content;
}

.creatorInfoCol {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Zapotrzebowanie */
.countWorkersAlgorithm {
  width: 100px;
}
.welcome-flex-gap {
  gap: 6px;
}
.plannerToggle {
  display: none;
}

.welcome-company {
  display: flex;
  justify-content: center;
  color: var(--header-secondary-color);
  font-size: 0.8rem;
}

/* ATTACHMENTS */
#attachmentsContainer {
  overflow-x: auto;
  overflow-y: hidden;
}
table.attachmentsContainer {
  border-collapse: collapse;
  
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ and Edge */
  user-select: none; /* Standard syntax */
}
table.attachmentsContainer.draggable tbody tr{
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
table.attachmentsContainer tbody tr > td{
  padding-top: 10px;
  padding-bottom: 10px;
}
table.attachmentsContainer.draggable tbody tr:active{
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
table.attachmentsContainer td, table.attachmentsContainer th{
  padding-left: 10px;
  padding-right: 10px;
}
table.attachmentsContainer td:first-child, table.attachmentsContainer th:first-child {
  padding-left: 0;
  padding-right: 20px;
}
.attachment-remove {
  font-size: 1rem;
  line-height: 1;
  padding: 0.2rem 0.5rem;
  background-color: var(--color-secondary);
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: .30s;
}
.attachment-remove:hover {
  filter: brightness(80%);
  background-color: var(--color-secondary);
}
.attachment-before-drop {
  border-top: 1px solid rgb(0 0 0 / 70%);
}
.attachment-after-drop {
  border-bottom: 1px solid rgb(0 0 0 / 70%);
}

/* SIGNATURE PAGE */
.sign-page-template {
  margin: 0!important;
  padding: 0;
  height: 100vh;
}
.sign-page {
  width: 100%;
}
.bg-blured-sign-page {
  background-size: 100% 100%;
}
.sign-page-background-filter {
  background: rgba(0, 0, 0, 0.5);;
}
.slot__label {
  transform-origin: 50% 0;
}
.slot__label:nth-child(2) {
  transform-origin: 50% 100%;
}

/* WORKER */
.confirm-worker-field-container {
  gap: 10px;
}
.center-horizontally {
  margin: 0 auto;
  overflow-x: auto;
}

.text-underline-hover {
  text-decoration: underline;
}

.text-underline-hover:hover {
  text-decoration: none;
}

/* WORKER FORM PAGE */
.form-page-template {
  margin: 0!important;
}
.form-page {
  height: 100vh;
  width: 100%;
}
.bg-blured-form-page {
  background-size: 100% 100%;
}
.form-page-background-filter {
  background: rgba(0, 0, 0, 0.5);
}
.sumbmited-form-page {
  height: 100vh;
  width: 100vw;
}
.sumbmited-form-page .card{
  box-shadow: 0 0 4px 0 black;
  padding: 4%;
  max-width: 80%;
}

/* EMPLOYER */
.employer-contract-table-services {
  gap: 7px;
  flex-wrap: wrap;
  display: flex;
  min-width: 300px;
}

.message_container_list {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.message_container{
  width: fit-content;
  max-width: 80%;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  gap: 15px;
  flex-direction: column;
  white-space: break-spaces;
}

.message_container_inbox {
  background-color: var(--light-primary-color);
}

.message_container_outbox {
  background-color: var(--main-menu-section-color);
}

.message_container .message_container__description{
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
  gap:20px;
}
.workerSmsMessagesContent {
  max-width: 800px;
  margin: 0 auto;
}

.send-sms-form textarea{
  resize: none;
}

/* ORDER */
.data-to-copy {
  all: unset;
  width: -webkit-fill-available;
}
.order-acceptation-form-submitted-info, .order-acceptation-form-sent-to-confirm-info{
  display: none;
}
.order-acceptation-form-submitted-info i {
  font-size: 5rem;
}


/* WORKER FORM PAGE */
.worker-form-progress-bar {
	margin-bottom: 2rem;
}
.worker-form-progress-bar progress{
	width: 100%;
	height: 1.5rem;
	border-radius: 7px;
	box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.2 );
}
.worker-form-progress-bar progress[value]::-webkit-progress-value{
	background-color: var(--color-primary);
	border-radius: 7px;
}
.worker-form-progress-bar progress::-webkit-progress-bar {
  background-color: var(--color-secondary);
  border-radius: 7px;
}
.worker-form-field__additional-form__container table {
	width: 100%;
}
.worker-form-field__additional-form__container {
	position: relative;
}
.worker-form-field__additional-form__add-element {
  gap: 3rem;
}
.worker-form-field__additional-form {
  gap: 20px;
}
.worker-form-page-submit-button-container input {
  font-size: 20px;
  font-weight: 600;
  width: 200px;
  height: 40px;
  border-radius: 40px;
}
.worker-form-page-submit-button-container input[disabled="disabled"] {
  background-color: #6c757d;
  border: #f8f9fa;
}
.worker-form-page-submit-button-container input[disabled="disabled"]:hover {
  cursor: not-allowed;
  color: #fff;
}
.worker-form-select-field {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.worker-form-field__additional-form input[type="date"] {
  width: 100%;
  padding: 0.375rem 0.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.3;
  color: #212529;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display:block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
.worker-form-field__additional-form input[type="date"]::-webkit-datetime-edit {
  line-height: 1.35;
}

.worker-form-field__additional-form td {
  margin: 5px;
}

/* -------------- Raport ---------------- */
.generate-csv-btn {
  padding: 0.2rem 0.4rem;
}

/* --------------  User Page -------------- */
.worker-account-connection-template {
  margin: 0!important;
  color: whitesmoke;
  background-color: var(--seed-color);
  background-size: auto 100%;
}
.user-page {
  min-height: 100vh;
  width: 100%;
}
.bg-blured-user-page {
  background-size: 100% 100%;
}
.user-page-background-filter {
  background: rgba(0, 0, 0, 0.5);
}
.user-page-divider {
  border-style: solid;
}
.user-page-button {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  height: 40px;
  border-radius: 0;
  line-height: 30px;
  text-align: center;
}
.user-page form input.form-control {
  border-radius: 0;
  padding: .375rem .75rem;
}
.user-page--bg-blured {
  background-size: 100% 100%;
}
.user-page--background-filter {
  background: rgba(0, 0, 0, 0.5);
}
.user-page .card{
  box-shadow: 0 0 4px 0 black;
  padding: 4%;
  max-width: 80%;
  color: var(--seed-color);
}
.theme-text-secondary {
  color: var(--color-secondary);
}

/* --------------------PIN CODE---------------------- */
.pincode-form-connection-submit-button {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  padding: 0 20px;
}
.pincode-form-container {
  border-radius: 8px;
  min-height: fit-content;
  padding: 30px 30px 60px 30px;
  color: var(--seed-color);
  font-weight: 600;
}
.pincode-form-container form input.form-control {
  background: var(--light-primary-color);
  border-radius: 10px;
  color: var(--seed-color);
}
.pincode-form-container form input.form-control::placeholder{
  color: var(--seed-color);
  opacity: .7;
}
.pincode-form-container form input.form-control::-webkit-input-placeholder{
  color: var(--seed-color);
  opacity: .7;
}
.pincode-form-container form input.form-control::-moz-placeholder{
  color: var(--seed-color);
  opacity: .7;
}
.resend-pin-btn{
  all: unset;
  color: var(--color-primary);
  font-size: 1.3rem;
}
.resend-pin-btn:focus{
  outline: none;
}
.resend-pin-btn:hover {
  text-decoration: underline;
  cursor: pointer;
}
.pin-confirm-input {
  border: 1px solid silver;
  border-radius: 3px;
  padding: 10px;
  font-size: 2.3rem;
  text-align: center;
}
.resend-pin-container {
  text-align: center;
}
.resend-countdown {
  color: var(--seed-color);
  font-size: 1.3rem;
}
.flip-countdown {
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.flip-countdown-back {
  transform: rotateY(180deg);
}
.flip-countdown-front {
  transform: rotateY(0deg);
}
.flip-countdown-front, .flip-countdown-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


/* --------------------------MODERN FORM-----------------------------*/
.modern-form--submit-button {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  padding: 0 20px;
}
.modern-form--input {
  font-size: 20px;
  border-radius: 10px;
  height: 50px;
}
select.modern-form--input.form-control:not([size]):not([multiple]) {
  height: 50px;
}
.modern-form--label {
  font-size: 20px;
}

.text-primary {
  color: var(--color-primary);
}

/* ******************** HIERARCHY TREE ********************** */
.hierarchy-tree-container{
  font-size: 1.3em;
  min-height: 7em;
  overflow: auto;
}
.hierarchy-tree-container ul {
  list-style: none;
  line-height: 2em;
}
.hierarchy-tree-container summary {
  cursor: pointer;
}
.hierarchy-tree-container summary::marker {
  display: none;
  content: "";
}
.hierarchy-tree-container summary::-webkit-details-marker {
  display: none;
  content: "";
}
.hierarchy-tree-container ul li{
  position: relative;
}
.hierarchy-tree-container ul li::before{
  position: absolute;
  width: 11px;
  height: 1.2em;
  left: -12px;
  top: 0px;
  border-bottom: 3px solid var(--color-primary);
  border-left: 3px solid var(--color-primary);
  content: "";
}
.hierarchy-tree-container ul li::after{
  position: absolute;
  width: 11px;
  height: 100%;
  left: -12px;
  bottom: 0px;
  border-left: 3px solid var(--color-primary);
  content: "";
}
.hierarchy-tree-container ul.hierarchy-tree ul li:last-child::after{
  display: none;
}
.hierarchy-tree-container ul.hierarchy-tree > li:after,
.hierarchy-tree-container ul.hierarchy-tree > li:before{
  display: none;
}
.hierarchy-tree-container ul summary::before{
  position: absolute;
  content: "\203A";
  background: var(--secondary-btn-color);
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 999;
  text-align: center;
  top: .55em;
  left: -1.3em;
  line-height: .8em;
  color: var(--color-primary);
  animation: swing 1000ms linear;
}
.hierarchy-tree-container ul details[open] > summary::before {
  transform: rotate(90deg);
}
.hierarchy-tree-container .hierarchy-tree {
  border-left: 1px solid silver;
  margin: 0;
  padding: 10px 40px 15px 50px;
}
.hierarchy-tree-container .hierarchy-tree:first-child{
  border: none;
}
.hierarchy-tree-container .hierarchy-tree-element-actions {
  font-size: 1rem;
  line-height: 1rem;
}

.table-footer {
  border-top: 2px solid #dee2e6;
}

table.history-table th,
table.history-table td {
  padding: 4px 5px;
  text-align: left;
}

.fade-animation {
	animation-name: fade_animation;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	
	-webkit-animation-name: fade_animation;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
}

/* for Safari 4.0 - 8.0 */
@-webkit-keyframes fade_animation {
	0% {
		opacity: 100%;
	}
	25% {
    opacity: 100%;
	}
	75% {
    opacity: 30%;
	}
}
@keyframes fade_animation {
	0% {
    opacity: 100%;
	}
	25% {
    opacity: 100%;
	}
	75% {
		opacity: 30%;
	}
}
