/* --- Columns --- */
/* https://flaviocopes.com/css-grid */

.columns{
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 3fr 1fr;
	grid-template-areas:
		"header	 header"
		"content sidebar"
		"footer  footer"
		"offers  offers";
}
.columns header{
	grid-area: header;
	/*
	padding: 20px;
	background-color: #fed330;
	*/
}
.columns footer{
	grid-area: footer;
	/*
	padding: 20px;
	background-color: #fd9644;
	*/
}
.columns aside.company-offers{
	grid-area: offers;
}
.column-left{
	grid-area: content;
	padding: 20px;
	/*
	background-color: #20bf6b;
	*/
}
.column-right{
	grid-area: sidebar;
	/*
	background-color: #45aaf2;
	*/
}
@media (max-width: 500px) {
	.columns {
		grid-template-columns: 4fr;
		grid-template-areas:
			"header"
			"content"
			"sidebar"
			"footer"
			"offers";
	}
}


/* --- Node.tpl --- */

.box-shadow-ads {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-style: solid;
	border-color: #f8f8f8;
	border-width: 1px 1px 1px 1px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	padding:1em;
}

.hr-gradient-one {
	border: 0; height: 1px; background: #333;
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
.hr-gradient-two {
	border: 0; height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.hr-style-seven {
	overflow: visible;
	height: 30px;
	border-style: solid;
	border-color: black;
	border-width: 1px 0 0 0;
	border-radius: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.hr-style-seven:before {
	display: block;
	content: "";
	height: 30px;
	margin-top: -31px;
	border-style: solid;
	border-color: black;
	border-width: 0 0 1px 0;
	border-radius: 20px;
}

.node .company-infos-title {
	font-size: 1.3em;
	font-weight: 700;
	line-height: 2;
	padding: 5px 0 7px 0;
	border-bottom: 1px solid #333333;
}

.node-job-ads.node-teaser,
.node-job-employers.node-teaser {
	padding: 0 30px !important;
	margin: 10px;
	border: 1px solid #D7D7D7;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	min-height: 118px;
	overflow: auto;
}
.node-job-ads h2.node-title,
.node-job-employers h2.node-title {
	color: #2c3e50 !important;
	line-height: 1;
	margin: 0 0 5px;
	padding: 0;	
}
.field-type-taxonomy-term-reference.field-name-job-tags-localization {
	display: inline-block !important;
	
}
.field-name-job-tags-localization .field-label {
	color: red !important;
}
.field-name-job-tags-localization.field-label {
	
}
.field-name-job-tags-localization.field-items {
	color: blue !important;
}

.node .content,
.node .fieldset-wrapper {
	padding-left: 1em;
}
.node .content,
.node .fieldset-wrapper .field {
	padding-bottom: 1em;
}

.node .job-tags .label-tags {
	color: #999999; /* #cccccc */
	float: left;
	margin-top: 13px;
	margin-right: 3px;
}
.node .job-tags li {
	display: inline-block;
	color: #999999;
}
.node .job-tags a {
	background: none repeat scroll 0 0 #eeeeee;
	color: #999999;
	display: inline-block;
	margin-right: 3px;
	margin-top: 9px;
	padding: 4px 9px;
}


/* --- Nav Taxonomy term --- */

#nav-taxonomy .nav-btn {
	vertical-align:text-bottom;
	display:table-cell;
	margin: 1em 0 1em 0;
	padding:.5em 0 0 0;
	text-align:center;
	float:none !important
}
#nav-taxonomy .nav-btn ul {
	margin:0px !important;
	padding:0px;
	float:right;
	font-size:1em;
	list-style:none outside none !important
}
#nav-taxonomy .nav-btn li {
	float:left;
	line-height:1em;
	display:inline;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 0.2em 7px;
	border-bottom:0px solid #094865;
	border-radius:4px
}
#nav-taxonomy ul.nav-btn li a {
	margin: 0 10px 10px 0;
	/* margin: 0 10px 10px 0; */
}
#nav-taxonomy .nav-btn li a {
	float:left;
	padding:0.8em 0.6em;
	border-radius:3px;
	color:#f8efeb;
	background-color:#959595;
	text-decoration:none !important;
	text-shadow:0px 1px 1px #000
}
#nav-taxonomy .nav-btn li a:hover, #nav-taxonomy .nav-btn li a:focus, #nav-taxonomy .nav-btn li a.active {
	color:#333333;
	background-color:#d7d7d7;
	text-shadow:0px 1px 1px #f5f5f5
}


/* --- List groups --- */

/* http://www.dynamicdrive.com/style/csslibrary/item/urban_grey_side_menu/ */
.urbangreymenu{
	width: 190px;
}
.urbangreymenu .headerbar{
	font: bold 13px Verdana;
	color: white;
	background: #606060 url('media/arrowstop.gif') no-repeat 8px 6px;
	margin-bottom: 0;
	text-transform: uppercase;
	padding: 7px 0 7px 31px;
}
.urbangreymenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
}
.urbangreymenu ul li{
	padding-bottom: 2px;
}
.urbangreymenu ul li a{
	font: normal 12px Arial;
	color: black;
	background: #E9E9E9;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px;
	text-decoration: none;
}
.urbangreymenu ul li a:visited{
	color: black;
}
.urbangreymenu ul li a:hover{
	color: white;
	background: black;
}

ul.group_list, ul.group_list li {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.group_list li {
	border: 1px solid #ddd;
	margin-top: -1px;
	background-color: #f6f6f6;
	padding: 12px;
}
ul.group_list li:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
ul.group_list li a {
	margin: 5px 5px 5px 0;
	color: #0074BD!important;
	background-color: transparent!important;
	font-size: 14px;
	text-transform: uppercase;
	padding: 15px 23px;
	display: inline-block;
	line-height: 1;
	border-radius: 24px;
	min-width: 160px;
	border: none;
	transition: all 0.2s ease-in-out;
}

.links span.align-right {
 	float: right;
 	text-align: right;
 	font-weight: bold;
 	color: #000;
 	width: 49%;
 }


/* --- Sort alphabetically --- */

/*
ul.sort-alpha {
	border-bottom: 0px solid #bbb;
	padding: 0.5em 1em;
	margin: 5px;
	color: #000000;
}
ul.sort-alpha li {
	border-right: 0px solid #ccc;
	display: inline;
	padding: 0 1em;
}
.sort-alpha > a, .sort-alpha > li {
	border: none;
	color: rgba(0,0,0,.68);
	background: rgba(0,0,0,.05);
}
.sort-alpha > a:focus,
.sort-alpha > a:hover,
.sort-alpha > li:focus,
.sort-alpha > li:hover{
	background:rgba(0,0,0,.1);
	color:rgba(0,0,0,.68)
}
.sort-alpha > li > a:focus,
.sort-alpha > li > a:hover{
	background:0 0;
	color:rgba(0,0,0,.68)
}
*/

ul.sort-alpha {
	float: left;
	font-size: 0.923em;
	padding: 0 3px 1em;
	line-height: 1.385em;
	overflow: hidden;
	background-color: #fff;
}
ul.sort-alpha li {
	display: inline;
	margin: 0 5px;
	float: none;
}
ul.sort-alpha li a {
	background-color: #ddd;
	color: #000;
	display: inline-block;
	text-decoration: none;
}
ul.sort-alpha li a,
ul.sort-alpha li a:hover,
ul.sort-alpha li.active-none a,
ul.sort-alpha li.active-none a.active-none {
	padding: 2px 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
ul.sort-alpha li a:hover,
ul.sort-alpha li.active-none a,
ul.sort-alpha li.active a.active-none {
	color: #fff;
	background: #666;
	text-decoration: none;
}

.sort-list {
	margin: 1em;
}
.sort-list li {
	list-style: none;
}
.sort-list li span.sort-char {
	list-style: none;
	background-color: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #111;
	color: #ffffff;
	padding: 3px 10px;
	text-decoration: none;
}
.sort-char {
	/*background-color: #CD1F3B;*/
}


/* --- Social Link --- */

.post-header, .post-footer {
	line-height: 1.6;
}
.share-box {
	margin: 20px 0 25px;
	border-bottom: 2px solid #eee;
	position: relative;
}
.share-title {
	border-bottom: 2px solid #2c3e50;
	color: #2c3e50;
	display: inline-block;
	padding-bottom: 7px;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	top: 2px;
}
.share-art {
	float: right;
	color: #fff;
	padding: 0;
	padding-top: 0;
	font-size: 13px;
	font-weight: 400;
	text-transform: capitalize;
}
#page-wrap .share-art a {
	color: #fff !important;
	padding: 3px 8px;
	margin-left: 4px;
	border-radius: 2px;
	display: inline-block;
	margin-right: 0;
}
.share-art .fac-art {
	color: #ffffff;
	background: #3b5998;
}
.share-art .twi-art {
	color: #ffffff;
	background: #00acee;
}
.share-art .goo-art {
	color: #ffffff;
	background: #db4a39;
}
.share-art .pin-art {
	color: #ffffff;
	background: #CA2127;
}
.share-art .lin-art {
	color: #ffffff;
	background: #0077B5;
}


/* --- RSS Feed --- */

#search_feeds {
	padding: 5px;
}
#search_feeds .feed-icon {
	/*margin-top: 30px;
	margin: 0!important;*/
}
.feed-link-rss {
	color: #ff8000;
}
.feed-link-xml {
	color: #333333;
}
.feed-icon { display: block; margin: 0px 0 60px; }
.feed-icon .rss {
	width: 100%;
	margin-bottom: 10px;
	background-image: url(icon-rss.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: right 10px center;
	background-color: #da9231;
	padding-right: 20px;
}
.feed-icon .rss.button:hover {
	background-color:#cd8525;
	background-image:url(icon-rss.png);
	background-repeat:no-repeat;
	background-size:20px 20px;
	background-position:right 10px center;
}

button, .button {
	box-shadow: none;
	font-family: "Open Sans","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 45px;
	min-height: 45px;
	padding: 0 13px;
	border-radius: 6px;
	background-clip: padding-box;
	border: none;
	color: white;
	text-decoration:none;
	font-weight: normal;
	font-size: 14px;
}
button:hover, .button:hover {
	color: white;
	text-decoration:none;
}


/* --- Search Facet --- */

.search-yielded  {
	font-weight: 700;
}
.search-filter  {
	border-radius: 5px 5px 5px 5px!important;
	-moz-border-radius: 5px 5px 5px 5px!important;
	-webkit-border-radius: 5px 5px 5px 5px!important;
	border: 1px solid #d7d7d7;
	margin: 0 0 5px 0;
}
.search-filter h3 {
	font-family: "Open Sans","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #4c4c4c;
	font-size: 17px;
	overflow: hidden;
	margin: 10px 0;
	font-weight: 600;
    border-bottom: 0px solid #CCCCCC;
}
.search-filter h3 span {
	display: inline-block;
	vertical-align: baseline;
	/*zoom: 1;
	padding: 0 5px;*/
	margin-left: 5px;
	position: relative;
}
/*
.search-filter h3 span:before {
	content: '';
	display: none;
	width: 1000px;
	position: absolute;
	top: 0.73em;
	border-top: 1px solid #D7D7D7;
}
.search-filter h3 span:after {
	content: '';
	display: none;
	width: 1000px;
	position: absolute;
	top: 0.73em;
	border-top: 1px solid #D7D7D7;
}
*/
.facet-checkbox {
	/*margin-right: .5em;*/
}
.search-filter ul.facet-checkbox-links {
	/*float: left;*/
	padding: 0;
	line-height: 25px;
	margin-bottom: 5px;
	width: 100%;
}
.search-filter ul.facet-checkbox-links li {
	display: block;
	/*float: left;
	list-style-image: url(../../misc/menu-leaf.png);
	list-style-type: square;
	font-weight: 600;*/
	font-family: "Open Sans","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 25px;
	list-style: none;
	margin: 0 1% 0 0;
	padding: 0;
	/*position: relative;
	width: 49%;*/
}
.search-filter ul.facet-checkbox-links li label.element-invisible {
	padding: 0;
}
.search-filter ul.facet-checkbox-links li a {
	/*font-weight: 600;*/
	font-family: "Open Sans","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.search-filter ul.facet-checkbox-links li a.facet-active {
	color: darkgray; /* #aea79f */
}
.search-filter ul.facet-checkbox-links li a.facet-inactive {
	color: darkblue; /* #3a87ad */
}
.search-filter ul.facet-checkbox-links li a.facet-active:before {
	content: "x ";
}
.search-filter ul.facet-checkbox-links li a.facet-inactive:before {
	content: "+ ";
}
.search-filter ul.facet-checkbox-links li a,
.search-filter ul.facet-checkbox-links li span.active-text {
	display: inline-block;
	padding: 0 0 0 .5em;
	/*padding: 0 0 0 27px;*/
	max-width: 100%;
	word-wrap: break-word;
}
.search-filter ul.facet-checkbox-links input[type=checkbox] {
	display: none;
}
input[type="file"], input[type="checkbox"], input[type="radio"], select {
	margin: 0 0 1em 0;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
