@import url("https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,800;1,300;1,400;1,500;1,600;1,800&display=swap");
@import "reset.css";
@import "pretty-checkbox.min.css";
@import "jquery-ui.css";
@import "jquery.datetimepicker.css";
@import "jquery.fancybox.min.css";
@import "superfish.css";
/*
#009A76
#94C11E
*/

html {
  scroll-behavior: smooth !important;
}

body,
html {
  min-height: 100%;
}

html,
body {
  font-size: 16px;
  font-weight: normal;
  color: #555 !important;
  background: #fff;
  font-family: "Baloo Tamma 2", cursive !important;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  overflow-x: hidden !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/** {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}*/

p,
input,
textarea,
a {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -o-user-select: text;
  user-select: text;
}

input,
select,
option,
textarea,
button,
a,
span,
table,
i {
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  outline: none !important;
}
input,
select,
textarea,
button,
option {
  font-family: "Baloo Tamma 2", cursive;
  font-weight: 300;
  font-size: 16px;
  color: #555;
  outline: none !important;
}

select option,
select option:hover {
  outline: none !important;
  border: 0 !important;
}

a,
a:focus {
  color: #009a76;
  outline: none !important;
  vertical-align: baseline;
}

a.link {
  color: #009a76 !important;
  text-decoration: underline !important;
}

.table tr td a.link {
  color: #009a76 !important;
  text-decoration: underline !important;
}

.table tr td a.link:hover {
  color: #009a76 !important;
}

.table.no-border-top tr:first-child th {
  border-top: none;
}

.mbottom-30 {
  margin-bottom: 30px !important;
}

.nopadding {
  padding: 0 !important;
  margin: 0;
  overflow: hidden !important;
}
.responsive-services {
  position: relative;
}
.noborder {
  border: 0 !important;
}

.align-right {
  margin-left: auto;
  display: table !important;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
  display: table !important;
}

::-moz-selection {
  background: #009a76;
  color: #fff;
}
::selection {
  background: #009a76;
  color: #fff;
}

/* LOGOWANIE */

aside {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}

.login-outer {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.login-outer .logo {
  display: block;
  position: relative;
  margin: 0 auto 20px auto;
  max-width: 100%;
}

.login-outer .logo-clear {
  display: block;
  position: relative;
  margin: 30px auto 0px auto;
  max-width: 80px;
}

.wrap-input {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #adadad;
  margin-bottom: 30px;
}

.input2 {
  border: 0;
  display: block;
  width: 100%;
  font-size: 18px;
  color: #555;
  line-height: 1.2;
}

.focus-input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #009a76;
  background: -moz-linear-gradient(left, #009a76 0%, #94c11e 50%, #009a76 100%);
  background: -webkit-linear-gradient(
    left,
    #009a76 0%,
    #94c11e 50%,
    #009a76 100%
  );
  background: linear-gradient(to right, #009a76 0%, #94c11e 50%, #009a76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009A76', endColorstr='#009A76',GradientType=1 );
}

.focus-input::after {
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 16px;
  color: #999999;
  line-height: 1.2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

input.input2 {
  height: 45px;
}

input.input2 + .focus-input::after {
  top: 16px;
  left: 0;
}

.input2:focus + .focus-input::after {
  top: -13px;
  font-size: 14px;
  color: #009a76;
}

.input2:focus + .focus-input::before {
  width: 100%;
}

.has-val.input2 + .focus-input::after {
  top: -13px;
  font-size: 14px;
}

.has-val.input2 + .focus-input::before {
  width: 100%;
}

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 90%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 4px;
  padding: 6px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  pointer-events: none;
  color: #c80000;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background: #fff;
  z-index: 998;
}

.alert-validate::after {
  content: "\f12a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  z-index: 999;
}

.send-ok,
.send-fail {
  display: block;
  position: relative;
  text-align: center;
  padding: 0px 10px 10px 10px;
  margin: 0 auto 30px auto;
  font-size: 16px;
  font-weight: 500;
}

.send-fail {
  color: #b43d3d;
  border-bottom: 2px solid #b43d3d;
}

.send-ok {
  color: #218838;
  border-bottom: 2px solid #218838;
}

.send-ok a {
  color: #218838 !important;
  font-weight: bold;
  text-decoration: underline !important;
}

.send-fail a {
  color: #b43d3d !important;
  font-weight: bold;
  text-decoration: underline !important;
}

button:not(.fancybox-button),
a.button,
input[type="submit"] {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  border-radius: 20px !important;
  line-height: 1 !important;
  vertical-align: middle;
  font-size: 16px !important;
  background: #009a76;
  font-weight: 400;
  padding: 14px 30px 10px 30px;
  cursor: pointer;
  outline: none !important;
}

.sign-button,
.reset-button {
  display: inline-block;
  font-size: 14px !important;
  margin-top: 30px;
  color: #94c11e;
}

.reset-button {
  color: #999;
}

.sign-button:hover,
.reset-button:hover {
  text-decoration: underline !important;
  color: #94c11e;
}

.reset-button:hover {
  color: #999;
}

a.button.button-small {
  padding: 10px 15px 7px 15px;
  font-size: 14px !important;
  background: #94c11e;
}

a.button.button-small:hover {
  background: #009a76;
}

a.button i {
  display: inline-block;
  margin-right: 10px;
  margin-top: -4px;
}

a.button.space {
  margin-right: 15px;
}
button.button.space {
  margin-right: 15px;
}

a.only-icon {
  color: #009a76 !important;
  display: inline-block;
  cursor: pointer;
  margin: 0px 3px;
  vertical-align: middle;
  font-size: 20px;
}
a.only-icon:hover {
  color: #94c11e !important;
}

a.only-icon.akceptuj {
  color: #218838 !important;
}

a.only-icon.odrzuc {
  color: #b43d3d !important;
}

section.user a.only-icon {
  color: #fff !important;
  background: #009a76;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-top: -2px;
}

section.user a.only-icon i {
  line-height: 40px;
  font-size: 20px;
  margin-top: 1px;
}

section.user a.only-icon:hover {
  background: #94c11e !important;
}

button:hover,
a.button:hover,
input[type="submit"]:hover {
  background: #94c11e;
  color: #fff !important;
}

button.fancybox-button {
  background: #94c11e;
  color: #fff !important;
}

button:disabled {
  background: #ccc !important;
  cursor: not-allowed;
}

.login-button {
  margin-top: 20px;
}

.login-outer h1 {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3em;
  margin-bottom: 5px;
  color: #009a76;
}

.login-outer h1 span {
  color: #009a76;
  font-size: 16px;
}

.login-outer h2 {
  font-weight: 300;
  display: block;
  position: relative;
  font-size: 18px;
  text-align: center;
  line-height: 1.3em;
  margin-bottom: 30px;
}

/* HEADER */

header {
  background: #fafafa;
  padding: 0px;
  border-bottom: 1px solid #ddd;
}

header.floated {
  z-index: 9999;
}

header .header-logo {
  display: block;
  position: relative;
  margin-top: 10px;
  width: 140px;
}

header.user .header-logo {
  height: 50px;
  margin: 10px 0px;
}

header .logged-as {
  display: block;
  position: relative;
  float: right;
  text-align: right;
  font-size: 16px;
  padding: 10px 0px 0px 0px;
}

header.user .logged-as {
  padding: 15px 0px 0px 0px;
}

header .logged-as .info {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

header .logged-as h2,
header .logged-as span {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1;
}

header .logged-as h2 {
  color: #009a76;
}

header .logged-as span {
  color: #666;
  font-size: 14px;
}

header.user .logged-as span {
  font-size: 16px;
}

header .logged-as h2 {
  margin-bottom: 2px;
}

header .logged-as .logout {
  color: #fff;
  font-size: 14px !important;
  border-radius: 50%;
  padding: 0;
  width: 30px;
  height: 30px;
  font-weight: 500;
}

header .logged-as .logout i {
  margin: 0;
  text-align: center;
  line-height: 30px;
}

header.user .logged-as .info span {
  line-height: 1.1em;
  margin-top: 4px;
}

header.user .logged-as .logout {
  font-size: 16px !important;
  border-radius: 20px !important;
  width: auto;
  height: auto;
  color: #fff !important;
  padding: 7px 20px 5px 20px;
}

header.user .logged-as .logout i,
header.user .logged-as .logout span {
  display: inline-block;
  color: #fff !important;
}

header.user .logged-as .logout i {
  margin-right: 8px;
  margin-top: -2px;
}

header.user .logged-as .logout span {
  font-weight: 400;
}

/* SECTION */

section {
  display: block;
  position: relative;
  padding: 20px 0px;
  min-height: 500px;
}

section h1,
.fancybox-content h1 {
  font-weight: normal;
  display: block;
  position: relative;
  font-size: 20px;
  color: #009a76;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

section h1 i {
  color: #009a76;
  margin-right: 15px;
  font-size: 22px;
  margin-top: -3px;
}

section h1 strong {
  font-weight: 500;
  color: #777;
}

section form#form label,
.fancybox-content form#form label {
  display: block;
  position: relative;
  color: #999;
  font-size: 14px;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

section form#form label i,
.fancybox-content form#form label i {
  color: #f6bd69 !important;
  font-size: 16px;
  margin-top: -2px;
  cursor: pointer;
}

section form#form .state label,
.fancybox-content form#form .state label {
  color: #555;
}

section form#form label.active,
.fancybox-content form#form label.active {
  color: #009a76;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

section form#form input[type="text"],
section form#form input[type="password"],
section form#form input[type="file"],
section form#form textarea,
section form#form select,
.fancybox-content form#form input[type="text"],
.fancybox-content form#form input[type="password"],
.fancybox-content form#form input[type="file"],
.fancybox-content form#form textarea,
.fancybox-content form#form select {
  display: block;
  position: relative;
  width: 100%;
  border: 0;
  padding: 6px 0px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
}

section form#form select,
section form#form input[type="file"],
.fancybox-content form#form select,
.fancybox-content form#form input[type="file"] {
  height: 38px;
}

section form#form input[type="file"],
.fancybox-content form#form input[type="file"] {
  padding: 3px 0px 0px 0px;
}

section form#form select option,
.fancybox-content form#form select option {
  font-size: 12px;
  display: block;
  line-height: 12px;
  background: #f5f5f5;
  padding-right: 10px;
}

section form#form select > option:hover,
.fancybox-content form#form select > option:hover {
  background: #009a76 !important;
  color: #fff !important;
}

section form#form label:after,
.fancybox-content form#form label:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: transparent;
  bottom: -38px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

section form#form label.active:after,
.fancybox-content form#form label.active:after {
  background: #009a76;
  background: -moz-linear-gradient(left, #009a76 0%, #94c11e 50%, #009a76 100%);
  background: -webkit-linear-gradient(
    left,
    #009a76 0%,
    #94c11e 50%,
    #009a76 100%
  );
  background: linear-gradient(to right, #009a76 0%, #94c11e 50%, #009a76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009a76', endColorstr='#009a76',GradientType=1 );
  z-index: 9;
}

.table {
  color: #444 !important;
  font-size: 14px;
}

.table tr th,
.table tr td {
  vertical-align: middle;
}

.table tr th {
  font-weight: 500;
  white-space: nowrap;
}

.paginacja {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: right;
}

.paginacja .actual-page,
.paginacja .display-pages,
.paginacja .jump-menu,
.paginacja .items-per-page,
.paginacja .paginate-all {
  display: inline-block;
  padding: 2px 20px 0px 20px;
  border-right: 1px solid #ddd;
  line-height: 30px;
  vertical-align: middle;
  height: 30px;
}

.paginacja .paginate-all {
  border-right: 0;
  padding: 2px 0px 0px 20px;
}

.paginacja .display-pages span,
.paginacja .display-pages a {
  vertical-align: baseline;
}

.display-pages a {
  background: #009a76;
  padding: 3px 10px 1px 10px;
  margin: 0px 2px;
  color: #fff;
  border-radius: 0px;
}

.display-pages .inactive {
  color: #666;
  background: #eee;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  padding: 3px 10px 1px 10px;
  margin: 0px 2px;
}

.display-pages a:hover,
.display-pages .current {
  background: #94c11e;
  color: #fff;
}

.paginacja select {
  margin-left: 6px;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 0;
  line-height: 1;
  font-size: 14px;
}

.added-elements {
  position: relative;
  list-style-type: none;
}

.added-elements li {
  display: block;
  position: relative;
  margin-bottom: 10px;
  background: #fff;
}

label a {
  margin-left: 10px;
  font-size: inherit;
  cursor: pointer;
}

label a.red {
  color: #b43d3d !important;
  font-weight: 500;
}

label a.red:hover {
  text-decoration: underline !important;
}

h3.move {
  cursor: s-resize;
}

.ui-state-highlight {
  height: 60px;
  display: block;
  position: relative;
  border: 2px dashed #94c11e;
  background: rgba(148, 193, 30, 0.2) !important;
}

.ui-sortable-helper {
  border: 2px dashed #ddd;
}

.preview .date-calendar,
.preview .status {
  float: right;
  margin-left: 10px;
  text-align: right;
  font-size: 14px !important;
  color: #fff;
  background: #94c11e;
  padding: 4px 15px;
  vertical-align: -webkit-baseline-middle;
  margin-bottom: 20px;
}

.preview .date-calendar strong,
.preview .status strong {
  font-weight: 500;
  margin: 0px;
  display: inline-block;
  position: relative;
  vertical-align: -webkit-baseline-middle;
}

.preview .date-calendar span {
  font-weight: 400;
  margin: 0px 10px;
  display: inline-block;
  position: relative;
  vertical-align: -webkit-baseline-middle;
}

.preview .date-calendar i,
.preview .status i {
  margin-right: 15px;
  opacity: 0.6;
  display: inline-block;
  position: relative;
  margin-top: 3px;
}

.history-back {
  display: block;
  position: absolute;
  top: 11px;
  right: 4px;
  background: transparent;
  z-index: 9;
}

.history-back button.button-small {
  font-size: 16px !important;
  border-radius: 50%;
  padding: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
}

section .temat,
section .temat-wyniki {
  display: block;
  position: relative;
  border-top: 1px dashed #ddd;
  margin-bottom: 20px;
}

section .temat label,
section .temat-wyniki label {
  font-size: 14px;
  display: block;
  position: relative;
  color: #009a76;
  margin: 0;
  margin-top: 20px;
}

section .temat p,
section .temat-wyniki p {
  margin-bottom: 0;
}

section form#form .if-admin-role,
section form#form .if-user-role {
  display: none;
}

section .copy-it {
  cursor: pointer;
}

.ajax-table i.copy-it {
  margin: -6px 0px 0px 5px;
  cursor: pointer;
}

section .copy-it i {
  margin-left: 5px;
  font-size: 12px;
  display: inline-block;
  color: #218838;
}

.ajax-table .copy-it i {
  display: inline-block;
  color: #218838;
  margin-left: 5px;
}

.tabs-outer {
  display: block;
  position: fixed;
  width: 400px;
  z-index: 999;
  right: -400px;
  top: 57px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.tabs-outer.show {
  right: 0;
}

.tabs-show-hide {
  display: block;
  position: absolute;
  z-index: 999;
  top: 0;
  left: -39px;
  width: 40px;
  height: 40px;
  color: #94c11e;
  background: #fff;
  text-align: center;
  line-height: 42px;
  font-size: 22px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  cursor: pointer;
  border-top: 1px solid #94c11e;
  border-left: 1px solid #94c11e;
  border-bottom: 1px solid #94c11e;
}

.tabs-show-hide.green {
  color: #fff !important;
  background: #94c11e !important;
}

ul.tabs {
  margin: 0px;
  padding: 5px;
  list-style: none;
  display: block;
  position: relative;
  background: #fff;
  border-top: 1px solid #94c11e;
  border-left: 1px solid #94c11e;
  border-bottom: 1px solid #94c11e;
}

ul.tabs li {
  background: none;
  color: #009a76;
  display: block;
  padding: 7px 15px 3px 15px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  border-radius: 4px;
}

ul.tabs li i {
  margin-right: 4px;
  margin-top: -3px;
}

ul.tabs li strong {
  color: #009a76;
  margin-left: 4px;
  letter-spacing: 1px;
}

ul.tabs li.current {
  background: #009a76;
  color: #fff;
}

.tab-content {
  display: none;
  margin-bottom: 20px;
}

.tab-content hr {
  margin-top: 5px;
  margin-bottom: 10px;
}

.tab-content.current {
  display: inherit;
}

.pretty .state label {
  font-size: 16px;
}

.pretty .state label:before {
  border: 2px solid #ccc;
  background: #fff;
  margin-top: -1px !important;
}

.pretty.p-default input:checked ~ .state label:after {
  background-color: #94c11e !important;
  margin-top: -1px !important;
}

.pretty.p-default input:checked ~ .state label:before {
  border: 2px solid #94c11e;
  margin-top: -1px !important;
}

.do-przypisania {
  margin-bottom: 20px;
}

.do-przypisania .part,
.juz-przypisani .part {
  display: block;
  position: relative;
  margin-bottom: 10px;
}

section.preview .make-all {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

section p.inline-with-button {
  display: inline-block;
  margin: 5px 15px 0px 15px;
}

/* TINY MCE */

.mce-btn button {
  font-size: 14px !important;
  line-height: 20px !important;
  cursor: pointer !important;
  color: #333 !important;
}

.mce-btn button:hover {
  background: none !important;
}

.mce-container,
.mce-container *,
.mce-widget,
.mce-widget *,
.mce-reset {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.mce-tinymce {
  margin-bottom: 20px !important;
}

.loader-outer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999999;
  top: 0;
  left: 0;
}

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.1);
}

.loader-content {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
}

.loader-content,
.fancybox-wrap {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.fancybox-opened .fancybox-skin {
  box-shadow: none;
}

.lds-dual-ring {
  display: inline-block;
  width: 60px;
  height: 60px;
}
.lds-dual-ring:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -3px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 50%;
  z-index: 9;
  animation: lds-dual-ring-pulse 1.2s linear infinite;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 44px;
  height: 44px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #94c11e;
  border-color: #009a76 transparent #94c11e transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lds-dual-ring-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}

header .current-user-info {
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 12px;
}

header .bank-name {
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  color: #009a76;
}

p.big-text {
  font-size: 20px;
}

.green {
  color: #94c11e !important;
}

.nomargin {
  margin: 0;
}

footer img {
  margin-bottom: 30px;
}

.drzewo-dokumentow ul li {
  display: block;
  position: relative;
  margin: 0px 0px 0px 30px;
  padding: 10px 0px 0px 0px;
  /* border-left: 2px solid #94c11e; */
}

.drzewo-dokumentow > ul > li {
  margin-left: 0;
}

.drzewo-dokumentow ul li ul li:first-child:before {
  content: "˪";
  display: block;
  position: absolute;
  margin-left: -20px;
  font-size: 50px;
  margin-top: -30px;
  color: #94c11e;
}

.drzewo-dokumentow input[type="text"] {
  display: inline-block;
  position: relative;
  margin: 0px 5px 0px 0px;
  padding: 5px 5px 2px 5px;
  border: 1px solid #eee;
  width: 350px;
}

.line-tree-options {
  display: inline-block;
  display: none;
  font-size: 13px;
}

.line-tree-options a {
  cursor: pointer;
  margin: 0px 4px;
}

.line-tree-options a:hover {
  text-decoration: underline !important;
}

.line-tree-options .line-tree-zmien-nazwe,
.line-tree-options .line-tree-ukryj,
.line-tree-options .line-tree-odkryj,
.line-tree-options .line-tree-pokaz-szczegoly,
.line-tree-options .line-tree-ukryj-szczegoly,
.line-tree-options .line-tree-wymagaj-akceptacji,
.line-tree-options .line-tree-nie-wymagaj-akceptacji,
.line-tree-options .line-tree-zablokuj,
.line-tree-options .line-tree-odblokuj {
  color: #94c11e !important;
  display: none;
}

.line-tree-options .line-tree-anuluj {
  color: #b43d3d !important;
  display: none;
}

.line-tree-options .line-tree-zapisz-zmiany {
  color: #218838 !important;
  display: none;
}

.line-tree-info {
  display: none;
  position: relative;
  font-size: 12px;
  line-height: 1;
}

.line-tree-icons {
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #999;
}

.line-tree-icons i {
  margin: 0 4px;
  display: none;
}

.line-tree-info label {
  font-size: 12px;
  line-height: 1;
  margin: 0 0 0 6px;
}

.line-tree-info label:after {
  display: none;
}

.fancybox-content table tr td {
  padding: 6px;
}

.fancybox-content label {
  display: block;
  position: relative;
  font-size: 12px;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.fancybox-content input[type="text"],
.fancybox-content select,
.fancybox-content textarea {
  font-size: 14px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 5px 5px 2px 5px;
  height: 35px;
  width: 180px;
}

.fancybox-content textarea {
  width: 100%;
  height: 80px;
  min-width: 500px;
}

.fancybox-content select option {
  font-size: 12px;
  display: block;
  line-height: 12px;
  background: #f5f5f5;
  padding-right: 10px;
}

.fancybox-content input[type="text"]:focus,
.fancybox-content select:focus,
.fancybox-content textarea:focus {
  border: 1px solid #94c11e;
}

.xdsoft_datetimepicker {
  z-index: 99999;
}

.info-table tr td {
  padding: 6px;
  vertical-align: text-top;
}

.info-table label {
  font-size: 12px;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #009a76;
}

ul.relacje li {
  margin-left: 20px;
}

ul.relacje {
  margin-bottom: 0;
}

.fancybox-content strong,
.tab-content strong {
  font-weight: 500;
}

.fancybox-content ul li a:not(.jstree-anchor),
.tab-content ul li a {
  color: #009a76;
}

.fancybox-content ul li a:not(.jstree-anchor):hover,
.tab-content ul li a:hover {
  color: #009a76;
  text-decoration: underline !important;
}

.info-table .copy-it,
.docs-table .copy-it {
  color: #aaa;
  cursor: pointer;
  margin-left: 5px;
  margin-top: -3px;
  display: none;
  font-size: 16px;
}

.info-table .copy-it:hover,
.docs-table .copy-it:hover {
  color: #94c11e;
}

.przypisani-klienci-wrapper,
.struktura-katalogow-wrapper {
  display: block;
  position: relative;
  border: 1px dashed #ddd;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 10px;
}

.docs-table .file-icon {
  width: 30px;
  display: block;
  position: relative;
}

.docs-table .file-icon img {
  width: 100%;
}

.docs-table tr td .sep {
  display: inline-block;
  margin: 0px 5px;
}

.sf-menu li.doAkceptacji a span.issetValue,
.tabs li span.issetValue {
  display: inline-block;
  background: #94c11e;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 24px;
  text-align: center;
  margin-top: -3px;
  margin-left: 4px;
  font-weight: normal;
}

.ajax-table {
  width: 100%;
}

.button-small.align-left {
  display: table;
  margin: 0 auto 0 0;
  margin-bottom: 20px;
}

.note-wrapper,
.notify-wrapper {
  display: table;
  position: relative;
  width: auto;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 12px;
  background: #ccebe4;
  border: 1px solid #99d7c8;
  border-radius: 2px;
}

.note-wrapper {
  min-width: 200px;
}

.notify-wrapper {
  display: block;
  width: 100%;
}

.note-date,
.notify-date {
  text-align: left;
  margin-bottom: 4px;
  color: #009a76;
}

.note-sign,
.notify-sign {
  text-align: right;
  margin-top: 4px;
  color: #009a76;
}

.note-content,
.notify-content {
  text-align: justify;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2em;
  color: #333;
}

.note-ok {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #009a76;
  cursor: pointer;
}

.note-ok i {
  margin: -5px 0px 0px 0px;
  padding: 0;
  line-height: 1;
}

.notify-wrapper.blue .notify-content,
.notify-wrapper.blue .notify-content a,
.notify-wrapper.green .notify-content,
.notify-wrapper.green .notify-content a,
.notify-wrapper.red .notify-content,
.notify-wrapper.red .notify-content a {
  color: #fff !important;
}

.notify-wrapper.blue {
  border: 0;
  background: #2980b9;
}

.notify-wrapper.blue .notify-sign,
.notify-wrapper.blue .notify-date {
  color: #b5e0fa;
}

.notify-wrapper.green {
  border: 0;
  background: #27ae60;
}

.notify-wrapper.green .notify-sign,
.notify-wrapper.green .notify-date {
  color: #c1e8d1;
}

.notify-wrapper.red {
  border: 0;
  background: #e74c3c;
}

.notify-wrapper.red .notify-sign,
.notify-wrapper.red .notify-date {
  color: #f6c0bb;
}

.home-panel table {
  color: #666 !important;
  font-size: 14px;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  margin-bottom: 10px;
  border: 1px solid #94c11e;
}

.home-panel a:first-child table {
  margin-top: 30px;
}

.home-panel table tr td:first-child {
  vertical-align: middle;
  width: 80px;
  text-align: center;
  font-size: 30px;
  background: #94c11e;
  color: #fff;
}

.home-panel table tr td span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 10px 10px 0px 10px;
  color: #009a76;
}

.home-panel table tr td p {
  margin: 0px 10px 10px 10px;
  font-size: 14px;
  color: #777;
}

.home-panel a table:hover {
  transform: scale(1.02);
}

.powiadomienia-dock p {
  margin: 0;
}

.powiadomienia-dock ul.opis {
  font-size: 12px;
}

.powiadomienia-dock ul.opis li {
  list-style-type: circle;
  margin-left: 30px;
}

.tytul-kartoteki a.button-small.napisz-notatke-klientowi {
  position: absolute;
  top: -9px;
  right: 15px;
}

.tytul-kartoteki a.button-small.dodaj-dokument-klientowi {
  position: absolute;
  top: -9px;
  right: 165px;
}

.show-hide-tree {
  color: #009a76;
  font-size: 12px;
  cursor: pointer;
}

.show-hide-tree i {
  margin-left: 8px;
  margin-top: -1px;
}

.tree-content-show-hide {
  display: none;
  position: relative;
  border: 1px dashed #ddd;
  padding: 10px;
  margin-top: 8px;
  margin-bottom: 0px;
  width: 100%;
  border-radius: 10px;
}

span.lvl {
  color: #009a76;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  line-height: 10px;
  margin: 0 1px 5px 0px;
}

span.refLink {
  display: inline-block;
  font-size: 16px;
  margin: 10px 0px 10px 0px;
  cursor: pointer;
}

section h6 {
  display: block;
  position: relative;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  padding: 0;
  color: #009a76;
  font-size: 16px;
}

p.tip {
  background: #d1ecf1;
  border: 1px solid #c2e7ec;
  color: #427f8a;
  font-size: 14px;
  display: block;
  position: relative;
  padding: 10px 30px 10px 10px;
}

p.tip i.fa-times-circle {
  font-size: 20px;
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}

.zalacznikiDoPobrania {
  display: block;
  position: relative;
}

.zalacznikiDoPobrania li {
  display: inline-block;
  width: 200px;
  vertical-align: text-top;
  margin: 0 10px 15px 10px;
}

.zalacznikiDoPobrania li a {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.zalacznikiDoPobrania li a .file-icon {
  width: 80px;
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.zalacznikiDoPobrania li a .file-icon img {
  width: 100%;
}

.zalacznikiDoPobrania li a span {
  font-size: 12px;
  display: block;
  position: relative;
  margin-top: 10px;
  color: #666;
}

#fileList ul {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 1.2em;
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: disc;
}

.linkiFormularzy {
  display: block;
  position: relative;
}

.linkiFormularzy li {
  display: inline-block;
  width: 200px;
  vertical-align: text-top;
  margin: 0 10px 15px 10px;
}

.linkiFormularzy li a {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.linkiFormularzy li a i {
  width: 80px;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 30px;
  text-align: center;
  color: #94c11e;
}

.linkiFormularzy li a:hover i {
  color: #009a76;
}

.linkiFormularzy li a span {
  font-size: 12px;
  display: block;
  position: relative;
  margin-top: 10px;
  color: #666;
}

/* WNIOSKI */

.wniosek {
  background: #f6f6f6;
  border: 1px solid #ddd;
  display: block;
  position: relative;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0 0 10px 0;
}

.wniosek h1 {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px;
  padding: 10px 0 10px 0;
  line-height: 1;
  border: 0;
  color: #009a76;
  border-bottom: 1px solid #ddd;
}

.wniosek h2 {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 10px 0px 10px 0px;
  padding: 0;
  line-height: 1.2em;
  border: 0;
  color: #009a76;
  border-bottom: 1px solid #ddd;
}

.wniosek h3 {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  margin: 0px 0px 10px 0px;
  padding: 0;
  line-height: 1.2em;
  border: 0;
  color: #009a76;
}

.wniosek .textItalic {
  font-style: italic;
}

.wniosek label,
.wniosek p.label {
  display: block;
  position: relative;
  font-size: 11px;
  margin: 0 0 2px 0;
  padding: 0;
  line-height: 1.3em;
}

.wniosek label em,
.wniosek h3 em,
.wniosek h2 em {
  color: #999;
  text-transform: none;
}

.wniosek input[type="text"],
.wniosek input[type="number"],
.wniosek select,
.wniosek textarea {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 4px 6px;
  background: #fff;
  border: 1px solid #ddd;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #666;
  font-weight: 400;
  border-radius: 0;
  margin-bottom: 10px;
}

.wniosek select option {
  font-size: 12px;
}

.wniosek input[type="text"]:focus,
.wniosek input[type="text"]:active,
.wniosek select:focus,
.wniosek select:active,
.wniosek input[type="number"]:focus,
.wniosek input[type="number"]:active,
.wniosek textarea:focus,
.wniosek textarea:active {
  border: 1px solid #009a76;
}

.wniosek .pretty {
  margin-top: -8px;
}

.wniosek .pretty label {
  font-size: 12px;
  margin: 0 0 0 5px;
  padding: 0;
}

.wniosek .pretty .state {
  margin-top: -5px;
}

.wniosek .group {
  border-left: 4px solid #ddd;
  padding-left: 10px;
  margin-bottom: 10px;
}

.wniosek p.small {
  font-size: 12px;
}
.wniosek div.small {
  font-size: 12px;
}

.wniosek p.index {
  font-size: 10px;
}

.wniosek .borderBottom {
  border-bottom: 1px solid #ddd;
}

.wniosek .borderTop {
  border-top: 1px solid #ddd;
}

.wniosek p.small strong {
  font-weight: 600;
}

.wniosek div.small strong {
  font-weight: 600;
}

.wniosek ul.small,
.wniosek ol.small {
  font-size: 12px;
  text-align: justify;
}

.wniosek ol.small > li {
  list-style-type: decimal;
  margin-left: 15px;
}

.wniosek ul.small li {
  list-style-type: circle;
  margin-left: 20px;
}

.wniosek button.addButton {
  font-size: 12px !important;
  border-radius: 15px !important;
  padding: 7px 15px !important;
  margin-bottom: 5px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.wniosek button.addButton i {
  margin-right: 5px;
  margin-top: -2px;
}

.wniosek .removeDynamicContent {
  display: inline-block;
  font-size: 10px;
  background: #b43d3d;
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  margin-bottom: 8px;
}

.wniosek input.inline,
.wniosek select.inline {
  display: inline-block;
  width: 200px;
}

.wniosek .padding30sides {
  padding-left: 30px;
}

.wniosek .controlButtons {
  display: block;
  position: fixed;
  z-index: 999;
  top: 60px;
  right: 15px;
}

.wniosek button#save,
.wniosek button#saveJson,
.wniosek button#generatePDF,
.wniosek button#importData {
  display: inline-block;
  font-size: 12px !important;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 3px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.wniosek button#save i,
.wniosek button#saveJson i,
.wniosek button#generatePDF i,
.wniosek button#importData i {
  margin-right: 5px;
  margin-top: -2px;
  font-size: 14px;
}

.wniosek .controlButtons button:last-child {
  margin-right: 0 !important;
}

#zapisWniosku p {
  text-align: center;
  font-size: 14px;
}

#zapisWniosku i {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 50px;
  margin-bottom: 10px;
  color: #009a76;
}

/* NA TABELACH */

.mainFormWrapper {
  display: block;
  position: relative;
  margin: 0;
  padding: 0px 15px 0px 15px;
}

.formTable {
  width: 100%;
  table-layout: fixed;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}

.formTable tr td {
  padding-left: 15px;
  padding-right: 15px;
}

.marginBottom10 {
  margin-bottom: 10px !important;
}

.marginBottom20 {
  margin-bottom: 20px !important;
}

.marginBottom8 {
  margin-bottom: 8px !important;
}

table.trSep tr {
  border-bottom: 1px solid #ddd;
}

table.trSep tr td {
  padding-top: 10px;
}

table.trSep tr:last-child {
  border: none;
}

.wypelniaPracownikBanku {
  display: none !important;
}

.brakWartosci {
  display: block;
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 2px;
  font-size: 10px;
  background: #94c11e;
  color: #fff;
  border-radius: 4px;
}

.wypelniaPracownik {
  display: none;
}
