﻿
.skk_container{ 
	width:100%;
	max-width:1013px; 
	font-size: 16px;
	font-family: BrandonText;
	font-weight: 300;
	color:#133929;
}
.skk_logo {
	width:100%;
	max-width:1013px; 
	clear: both;
	overflow: hidden;
}
.skk_logo a {
	display: none;
	height: 50px;
	max-width:1013px; 
	float: right;
	background:transparent url(https://system.erecruiter.pl/_images/powered_by_eRecruiter_szare.png) no-repeat scroll right bottom;
}
/* ----------------------------------wyszukiwarka-filtry---------------------------------- */

.skk_filters{
	background:transparent;
	text-align: left;
	margin-bottom: 40px;
}
.skk_filters p {
	margin: 20px 15px 0px 0px;
	float: left;
}
.skk_filters p input {
	width:200px;
	height:30px;
	border: 1px solid #f3f3f3;
}
.skk_filters p select {
	border: 1px solid #f3f3f3;
	width:204px;
	font-size: 12px;
	line-height: normal;
	height:80px;
}
.skk_filters p select option {
	font-family:'Open Sans', sans-serif;
	font-size: 12px;
	padding:4px 0px 3px 10px;
}
.skk_filters label {
	display: block;
	text-align: left;
	padding: 7px 0 7px 10px;
}
.skk_filters .skk_filters_btn_search {
	background:#14d991;
	color: #fff;
	font-size: 16px;
	font-family:'Open Sans', sans-serif;
	cursor: pointer;
	font-weight: 300;
	line-height: normal;
	text-align: center;
	width:97px;
	height:54px;
	margin:76px 0px 0px 30px;
	border:none;
	transition: all 0.4s ease;
	
}
/* ----------------------------------wyszukiwarka-oferty---------------------------------- */
.skk_offers {
	line-height: normal;
	text-align: left;
	width:100%;
	overflow: hidden;
	margin:20px auto;
}
.skk_offers table {
	width: 100%;
	border-collapse: collapse;
}
.skk_offers th {
	padding:10px 0px;
	line-height: normal;
	text-align: left;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: normal;
	font-size:16px;
	color:#707070;
}
.skk_offers td {
	line-height: normal;
	cursor: pointer;
	padding:20px 0px;
	transition: background-color 0.4s ease;
	border-bottom:1px solid #133929;
	font-size:24px;
}
.skk_offers td:first-child {
	font-size:24px;
	line-height:28px;
}
.skk_offers td:last-child {
	background:transparent url('_res/arrow.png') no-repeat scroll right center;
}
.skk_offers td:last-child:hover {
	background:transparent url('_res/arrow2.png') no-repeat scroll right center;
}
.skk_offers td:hover {
	text-decoration: none;
}
.skk_pager {
	text-align:left;
	margin:25px 0px;
	color: #133929;
}
.skk_pager a {
	text-decoration: none !important;
	color: #133929;
	border-bottom: 1px solid #133929;
	padding:10px 15px;
	font-size:12px;
	margin:0 2px;
	transition: .3s;
}
.skk_pager a:hover {
	text-decoration: none !important;
	color:#42d990;
}
.skk_pager_page.skkPagerActivePage {
	text-decoration: none !important;
	color:#42d990;
}
.skk_offers tr:hover {
	color: #42d990;
}
.skk_offers tr:hover td {
	color: #42d990;
	border-bottom:1px solid #42d990;
}
.skk_offers tr:hover td:first-child:hover  {
 	color:#42d990;
}
.skk_offers tr:hover th  {
	color:#707070;
}
@media all and (max-width: 1333px) {
.skk_filters .skk_filters_btn_search {
	float: none;
	text-align: center;
	margin:10px auto;
}
.skk_offers {
	width:100%;
	float: none;
	max-width:none;
	margin-top:20px;
}
@media all and (max-width: 400px) {
.skk_offers th {
	display:none;
}
.skk_offers td {
	display:block;
	width:100%;
	padding: 10px 0px;
	text-align:center;
}
.skk_offers td:last-child {
	background:none;
}
.skk_pager {
	text-align:center;

}