body {
  background-color: #dfdfdf;
  color: #444444;
  font-size: 13px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', Verdana, sans-serif;
  font-weight: 400;
  margin: 0 10px;
}
ul, ul li {
  margin: 0;
  padding: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:active, a:selected, a:visited {
	border: none;
  outline: none;
}

.bold {
  font-weight: bold;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
hr {
  border-top:1px solid #bbbbbb;
  border-bottom:1px solid #fff;
  display: block;
  margin: 10px 0;
}
hr.blue {
  border-top:1px solid #5ca3d9;
  margin: 5px 0;
}
hr.margin-20 { margin: 20px 0; }
hr.margin-30 { margin: 30px 0; }
hr.margin-40 { margin: 40px 0; }
hr.margin-50 { margin: 50px 0; }
hr.margin-60 { margin: 60px 0; }

.display-none, .hud-msg {
  display: none;
}

.upper {
  text-transform: uppercase;
}

.newLine {
  clear: both;
}

nav ul li {
  list-style: none;
}

/* --- TOP --- */
header.top .baner-top {
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 2px;
}
header.top a.logo {
	display: inline-block;
}

header.top a.logo img {
	margin: 10px;
}
.options-bar-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
}

header.top .baner-top {
    position: relative;
    min-height: 130px;
}

header.top .baner-top .row-fluid {
    position: absolute;
    top: 32px;
}

header.top .user {
  text-align: right;
}
header.top .user-anonymous {
  margin-top: 16px;
}
header.top .user .line {
  margin-bottom: 6px;
}

.baner-buttons  {
  padding-right: 10px;
  padding-top: 10px;
}

.lang {
  margin-bottom: 6px;
}

.lang .btn {
  font-size: 10px;
}

/* --- USER BAR --- */
.user .btn {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}


/* --- MENU --- */
.menu-wrapper {
  display: block;
  background-color: transparent;
  padding: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: -2px;
}
#main-menu-component {
  margin-left: 60px;
}

.menu {
  background-color: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.menu ul li {
  display: block;
  float: left;
}
.menu ul li a {
  display: inline-block;
  padding: 0 13px;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Signika Negative', Verdana, sans-serif;
  height: 50px;
  line-height: 53px;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu ul li.active a {
  background-color: #0082af;
  color: #fff;
}

.menu ul li a:hover, .menu ul li a:focus {
  background-color: #0082af;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
}




.menu .home, .ai-ikona {
  background-image: url('../img/svg/ai.svg');
  background-size: auto 50%;
  background-color: #0082af;
  background-position: center center;
  background-repeat: no-repeat;
  height: 50px;
  width: 60px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0;
  margin: 0;
}
.menu .home:hover {
  background-size: 60% 60%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* --- LINKI SOCIAL MEDIA --- */
.social-media {
  height: 50px;
}
.social-media a {
  margin-top: 5px;
  width: 40px;
  height: 40px;
  background-size: auto 70%;
  opacity: 0.75;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  float: right;
}
.social-media a:hover {
  background-size: auto 76%;
  opacity: 1;
}
.social-media .TWITTER, .social-media .twitter {
  background-image: url('../img/svg/twitter.svg');
}
.social-media .GOOGLE_PLUS, .social-media .google-plus {
  background-image: url('../img/svg/google-plus.svg');
}
.social-media .FACEBOOK, .social-media .facebook {
  background-image: url('../img/svg/facebook.svg');
}

/* --- STOPKA --- */
footer.bottom {
  margin-top: 60px;
  background-color: #d9d9d9;
}
footer.bottom .stopka {
  padding: 40px 0;

}


.menu-bottom {
  vertical-align: top;
}

.menu-bottom-wrapper {
  background-color: #bbbbbb;
}
.menu-bottom ul, .menu-bottom ul li {
  list-style: none;
  display: block;
  margin-bottom: 5px;
}

.menu-bottom ul.menu-bottom-col {
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
}

.menu-bottom ul li a {
  color: #555555;
  font-size: 90%;
  padding: 0 10px;
}
.menu-bottom ul li a:hover {
  color: #000;
}

.menu-bottom ul li.header {
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}
.menu-bottom ul li.header a {
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
}
.menu-bottom ul li.header a:hover {
  background-color: #686868;
}

.menu-bottom-header {
  height: 40px;
  background-color: #888888;
  margin-bottom: -40px;
  margin-top: 40px;
}


.breadcrumb-wrapper {
  margin-bottom: 10px;
}
.breadcrumb {
  background-color: transparent;
  font-size: 11px;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 0;
}
.breadcrumb li a {
  color: #555555;
}

.breadcrumb li.active a {
  color: #5ca3d9;
}

.breadcrumb li:hover a {
  color: #2f7bb4;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Signika Negative', Verdana, sans-serif;
  font-weight: 300;
  color: #5ca3d9;

  text-shadow: 0 1px 0 #ffffff;
  line-height: 1.3;
}
h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 15px; }


.btn {
  font-family: 'Open Sans', Verdana, sans-serif;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  text-shadow: none;
  filter: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-left i {
  margin-right: 6px;
}
.btn-right i {
  margin-left: 6px;
}

.btn-small, .btn-mini {
  text-transform: uppercase;
}
.btn-center {
  margin: 0 auto;
}


.btn:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-ai {
  color: white;
  background-color: #0082af;
}
.btn-ai:hover {
  color: white;
  background-color: #5ca3d9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-ai:hover, .btn-ai:focus, .btn-ai:active, .btn-ai.active, .btn-ai.disabled, .btn-ai[disabled] {
  color: white;
  background-color: #5ca3d9;
}
.btn-group.open .btn-ai.dropdown-toggle {
  background-color: #5ca3d9;
  color: white;
}


.btn-search {
  color: #555;
  background-color: #cccccc;
  border-color: #ccc;
  outline: none;
}
.btn-search:hover, .btn-search:active, .btn-search:focus {
  color: #666;
  background-color: #cccccc;
  border-color: #ccc;
  outline: none;
}


.btn-cancel, .btn-delete {
  font-family: 'Open Sans', Verdana, sans-serif;
  background-image: none;
  border: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  filter: none;
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: inherit;
  background-color: #b40000;
}
.btn-cancel:hover, .btn-delete:hover {
  color: white;
  background-color: #a00000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


.btn-gray {
  font-family: 'Open Sans', Verdana, sans-serif;
  background-image: none;
  border: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  filter: none;
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: inherit;
  background-color: #888;
}
.btn-gray:hover {
  color: white;
  background-color: #777;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray.active, .btn-gray.disabled, .btn-gray[disabled] {
  background-color: #777;
  color: white;
}

.articles {
  margin-top: 16px;
}

.articles .article {
  margin-bottom: 20px;
}
.articles .article:first-child {
  margin-top: 15px;
}


.articles header {
  font-family: 'Signika Negative', Verdana, sans-serif;

  font-size: 20px;
  text-shadow: 0 1px 0 #ffffff;
  font-weight: normal;
}
.articles header a {
  color: #333;
}
.articles header a:hover {
  color: #307fbb;
}

.banery {
  margin-top: 12px;
  margin-bottom: 12px;
}
.baner {
  margin: 24px 0;
  position: relative;
}

.baner-caption {
  text-shadow: 0px 0px 0px;
  max-width: 60%;
  font-family: 'Signika Negative', Verdana, sans-serif;
  font-weight: normal;

  padding: 12px 18px;
  position: absolute;
  margin-top: 5%;
  margin-bottom: -5%;
  background-color: rgba(0, 70, 130, 0.5);
  color: #fff;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 24px;
  line-height: 1.2;
  text-shadow: 1px 1px 0 #111;
}


/* --- INFORMACJE O ARTYKULE --- */
.article-info {
  margin-bottom: 24px;
}
.info {
  margin-bottom: 8px;
}
.info:last-child {
  margin-bottom: 16px;
}
.info a {
  display: block;
  margin-bottom: 3px;
  color: #444
}
.info-header {
  color: #888888;
  text-transform: uppercase;
  font-size: 11px;
  display: block;
  font-weight: normal;
}
.info-author {
  font-size: 14px;
  display: block;
}

/* --- TAGI  --- */
.tags .label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 5px 10px;
  font-weight: normal;
  letter-spacing: normal;
  text-shadow: none;
  filter: none;
}
.tags .label:last-child {
  margin-bottom: 32px;
}
.tags .label .count {
  float: right;
}


/* --- BAZA WIEDZY - ARTYKUL --- */
p.lead {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 16px;
}

article section {
  margin-bottom: 32px;
}

.article-links {
  margin-top: 12px;
  margin-bottom: 12px;
}

.article-links dl {
  margin-bottom: 0;
}

.article-links a {
  display: block;
  color: #555;
  margin-bottom: 3px;
}

.article-links .bibliography a {
  display: inline;
}

.article-links a:hover {
  color: #222;
}


/* --- PLIKI --- */
.file-list {
  margin: 4px 0;
}
.file  {
  margin-bottom: 12px;
}
.file a {
  display: inline-block;
  margin-bottom: 3px;
}
.file .ver {
  margin-left: 16px;
}

.file .file-title {
  font-size: 12px;
  margin-bottom: 3px;
}
.btn-file {
  font-family: 'Open Sans', Verdana, sans-serif;
  background-image: none;
  border: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 600;
  text-shadow: none;
  filter: none;
  color: white;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: inherit;
  background-color: #888;
}
.btn-file:hover {
  color: white;
  background-color: #5ca3d9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


.recommended-articles {
  margin-top: 36px;
}
.recommended-article img {
  margin-bottom: 6px;
}
.recommended-article-title {
  font-size: 14px;
  color: #555;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.recommended-articles hr {
  margin-bottom: 18px;
}

/* --- LOGOTYPY -- */
.logos {
  margin-bottom: 12px;
}

.logos a {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
}
.logos-eu a {
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.logos-eu {
	text-align: center;
  margin-bottom: 10px;
}


.message-eu {
  font-size: 10px;
}


.news .news-title {
  font-size: 15px;
  color: #555;
  margin-bottom: 6px;
  margin-top: 6px;
}
.news-item {
  margin-bottom: 16px;
}

/* --- FAQ --- */
.faq .btn {
	margin-bottom: 6px;
}

.faq ul {
  margin-bottom: 12px;
  margin-top: 12px;
}
.faq ul li {
  list-style: none;
}
.faq ul li a {
  padding: 0px 6px;
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
}
.faq ul li a i {
  display: inline-block;
  font-size: 36px;
  vertical-align: top;
  color: #c3c3c3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.faq ul li a:hover i {
  color: #a3a3a3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.faq ul li a .faq-title {
  display: inline-block;
  margin-left: 12px;
  max-width: 85%;
  padding-top: 8px;
}

/* --- WYKOANE FORUM --- */
.forum-previev ul {
  margin-bottom: 12px;
  margin-top: 12px;
}
.forum-previev ul li {
  list-style: none;
}
.forum-previev ul li a {
  padding: 0px 6px;
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
}
.forum-previev ul li a i {
  display: inline-block;
  font-size: 36px;
  vertical-align: top;
  color: #c3c3c3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.forum-previev ul li a:hover i {
  color: #a3a3a3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.forum-previev ul li a .forum-previev-title {
  display: inline-block;
  margin-left: 12px;
  max-width: 85%;
  padding-top: 8px;
}

.table {
  width: 100%;
  margin-bottom: 0;
}
.table thead {
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px #fff;
  background-color: #e6e6e6;
  color: #666;
  line-height: 1.5;
}
.table caption {
  padding: 0.2em 0;
  font-size: 14px;
  text-align: center;
}
.table .status {
  width: 20px;
  text-align: center;
}
.table .count {
  width: 30px;
  text-align: center;
}

.table-striped tbody tr:nth-child(even) td, .table-striped tbody tr:nth-child(even) th {
  background-color: #fff;
}
.table-striped tbody tr:nth-child(even) td, .table-striped tbody tr:nth-child(odd) th {
  background-color: #f1f1f1;
}

.table-white tbody tr td {
  background-color: #f5f5f5;
}


.table-bordered th, .table-bordered td {
  border-left: 1px solid #cfcfcf;
}

.table-bordered th:first-child, .table-bordered td:first-child {
  border-left: none;
}


/* --- MODUŁ KALENDARZA --- */
/* main calendar */
.calendar {
  display: inline-block;
  padding: 10px 20px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.calendar .table {
  border-spacing: 2px;
}
.calendar ul {
  margin-bottom: 15px;
  text-align: left;
}
.calendar ul li {
  list-style: none;
}
.calendar ul li strong {
  display: inline-block;
  vertical-align: top;
}
.calendar ul li a {
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
}
.calendar ul li a i {
  display: inline-block;
  font-size: 24px;
  vertical-align: top;
  color: #c3c3c3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.calendar ul li a:hover i {
  color: #a3a3a3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.calendar ul li a .calendar-title {
  display: inline-block;
  margin-left: 10px;
  max-width: 90%;
  padding-top: 4px;
}
.calendar ul li a .calendar-title .calendar-name {
  display: inline-block;
  max-width: 70%;
  vertical-align: top;
  padding-left: 20px;
}
.calendar ul li a {
  color: #444;
}
.calendar table {
  display: inline-block;
  margin: 10px auto;
  border-collapse: collapse;
}
.calendar table tbody tr {
  border-bottom: 1px solid #bbbbbb;
  border-top: 1px solid #ffffff;
}
.calendar table tr:first-child {
  border-top: none;
}
.calendar table tbody tr:last-child {
  border-bottom: none;
}
.calendar table .title {
  border-bottom: 2px solid #888;
  border-top: none;
}
.calendar table td, .calendar table th {
  height: 40px;
  width: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.calendar table th {
  font-size: 0.85em;
  text-transform: uppercase;
}
.calendar table th .calendarTitle {
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	margin-top: -8px;
	font-family: 'Signika Negative', Verdana, sans-serif;
	font-weight: normal;
	color: #5ca3d9;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 1px 0 #ffffff;
}

.calendar table .text-info {
  font-weight: bold;
}
.calendar h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  vertical-align: bottom;
}
.calendar table .calendar-event {
  display: block;
  margin: 1px;
}
.calendar table .calendar-event .event-wrapper {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #9eccef;
  display: block;
  color: white;
}

.calendar table .calendar-event:hover {
  cursor: pointer;
}
.calendar-header {
  font-family: 'Signika Negative', Verdana, sans-serif;
  margin: 0 9px;
  margin-top: 12px;
  text-transform: uppercase;

  text-shadow: 0px 0px 0px;
  line-height: 1.3;
}
.calendar .popover-title {
  color: #555;
  font-size: 13px;
  padding: 5px 10px;
}
.calendar .popover-content {
  line-height: 1.5;
  padding: 6px 10px;
}

.calendar .event-day {
  color: #307fbb;
  cursor: pointer;
  background-image: url('../img/dot.png');
  background-repeat: no-repeat;
  background-position: top left;
}

.calendar .today {
  font-weight: bold;
  background-color: #c9dbe9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

}

.calendar table td .day {
  display: block;
  width: 40px;
  height: 40px;
  margin: 2px;
}


/* --- REJESTRACJA  --- */
.register-lead {
  font-family: 'Signika Negative', Verdana, sans-serif;
  font-weight: normal;
  color: #5ca3d9;
  font-weight: 300;

  text-shadow: 0px 0px 0px;
  line-height: 1.3;
  width: 60%;
  font-size: 18px;
  margin-top: 6px;
  margin-bottom: 6px;

}
.register-icon {
  float: right;
  width: 35%;
  height: 100px;
  background-image: url('../img/svg/rejestracja.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80% auto;
}
.register p, .login p, openId p {
  padding: 4px 0;
}

.articles-lead {
  display: block;
  font-family: 'Signika Negative', Verdana, sans-serif;

  color: #5ca3d9;
  text-shadow: 0 1px 0 #ffffff;
  line-height: 1.3;
  max-width: 60%;
  color: #5ca3d9;
  font-size: 1.4em;
}
.articles .btn-ai {
  margin: 3px 0;
}



/* --- SKLEP --- */
.shop .row-fluid {
  margin-top: 12px;
  margin-bottom: 24px;
}
.shop .shop-title {
  font-size: 14px;
  color: #555;
  text-transform: uppercase;
  margin: 4px 0;
}
.shop-summary .shop-custormer-row small {
  text-transform: uppercase;
  display: inline-block;
  width: 100px;
}
.shop-summary {
  margin-top: 24px;
  margin-bottom: 36px;
}
.shop-custormer-row {
  margin-bottom: 6px;
}

.shop-lead {
  display: block;
  font-family: 'Signika Negative', Verdana, sans-serif;

  color: #5ca3d9;
  text-shadow: 0 1px 0 #ffffff;
  line-height: 1.3;
  max-width: 60%;
  color: #5ca3d9;
  font-size: 1.6px;
}

.table-list {
  margin: 20px 0;
  border-collapse: separate;
}

.table-list td {
  padding: 8px;
}

.table-list tr:hover td {
  background-color: #dbdbdb;
}
.table-list tr td {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #ccc;
}

.table-list tr:first-child td {
  border-top: none;
}
.table-list tr:last-child td {
  border-bottom: none;
}

.table-list-summary {
  font-size: 15px;
  text-transform: uppercase;
}

.table-list tr.table-list-summary:hover td {
  background-color: transparent;
}


.table-list-summary .table-list-summary-title {
  text-align: right;
  padding-right: 24px;
}
.table-list-summary .table-list-summary-price {
  text-align: left;
}


.table-list .table-list-name {
  font-size: 16px;
}

.table-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.table-list ul li {
  margin: 0;
  display: block;
  padding: 2px;
}

.table-list ul li .muted {
  margin-left: 4px;
}

.table-list ul li.fixed-height {
  height: 24px;
}

.table-list-count {
  font-size: 12px;
}

.table-list-count a i {
  color: #888;
  margin:0 5px;
}
.table-list-count a:hover .icon-remove-sign, .table-list-count a:hover .icon-minus-sign  {
  color: #da4f49;
}
.table-list-count a:hover .icon-plus-sign {
  color: #5bb75b;
}

.visible-phone .menu {
  height: auto;
}

.visible-phone .menu ul li {
  float: none;
  display: block;
  border-top: 1px solid #111;
  border-bottom: 1px solid #333;
}
.visible-phone .menu ul li:first-child {
  border-top: none;
}
.visible-phone .menu ul li:last-child {
  border-bottom: none;
}

/* --- KOMUNIKATY --- */
.alert-normal {
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  color: #666;
}
.alert {
  margin: 2% 0;
}

.alert .alert-icon {
  font-size: 1.5em;
  float: left;
  vertical-align: middle;
}
.alert p {
  margin-left: 32px;
}
.alert i {
  opacity: 0.2;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.alert:hover .close i {
  opacity: 0.4;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.alert .close, .alert .close:hover  {
  opacity: 1;
}


.text-block {
  display: block;
}

.breadcrumb-buttons {
  margin-top: 10px;
}

/* --- PRZYCISK SZUKAJKI --- */
.search-button {
  height: 30px;
  margin-right: 10px;
  outline: none;
}

.search-button .form, .search-button form {
  margin: 0;
  padding: 0;
}

.search-button input {
  background-color: #cccccc;
  color: #555;
  border: none;
  font-size: 12px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0;
  height: 30px;
  line-height: 30px;
  width: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.search-button .input-append, .search-button .input-prepend {
  margin-bottom: 0;
  outline: none;
  outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.search-button .btn {
  height: 30px;
  line-height: 30px;
  color: #555;
  background-color: #cccccc;
  border: none;
  padding: 0 12px;
  outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.search-button .btn:last-child {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.search-button input:focus, .search-button input:hover {
  padding: 0 6px;
  width: 180px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.search-button:hover input {
  padding: 0 6px;
  width: 180px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
}
.search-button:hover .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.search-button {
  float: right;
}
/* --- KOSZYK BUTTON --- */
.cart-button {
  float: right;
  margin-right: 12px;
}
.cart-button a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  height: 30px;
  line-height: 30px;
  color: #555;
  background-color: #cccccc;
  border: none;
}

.cart-button a i {
  padding: 0 12px;
  font-size: 14px;
  text-shadow: 0 1px 0 #ffffff;
  display: inline-block;
}
.cart-button a .cart-button-info {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 0px;
  float: left;
  height: 30px;
  line-height: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-size: 11px;
  text-transform: uppercase;
  text-align: left;
}

.cart-button a:hover .cart-button-info {
  padding-left: 12px;
  width: 60px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cart-item-count {
  margin: 0 10px;
  font-size: 14px;
}

.cart-hours-price-list li {
  margin: 10px 0;
  display: block;
}

/*--- LEWE MENU --- */
.categories, .menu-left  li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-left  {
  margin-top: 16px;
  margin-bottom: 32px;
}
.menu-left  a {
  display: block;
  padding: 6px 8px;
  font-family: 'Open Sans', Verdana, sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 5px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background-color: #888;
}
.menu-left a:hover {
  background-color: #5ca3d9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu-left .danger a {
  background-color: #bd362f;
}

.menu-left .header {
  font-size: 14px;
  padding-bottom: 4px;
  font-family: 'Signika Negative', Verdana, sans-serif;

  color: #666;
}
.menu-left  .sub {
  margin-left: 16px;
}
.menu-left  .sub a {
  padding: 5px 12px;
  font-size: 11px;
}
.menu-left  .sub .sub a {
  padding: 4px 12px;
  font-size: 10px;
}
.menu-left  .sub-menu-left-button {
  vertical-align: middle;
  font-size: 12px;
}
.menu-left  .sub-menu-left-button:hover {
  opacity: 0.9;
}
.menu-left  .active a {
  background-color: #5ca3d9;
}
.menu-left  .selected, .menu-left  .active .selected {
  background-color: #2c6d9f;
}
.menu-left  .sub-menu-left-button-wrapper {
  position: relative
}
.menu-left  a.sub-menu-left-button, .menu-left  .active a.sub-menu-left-button {
  background-color: transparent;
}
.menu-left  a.sub-menu-left-button:hover {
  background-color: #2c6d9f;
}


/* --- POWIADOMIENIA --- */
.count {
  float: right;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 11px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 1px 1px 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 1px 1px rgba(255, 255, 255, 0.5);
}


/* --- INTRANET --- */
.intranet article {
  margin-bottom: 8px;
}

.article-list h2 {
  margin-bottom: 4px;
}

.article-list article {
  margin-bottom: 24px;
}
.reminder-list article {
  margin-bottom: 6px;
}
.article-small-list article {
  margin-bottom: 8px;
}
.article-list article p {
  width: 75%;
  margin-bottom: 4px;
}
.article-list article p .date{
  margin-right: 12px;
}

.article-list article p .btn {
  margin-left: 12px;
}

.article-list article .row-fluid:last-child {
  margin-bottom: 24px;

}


.article-small-list {
  margin-bottom: 24px;
}
.article-list .date {
  font-size: 10px;
  color: #888;
  display: inline-block;
}
.small-header {
  color: #888888;
  text-transform: uppercase;
  font-size: 0.85em;
  display: block;
  font-weight: normal;
}


/* --- LINKI --- */
.links ul {
  list-style: none;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}
.links ul li {
  display: block;
}

.links ul li a {
  font-size: 0.9em;
}

/* --- GALERIA --- */
.article-gallery {
  margin: 6px 0;
}
.article-gallery .article-gallery-image {
  margin: 6px;
  display: inline-block;
}
.article-gallery .article-gallery-image img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: 200px;
}

.archives {
  margin-top: 36px;
  color: #888;
  font-size: 0.9em;
}

.archives h1, .archives h2, .archives h3 {
  color: #666;
}

div.notifications {z-index:9999;}



/* --- SKLEP --- */
.shopContent {
  padding-bottom: 24px;
  padding-top: 8px;
}

.shopContent ol li {
  padding-bottom: 6px;
}

.shop-price {
  margin: 6px 0;
}
.shop-price strong {
  font-size: 1.4em;
  margin-right: 12px;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin-right: 5%;
}
.price-small {
  display: inline-block;
  margin-right: 5%;
}

.shop-price .price-desctiption {
  width: 60%;
  display: inline-block;
  font-size: 0.9em;
}

p.shop-welcome {
  margin-bottom: 36px;
}
.shop-promo-list {
  margin-bottom: 24px;
}
.shop-promo-list .span4 {
  margin-bottom: 24px;
}
.shop-promo-list .span4 h4, .shop-promo-list h4 {
  margin-bottom: 2px;
}

.shop-promo-list .span4 .btn-succes {
  margin: 0 10px;
}
.shop-promo-list .span4 img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}


.shop-list, .shop-list li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.shop-list {
  margin-bottom: 64px;
}

.shop-list li {
  clear: both;
}
.shop-list li h1, .shop-list li h2, .shop-list li h3, .shop-list li h4, .shop-list li h5, .shop-list li h6 {
  margin: 0;
  padding: 0;
}
.shop-list li h1 { font-size: 1.5em; }
.shop-list li h2 { font-size: 1.4em; }
.shop-list li h3 { font-size: 1.3em; }
.shop-list li h4 { font-size: 1.2em; }
.shop-list li h5 { font-size: 1.1em; }
.shop-list li h6 { font-size: 1em; }


.shop-list p {
  margin-bottom: 3px;
}
.shop-list .date {
  font-size: 0.85em;
  color: #888;
  margin: 0;
}
.shop-list .price {
  margin-right: 10px;
  margin-top: 2px;
  display: inline-block;
}
.shop-category-list li {
  padding: 6px 4px;
  font-size: 1.1em;
  display: block;
}



.shopCarousel .carousel-caption {
  max-width: 550px;
  padding: 20px;
  margin-top: 10px;
  top: 100px;
  left: 20px;
  bottom: auto;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.shopCarousel p {
  margin-bottom: 6px;
}

.tags .label {
  display: inline-block;
}

.category-small {
  font-size: 0.9em;
  display: block;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 2px 0 6px 0;
}


.list-icon ul li a {
  color: #333;
}
.list-icon ul li a:hover {
  color: #307fbb;
}


.calendar-day-list .calendar-day {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.calendar-day span {
  display: inline-block;
}
.calendar-day .time {
  width: 80px;
  text-align: center;
}

.calendar-day-list .calendar-day:first-child {
  border-top: none;
}
.calendar-day-list .calendar-day:last-child {
  border-bottom: none;
}


.error, .error label {
  color: #b94a48;
}
.error input {
  border-color: #b94a48;
}
.ng-invalid {
  border-color: #b94a48;
}

.modal-fluid {
  width: auto;
  margin: 0;
  left: 4%;
  right: 4%;
  top: 4%;
}

.modal-fluid .modal-body{
  padding: 20px;

}

ul.attatchments-list, ul.attatchments-list li {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.attatchments-list li {
  display: block;
  padding: 2px 0;
  color: #555;
}
ul.attatchments-list li a {
  color: #555;
  margin: 0 5px;
}
.attatchments-thumb-wrapper {
  display: inline-block;
  width: 130px;
  overflow: hidden;
  vertical-align: top;
}
.attatchments-thumb {
  height: 60px;
  width: auto;
  max-width: 180px;
}

.attatchments-large-thumb-wrapper {
  display: inline-block;
  width: 300px;
  overflow: hidden;
  vertical-align: top;
}
.attatchments-large-thumb {
  height: 160px;
  width: auto;
  max-width: 300px;
}


ul.attatchments-list-images li {
  display: block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  vertical-align: top;
}

ul.attatchments-list-files li {
  display: block;
  padding: 5px 0;
  vertical-align: middle;
}
ul.attatchments-list-files input {
  margin-right: 10px;
}

.files .file-item{
  display: block;
}


.modal-attatchments {
  width: auto;
  max-width: none;
  margin: 0;
  left: 10%;
  right: 10%;
}

.modal-attatchments  .modal-body {
  max-height: 500px;
}


ul.attatchments-list-images li:first-child {
  border-top: none;
  padding-top: 0;
}
ul.attatchments-list-images li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.attatchments a:hover .icon-remove {
  color: #bd362f;
}
.attatchments-name {
  display: inline-block;
}
.attatchments input {
  margin-bottom: 0;
}
.attatchments-filename {
  margin-bottom: 4px;
}

.fileupload {
  width: 200px;
  height: 30px;
  position: relative;
  overflow: hidden;
}

.fileupload input {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  opacity: 0.0;
  filter: alpha(opacity=0);
  font-size: 300px;
  height: 200px;
}

.fileupload-full {
  width: 100%;
}

.calendar-modal {
  width: 90%;
  margin: 0;
  left: 5%;
  right: 5%;
  top: 5%;
  bottom: 5%;
}

.calendar-modal .modal-body  {
  height: 600px;
  height: 600px;
  overflow-y: visible;
}

.btn-more-news {
  margin-top: 16px;
}

.btn-margin-powrot {
  margin: 20px 0;
}

.news-article-image {
  margin: 10px auto;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.aside-news-list {
  margin-top: 24px;
}

.dropdown-menu small {
  padding: 2px 16px;
  display: block;
  text-transform: uppercase;
  color: #888;
  font-size: 0.8em;
}


.fullcalendar-wrapper {
  padding: 12px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 20px 0;
}

.modal-body {
  max-height: none;
}

/* --- FULLCALENDAR ------------ */
.fullcalendar-wrapper .ui-widget-header {
  color: white;
  background-color: #c5c5c5;
  background-image: none;
  border-color: #b5b5b5;
  text-transform: uppercase;
  font-size: 0.8em;
}
.fullcalendar-wrapper .fc th {
  vertical-align: middle;
}
.fullcalendar-wrapper .fc-button  {
  font-family: 'Open Sans', Verdana, sans-serif;
  background-image: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
  filter: none;
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: inherit;
  background-color: #888;
}
.fullcalendar-wrapper .fc-button:hover {
  color: white;
  background-color: #777;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.fullcalendar-wrapper .ui-state-active, .fullcalendar-wrapper .fc-button-next, .fc-button-prev  {
  background-color: #5ca3d9;
  color: white;
}
.ui-state-active:hover, .fc-button-next:hover, .fc-button-prev:hover  {
  background-color: #307fbb;
}

.fc-button-next .ui-icon, .fc-button-prev .ui-icon {
  background-position: center center;
  background-image: none;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  *margin-right: .3em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top;
  background-position: 14px 14px;
  background-repeat: no-repeat;
  background-color: red;
}

.fc-button-next .ui-icon:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  content: "\f053";
}

.fc-button-prev .ui-icon:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  content: "\f053";
}

.fc-button .fc-icon-wrap {
  position: inherit;
  top: auto;
  float: none;
}

.btn-caledar-remove-group {
  margin-left: 24px;
}

.fullcalendar-date {
  font-family: 'Signika Negative', Verdana, sans-serif;
  font-weight: normal;
  color: #5ca3d9;

  text-shadow: 0 1px 0 #ffffff;
  line-height: 1.3;
  font-size: 1.3em;
  text-align: center;
  padding-top: 3px;
}

.fullcalendar-top {
  margin-bottom: 12px;
  clear: both;
}

/* --- podświetlenie kalendarza --- */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border-color: #d6e8f5;
  background: none;
  background-color: #e5f0f9;
}


/** sala niedostępna **/
.fullcalendar-wrapper div.fc-view-agendaDay div.unavailable {
  /* widok dnia */
  background-color: #aaa;
  border-color: transparent;
  color: #444;
  opacity: 0.4;
}

.fullcalendar-wrapper div.fc-view-agendaWeek div.unavailable {
  /* widok tygodnia */
  background-color: #aaa;
  border-color: transparent;
  color: #444;
  opacity: 0.4;
}

/** urlop **/
.fullcalendar-wrapper div.absence {
  background-color: red;
  border-color: transparent;
  opacity: 0.4;
}

.datepicker {
  z-index: 2000;
}

#cboxTitle {
  position: absolute;
  top: auto;
  left: 0;
  color: #fff;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 16px;
}

/* --- POLE SZUKAJKI --- */
.search-input {
  height: 30px;
  margin: 16px 0;
}

.search-button .form, .search-button form {
  margin: 0;
  padding: 0;
}

.search-input input {
  background-color: #cccccc;
  color: #555;
  border: none;
  font-size: 12px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  width: 300px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.search-input input:hover, .search-input input:active {
  outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}


.search-input .input-append,
.search-input .input-prepend {
  margin-bottom: 0;
}

.search-input .add-on, .search-input .btn {
  height: 30px;
  line-height: 30px;
  color: #555;
  background-color: #cccccc;
  border: none;
  padding: 0 12px;
}
.search-input .add-on:last-child, .search-input .btn:last-child {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}


/* -- WYNIKI WYSZUKIWANIA -- */
.search-list {
  padding: 10px;
  background-color: #e3e3e3;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.search-list-category {
  background-color: #bbb;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  list-style: none;
  height: 50px;
  display: block;
  padding: 0 10px;
  margin: 0;
}
.search-list-category li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
}

.search-list-category li a {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #666;
  display: block;
  margin: 0 5px;
}
.search-list-category li.active a {
  background-color: #e3e3e3;
  color: #444;
}

.search-list-category li a:hover {
  background-color: #dfdfdf;
}

.search-list .search-list-item-title {
  display: block;
  font-size: 1.3em;
}

.search-list .search-list-item p {
  margin: 3px 0;
  font-size: 0.95em;
  line-height: 1.5;
}

.search-list .search-list-item {
  padding: 16px 0;
  margin: 0;
  border-bottom: 1px solid #bbbbbb;
  border-top: 1px solid #ffffff;
}

.search-list .search-list-item:first-child {
  border-top: none;
}
.search-list .search-list-item:last-child {
  border-bottom: none;
}

.files-list .file-item {
  margin-bottom: 5px;
	word-break: break-all;
}

input.ng-invalid, textarea.ng-invalid { border:1px solid red; }


.options-bar {
  font-size: 11px;
  background-color: #dfdfdf;
  display: block;

}
.options-bar a, .options-bar button {
  font-family: 'Open Sans', Verdana, sans-serif;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  padding: 8px 8px;
}

.options-bar a:hover, .options-bar button:hover {
  background-color: #0082af;
  color: #fff;
}

.options-bar .lang-select {
  margin: 0 10px;
}

.options-bar .lang-select button {
  font-size: 11px;
  background-color: transparent;
  background-image: none;
  color: #000;
  border: none;
  border-left: 1px solid rgba(0,0,0, 0.2);
  border-right: 1px solid rgba(255,255,255, 0.1);
  padding: 6px 8px;
}

.options-bar .lang-select button:hover {
  background-color: #0082af;
  color: #fff;
}

.options-bar .lang-select button.active {
  background-color: #0082af;
  color: #fff;
}

.options-bar .lang-select button:first-child {
  border-left: none;
}
.options-bar .lang-select button:last-child {
  border-right: none;
}

.options-bar .logout a {
  padding-left: 20px;
  padding-right: 20px;
}

.options-bar .user-links {
  padding-left: 20px;
  padding-right: 20px;
}

.options-bar .logout a:hover {
  background-color: #a10000;
  color: #fff;
}

.modal {
  position: absolute;
}

.price-table input{
  width: 80%;
}

form span.inline-comment {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

.input-number, .appendable {
  display: inline-block;
}

.shop-product-count {
  margin-bottom: 16px;
}

.input-number input {
  max-width: 60px;
  margin-bottom: 0;
  padding: 3px 6px;
}

.shop-status-message, .registration-status-message {
  text-align: center;
  margin: 3px;
}

.shop-status-message p.lead {
  margin: 12px 0;
}
.shop-status-message .btn {
  margin: 12px 0;
}


#banners {
  margin-top: 10px;
  margin-bottom: 10px;
}

#banners a {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

#banners .banner-title {
  position: absolute;
  background-color: rgba(0,54,100,0.5);
  left: 0;
  bottom: 0;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  max-width: 80%;
  font-size: 20px;
  padding: 10px 12px;
  text-transform: uppercase;
  font-family: 'Signika Negative', Verdana, sans-serif;

  font-weight: normal;
  color: #fff;
  text-shadow: 0 1px 0 #111;
  line-height: 1.3;
}

textarea.invoice-data {
  width: 100%;
}

.break-lines {
  white-space: pre-line;
}

.privilegeGroup {
  font-weight: bold;
}

.dropdown-calendar-menu li {
	display: block;
	padding: 0 15px;
	line-height: 32px;
	min-height: 32px;
}

.dropdown-calendar-menu li.divider {
	min-height: 0;
}

.dropdown-calendar-menu li span {
	display: block;
}


.dropdown-calendar-menu li.list-link {
	display: block;
	padding: 0;
}

.dropdown-calendar-menu li.list-item a {
	display: inline-block;
	margin: 0;
	color:#ccc;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.dropdown-calendar-menu li .calendar-select-name {
	min-width: 210px;
}

.dropdown-calendar-menu li.list-header small {
	padding: 2px 0px;
	cursor: pointer;
	font-size: 11px;
}
.dropdown-calendar-menu li.list-header {
	padding: 0 8px;
}

.dropdown-calendar-menu li.list-header i {
	margin-right: 3px;
}

.dropdown-calendar-menu li.list-item:hover {
	color: #fff;
	background-color: #0081c2;
	cursor: pointer;
}

.dropdown-calendar-menu li.list-item:hover a {
	color: #005580;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}


.dropdown-calendar-menu li.list-item a:hover {
	background-color: transparent;
	opacity: 0.9;
}

.calendar .day {
	position: relative;
}

.calendar .day .dot {
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: transparent;
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  border-radius: 25%;
  top: 2px;
  left: 2px;
}
.calendar .text-error .dot {
  background-color: #b94a48;
}
.calendar .event-day .dot {
  background-color: #5ca3d9;
}

.col-asc .icon-collapse {
	display: none;
}
.col-desc .icon-collapse-top {
	display: none;
}
.col-desc, .col-asc {
	cursor: pointer;
	background-color: rgba(92,163,217,0.1);
}

.col-unsorted .icon-collapse, .col-unsorted .icon-collapse-top {
	display: none;
}

.discuss iframe {
	width: 100%;
	height: 500px;
}

.article-item .article-title {
	display: block;
	margin-bottom: 5px;
}

.baza-wiedzy-prewiev .article header {
    font-size: 15px;
}

.article-item .article-title {
    font-size: 15px;
    font-weight: 400;
		display: block;
		margin-bottom: 8px;
}

.news .news-title {
    font-size: 15px;
    font-weight: 400;
}

.shop-payment-select .icon-circle:before{
	content:"\f046";
	color: #51a351;
}
.shop-payment-select .icon-circle-blank:before{
	content:"\f096";
	color: #888;
}

.shop-payment-select .shop-payment-option {
  font-family: 'Signika Negative', Verdana, sans-serif;
  font-weight: normal;
  color: #888;

  text-shadow: 0 1px 0 #ffffff;
  cursor: pointer;
  vertical-align: middle;
  display: block;
}

.shop-payment-select .shop-payment-option.active {
	color: #51a351;
}

.shop-payment-select .shop-payment-option span {
	display: inline-block;
  font-size: 16px;
  margin-left: 8px;
}

.openId-wrapper {
	margin-top: 14px;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
	border: 1px solid rgba(1,1,1,0.2);
	padding: 20px;
	padding-bottom: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.openId-wrapper h2 {
	color: #666;
}

.registration-wrapper {
	padding: 20px;
	padding-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
	margin-top: 14px;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid rgba(1,1,1,0.1);
}


.msg-productInorder {
  font-size: 14px;
}


.newsletter-checkbox {
    margin-bottom: 20px;
}

.users-selector-button {
	margin-bottom: 16px;
}

.btn-csv {
	margin-bottom: 10px;
}

.btn-calendar:focus {
  outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: #5ca3d9;
}

.article-btn, .news-btn {
	margin-top: 16px;
}

.article-list-homepage .article-item {
	margin-bottom: 16px;
}

.product-image {
	margin-bottom: 16px;
}

.bankAccountInfo p {
	margin: 0;
	margin-bottom: 3px;
}

.download-scanner {
	margin-top: 36px;
}

.download-scanner a {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
}

.download-scanner a:hover {
	color: #5ca3d9;
}

.registration-wrapper, .openId-wrapper {
    min-height: 110px;
}


a:active, a:focus, input, .btn {
    outline: 0;
    outline-style:none;
    outline-width:0;
}

.registration-wrapper {
    text-align: center;
}

.registration-wrapper .btn-wrapper {
  margin-bottom: 10px;
}


.registration-wrapper .checkbox input[type="checkbox"] {
    float: none;
    margin-left: -20px;
    margin-top: -5px;
    margin-right: 5px;
}

.list-acordion {
    margin: 15px 0;
}

.list-acordion .accordion-group {
    border-color: #d2d2d2

}

.list-acordion .accordion-heading a{
    background-color: #d8d8d8;;
}

.list-acordion .accordion-heading a:hover {
  background-color: #d4d4d4;
}

.list-acordion .accordion-inner {
    background-color: #fff;
}

input.no-star-input {
  width: 233px;
}

.user-orders th {
  max-width: 122px;
  overflow: hidden;
}

.user-orders input {
  max-width: 87%;
}

.user-orders select {
  max-width: 100%;
}
