﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext');

.skk_container{ 
	width:100%;
	font-family:'Open Sans', sans-serif;
	color:#606569;
	font-size:12px;
}
.skk_logo {
	width:100%;
	clear: both;
	overflow: hidden;
}
.skk_logo a {
	display: none;
	height: 50px;
	width:900px;
	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;
	overflow:hidden;
}
.skk_filters p {
	margin: 20px 20px 0px 0px;
	color: #606569;
	float: left;
	width: 25%;
}
.skk_filters p input {
	width:90%;
	height:35px;
	border: 1px solid #F2F2F2;
	background-color:#F2F2F2;
	margin: 0px auto;
}
.skk_filters p select {
	border: 1px solid #F2F2F2;
	background-color:#F2F2F2;
	width:100%;
	font-size: 12px;
	font-family:'Open Sans', sans-serif;
	margin: 0px auto;
	line-height: normal;
	height:211px!important;
}
.skk_filters p select option {
	font-family:'Open Sans', sans-serif;
	color: #606569;
	font-size: 12px;
	padding: 0 0 6px;
}
.skk_filters label {
	display: block;
	text-align: left;
	font-size:13px;
	font-weight:normal;
	margin-bottom:3px;
}
.skk_filters .skk_filters_btn_search {
	background:#636466;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-family:'Open Sans', sans-serif;
	cursor: pointer;
	line-height: normal;
	text-align: center;
	width: 19%;
	height:36px;
	margin:42px 0px 0px 0px;
	border:1px solid #636466;
	transition: all 0.4s ease;
	
}
.skk_filters .skk_filters_btn_search:hover {
	border-color: #44d62c;
	background-color: #44d62c;
}
/* ----------------------------------wyszukiwarka-oferty---------------------------------- */
.skk_offers {
	line-height: normal;
	text-align: left;
	width:100%;
	overflow: hidden;
	margin-top:20px;
}
.skk_offers table {
	width: 100%;
	border-spacing: 0px 15px;
	border-collapse: separate;
}
.skk_offers tr th  {	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.skk_offers tr th:first-child  {	
	border-left: 1px solid #ccc;
}
.skk_offers tr th:last-child  {	
	border-right: 1px solid #ccc;
}

.skk_offers th {
	padding:15px;
	line-height: normal;
	text-align: left;
	cursor: pointer;
	font-weight: normal;
	font-size:13px;
    border: 0px !important;
}
.skk_offers td {
	line-height: normal;
	cursor: pointer;
	padding:15px;
	border-bottom: 1px solid #ccc;
	transition: background-color 0.4s ease;
    border-right: 0px !important;
border-left: 0px !important;
border-top: 0px !important;
}
.skk_offers td:first-child {
	color:#44d62c;
	font-weight:bold;
}
.skk_offers td:hover {
	text-decoration: none;
}
.skk_pager {
	text-align:right;
	margin:25px 0px;
	color: #606569;
}
.skk_pager a {
	text-decoration: none !important;
	color: #606569;
	border: 1px solid #F2F2F2;
	padding:3px 12px;
	font-size:11px;
	margin:0 2px;
	transition: all .3s ease 0s;
}
.skk_pager a:hover {
	background:#F2F2F2;
	text-decoration: none !important;
	color:#44d62c;
}
.skk_pager_page.skkPagerActivePage {
	text-decoration: none !important;
	color:#44d62c;
	background:#F2F2F2;
	font-weight:bold;
}
.skk_offers tr:hover td {
	text-decoration:underline;
}
.skk_offers tr:hover th  {
	text-decoration:none !important
}
@media all and (max-width:1100px) {
.skk_filters {
	width:100%;
	text-align:center;
	margin: 0px auto;
}
.skk_filters p {
	float:none;
	margin:10px auto 20px;
	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:700px) {
.skk_offers th {
	display:none;
}
.skk_filters p {
	width:70%;
}
.skk_offers td {
	border-bottom:0px solid #ccc;
	border-top:0px solid #ccc;
	display:block;
	width:100%;
	padding: 10px 0px;
	text-align:center;
}
.skk_offers td:first-child {
	border-left:0px solid #ccc;
	border-top:1px solid #ccc;
	padding-top:20px;
}
.skk_offers td:last-child {
	border-right:0px solid #ccc;
}

}