﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap&subset=latin-ext');

.skk_container{ 
	width:100%;
	max-width:1155px; 
	font-family:'Montserrat', sans-serif;
	color:#000;
	font-size:14px;
    background: #EBF0F4;
}
.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: #EBF0F4;
	text-align: left;
	max-width: 100%;
    padding: 30px 20%;
	margin-bottom: 40px;
}
.skk_filters p {
    margin: 0px 3% 0px 0px;
    color: #000;
    float: left;
    width: 75%;
}
.skk_filters p input {
	width: 100%;
	height: 50px;
	border: 3px solid #fff;
	margin: 0px auto;
    border-radius: 5px;
    background: #EBF0F4;
}
.skk_filters p select {
	border: 3px solid #fff;
	width: 100%;
	font-size: 12px;
	font-family:'Montserrat', sans-serif;
	margin: 0px auto;
	line-height: normal;
	height: 60px;
    border-radius: 5px;
    background: #EBF0F4;
}
.skk_filters p select option {
	font-family:'Montserrat', sans-serif;
	color: #000;
	font-size: 12px;
	padding: 4px 0px 3px 0px;
}
.skk_filters label {
	width: 100%;
	display: block;
	text-align: left;
    font-weight: normal;
	padding: 7px 0 7px 0px;
}
.skk_filters .skk_filters_btn_search {
	background:#000;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-family:'Montserrat', sans-serif;
	cursor: pointer;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	width: 22%;
    height: 56px;
    margin: 33px 0px 0px 0px;
	border:1px solid #000;
	transition: all 0.4s ease;	
    border-radius: 5px;
}
/* ----------------------------------wyszukiwarka-oferty---------------------------------- */
.skk_offers {
	line-height: normal;
	text-align: left;
	width:100%;
	max-width:1155px;
	overflow: hidden;
	margin-top:20px;
}
.skk_offers table {
	width: 100%;
	border-spacing: 0px 15px;
	border-collapse: separate;
    background: #EBF0F4;
}
.skk_offers th {
	padding:20px 25px;
	line-height: normal;
	text-align: left;
	cursor: auto;
	text-transform: none;
	font-weight: normal;
	background-color:#000;
    color: #fff;
    display: none;
}
.skk_offers td {
	color: #a4a6a8;
	line-height: normal;
	cursor: pointer;
	padding:30px 25px;
	background-color:#fff;
	transition: background-color 0.4s ease;
}
.skk_offers td:first-child {
	text-transform:none;
    font-size: 18px;
	color: #223061;
}
.skk_offers td:last-child {
	text-transform:none;
	color: #000;
}
.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;
}
.skk_offers tr:hover td:first-child:hover  {
	background:#e75915 ;
	color:#fff;
}
@media all and (max-width: 850px) {
.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: 200px;
}
.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;
}
}