﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap&subset=latin-ext');

.skk_container{ 
	width:100%;
	max-width:1180px; 
	font-family:'Montserrat', sans-serif;
	color:#3f3f3f;
	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:transparent;
	text-align: left;
	width: 70%;
	margin:0 auto 20px;
}
.skk_filters p {
	margin: 20px 15px 0px 0px;
	color: #3f3f3f;
	float: left;
    width: 70%;
}
.skk_filters p input {
	width:100%;
	height:46px;
	border: 1px solid #DCDCDC;
	margin: 0px auto;
}
.skk_filters p select {
	border: 1px solid #DCDCDC;
	width:204px;
	font-size: 12px;
	font-family:'Montserrat', sans-serif;
	margin: 0px auto;
	line-height: normal;
	height:80px;
}
.skk_filters p select option {
	font-family:'Montserrat', sans-serif;
	color: #3f3f3f;
	font-size: 12px;
	padding:4px 0px 3px 10px;
}
.skk_filters label {
	width: 192px;
	display: block;
	text-align: left;
	padding: 7px 0 7px 0px;
}
.skk_filters .skk_filters_btn_search {
	background:#6d879e;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-family:'Montserrat', sans-serif;
	cursor: pointer;
	font-weight: 300;
	line-height: normal;
	text-align: center;
	width:165px;
	height:50px;
	margin:51px 0px 0px 30px;
	border:1px solid #6d879e;
	transition: all 0.4s ease;
}
/* ----------------------------------wyszukiwarka-oferty---------------------------------- */
.skk_offers {
	line-height: normal;
	text-align: left;
	width:100%;
	max-width:1180px;
	overflow: hidden;
	margin-top:20px;
}
.skk_offers table {
	width: 100%;
	border-spacing: 0px 10px;
	border-collapse: separate;
}
.skk_offers th {
	padding:10px 25px;
	line-height: normal;
	text-align: left;
	cursor: auto;
	text-transform: none;
	font-weight: bold;
	background-color:#fff;
    color: #3f3f3f;
    display: none;
}
.skk_offers td {
    color: #3f3f3f;
    line-height: normal;
    cursor: pointer;
    padding: 25px 25px;
    transition: background-color 0.4s ease;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.skk_offers td:first-child {
    font-weight: bold;
    border-left: 1px solid #e1e1e1;
    color: #3f3f3f;
}
.skk_offers td:last-child {
    font-weight: normal;
    border-right: 1px solid #e1e1e1;  
    color: #3f3f3f;
}
.skk_offers td:hover {
	background:#b11117 ;
	color:#fff;
}
.skk_offers tr:hover {
	background:#b11117 ;
	color:#fff;
}
.skk_offers tr:hover td {
	background:#b11117 ;
	color:#fff;
}
.skk_offers tr:hover td:first-child:hover  {
	background:#b11117 ;
	color:#fff;
}
.skk_pager {
	text-align:center;
	letter-spacing: 0px;
	margin:25px 0px;
	color: #3f3f3f;
}
.skk_pager a {
	text-decoration: none !important;
	color: #3f3f3f;
	padding:10px 15px;
	font-size:12px;
	margin:0 4px;
	transition: all .3s ease 0s;
}
.skk_pager_page.skkPagerActivePage {
	text-decoration: none !important;
	color:#3f3f3f;
    font-weight: bold;
}
@media all and (max-width: 1080px) {
.skk_filters {
	width:100%;
	text-align:center;
	margin: 0px auto;
}
.skk_filters p {
	float:none;
	margin:10px auto 20px;
	display:block;
}
.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;
}
.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;
	padding: 10px 0px;
	text-align:center;
    border-top: 0px solid #e1e1e1;
    border-bottom: 0px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1 !important;
    width:99%;
}
.skk_offers td:first-child {
    font-weight: bold;
    border-top: 1px solid #e1e1e1;
    border-bottom: 0px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1 !important;
    color: #3f3f3f;
}
.skk_offers td:last-child {
    font-weight: bold;
    border-top: 0px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    color: #3f3f3f;
}
.skk_offers td:first-child {
	font-size:14px;
}
}