﻿html,
body {
  color: #344644;
  margin: 0px;
  padding: 0px;
  font-family: Tahoma;
  font-size: 0.875em;
  background-color: #E7EBEE;
  position: relative;
  min-height: 100%;
  display: inline-table;
  min-width: 100%;
  height: 100%;
}

body {
  display: table-cell;
}

.noMobile {}

.Mobile {
  display: none;
}

a {
  color: #444444;
}

*:disabled {
  cursor: not-allowed !important;
}


hr {
  border: 0px;
  height: 1px;
  background: #E7EBEE;
}

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="radio"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
select,
textarea {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  line-height: 32px;
  padding: 5px 10px;
  outline: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  background: #fff;
  font: 13px/16px Helvetica, Arial, sans-serif;
  color: #404040;
  appearance: normal;
}

input:not([type="checkbox"]):not([type="button"]):not([type="submit"]):not([type="reset"]):focus,
select:focus,
textarea:focus {
  border-color: #3276B1;
}


.go_top {
  position: fixed;
  bottom: 5px;
  right: 5px;
  font-size: 30px;
  color: #e74c3c;
}

button,
input[type=submit],
.btn {
  border: none;
  padding: 10px 12px 6px 12px;
  border-bottom: 4px solid;
  -webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
  transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
  outline: none;
  border-radius: 3px;
  background-clip: padding-box;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #3498db;
  border-color: #2980b9;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.btn-group input[type="radio"] {
  opacity: 0;
  position: fixed;
}

button.btn-l,
input[type=submit].btn-l,
.btn.btn-l {
  border-radius: 3px 0px 0px 3px;
  float: left;
  margin-right: 0;
}

button.btn-r,
input[type=submit].btn-r,
.btn.btn-r {
  border-radius: 0px 3px 3px 0px;
  float: left;
  border-left-style: solid;
  border-left-width: 1px;
}

.btn input {
  display: none !important;
}

button:hover,
input[type=submit]:hover,
.btn:hover,
.btn.active {
  background-color: #2980B9;
  border-color: #216897;
}

button.szary,
input[type=submit].szary,
.btn.szary,
.cancelBtn {
  background-color: #95A5A6;
  border-color: #7F8C8D;
}

button.szary:hover,
input[type=submit].szary:hover,
.btn.szary:hover,
.btn.szary.active,
.cancelBtn:hover {
  background-color: #7F8C8D;
  border-color: #5C6667;
}

button.czerwony,
input[type=submit].czerwony,
.btn.czerwony {
  background-color: #E74C3C;
  border-color: #C0392B;
}

button.czerwony:hover,
input[type=submit].czerwony:hover,
.btn.czerwony:hover,
.btn.czerwony.active {
  background-color: #C0392B;
  border-color: #AC2925;
}

button.zolty,
input[type=submit].zolty,
.btn.zolty,
input[type="radio"]+label.btn.zolty {
  background-color: #F1C40F;
  border-color: #F39C12;
}

button.zolty:hover,
input[type=submit].zolty:hover,
.btn.zolty:hover,
.btn.zolty.active,
input[type="radio"]:checked+label.btn.zolty {
  background-color: #C37D0E;
  border-color: #A36A0C;
}

button.purpurowy,
input[type=submit].purpurowy,
.btn.purpurowy {
  background-color: #7266ba;
  border-color: #564AA3;
}

button.purpurowy:hover,
input[type=submit].purpurowy:hover,
.btn.purpurowy:hover,
.btn.purpurowy.active {
  background-color: #605CA8;
  border-color: #555299;
}

button.zielony,
input[type=submit].zielony,
.btn.zielony {
  background-color: #7FBA00;
  border-color: #699B00;
}

button.zielony:hover,
input[type=submit].zielony:hover,
.btn.zielony:hover,
.btn.zielony.active {
  background-color: #699B00;
  border-color: #527900;
}

button:disabled,
button:hover:disabled,
button:disabled *,
input[type=submit]:disabled,
input[type=submit]:hover:disabled,
input[type=submit]:disabled *,
.btn:disabled,
.btn:hover:disabled,
.btn:disabled * {
  border-color: #ADB2B5;
  background-color: #F4F4F4;
  color: #E9E9E9;
  text-shadow: -1px -1px #838383, 1px 1px #FFF;
}

.loading,
.loading * {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.loading:before {
  font-family: FontAwesome;
  content: "\f110";
  padding: 16px;
}


a.eksportuj_btn {
  float: right;
}

a.eksportuj_btn .fa-caret-down {
  font-size: 18px;
  padding: 0px 0px 0px 5px;
  margin: 0px;
  height: 13px;
  line-height: 13px;
  display: inline-block;
}

.btn_mini {
  width: 28px;
  height: 28px;
  background-color: #f4f4f4;
  color: #444;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #666;
  padding: 4px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.btn_mini.textRight {
  font-size: 13px;
}

.btn_mini.noText {
  font-size: 0px;
  min-width: inherit;
}

.btn_mini i {
  font-size: 16px;
  display: block;
}

.btn_mini.textRight i {
  display: inline-block;
}

.btn_mini.noText i {
  font-size: 14px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
}

.btn_mini:hover {
  border-color: #AAAAAA;
  background-color: #E7E7E7;
  color: #000000;
}

.btn_mini:disabled {
  text-shadow: none;
  background-color: lightblue;
}

.tabela .btn_mini {
  font-size: 0px;
  min-width: 14px;
}


.btn-group {
  border-radius: 3px;
  display: inline-block;
  overflow: hidden;
}

.btn-group label {
  margin: 0px;
  border-radius: 0px;
  float: left;
}

.btn_zamknij {
  float: right;
  margin-top: -10px;
  margin-right: -10px;
  background-color: #666666;
  color: #444;
  font-size: 12px;
  color: #FFFFFF;
  padding: 4px;
  display: inline-block;
  text-decoration: none;
  width: 15px;
  height: 15px;
  text-align: center;
}

.btn_zamknij:hover {
  background-color: #C26565;
}


.alert {
  border-left-style: solid;
  border-width: 5px;
  padding: 10px 10px 10px 40px;
  margin-bottom: 20px;
  position: relative;
}

.alert strong {
  margin-right: 5px;
}

.alert:before {
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  top: 7px;
  left: 10px;
}

.alert.ok {
  background-color: #CDE0C4;
  border-color: #8AC38B;
  color: #356635;
}

.alert.ok:before {
  content: "\f058";
}

.alert.info {
  background-color: #D6DDE7;
  border-color: #9CB4C5;
  color: #305d8c;
}

.alert.info:before {
  content: "\f05a";
}

.alert.warning {
  background-color: #EFE1B3;
  border-color: #DFB56C;
  color: #826430;
}

.alert.warning:before {
  content: "\f071";
}

.alert.error {
  background-color: #C26565;
  border-color: #953B39;
  color: #FFFFFF;
}

.alert.error:before {
  content: "\f057";
}

.alert ul {
  margin-bottom: 0px;
  padding-left: 20px;
}

.alert ul li {
  margin: 0px;
}





header {
  background-color: #e74c3c;
  height: 50px;
  line-height: 50px;
  z-index: 2;
  position: fixed;
  width: 100%;
}

header .logo {
  width: 200px;
  padding: 5px 15px 5px 15px;
  text-align: center;
  display: inline-block;
  float: left;
  height: 40px;
  background-color: #DBE1E6;
}

header .logo img {
  height: 40px;
}

header .prawa {
  float: right;
}

header>nav>div,
header>nav>ul {
  position: relative;
  width: 50px;
  float: left;
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  cursor: pointer;
}

header>nav>ul>li {
  list-style: none;
}

header>nav>div:hover,
header>nav>ul:hover {
  background-color: #B13C2E;
}

header nav div .count {
  background: #3a3633 none repeat scroll 0 0;
  border-radius: 50%;
  background-clip: padding-box;
  color: #fff;
  display: block;
  font-size: 9px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 11px;
  width: 14px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

ul.dropdown>li {
  position: absolute;
  right: 0;
}

ul.dropdown>li::before {
  content: "\f0d8";
  font-family: FontAwesome;
  display: block;
  height: 27px;
  line-height: normal;
  width: 27px;
  position: absolute;
  right: 5px;
  top: -10px;
  font-size: 29px;
  color: #FFFFFF;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.15);
}

.dropdown-content>a:hover {
  background-color: #F6F6F6;
}

.dropdown-container {
  display: none;
  z-index: 1;
}

.dropdown-content {
  background-color: #FFFFFF;
  border-radius: 5px;
  margin-top: 10px;
  right: 0;
  position: absolute;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
  line-height: normal;
  color: black;
  padding: 8px;
  text-decoration: none;
  display: block;
}

.dropdown-show {
  display: list-item;
}

/* .dropdown {
  position: relative;
  display: inline-block;
}

.dropdown:before {
  content: "\f0d8";
  font-family: FontAwesome;
  display: block;
  height: 27px;
  line-height: normal;
  width: 27px;
  position: absolute;
  right: 5px;
  top: -10px;
  font-size: 29px;
  color: #FFFFFF;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.15);
}

.dropdown-content.dropdown-show {
  display: block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown .kontener {
  border-radius: 5px;
  overflow: hidden;
  background-color: #FFFFFF;
  margin-top: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  height: auto;
  line-height: normal;
}

.dropdown .kontener a,
.dropdown .kontener label {
  color: #333333;
  background-color: #FFFFFF;
  height: auto;
  line-height: normal;
  text-decoration: none;
  padding: 8px;
  display: block;
  font-size: 14px;
}

.dropdown .kontener a:hover {
  background-color: #F6F6F6;
}

.dropdown .kontener a.active {
  background-color: #e74c3c;
  color: #FFFFFF;
}

.dropdown .kontener a .fa-file-excel-o {
  background-color: #217346;
  color: #FFFFFF;
  padding: 5px;
}

.dropdown .kontener a .fa-file-code-o {
  background-color: #0070BB;
  color: #FFFFFF;
  padding: 5px;
}

.dropdown .kontener a .fa-file-pdf-o {
  background-color: #FF0000;
  color: #FFFFFF;
  padding: 5px;
} */

aside:before,
aside:after {
  content: " ";
  display: table;
}


aside {
  background-color: #3A3633;
  height: inherit;
  width: 230px;
  position: fixed;
  z-index: 1;
  top: 0px;
  left: 0px;
  padding-top: 50px;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

aside.doPrawej {
  left: auto;
  right: 0px;
  bottom: 0px;
}

*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

aside.schowaj {
  left: -225px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

aside .user {
  color: #FFFFFF;
  padding: 10px 15px 10px 15px;
  overflow: hidden;
  font-size: 11px;
}

aside .user b {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  padding-top: 15px;
  display: block;
}

aside .user .zdjecie_pracownika {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 15px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  color: #FFFFFF;
}

aside .user .zdjecie_pracownika img {
  object-fit: contain;
  width: 80px;
  height: 80px;
  float: left;
}

aside .user .zdjecie_pracownika span {
  display: none;
}

aside .user .zdjecie_pracownika:hover span {
  position: absolute;
  text-align: center;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(76, 87, 99, .7);
  padding-top: 22px;
  font-size: 11px;
  display: inline-block;
}

aside .user .zdjecie_pracownika span i {
  color: #FFFFFF;
  font-size: 16px;
}

aside .user i {
  color: #2ecc71;
  margin-right: 4px;
}

aside .autor {
  text-shadow: 0px 0px 5px #000000;
  color: #867B75;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  font-size: 11px;
  padding-top: 7px;
  padding-bottom: 3px;
}

aside .autor a {
  text-shadow: 0px 0px 5px #000000;
  color: #867B75;
  text-decoration: none;
}

aside .autor a:hover {
  text-decoration: underline;
}


aside.chat {
  background-color: #ECF0F5;
  border-left-style: solid;
  border-width: 1px;
  border-color: #DADEE2;
  position: fixed;
  display: none;
}

aside.chat .topBar {
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #DADEE2;
  background-color: #4C5763;
  color: #FFFFFF;
  padding: 5px;
  overflow: hidden;
  line-height: 18px;
}

aside.chat .topBar a {
  color: #FFFFFF;
  font-size: 15px;
  float: right;
}

aside.chat .topBar a:hover {
  color: #CCCCCC;
}

aside.chat .wczytywanie_doradcow {
  text-align: center;
  padding-top: 15px;
}

aside.chat .wczytywanie_doradcow i {
  font-size: 17px;
}

aside.chat ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  overflow: auto;
}

aside.chat ul a {
  text-decoration: none;
}

aside.chat ul li {
  border-color: #DADEE2;
  border-style: solid;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  overflow: hidden;
  position: relative;
  border-width: 0px 0px 1px 3px;
}

aside.chat ul li:hover {
  background-color: #F2F5F9;
}

aside.chat ul li.zielony {
  border-left-color: #54CE3C;
}

aside.chat ul li.czerwony {
  border-left-color: #F14B52;
}

aside.chat ul li img {
  float: left;
  margin-right: 7px;
}

aside.chat ul li span {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 1px;
  background-color: #F39C12;
  border-radius: 50%;
  color: #FFFFFF;
  display: none;
  font-size: 9px;
  height: 15px;
  line-height: 15px;
  float: right;
  text-align: center;
  min-width: 17px;
  -webkit-animation: changecolor 0.7s infinite alternate;
  animation: changecolor 0.7s infinite alternate;
}

@-webkit-keyframes changecolor {
  from {
    background-color: #F39C12;
  }

  to {
    background-color: #e74c3c;
  }
}

@keyframes changecolor {
  from {
    background-color: #F39C12;
  }

  to {
    background-color: #e74c3c;
  }
}

aside.chat ul li h3 {
  margin-top: 10px;
  margin-bottom: 0px;
}

aside.chat ul li h4 {
  margin: 0px;
  font-weight: normal;
  color: #808080;
}

.chat_open {}

.chat_open ul {
  position: fixed;
  z-index: 1;
  bottom: 0px;
  right: 0px;
  margin: 0px 5px 0px 0px;
  width: 255px;
  background-color: #FFFFFF;
  padding: 0px;
  list-style-type: none;
  box-shadow: rgba(0, 0, 0, .3)0 2px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, .3)0 2px 6px;
}

.chat_open ul .topBar {
  background-color: #474544;
  overflow: hidden;
}

.chat_open ul .topBar a {
  float: right;
  line-height: 25px;
  height: 25px;
  width: 25px;
  text-align: center;
  font-size: 17px;
  border-left-style: solid;
  border-width: 1px;
  border-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
}

.chat_open ul .topBar a:hover {
  background-color: #000000;
}

.chat_open ul .topBar .count {
  padding: 1px;
  background: #F39C12 none repeat scroll 0 0;
  border-radius: 50%;
  background-clip: padding-box;
  color: #fff;
  display: none;
  font-size: 9px;
  height: 15px;
  line-height: 15px;
  float: right;
  text-align: center;
  min-width: 17px;
  margin-right: 7px;
  margin-top: 4px;
}

.chat_open ul .topBar span {
  color: #FFFFFF;
  line-height: 25px;
  margin-left: 5px;
}

.chat_open ul .topBar span i {
  color: #F14B52;
  margin-right: 5px;
}

.chat_open ul .topBar span i.zielony {
  color: #54CE3C;
}

.chat_open ul .text {
  height: 300px;
  padding: 5px;
  overflow: auto;
}

.chat_open ul .text .wczytywanie {
  text-align: center;
}

.chat_open ul .text .wczytywanie i {
  font-size: 14px;
}

.chat_open ul .text>div {
  clear: both;
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}

.chat_open ul .text div img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  float: left;
}

.chat_open ul .text div .msg div:first-child {
  margin-top: 5px;
}

.chat_open ul .text div .msg div {
  padding: 5px;
  margin-top: 1px;
  overflow: hidden;
}

.chat_open ul .text div .msg div a {
  color: #FFFFFF;
}

.chat_open ul .text div.ja .msg div {
  background-color: #D2D6DE;
  border-radius: 5px;
  margin-right: 50px;
}

.chat_open ul .text div.ja .msg div:first-child:before {
  content: '\f0da';
  font-family: FontAwesome;
  display: block;
  line-height: normal;
  position: absolute;
  right: 44px;
  top: 10px;
  font-size: 18px;
  color: #d2d6de;
}

.chat_open ul .text div.ja img {
  float: right;
}

.chat_open ul .text div.on .msg div {
  background-color: #F39C12;
  border-radius: 5px;
  color: #FFFFFF;
  margin-left: 50px;
}

.chat_open ul .text div.on img {
  float: left;
}

.chat_open ul .text div.on .msg div:first-child:before {
  content: '\f0d9';
  font-family: FontAwesome;
  display: block;
  line-height: normal;
  position: absolute;
  left: 44px;
  top: 10px;
  font-size: 18px;
  color: #F39C12;
}

.chat_open ul .text div .msg div span.data {
  display: block;
  font-size: 9px;
}

.chat_open ul textarea {
  border-width: 1px 0px 0px 0px;
  border-color: #E7EBEE;
  border-style: solid;
}


.panelki {
  overflow: hidden;
}

.panelki ul {
  border: 1px solid #666666;
  margin: 0px 0px 30px 0px;
  padding: 10px;
  list-style-type: none;
}

.panelki ul .btn {
  margin-top: 0px;
}


nav.menu {
  height: inherit;
  font-size: 13px;
  overflow: auto;
}

nav.menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

nav.menu ul li a {
  color: #c0bbb7;
  text-decoration: none;
  display: block;
  height: 28px;
  line-height: 28px;
  -webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
  transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
  overflow: hidden;
  padding: 8px 15px 8px 0px;
  border-left: 4px solid transparent;
}

nav.menu ul li.active {}

nav.menu>ul>li:hover>a,
nav.menu>ul>li.active>a {
  border-color: #e74c3c;
  color: #FFFFFF;
}

nav.menu>ul>li>ul>li:hover>a,
nav.menu>ul>li>ul>li.active>a {
  border-color: #e74c3c;
  color: #FFFFFF;
}

/* nav.menu ul li.active>a:before {
	content: "\f0d9";
	font-family: FontAwesome;
	display: block;
	height: 27px;
	line-height: normal;
	width: 27px;
	position: absolute;
	right: -21px;
	font-size: 20px;
	color: #F1F3F7;
} */

nav.menu ul li a .count {
  padding: 1px;
  background: #e74c3c none repeat scroll 0 0;
  border-radius: 50%;
  background-clip: padding-box;
  color: #fff;
  display: block;
  font-size: 10px;
  height: 17px;
  line-height: 17px;
  float: right;
  margin-top: 5px;
  text-align: center;
  min-width: 17px;
}

nav.menu ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

nav.menu ul li a i {
  margin-right: 5px;
  font-size: 1.3em;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  float: left;
}

nav.menu ul li:hover a i,
nav.menu ul li.active a i {
  color: #FFFFFF;
}

nav.menu ul li ul {
  display: none;
  background-color: #403F3D;
}

nav.menu ul li.active ul {
  display: block;
}

nav.menu ul li ul li {
  margin: 0px;
  padding: 0px;
}

nav.menu ul li ul li a {
  border-width: 0px;
  height: 28px;
  line-height: 28px;
  padding-left: 10px;
}

nav.menu ul li ul li a:hover {
  background-color: #444443;
}




.page {
  padding: 60px 10px 10px 10px;
  margin: 0px 0px 0px 230px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.page.pelny {
  padding: 60px 10px 10px 15px;
  margin: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page h1 {
  font-size: 20px;
  font-weight: normal;
}

.page h1 a {
  text-decoration: none;
  color: #344644;
}

.page h1 span {
  font-size: 15px;
}

.page .box {
  background: #FFFFFF;
  box-shadow: 1px 1px 2px 0 #CCCCCC;
  margin-bottom: 20px;
  border-radius: 3px;
  background-clip: padding-box;
  position: relative;
}

.page .box.panel {
  border-radius: 0px;
  border-style: solid;
  border-width: 3px 1px 1px 1px;
  border-color: #D2D6DE;
}

.page .box.panel .srodek,
.statystyki.srodek {
  padding: 24px;
}

.page .box .control {
  box-shadow: -1px 1px 3px 0px #FFFFFF;
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
  padding: 3px;
  background-color: #FFFFFF;
}

.page .box footer {
  padding: 15px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  background-color: #F8F8F8;
  border-color: rgb(224, 224, 224);
  border-top-style: solid;
  border-left-style: solid;
  border-width: 1px;
  overflow: hidden;
}

.page .box footer>* {
  margin: 0px 0px 0px 10px;
  float: right;
}

.page .window {
  border-style: solid;
  border-width: 3px 1px 1px 1px;
  border-color: #D2D6DE;
  background: #FFFFFF;
  margin-bottom: 20px;
  clear: both;
}

.page .window.pelnyEkran,
.page .box.pelnyEkran {
  position: absolute;
  z-index: 2;
  margin: 0px;
  border: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.page .window .gora {
  padding: 6px 7px;
  background-color: #FAFAFA;
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.page .window .gora .input-group {
  width: 240px;
  margin-bottom: 0px;
}

.page .window .gora .control {
  float: right;
}

.page .window .gora .control a {
  margin-left: 10px;
}

.page .window .srodek {
  background-color: #FFFFFF;
}

.page .window .srodek .alert {
  margin: 20px;
}

.page .window .dol {
  padding: 6px 7px;
  background-color: #FFFFFF;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
}


.aktywny {
  padding: 3px 7px;
  border-radius: 10px;
  background-color: #356e35;
  color: #FFFFFF;
  font-size: 10px;
  display: inline-block;
  text-align: center;
}

.aktyny_niebieski {
  padding: 3px 7px;
  border-radius: 10px;
  background-color: #35356e;
  color: #FFFFFF;
  font-size: 10px;
  display: inline-block;
  text-align: center;
}

.nieaktywny {
  padding: 3px 7px;
  border-radius: 10px;
  background-color: #a90329;
  color: #FFFFFF;
  font-size: 10px;
  display: inline-block;
  text-align: center;
}


.tabela_wczytaj {
  text-align: center;
}

.tabela_wczytaj i {
  text-align: center;
  font-size: 35px;
  color: #3498DB;
  margin-top: 40px;
  margin-bottom: 40px;
}

.tabela_wczytaj a {
  width: 0px;
  height: 0px;
  border-width: 0px;
  border-color: #DDDDDD;
  padding: 10px 0px 10px 0px;
  font-size: 0px;
  font-weight: bold;
  text-align: center;
  display: none;
  color: #FFFFFF;
  text-decoration: none;
  border-bottom-style: solid;
  text-transform: uppercase;
  background-color: #C79121;
  transition-duration: 0.3s;
}

.tabela_wczytaj a:hover {
  background-color: #403F3D;
  color: #FFFFFF;
  transition-duration: 0.3s;
}



.lewy_kolor td:first-child {
  position: relative;
}

.lewy_kolor td:first-child:before {
  content: '';
  border-left-style: solid;
  border-width: 5px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
}

.lewy_kolor.zielony td:first-child:before {
  color: #356635;
  background-color: #CDE0C4;
}

.lewy_kolor.zolty td:first-child:before {
  color: #826430;
  background-color: #EFE1B3;
}

.lewy_kolor.niebieski td:first-child:before {
  color: #305d8c;
  background-color: #D6DDE7;
}

.lewy_kolor.czerwony td:first-child:before {
  color: #C26565;
  background-color: #C26565;
}

.lewy_kolor.szary td:first-child:before {
  color: #5C5C5C;
  background-color: #EEEEEE;
}

.lewy_kolor.fioletowy td:first-child:before {
  color: #6E587A;
  background-color: #D9D0DD;
}

.lewy_kolor.red td:first-child:before {
  color: #C8372C;
  background-color: #C8372C;
}

.lewy_kolor.pink td:first-child:before {
  color: #BF1951;
  background-color: #BF1951;
}

.lewy_kolor.purple td:first-child:before {
  color: #802090;
  background-color: #802090;
}

.lewy_kolor.blue td:first-child:before {
  color: #1B7BC7;
  background-color: #1B7BC7;
}

.lewy_kolor.cyan td:first-child:before {
  color: #009AAE;
  background-color: #009AAE;
}

.lewy_kolor.teal td:first-child:before {
  color: #16A085;
  background-color: #16A085;
}

.lewy_kolor.green td:first-child:before {
  color: #3E9042;
  background-color: #3E9042;
}

.lewy_kolor.lime td:first-child:before {
  color: #A8B42F;
  background-color: #A8B42F;
}

.lewy_kolor.yellow td:first-child:before {
  color: #D1C130;
  background-color: #D1C130;
}

.lewy_kolor.amber td:first-child:before {
  color: #D19E06;
  background-color: #D19E06;
}

.lewy_kolor.orange td:first-child:before {
  color: #D17D00;
  background-color: #D17D00;
}

.lewy_kolor.brown td:first-child:before {
  color: #63463B;
  background-color: #63463B;
}

.lewy_kolor.grey td:first-child:before {
  color: #828282;
  background-color: #828282;
}

.lewy_kolor.blueGrey td:first-child:before {
  color: #4F6772;
  background-color: #4F6772;
}



.ui-progressbar {
  border: 1px solid #DDDDDD;
  position: relative;
  background-color: #F8F8F8;
  height: 17px;
  min-width: 60px;
}

.ui-progressbar .ui-progressbar-value {
  background-color: #e74c3c;
  margin: 0px;
  height: 100%;
}

.ui-progressbar .progress-label {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  text-align: center;
  text-shadow: 0px 0px 3px #FFFFFF, 0px 0px 3px #FFFFFF, 0px 0px 3px #FFFFFF;
  font-size: 11px;
  line-height: 17px;
}





.smart {}

.smart .nr_dowodu {
  text-transform: uppercase;
}

.smart header {
  display: block;
  /* padding: 8px 0 !important; */
  border-bottom: 1px dashed rgba(0, 0, 0, .2);
  background: unset;
  font-size: 16px;
  font-weight: bold;
  color: #232323;
  margin: 10px 0px 10px 0px;
  padding-bottom: 8px;
  height: auto;
  line-height: normal;
  z-index: 0;
  position: relative;
}

.smart header a {
  float: right;
  margin-left: 15px;
  margin-top: -3px;
  font-weight: normal;
}

.smart fieldset {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  display: block;
  border: none;
  color: #666666;
  overflow: hidden;
  /* position: relative; */
}

.smart fieldset section {
  /* position: relative; */
  overflow: hidden;
}

.smart fieldset section:not([error-message]) {
  margin-bottom: 15px;
}

.smart fieldset section[error-message] label.control-label,
.smart fieldset section[error-message] * {
  color: red;
  border-color: red;
}

.smart fieldset section[error-message]::after {
  content: attr(error-message);
  display: block;
  color: red;
  text-align: center;
  min-height: 15px;
}

.smart fieldset section label.control-label {
  display: block;
  /* margin-bottom: 6px; */
  min-height: 26px;
  line-height: 19px;
  font-weight: 400;
  font-size: 13px;
  color: #333333;
  text-align: left;
  white-space: normal;
}

.form-control {
  font-size: 12px;
  line-height: 1.5;
  border-color: #BDBDBD;
}

.form-control:focus {
  border-color: #3276B1;
}

.form-control.error {
  border-color: #B94A48;
  background-color: #FFF0F0 !important;
}

.form-control.valid {
  border-color: #468847;
  background-color: #F0FFF0 !important;
}

span.form-error {
  display: block;
  clear: both;
  font-size: 11px;
  color: #FF0000;
}

.smart .row {
  /* margin: 0 -15px; */
  overflow: hidden;
}

.smart .row .col {
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.smart .row .col.col-2 {
  width: 16.66%;
}

.smart .row .col.col-3 {
  width: 25%;
}

.smart .row .col.col-4 {
  width: 33.33%;
}

.smart .row .col.col-5 {
  width: 41.66%
}

.smart .row .col.col-6 {
  width: 50%;
}

.smart .row .col.col-7 {
  width: 58.33%;
}

.smart .row .col.col-8 {
  width: 66.66%;
}

.smart .row .col.col-9 {
  width: 75%;
}

.smart .row .col.col-10 {
  width: 83.33%;
}

.smart .row .col.col-11 {
  width: 91.66%;
}

.smart.wyszukiwarka button,
.smart.wyszukiwarka .wz {
  margin: 0px;
  font-size: 12px;
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 29px;
  line-height: 29px;
  border-bottom-width: 3px;
}

.smart.wyszukiwarka .wz {
  padding: 2px 5px 0px 5px;
  margin: 0px;
  height: 24px;
  line-height: 24px;
  font-size: 22px;
  display: inline-block;
}

.smart.wyszukiwarka .wz i {
  float: left;
  padding-top: 2px;
  width: 100%;
  display: block;
  text-align: center;
}

.smart.wyszukiwarka .wz input {
  display: none;
}

.smart.wyszukiwarka .zaawansowana {
  border-bottom-style: dashed;
  border-width: 1px;
  border-color: #D2D6DE;
  border-top-style: dashed;
  padding-top: 15px;
}

.smart.wyszukiwarka .zaawansowana input.form-control {
  padding: 9px !important;
}

.smartCut {
  font-size: 11px;
  font-weight: bold;
  padding: 3px 5px 3px 5px;
  overflow: hidden;
  display: inline-block;
}

.smartCut.mini {
  font-size: 10px;
  font-weight: normal;
}

.smartCut.max {
  font-size: 13px;
}

td .smartCut {
  width: 100%;
  text-align: center;
}

.smartCut.zielony {
  color: #356635;
  background-color: #CDE0C4;
}

.smartCut.zolty {
  color: #826430;
  background-color: #EFE1B3;
}

.smartCut.zolty2 {
  color: #356635;
  background-color: #EFE1B3;
}

.smartCut.niebieski {
  color: #305d8c;
  background-color: #D6DDE7;
}

.smartCut.czerwony {
  color: #FFFFFF;
  background-color: #C26565;
}

.smartCut.szary {
  color: #5C5C5C;
  background-color: #EEEEEE;
}

.smartCut.fioletowy {
  color: #6E587A;
  background-color: #D9D0DD;
}

.smartCut.czarny {
  color: #FFFFFF;
  background-color: #000000;
}

.smartCut.red {
  color: #FFFFFF;
  background-color: #C8372C;
}

.smartCut.pink {
  color: #FFFFFF;
  background-color: #BF1951;
}

.smartCut.purple {
  color: #FFFFFF;
  background-color: #802090;
}

.smartCut.blue {
  color: #FFFFFF;
  background-color: #1B7BC7;
}

.smartCut.cyan {
  color: #FFFFFF;
  background-color: #009AAE;
}

.smartCut.teal {
  color: #FFFFFF;
  background-color: #16A085;
}

.smartCut.green {
  color: #FFFFFF;
  background-color: #3E9042;
}

.smartCut.lime {
  color: #FFFFFF;
  background-color: #A8B42F;
}

.smartCut.yellow {
  color: #FFFFFF;
  background-color: #D1C130;
}

.smartCut.amber {
  color: #FFFFFF;
  background-color: #D19E06;
}

.smartCut.orange {
  color: #FFFFFF;
  background-color: #D17D00;
}

.smartCut.brown {
  color: #FFFFFF;
  background-color: #63463B;
}

.smartCut.grey {
  color: #FFFFFF;
  background-color: #828282;
}

.smartCut.blueGrey {
  color: #FFFFFF;
  background-color: #4F6772;
}





.smart_tree {
  position: relative;
}

.smart_tree ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  box-sizing: content-box;
}

.smart_tree ul li {
  margin: 0px;
  padding: 5px;
  position: relative;
  list-style-type: none;
  box-sizing: content-box;
}

.smart_tree ul li:before {
  content: '';
  left: -20px;
  position: absolute;
  right: auto;
  border-left: 1px solid #999;
  bottom: 50px;
  height: 100%;
  top: -11px;
  width: 1px;
  -webkit-transition: "border-color 0.1s ease 0.1s";
  -moz-transition: "border-color 0.1s ease 0.1s";
  -o-transition: "border-color 0.1s ease 0.1s";
  transition: "border-color 0.1s ease 0.1s";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.smart_tree ul li:after {
  content: '';
  left: -20px;
  position: absolute;
  right: auto;
  border-top: 1px solid #999;
  height: 20px;
  top: 18px;
  width: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.smart_tree>ul>li:after,
.smart_tree>ul>li:before {
  border: 0px;
}

.smart_tree li:last-child:before {
  height: 30px;
}

.smart_tree ul li span {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px dotted #999;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
  -webkit-transition: color .2s ease .1s, background-color .2s ease .1s, border-color .3s ease .2s;
  -moz-transition: color .2s ease .1s, background-color .2s ease .1s, border-color .3s ease .2s;
  -o-transition: color .2s ease .1s, background-color .2s ease .1s, border-color .3s ease .2s;
  transition: color .2s ease .1s, background-color .2s ease .1s, border-color .3s ease .2s;
  height: 26px;
  line-height: 26px;
}

.smart_tree ul li span.przyklej {
  border-radius: 5px 0px 0px 5px;
  border-right-width: 0px;
}

.smart_tree ul li span.master {
  margin-left: 0px;
  border-radius: 0px 5px 5px 0px;
}

.smart_tree ul li span.zolty {
  background-color: #FCF8E3;
}

.SmartSort ul li span {
  cursor: move;
}

.smart_tree ul li span i {
  font-size: 1.3em;
}

.smart_tree ul li label {
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
  -webkit-transition: color .2s ease .1s, background-color .2s ease .1s, border-color .3s ease .2s;
  -moz-transition: color .2s ease .1s, background-color .2s ease .1s, border-color .3s ease .2s;
  -o-transition: color .2s ease .1s, background-color .2s ease .1s, border-color .3s ease .2s;
  transition: color .2s ease .1s, background-color .2s ease .1s, border-color .3s ease .2s;
}

.smart_tree ul li ul {
  padding-left: 34px;
  padding-top: 10px;
}

.smart_tree ul li ul li {
  padding: 5px;
}

.smart tr>td {
  font-size: 12px;
  font-weight: normal;
}

.pulpitPanel {
  background-color: #FFFFFF;
  padding: 15px;
  border-top-style: solid;
  border-width: 3px;
  overflow: hidden;
}

.pulpitPanel i {
  float: left;
  font-size: 35px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
  margin-right: 10px;
}

.pulpitPanel h4 {
  font-weight: normal;
  margin: 0px;
}

.pulpitPanel h2 {
  margin: 0px;
  font-size: 24px;
}

.pulpitPanel.zielony {
  border-color: #53D0C0;
}

.pulpitPanel.zielony i {
  background-color: #53D0C0;
}

.pulpitPanel.zolty {
  border-color: #FFA83C;
}

.pulpitPanel.zolty i {
  background-color: #FFA83C;
}

.pulpitPanel.niebieski {
  border-color: #62A9F9;
}

.pulpitPanel.niebieski i {
  background-color: #62A9F9;
}

.pulpitPanel.czerwony {
  border-color: #F76767;
}

.pulpitPanel.czerwony i {
  background-color: #F76767;
}





.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.icon {
  font-size: 27px;
}

.icon.mini {
  font-size: 20px;
}

.icon.czerwony {
  color: #C26565;
}

.icon.zielony {
  color: #8AC38B;
}

.icon.niebieski {
  color: #4784C0;
}



#dialog_zdjecie {
  text-align: center;
}

#dialog_zdjecie img {
  max-width: 70%;
  max-height: 70px;
}

#dialog_zdjecie strong {
  display: block;
}

#zalacznik_tabela a {
  text-decoration: none;
  color: #000000;
}

#zalacznik_tabela .galeria img {
  max-width: 220px;
  max-height: 220px;
}



.panel_logowania {
  max-width: 350px;
  min-width: 280px;
  margin: 60px auto 20px;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
}

.panel_logowania header {
  background-color: #DBE1E6;
  color: #fff;
  display: block;
  font-size: 2em;
  font-weight: 400;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  height: auto;
  line-height: normal;
  position: relative;
}

.panel_logowania .box {
  background: #FFFFFF;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  border: 1px solid #e1e1e1;
  border-bottom-width: 5px;
  padding: 40px 25px;
}

.panel_logowania .box input[type=submit] {
  font-size: 1.125em;
  width: 100%;
  padding: 15px 17px 11px 17px;
}








.r-tabs .r-tabs-nav {
  display: table;
  list-style: none;
  margin: 0 0 -1px 0;
  padding: 0;
  z-index: 1;
}

.r-tabs .r-tabs-nav:before,
.r-tabs .r-tabs-nav:after {
  display: table;
  content: "";
}

.r-tabs .r-tabs-tab {
  border-style: solid;
  border-width: 3px 1px 1px 1px;
  border-color: #FFFFFF #FFFFFF #DDDDDD #FFFFFF;
  background-color: #ffffff;
  float: left;
}

.r-tabs .r-tabs-tab a {
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
  color: #444444;
  font-size: 13px;
  cursor: pointer;
}

.r-tabs .r-tabs-tab a:hover {
  color: #999999;
}

.r-tabs .r-tabs-tab.r-tabs-state-active {
  border-color: #e74c3c #DDDDDD #ffffff #DDDDDD;
  pointer-events: none;
}

.r-tabs .r-tabs-accordion-title {
  border-width: 1px;
  border-color: #FFFFFF;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  border-bottom-style: solid;
}

.r-tabs .r-tabs-accordion-title a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  padding: 12px 24px;
  background-color: #e74c3c;
  display: block;
  font-size: 14px;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active a {
  background-color: #B13C2E;
}

.r-tabs .r-tabs-panel {
  border-width: 1px;
  border-color: #DDDDDD;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
  border-top-style: solid;
  margin-top: -1px;
}

.r-tabs-panel.r-tabs-state-active {
  display: block;
}

.r-tabs-panel.r-tabs-state-default {
  display: none;
}












.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  border-spacing: 0px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
}

.input-group>.input-group-addon {
  border-radius: 4px 0px 0px 4px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  box-sizing: border-box;
}

.input-group>.form-control {
  border-radius: 0px 4px 4px 0px;
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin: 0px;
  min-height: 35px;
  padding: 6px 12px !important;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  box-sizing: border-box;
}




.footable>tbody>tr.przeczytane {
  background-color: #ECEDF0;
}

.footable>tbody>tr>td .fa-thumb-tack {
  margin-right: 10px;
}

.footable>tfoot>tr>th,
.footable>tfoot>tr>td {
  background-color: #E6E6E6;
}

td.zgon {
  background-image: url("wstazka.png");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 7px 1px;

}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  background-color: white;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
  height: 200px;
}

.ui-tooltip,
.arrow:after {
  background: black;
}

.ui-tooltip {
  padding: 6px 8px;
  color: white;
  border-radius: 5px;
  font-size: 11px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

.arrow.top {
  top: -16px;
  bottom: auto;
}

.arrow.left {
  left: 20%;
}

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow.top:after {
  bottom: -20px;
  top: auto;
}




.zdjecie_doradca {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  float: right;
  margin-right: 15px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  color: #FFFFFF;
}

.zdjecie_doradca img {
  width: 80px;
  height: 80px;
  float: left;
}

.zdjecie_doradca span {
  display: none;
}

.zdjecie_doradca:hover span {
  position: absolute;
  text-align: center;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(76, 87, 99, .7);
  padding-top: 22px;
  font-size: 11px;
  display: inline-block;
}

.zdjecie_doradca span i {
  color: #FFFFFF;
  font-size: 16px;
}




.noBorder {
  border: 0px;
}

.noBorder .selectize-input {
  border: 0px;
  cursor: auto;
  box-shadow: none !important;
}

.noBorder .selectize-input input {
  visibility: hidden;
}

.noBorder .selectize-input.dropdown-active:before {
  content: '';
}

selectize-dropdown.noBorder {
  visibility: hidden;
  display: none;
}



.ui-widget-overlay {
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.1) 0%, rgba(20, 20, 20, 0.5) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(20, 20, 20, 0.5)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.1) 0%, rgba(20, 20, 20, 0.5) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.1) 0%, rgba(20, 20, 20, 0.5) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.1) 0%, rgba(20, 20, 20, 0.5) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, rgba(20, 20, 20, 0.5) 100%);
}

.ui-dialog {
  border-radius: 3px;
  background-color: #FFFFFF;
  padding: 0px;
  min-width: 500px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}

.ui-dialog-titlebar {
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #E5E5E5;
  padding: 15px;
}

.ui-dialog .ui-dialog-title {
  font-size: 19px;
}

.ui-dialog .ui-dialog-titlebar-close {
  margin: -10px 0px 0px 0px;
  background: transparent;
  border: 0px;
}

.ui-dialog .ui-dialog-titlebar-close:before {
  font-family: FontAwesome;
  content: "\f00d";
  color: #CCCCCC;
  font-size: 15px;
}

.ui-dialog .ui-dialog-titlebar-close:hover:before {
  color: #999999;
}

.ui-dialog .ui-dialog-buttonpane {
  background-color: #F6F6F6;
  border-top-style: solid;
  border-width: 1px;
  border-color: #E7EBEE;
}

.ui-dialog .ui-dialog-buttonpane button {
  border: 0px;
  font-weight: normal;
  font-size: 12px;
  padding: 10px 15px 10px 15px;
}


.dialog_potwierdzenie .ui-dialog-content:before {
  content: "\f05d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #F5F5F5;
  font-size: 70px;
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: -1;
}

.dialog_wiadomosc .ui-dialog-content:before {
  content: "\f003";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #F5F5F5;
  font-size: 70px;
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: -1;
}



.icon_fajka {
  padding-left: 33px !important;
}

.icon_fajka:before {
  content: "\f05d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 20px;
  position: absolute;
  top: 7px;
  left: 10px;
}

.icon_stop {
  padding-left: 33px !important;
}

.icon_stop:before {
  content: "\f05c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 20px;
  position: absolute;
  top: 7px;
  left: 10px;
}


.fc-view table tr td,
.fc-view table tr th,
.fc .fc-row,
.fc-divider {
  border-color: #ddd;
}

.fc-toolbar {
  padding: 6px 7px;
  background-color: #FAFAFA;
}

.fc-day-header {
  background-color: #eee;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -ms-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  font-size: 12px;
  border: 1px solid #ddd;
  padding: 4px;
  line-height: 1.428571429;
}

td.fc-other-month {
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, rgba(0, 0, 0, .03)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(0, 0, 0, .03)), color-stop(0.75, rgba(0, 0, 0, .03)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, .03)25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .03)50%, rgba(0, 0, 0, .03)75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(135deg, rgba(0, 0, 0, .03)25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .03)50%, rgba(0, 0, 0, .03)75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(135deg, rgba(0, 0, 0, .03)25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .03)50%, rgba(0, 0, 0, .03)75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(0, 0, 0, .03)25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .03)50%, rgba(0, 0, 0, .03)75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(0, 0, 0, .03)25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .03)50%, rgba(0, 0, 0, .03)75%, transparent 75%, transparent);
  background-color: #FAFCFD;
  background-size: 16px 16px;
}

.fc button {}

.fc button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.fc button.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc button:disabled {
  border-color: #ADB2B5;
  background-color: #F4F4F4;
  color: #E9E9E9;
  text-shadow: -1px -1px #838383, 1px 1px #FFF;
}

.fc-button-group button {
  border-radius: 0px;
}

.fc-button-group button:first-child {
  border-radius: 4px 0px 0px 4px;
}

.fc-button-group button:last-child {
  border-radius: 0px 4px 4px 0px;
}

.fc-prev-button {
  border-radius: 4px 0px 0px 4px;
}

.fc-next-button {
  border-radius: 0px 4px 4px 0px;
}

.fc-event {
  border-left-style: solid;
  border-radius: 0px;
  border-width: 0px 0px 0px 5px;
  background-color: #6F6F6F;
  border-color: #363636;
}

.fc-event .fc-time {
  font-weight: bold;
  padding: 3px 0px 2px 3px;
  font-size: 11px;
  display: block;
  line-height: 16px;
}

.fc-event .fc-title {
  font-weight: bold;
  padding: 3px 0px 2px 3px;
  font-size: 11px;
  display: inline-block;
  line-height: 16px;
}

.fc-event .fc-title .ultra-light {
  font-weight: 300 !important;
}

.fc-event .fc-title i {
  font-size: 14px;
  margin-top: 4px;
  margin-right: 4px;
  position: absolute;
  z-index: 5;
  top: 0px;
  right: 0px;
}

.fc-event.czarny {
  background-color: #6F6F6F;
  border-color: #363636;
}

.fc-event.niebieski {
  background-color: #80A5B4;
  border-color: #4A7384;
}

.fc-event.zolty {
  background-color: #D5AC57;
  border-color: #A97B1C;
}

.fc-event.zielony {
  background-color: #94A26E;
  border-color: #607035;
}

.fc-event.szary {
  background-color: #ADB9BD;
  border-color: #7C898F;
}

.fc-event.czerwony {
  background-color: #BE415D;
  border-color: #8F0222;
}

.simplecolorpicker.inline {
  border-radius: 2px;
  padding: 0px;
  overflow: hidden;
}

.simplecolorpicker span.color,
.simplecolorpicker span.color[data-selected] {
  width: 40px;
  height: 25px;
  line-height: 25px;
  margin: 0px;
  border: 0px !important;
  text-align: center;
  font-size: 14px;
}

.simplecolorpicker span.color:hover:after {
  opacity: 0.4;
}

.simplecolorpicker span.color[data-selected]:after {
  font-size: 14px;
  opacity: 1;
}

.simplecolorpicker span.color:hover {
  border: 0px;
}


.ui-datepicker-today a {
  background-color: #EEEEEE;
}



@media (max-width: 640px) {
  .noMobile {
    display: none;
  }

  .Mobile {
    display: block;
  }

  html,
  body {
    position: relative;
    min-height: inherit;
    display: block;
    min-width: inherit;
  }

  header {
    top: 0px;
  }

  .panel_logowania {
    margin: 0px auto 0px auto;
    border-radius: 0px;
    min-width: inherit;
  }

  .panel_logowania .box {
    padding: 20px 5px;
  }

  header .logo {
    width: auto;
    padding: 5px 10px 5px 10px;
  }

  header nav a {
    font-size: 17px;
  }

  nav.menu {
    font-size: 16px;
  }

  aside.schowaj,
  aside.autoSchowaj {
    left: 0px;
    display: block;
  }

  aside.doPrawej {
    top: 50px;
  }

  .page {
    padding: 0px;
    margin: 60px 0px 0px 0px;
  }

  .page.pelny {
    padding: 0px;
  }

  .r-tabs .r-tabs-panel {
    padding: 15px 2px 15px 2px;
  }

  .smart_pulpit .row .col.col-3 {
    width: 50%;
  }

  .tabela .btn_mini {
    padding: 4px;
    min-width: 30px;
    font-size: 9px;
    min-width: 20px;
  }

}

@media (max-width: 482px) {
  .footable.breakpoint>tbody>tr>td>span.footable-toggle {
    display: none;
  }

  .smart_pulpit .row .col.col-3 {
    width: auto;
    float: none;
    clear: both;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.tabela_dane>thead>tr>th {
  padding: 10px;
}

.tabela_dane>thead>tr>th>span::before {
  padding-left: 6px;
  vertical-align: middle;
  color: '#333333';
  font-family: FontAwesome;
  font-size: 12px;
  text-align: center;
}

.tabela_dane>thead>tr>th.sorted-asc>span::before {
  content: '\F0DE';
}

.tabela_dane>thead>tr>th.sorted-desc>span::before {
  content: '\F0DD';
}

.tabela_dane>thead>tr>th.unsorted>span::before {
  content: '\F0DC';
}

.tabela_dane {
  border-collapse: separate;
  border-spacing: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #444444;
  width: 100%;
}

.tabela_dane>thead>tr>th {
  color: #333333;
  border-top: none;
  border-left: none;
  border-left-color: currentcolor;
  font-weight: bold;
  border-color: #DDDDDD;
  border-bottom-style: solid;
  background-color: #F5F5F5;
  font-size: 12px;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 2px;
  text-align: center;
}

.tabela_dane>tbody>tr>td {
  padding: 8px 10px;
  text-align: left;
  border-left: none;
  border-left-width: medium;
  border-left-color: currentcolor;
  border-width: 1px;
  border-color: #DDDDDD;
  border-bottom-style: solid;
  text-align: center;
}

.no-scroll {
  position: fixed;
}

.overlay-container {
  backdrop-filter: blur(5px);
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, rgba(20, 20, 20, 0.5) 100%);
  -webkit-animation: overlayFadeIn 0.5s linear forwards;
  animation: overlayFadeIn 0.5s linear forwards;
}

.overlay-content {
  position: fixed;
  display: flex;
  flex-direction: column;
  margin: 5vh auto 5vh auto;
  z-index: 101;
  max-width: 90vw;
  max-height: 90vh;
  overflow-y: auto;
  left: 0;
  right: 0;
  width: fit-content;
}

.overlay-container.loading {
  bottom: 0;
  z-index: 110;
}

.overlay-content.loading {
  z-index: 111;
  font-size: 6em;
  display: flex;
  top: 0;
  bottom: 0;
  justify-content: center;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@keyframes overlayFadeIn {
  0% {
    display: flex;
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.overlay-background {
  z-index: 100;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.overlay table.tabela_dane>tbody>tr>td.czynnosci-podglad {
  background-color: #fff;
  border-style: solid;
  border-width: 10px;
  border-color: #e7ebee;
}

.actions {
  min-width: 80px;
  width: max-content;
  display: inline-block;
}

table>tbody>tr:hover {
  transition: background 0.25s;
  background-color: #ECF3F8;
}

tr>td>.round_bg {
  padding: 0.4em 0.6em;
  border-radius: 1em;
}

tr.selected {
  background-color: aliceblue;
}

.document-template-list-item {
  display: flex;
}

.document-template-list-item>label {
  align-content: center;
}

.document-template-list-item+.document-template-list-item {
  border-top: 1px dashed rgba(0, 0, 0, .2);
}

.strike {
  text-decoration: line-through;
}

table>tbody>tr:hover {
  background-color: #ffeded;
  transition: background 0.25s;
}

input:disabled,
select:disabled {
  color: darkgray;
  background-color: #eeeeee;
}

.snackbar {
  word-wrap: anywhere;
  visibility: hidden;
  opacity: 0.8;
  width: 30vw;
  margin-left: 35vw;
  background-color: #333;
  color: #fff;
  justify-content: space-around;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 120;
  top: 30px;
  font-size: 17px;
  border-radius: 6px;
  display: flex;
  flex-flow: row;
}

.snackbar.error {
  background-color: red;
}

.snackbar.success {
  background-color: #52c75d;
}

.snackbar.fadein {
  visibility: visible;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

.snackbar.fadeinout {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.snackbar.fadeout {
  visibility: visible;
  -webkit-animation: fadeout 0.5s;
  animation: fadeout 0.5s;
}

.snackbar i {
  display: none;
  padding-right: 8px;
}

.snackbar.error i {
  display: inline-block;
}

.snackbar button {
  display: none;
  padding: 0 0 0 8px;
  margin: 0 0 auto auto;
  border-width: 0;
  background-color: unset;
}

.snackbar.error button {
  display: inline-block;
}

.snackbar:not(.success) button:before {
  font-family: FontAwesome;
  content: "\f00d";
  color: #FFFFFF;
  font-size: 15px;
}

.snackbar-close:hover {
  background-color: unset;
}

@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }

  to {
    top: 30px;
    opacity: 0.8;
  }
}

@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }

  to {
    top: 30px;
    opacity: 0.8;
  }
}

@-webkit-keyframes fadeout {
  from {
    top: 30px;
    opacity: 0.8;
  }

  to {
    top: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    top: 30px;
    opacity: 0.8;
  }

  to {
    top: 0;
    opacity: 0;
  }
}

#filtr-prosty section {
  display: flex;
  flex-flow: row;
}

#filtr-prosty section input {
  width: unset;
  flex-grow: 1;
}

#filtr-prosty section button {
  padding: 5px 6px 3px 6px;
  display: flex;
  align-items: center;
}

#filtr-prosty i {
  margin: 0;
  padding: 0;
  width: 32px;
  text-align: center;
  font-size: 2em;
  flex-grow: 0;
}

#filtr-zaawansowany-checkbox[type="checkbox"]:checked::before {
  content: "Filtr zaawansowany \f0d7"
}

#filtr-zaawansowany-checkbox[type="checkbox"]:not(:checked)::before {
  content: "Filtr zaawansowany \f0d8"
}


.tabbed {
  display: contents;
	padding-bottom: 16px;
	border-bottom: 1px solid #ccc;
}

.tabbed [type="radio"]{
  display: none;
}

.tabs {
	display: flex;
	align-items: stretch;
	list-style: none;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

.tab > label {
	display: block;
	margin-bottom: -1px;
	padding: 12px 15px;
	border: 1px solid #ccc;
	background: #eee;
	color: #666;
	font-size: 12px; 
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;	
	transition: all 0.3s;
}

.tab-content {
	display: none;
	color: #777;
}

.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label {
	border-bottom-color: #fff;
	border-top-color:#e74c3c;;
	background: #fff;
	color: #222;
}

.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4) {
	display: block;
}
