﻿@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;200;300;400;500;600;700;800;900&display=swap');

.skk_container{ 
	width:100%;
	max-width:1400px; 
	font-family:'Lato', sans-serif;
	color:#000;
	font-size:16px;
}
.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%;
	margin-bottom: 10px;
    border-top: 5px solid #919195;
}
.skk_filters p {
	margin: 15px 1% 0px 1%;
    color: #000;
    float: left;
    width: 24%!important;
}
.skk_filters p input {
	width: 99%;
	height: 70px;
	border: 1px solid #DCDCDC;
	margin: 0px auto;
}
.skk_filters p select {
	border: 1px solid #DCDCDC;
	width: 100%;
	font-size: 12px;
	font-family:'Lato', sans-serif;
	margin: 0px auto;
	line-height: normal;
	height: 70px;
}
.skk_filters p select option {
	font-family:'Lato', sans-serif;
	color: #000;
	font-size: 14px;
	padding: 2px 0px 0px 10px;
}
.skk_filters label {
	width: 100%;
	display: block;
	text-align: left;
	padding: 7px 0 7px 0px;
    color: #000000;
    font-weight: bold;
}
.skk_filters .skk_filters_btn_search {
	background:#919195;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-family:'Lato', sans-serif;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	width: 19%;
    height: 70px;
    margin: 47px 1% 0px;
	border:1px solid #919195;
	transition: all 0.4s ease;	
    border-radius: 8px;
}
/* ----------------------------------wyszukiwarka-oferty---------------------------------- */
.skk_offers {
	line-height: normal;
	text-align: left;
	width:100%;
	max-width:1400px;
	overflow: hidden;
	margin-top:20px;
}
.skk_offers table {
	width: 100%;
	border-spacing: 0px 15px;
	border-collapse: separate;
}
.skk_offers th {
	color:#000;
	padding: 15px 15px;
	line-height: normal;
	text-align: left;
	cursor: pointer;
	text-transform: none;
	font-weight: normal;
    background: #fff;
    border-top: 0px solid #fff!important; 
    border-right: 0px solid #fff!important; 
    border-bottom: 0px solid #fff!important; 
    border-left: 0px solid #fff!important; 
    font-weight: bold;

}

.skk_offers td {
	line-height: normal;
	cursor: pointer;
	padding:30px 15px;
    border-bottom: 1px solid #fff;
    color: #000;
    border-top: 1px solid #e4e5eb !important;
    border-bottom: 1px solid #e4e5eb !important;
    border-right: 0px solid #fff!important; 
    border-left: 0px solid #fff!important; 
    background: #fff!important;
    
}

.skk_row_odd {
    box-shadow: 0 0 12px rgba(32,37,87,.09);

}
.skk_row_even {
    box-shadow: 0 0 12px rgba(32,37,87,.09);
}

.skk_offers td:first-child {
	text-transform:none;
	color:#000;
    font-size: 16px;
    font-family: "Lato",Arial, Lato, sans-serif;
    border-left: 1px solid #e4e5eb !important;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    font-weight: bold;
}

.skk_offers td:last-child {
	text-transform:none;
	color:#000;
    font-size: 16px;
    font-family: "Lato",Arial, Lato, sans-serif;
    border-top: 1px solid #e4e5eb ;
    border-bottom: 1px solid #e4e5eb ;
    border-right: 1px solid #e4e5eb !important;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    font-weight: bold;
}



.skk_offers td:hover {
	text-decoration: none;
}
.skk_pager {
	text-align:center;
	letter-spacing: 0px;
	margin:25px 0px;
	color: #1f3685;
}
.skk_pager a {
	text-decoration: none !important;
	color: #1f3685;
	padding:10px 15px;
	font-size:12px;
	margin:0 4px;
	transition: all .3s ease 0s;
}
.skk_pager_page.skkPagerActivePage {
	text-decoration: none !important;
    color: #1f3685;
    font-weight: bold;
    border: 1px solid #dcdcdc;
}
@media all and (max-width: 800px) {
.skk_filters {
	text-align:center;
	margin: 0px auto;
}
.skk_filters p {
	float:none;
	margin:10px auto 20px;
	display:block;
    width: 95%!important;
}
    
    
.skk_filters p input {
	margin:0px auto;
	display:block;
    text-align: center;
}
.skk_filters p select {
	margin:0px auto;
	display:block;
}
.skk_filters label {
	margin:0px auto;
	display:block;
    text-align: center;
}
.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;
}
    
.skk_filters .skk_filters_btn_search {
	background:#919195;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-family:'Lato', sans-serif;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	width: 200px;
    height: 55px;
    margin: 47px 1% 0px;
	border:1px solid #919195;
	transition: all 0.4s ease;	
    border-radius: 8px;
}   
    
@media all and (max-width: 550px) {
.skk_offers th {
	display:none;
}
.skk_offers td {
	display:block;
	width:100%;
	padding: 10px 0px;
	text-align:center;
    border-bottom: 0px solid #000!important;
    border-top: 0px solid #000!important;
    border-left: 1px solid #e4e5eb !important;
    border-right: 1px solid #e4e5eb !important;
}
.skk_offers td:first-child {
	text-transform:none;
    font-weight: bold;
    font-size: 16px;
	color: #000;
    border-bottom: 0px solid #000!important;
    border-top: 1px solid #e4e5eb !important;
    border-left: 1px solid #e4e5eb !important;
    border-right: 1px solid #e4e5eb !important;
    border-radius: 8px 8px 0px 0px;  
}
.skk_offers td:last-child {
	text-transform:none;
    font-weight: bold;
    font-size: 16px;
	color: #000;
    border-bottom: 1px solid #e4e5eb !important;
    border-top: 0px solid #000!important;
    border-left: 1px solid #e4e5eb !important;
    border-right: 1px solid #e4e5eb !important;
    border-radius: 0px 0px 8px 8px ;  

 
}    

.skk_offers table {
	width: 99%;
}