@import url("../../global/jobexchange_styles_master.css");

/*--- responsive media ---*/
@import url("./media.css");

/*--- header styling ---*/
@import url("./header.css");

/*--- footer styling ---*/
@import url("./footer.css");

/*--- jobOfferList styling ---*/
@import url("./jobOfferList.css");

/*--- jobOfferDetail styling ---*/
@import url("./jobOfferDetail.css");

/*--- jobOfferDetail styling ---*/
@import url("./jobOffer.css");

/*--- jobOfferDetail test styling ---*/
@import url("./test.css");

@font-face {
    font-family: 'Quicksand';
    src: url('./fonts/Quicksand/static/Quicksand-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Signika';
    src: url('./fonts/Signika/static/Signika-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/*--- global Settings ---*/
.errorMessage {
	color: red;
}

h2 {
  font-family: 'Signika', Arial, Helvetica;
  font-size: 14px;
}

h1, h3, h4, h5 {
	font-family: 'Signika', Arial, Helvetica;
	font-size: 17px;
}

p, a, ul, ol, li, div, td, th,
span, address, blockquote, nobr, b, i, input,
select, textarea {
	font-family: 'Quicksand', Arial, Helvetica;
	font-size: 14px;
}

p.feed {
	display: none;
}
.menu {
	display: none;
}

.applicationBlock {
	line-height: 15px;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	background-color: #3eb2bf;
	border-bottom: 4px solid #f9b416;
	color: #ffffff !important;
}
