@-webkit-keyframes menu-fadeout {
  from {
    -webkit-transform: none;
    transform: none;
  }

  to {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
}
.header {
    background-color: rgb(62, 54, 67);
	color: white;
}
.body {
    background-color: rgb(60, 60, 60);
	color: white;
}
.modal-footer {
    border-top: 0px;
}

.przyklad {
    font-size: 22px;
}

#slowo_polskie {
    display: block;
}

#slowo_obce {
    display: none;
}

#pokaz_odpowiedz {
    display: block;
}

#pokaz_odpowiedz button {
    width: 60%;
}

#wiem_nie_wiem {
    display: none;
}

#wiem_nie_wiem button {
    width: 30%;
}

#za_duzo {
	display: none;
}

.jumbotron {
    margin-bottom: 0;
}
.error{
	color: white;
	width: 350px;
	margin-left: 2%;
	font-face: inherit;
	font-size: 20px;
	max-width: 350px;
	background-color: rgba(242, 94, 94, 0.8);
	border-radius: 5px;
	text-align: center;
	position: fixed;
	animation-name: menu-fadeout;
	animation-duration:2s;
	animation-delay: 5s;
	animation-fill-mode: forwards;
	z-index:1000;
}
.message{
	color: white;
	font-face: inherit;
	font-size: 20px;
	width: 350px;
	background-color: rgba(128, 226, 115, 0.8);
	border-radius: 5px;
	text-align: center;
	margin-left: 2%;
	animation-name: menu-fadeout;
	animation-duration:2s;
	animation-delay: 5s;
	animation-fill-mode: forwards;
	position: fixed;
	z-index:1000;
}
.calender_href{
	color: white;
	font-size: 20px;
}
.table1 {
box-shadow: 0 0 70px rgba(0,0,0,0.7);
font-size: 20px;
margin-top: 10px;
}
.topic {
box-shadow: 0 0 70px rgba(0,0,0,0.7);
margin-top: 10px;
padding-left:10px;
}
.shadowbox {
box-shadow: 0 0 70px rgba(0,0,0,0.7);
margin-top: 10px;
}
.month {
text-align: center;
background-color: rgba(255,255,255,0.1);
}
.sunday {
background-color: rgba(255,0,0,0.1);
}
.saturday {
background-color: rgba(255,128,0,0.1);
}
.today {
background-color: rgba(255,255,255,0.3);
}
form.editp > table > tbody >tr > td >input{
	background-color: rgb(60, 60, 60);
	width: 20px;
	border: none;
	text-align: center;
}
div.container > table > tbody > tr > td> input.test{
	background-color: rgb(60, 60, 60);
	width: 100%;
	border: none;
	text-align: center;
}
input[type=hidden] {
	display: none;
	width: 0px;
	padding: 0px;
	height: 0px;
}
select {
	width: 120px;
	background-color: rgb(60, 60, 60);
	border: none;
	text-align: center;
}
table {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
}

th,
td {
	padding: 5px;
	background-color: rgba(255,255,255,0.1);
	color: #fff;
	text-align: center;
	
}

th {
	text-align: center;
	font-size: 20px;
}

thead {

		background-color: #55608f;
}


tr:hover {
		
	background-color: rgba(255,255,255,0.3);
	}
.tab {
		
	background-color: rgba(255,255,255,0.08);
	}
.tab1 {
		
	background-color: rgba(255,100,100,0.1);
	}
.now {
	border-left: dashed 1px;
	border-right: dashed 1px;
	}
td:hover {
	background-color: rgba(255,255,255,0.2);
	z-index: -1;
	}
.activeuser {
	background-color: rgba(226, 157, 29,0.3);
	z-index: -1;
	}
.content {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    }
.tt-hint,
.city {
    border: 2px solid #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    font-size: 24px;
    height: 45px;
    line-height: 30px;
    outline: medium none;
    padding: 8px 12px;
    width: 400px;
    }
.tt-dropdown-menu {
    width: 400px;
    margin-top: 5px;
    padding: 8px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px 8px 8px 8px;
    font-size: 18px;
    color: #111;
    background-color: #F1F1F1;
    }
.hour {
    background-color: grey;
	width: 4.1666%;
	float: left;
	text-align: center;
    }
.halfhour {
    background-color: orange;
	width: 2.083%;
	float: left;
	text-align: center;
    }	
.pg{
	text-align: center;
	padding:5px, 1px, 1px, 5px;
	position: relative;
	margin-top: 10px;
	background-color:rgba(89, 75, 75, 0.3);
	border-right: dashed 1px;
}
.akapit, .pg{
	text-align: justify;
	padding:10px;
	position: relative;
	margin-top: 10px;
	background-color:rgba(89, 75, 75, 0.3);
}
.enabled{
	background-color: #800000;
}
.enabled1{
	background-color: #4f4f4f;
}