/*
div.tresc.kandydaci ul {
	margin-left:0;
	padding-left:0;
}

div.tresc.kandydaci ul li {
	display:flex;
	background:url("../../grafika/kropka-li.png") no-repeat 8px 6px;
	background-size:6px 6px;
	padding-left:22px;
	margin:0;
	margin-bottom:5px;
}
*/

.clear_left {
	clear:left;
}

div.tresc aside {
	display:block;
	float:right;
	margin:0px 0 20px 40px;
	width:210px;
	background:none;
	padding:0;
}

div.tresc aside #guzik_zapisz, a#guzik_wydzialowa, a#guzik_facebook, aside #guzik_irk {
	display:block;
	position:relative;
	padding:0px 10px 8px 30px;
	margin:10px 0px 10px 0px;
	width:190px;
	border:none;
	border-radius:0;
	color:#034ea1;
	text-align:right;
	font-size:20px;
	font-family:'Lato-Light', Arial, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	cursor:pointer;
	text-decoration:none;
	background:#ffd537;
}

div.tresc aside a#guzik_zapisz:hover, aside a#guzik_wydzialowa:hover, aside a#guzik_facebook:hover, aside a#guzik_irk:hover {
	background-color:#ffca05;
	text-decoration:none;
}

div.tresc aside a#guzik_zapisz {
	background:#ffd537 url("./ikona-zarejestruj.png") no-repeat 8px center;
	background-size:26px 19px;
}

div.tresc aside a#guzik_wydzialowa {
	background:#ffd537 url("./ikona-umk.png") no-repeat 8px center;
	background-size:24px 26px;
}

div.tresc aside a#guzik_facebook {
	background:#ffd537 url("./ikona-facebook.png") no-repeat 8px center;
	background-size:26px 19px;
}

div.tresc aside a#guzik_irk {
	background:#ffd537 url("./ikona-irk.png") no-repeat 8px center;
	background-size:24px 26px;
}

div.tresc aside a#guzik_zapisz:hover, div.tresc aside a#guzik_wydzialowa:hover, div.tresc aside a#guzik_facebook:hover, div.tresc aside a#guzik_irk:hover {
	background-color: #f9c400;
}

div.tresc aside #ramka {
	display:block;
	/*border:1px solid #0084ea;*/
	padding:10px;
	font-size:14px;
	background:#fff8dd;
}

div.tresc aside #ramka {
	text-align:left;
}

div.tresc aside #ramka p {
	text-align:left;
}

div.tresc aside #ramka p:last-of-type {
    margin-bottom: 0px;
}

div.tresc aside #ramka p strong {
    display: inline-block;
    line-height: 16px;
    text-align: left;
    margin: 0;
}

div.tresc aside #ramka:empty {
	display:none;
}

img.zdjecie {
	width:330px !important;
	height:auto !important;
	margin:0 0px 30px 40px !important;
}

div.tresc iframe {
	clear:both;
	width:100%;
	height:auto;
	max-width: 750px;
	height: 50vw;
	max-height: 428px;
	margin: 0 auto;
}

#table_kierunki_filter {
	float:none;
	text-align:left;
	margin:20px 0;
}

#table_kierunki_filter label {
	font-size:20px;
	text-align:left;
	color:#034ea1;
}

#table_kierunki_filter label input {
	font-size:16px;
	text-align:left;
	color:#034ea1;
	padding:10px;
	border:1px solid #034ea1;
	width:82%;
	//max-width:500px;
}

#table_kierunki tr th {
	text-align:left;
	padding-left:10px;
}


table.dataTable tr.footable-row-detail {
	background:#ffffe0;
}



@media screen and (min-width:0px) {

	div.tresc aside {
		float:none;
		margin:0px 0 20px 0px;
		width:auto;
	}
	
	div.tresc aside #guzik_zapisz, a#guzik_wydzialowa, a#guzik_facebook, aside #guzik_irk {
		display:block;
		position:relative;
		width:auto;
		height:auto;
		margin:10px 0px;
		padding:10px 10px 10px 45px;
		text-align:left;
	}
	
	img.zdjecie {
		margin:0 0 20px 0 !important;
		width:100% !important;
		height:auto !important;
	}

	#table_kierunki tr th.system, #table_kierunki tr td.system {
		display:none;
	}

	#table_kierunki tr th.rodzaj, #table_kierunki tr td.rodzaj {
		display:none;
	}

	#table_kierunki tr th.jezyk, #table_kierunki tr td.jezyk {
		display:none;
	}

}

@media screen and (min-width:600px) {

	#table_kierunki tr th.system, #table_kierunki tr td.system {
		display:table-cell;
	}

	#table_kierunki tr th.rodzaj, #table_kierunki tr td.rodzaj {
		display:table-cell;
	}

	#table_kierunki tr th.jezyk, #table_kierunki tr td.jezyk {
		display:table-cell;
	}
	
	div.tresc ul {
		padding-left: 4px;
	}

}

@media screen and (min-width:630px) {

	img.zdjecie {
		width:25% !important;
		height:auto !important;
		margin:0 0px 10px 20px !important;
	}
	
	div.tresc aside {
		float:right;
		margin:0px 0 10px 20px;
		width:210px;
	}

	div.tresc aside #guzik_zapisz, a#guzik_wydzialowa, a#guzik_facebook, aside #guzik_irk {
		display:block;
		position:relative;
		width:auto;
		padding:10px 10px 8px 30px;
		margin:0px 0px 10px 0px;
		height:auto;
		text-align:right;
	}

}

@media screen and (min-width:800px) {

	img.zdjecie {
		width:330px !important;
		height:auto !important;
		margin:0 0px 30px 40px !important;
	}
	
	div.tresc aside {
		float:right;
		margin:0px 0 20px 40px;
		width:222px;
	}

	
}