﻿@import url(https://fonts.googleapis.com/css?family=Lato:400,700&subset=latin,latin-ext);
/* ----------------------------------wyszukiwarka---------------------------------- */
.skk_container {
	max-width: 900px;
	width:100%;
	background-color: #FFFFFF;
font-family: 'Lato', sans-serif;
font-size: 14px;
	color: #444;
}
/* wyszukiwarka-logo eRyk */
.skk_logo {
	max-width: 900px;
	width:100%;
	clear: both;
	overflow: hidden;
}
/* wyszukiwarka-logo eRyk link */
.skk_logo a {
	display: block;
	height: 50px;
	max-width: 86px;
	width:100%;
	float: right;
	background: transparent url(http://system.erecruiter.pl/_images/powered_by_eRecruiter_szare.jpg) no-repeat scroll right bottom;
}
/* ----------------------------------wyszukiwarka-filtry---------------------------------- */
.skk_filters {
	background-color: #FFF;
	max-width: 900px;
	width:100%;
	overflow: hidden;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: normal;
	padding: 15px 0px 30px;
}
.skk_filters p {
	margin:0 20px 0 0;
	float:left;
	width:30%;
}
.skk_filters p input {
	width:100%;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	font-size: 14px;
	height:34px;
}
.skk_filters p select {
	font-family: 'Lato', sans-serif;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	width:100%;
	font-size: 12px;
	height:98px;
	}
.skk_filters p select option {
	color: #444;
	font-size: 13px;
    padding: 5px 0 2px 5px;
}
.skk_filters label {
	width:100%;
	display: block;
	text-align: left;
	font-weight: 400;
	color: #444;
	font-size: 13px;
	padding-bottom:10px;
}
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&subset=latin,latin-ext);
/* wyszukiwarka-filtry-button-szukaj */
.skk_filters .skk_filters_btn_search {
	background-color: #cd1426;
	font-family: 'Ubuntu', sans-serif;
	color: #fff;
	font-size: 14px;
	float: right;
	cursor: pointer;
	font-weight:bold;
	line-height: normal;
	text-align: center;
	max-width: 107px;
	width:100%;
	height:48px;
	margin:35px 50px 0 0;
	border: 1px solid #cd1426;
	border-radius: 4px;
}
/* ----------------------------------wyszukiwarka-oferty---------------------------------- */
.skk_offers {
	line-height: normal;
	text-align: left;
	margin-top: 15px;
	width:100%;
}
/* wyszukiwarka-oferty-tabela */
.skk_offers table {
	border-collapse: collapse;
	font-size: 14px;
	width: 100%;
}
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&subset=latin,latin-ext);
.skk_offers th {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
	font-size:14px;
	padding: 15px 10px 15px 10px;
	line-height: normal;
	background-color: #cd1426;
	text-align: left;
	cursor: pointer;
	color:#fff;
}
.skk_offers td {
	padding: 16px 10px;
	text-align: left;
	cursor: pointer;
	float:none;
}
/* wyszukiwarka-oferty-nazwa stanowiska */
.skk_offers td:first-child {
	color: #444;
	font-weight: normal;
	text-transform:uppercase;
}
.skk_offers tr:hover {
    text-decoration:none !important;
    color:#c70009!important;
}
.skk_offers tr:hover td {
 	color:#c70009!important;
 	text-decoration:none; 
    }
.skk_offers tr:hover td:first-child:hover  {
 	color:#c70009!important;
 	text-decoration:none; 
 	font-weight:700;
}
.skk_row_odd {
	background-color: #fff;
	border-bottom: 1px dotted  #bfbfbf;
}
.skk_row_even {
	background-color: #eeeeee;
	border-bottom:1px dotted  #bfbfbf;
}
 /* ----------------------------------pager---------------------------------- */
.skk_pager {
	text-align:center;
	letter-spacing: 0px;
	margin-top: 10px;
		color: #444;
		margin-top:45px;
}
.skk_pager a {
	text-decoration: none !important;
	color: #444;
	border: 1px solid #bfbfbf;
	padding:6px 12px;
	margin:0 2px;
}
.skk_pager_next {
	border-right: 1px solid #bfbfbf;
}
.skk_pager a:hover {
	text-decoration: none !important;
	background-color: #eeeeee;
	color:#444;
}
.skk_pager_page.skkPagerActivePage {
	text-decoration: none !important;
	background-color: #eeeeee;
	color:#444;
}
@media all and (max-width:630px) {

.skk_filters {
	width:100%;
}
.skk_filters p {
	width:90%;
	margin:10px auto;
	float:none;
	display:block;
	}
/* wyszukiwarka-filtry-wpis */
.skk_filters p input {
}
/* wyszukiwarka-filtry-wybór */
.skk_filters p select {
}
/* wyszukiwarka-filtry-opis filtra np. Region */
.skk_filters label {
}
/* wyszukiwarka-filtry-button-szukaj */
.skk_filters .skk_filters_btn_search {
	float: none;
	margin: 10px auto !important;
	}
@media all and (max-width: 400px) {
.skk_offers th {
	display:none;
}
.skk_offers td {
	display:block;
	width:100%;
	padding: 10px 0px;
	text-align:center;
}
.skk_offers td:first-child {
}
}