﻿@import url('https://fonts.googleapis.com/css2?family=Lato:wght@200;300;400;500;600;700;800&display=swap');

.skk_container{ 
	width:100%;
	max-width:1270px; 
	font-family:'Lato', sans-serif;
	color:#000;
	font-size:14px;
}
.skk_logo {
	width:100%;
	clear: both;
	overflow: hidden;
}
.skk_logo a {
	display: none;
	height: 50px;
	width:87px;
	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: #fff;
	text-align: left;
	max-width: 100%;
    padding: 10px 0px 0px;
}
.skk_filters p {
	margin: 0px 2% 0px 0px;
	color: #000;
	float: left;
    width: 38%;
}
.skk_filters p input {
	width: 100%;
	height: 50px;
	border: 1px solid #000;
	margin: 0px auto;
}
.skk_filters p select {
	border: 1px solid #000;
	width: 100%;
	font-size: 12px;
	font-family:'Lato', sans-serif;
	margin: 0px auto;
	line-height: normal;
	height: 54px;
}
.skk_filters p select option {
	font-family:'Lato', sans-serif;
	color: #000;
	font-size: 12px;
	padding: 2px 0px 0px 10px;
}
.skk_filters label {
	width: 100%;
	display: block;
	text-align: left;
	padding: 7px 0 7px 0px;
    color: #000;
}
.skk_filters .skk_filters_btn_search {
	background:#5e9732;
	color: #fff;
	font-size: 17px;
	text-transform: none;
	font-family:'Lato', sans-serif;
	cursor: pointer;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	width: 20%;
    height: 55px;
    margin: 32px 0px 0px 0px;
	border:1px solid #5e9732;
	transition: all 0.4s ease;	
}
/* ----------------------------------wyszukiwarka-oferty---------------------------------- */
.skk_offers {
	line-height: normal;
	text-align: left;
	width:100%;
	max-width:1270px;
	overflow: hidden;
	margin-top:20px;
}
.skk_offers table {
	width: 100%;
	border-spacing: 0px 15px;
	border-collapse: separate;
}
.skk_offers th {
	padding:0px 25px;
	line-height: normal;
	text-align: left;
	cursor: auto;
	text-transform: none;
	font-weight: normal;
	background-color:transparent;
    color: #000;
}
.skk_offers td {
	color: #000;
	line-height: normal;
	cursor: pointer;
	padding:25px 25px;
	background-color:#fff;
	transition: background-color 0.4s ease;
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
}
.skk_offers td:first-child {
	text-transform:none;
    font-weight: bold;
    font-size: 16px;
	color: #000;
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
}
.skk_offers td:first-child:hover {
	color: #5e9732;
}
.skk_offers td:last-child {
	text-transform:none;
    font-weight: bold;
    font-size: 16px;
	color: #000;
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
}
.skk_offers td:hover {
	text-decoration: none;
}
.skk_pager {
	text-align:center;
	letter-spacing: 0px;
	margin:25px 0px;
	color: #000;
}
.skk_pager a {
	text-decoration: none !important;
	color: #000;
	padding:10px 15px;
	font-size:12px;
	margin:0 4px;
	transition: all .3s ease 0s;
}
.skk_pager_page.skkPagerActivePage {
	text-decoration: none !important;
	color:#000;
    font-weight: bold;
}
@media all and (max-width: 1270px) {
.skk_filters {
	text-align:center;
	margin: 0px auto;
}
.skk_filters p {
	float:none;
	margin:10px auto 20px;
	display:block;
    width: 100%;
}
.skk_filters p input {
	margin:0px auto;
	display:block;
}
.skk_filters p select {
	margin:0px auto;
	display:block;
}
.skk_filters label {
	margin:0px auto;
	display:block;
}
.skk_filters .skk_filters_btn_search {
	float: none;
	text-align: center;
	margin:10px auto;
    width: 220px;
}
.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;
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
}
.skk_offers td:first-child {
	text-transform:none;
    font-weight: bold;
    font-size: 16px;
	color: #000;
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
}
.skk_offers td:last-child {
	text-transform:none;
    font-weight: bold;
    font-size: 16px;
	color: #000;
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
}
}