#grafika_partnerzy img{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin: 0px;
}

#caly_chat *{
	border-radius:0px!important;
}

#news {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 9999;
    top: 65px;
	width: 60%;
}

.informacja{
	left:0;
	position: absolute;
	z-index: 9999;
	top: 10%;
}

#kontener{
	margin-top: 70px;
}

.card{
	padding: 0px;
}

body,html {
    background-color: white;
    height: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.h-100 {
    height: 100% !important;
}

.popover{
    max-width: 100%!important;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Wybierz";
}

.tlo_live{
	background-color: black;
	width: 100%;
}

@media (min-width: 576px) {
	.tlo_live{
		min-height: calc(100% - 60px);
	}
}
	
.dymek_uzytkownika_1{
	background-color: rgba(155,157,160,0.30);
	color: black;
}

.dymek_uzytkownika_2{
	background-color: rgba(155,157,160,0.30);
	color: black;
}

.dymek_admina{
	background-color: rgba(174,223,227,0.30);
	color: black;
}
	
.text-label{
	color: #4A99D4;
	font-weight: 300;
	font-size: 13px;
}

.text-label-godzina{
	color: #4A99D4;
	font-weight: 300;
	font-size: 11px;
}
	
.dymek_chatu{
	padding: 6px;
	line-height: 16px;
	border-radius: 12px;
	display: inline-block;
}

#okno_wiadomosci{
	min-height: calc(70vh - 109px);
	max-height: calc(70vh - 109px);
	overflow-y: scroll;
	background-color: #F2F2F2;
}
	
#textarea_wiadomosc{
	overflow: hidden;
	resize: none;
}

.uzytkownik_1{
	background-color: #50edbb;
}

.uzytkownik_2{
	background-color: #50edbb;
}

.tlo_wybor_kanalu {
	background-color: black;
}
	
.uzytkownik_chat {
	padding: 10px 13px 10px 13px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center; 
	text-align: center;
}

#harmonogram {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

#harmonogram thead {
font-weight:700;
}

#harmonogram thead th{
padding: 10px;
}

.harmonogram_kolor_1 thead th{
	background: #4684a3!important;
	color: white!important;
}

.harmonogram_kolor_2 thead th{
	background: #6c3d8a!important;
	color: white!important;
}

#harmonogram tr{
background: #fff;
transition: all 0.5s linear;
}

#harmonogram tr:hover{
background: #eee;
}

#harmonogram tr td{
border-bottom: 1px solid #ddd;
padding:10px 0;
}

#harmonogram tr th:first-child,
#harmonogram tr td:first-child{
white-space: nowrap;
padding-left: 10px;
padding-right: 10px;
text-align:center;
}

#harmonogram tr:last-child td{
border-bottom: 0;
}

#harmonogram em {
font-style: italic;
}

#harmonogram h3 {
font-size: 16px;
    margin: 0;
    text-transform: none;
}

#harmonogram h3 strong {
font-size: 14px;
font-family: 'Open Sans', sans-serif;
}
#harmonogram h3 span{
font-size: 12px;
font-family: 'Open Sans', sans-serif;
}
#harmonogram h3 + .speaker {
padding-top: 0;
margin-top: -15px;
}

#harmonogram td p:last-child {
padding-bottom: 20px;
}

#harmonogram .description {
padding-bottom: 20px;
}

.text-niebieski{
	color: #3974ae;
}

/* MENU */
.nav-xbootstrap {
  display: block;
  margin-bottom: 15px 0;
  background: #03A9F4;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 3px;
}
.iconsize {
    font-size: 12px; 
    top: 2px; 
    left: 3px;
}

.nav-xbootstrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

.nav-xbootstrap li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 14;
  color: #def1f0;
}

.nav-xbootstrap li a {
  padding: 15px 20px;
  font-size: 14;
  color: #def1f0;
  display: inline-block;
  outline: 0;
  font-weight: 400;
  text-decoration: none;
}

.nav-xbootstrap li:hover ul.dropdown { 
    display: block; 
}

.nav-xbootstrap li ul.dropdown {
  position: absolute;
  display: none;
  width: 200px;
  background: #2980B9;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  padding-top: 0;
}

.nav-xbootstrap li ul.dropdown li {
  display: block;
  list-style-type: none;
}

.nav-xbootstrap li ul.dropdown li a {
  padding: 15px 20px;
  font-size: 15px;
  color: #fff;
  display: block;
  font-weight: 400;
}

.nav-xbootstrap li ul.dropdown li:last-child a { border-bottom: none; }

.nav-xbootstrap li:hover a {
  background: #2980B9;
  color: #fff !important;
}

.nav-xbootstrap li:first-child:hover a { border-radius: 3px 0 0 3px; }

.nav-xbootstrap li ul.dropdown li:hover a { background: rgba(0,0,0, .1); }

.nav-xbootstrap li ul.dropdown li:first-child:hover a { border-radius: 0; }

.nav-xbootstrap li:hover .arrow-down { border-top: 5px solid #fff; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #def1f0;
  position: relative;
  top: 15px;
  right: -5px;
  content: '';
}
.title-mobile {
  display: none;
}
 @media only screen and (max-width:900px) {

.nav-xbootstrap {
  background: #fff;
  width: 200px;
  height: 100%;
  display: block;
  position: fixed;
  left: -200px;
  top: 0px;
  -webkit-transition: left 0.25s ease;
  -moz-transition: left 0.25s ease;
  -ms-transition: left 0.25s ease;
  -o-transition: left 0.25s ease;
  transition: left 0.25s ease;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
a {
	text-decoration: none!important;
}
a:hover{
	color: white!important;
}
.title-mobile {
  position: fixed;
  display: block;
    top: 10px;
    font-size: 20px;
    left: 100px;
    right: 100px;
    text-align: center;
    color: #FFF;
}
.nav-xbootstrap.visible {
  left: 0px;
  -webkit-transition: left 0.25s ease;
  -moz-transition: left 0.25s ease;
  -ms-transition: left 0.25s ease;
  -o-transition: left 0.25s ease;
  transition: left 0.25s ease;
}

.nav-bg-xbootstrap {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  margin: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #03A9F4;
  padding: 12px 0 0 10px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.navbar-xbootstrap {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  cursor: pointer;
  margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px;
}

#szukaj_przycisk {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  cursor: pointer;
  margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
}

.navbar-xbootstrap span {
  height: 2px;
  background: #fff;
  margin: 5px;
  display: block;
  width: 20px;
}

.navbar-xbootstrap span:nth-child(2) { width: 20px; }

.navbar-xbootstrap span:nth-child(3) { width: 20px; }

.nav-xbootstrap ul { padding-top: 50px; }

.nav-xbootstrap li { display: block; }

.nav-xbootstrap li a {
  display: block;
  color: #505050;
  font-weight: 600;
}

.nav-xbootstrap li:first-child:hover a { border-radius: 0; }

.nav-xbootstrap li ul.dropdown { position: relative; }

.nav-xbootstrap li ul.dropdown li a {
  background: #2980B9 !important;
  border-bottom: none;
  color: #fff !important;
}

.nav-xbootstrap li:hover a {
  background: #03A9F4;
  color: #fff !important;
}

.nav-xbootstrap li ul.dropdown li:hover a {
  background: rgba(0,0,0,.1); !important;
  color: #fff !important;
}

.nav-xbootstrap li ul.dropdown li a { padding: 10px 10px 10px 30px; }

.nav-xbootstrap li:hover .arrow-down { border-top: 5px solid #fff; }

.arrow-down {
  border-top: 5px solid #505050;
  position: absolute;
  top: 20px;
  right: 10px;
}

.cover-bg {
  background: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  display:none;
}
 @media only screen and (max-width:1199px) {

.container { width: 96%; }


.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
/* MENU */

#kontener{
	margin-top: 80px!important;
}

.card-header, .card-body, .card-footer{
	padding: 10px;
}

.switch-toggle {
   float: left;
   /*background: #242729;*/
   border-top: 1px solid black;
   border-bottom: 1px solid black;
   width: 100%;
}
.switch-toggle input {
  position: absolute;
  opacity: 0;
}
.switch-toggle label {
	margin-bottom: 0px;
	min-width: 50%!important;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
	
.switch-toggle input + label {
  padding: 7px;
  float:left;
  color: black;
  cursor: pointer;
}
.switch-toggle input:checked + label {
  background: #c4c4c4;
  color: white;
}