/*
 * 	Overall
 */


html, body {
	margin:0;
	padding:0;
	font-family: 'Titillium Web', sans-serif;
  height:100%;
}

a, label {
  cursor: pointer;
}

a:hover {
	text-decoration:none !important;
}

h4 {
  margin-top:3px;
}

h3 {
	font-size:20px;
}


.box {
    border-top:5px solid;
    -webkit-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   background-color: #fff;
   border: 0px solid #d8d8d8;
   padding: 18px;
   vertical-align: top;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);
    margin-top:10px;
    margin-bottom:15px;
}


.smart_add {
  background-color:#396b9f;
  border-top:0;
  color:#fff !important;
  margin-bottom:20px;
}


.smart_add input, .smart_add textarea {
  color: #000;
}


#footer {
  position:absolute;
  bottom:0;
  left:0;
  width: 100%;
}

#wrapper {
  min-height: 100%;
  position: relative;
}

.footer-spacer {
  min-height: 220px;
}





/*---------------------------------------
 *
 *  Shortcuts
 *
 ---------------------------------------*/

.float-right {
  float:right;
}

.float-left {
  float:left;
}

.pointer {
  cursor: pointer;
}




/*--------------------------------------
 *
 * 	Job listing
 *
 ---------------------------------------*/

.job_post_filter {
	list-style: none;
	padding-left:0px;
}

.job_post_filter input {
	margin-right: 5px;
}

.job_post_filter .regions {
	list-style:none;
	padding-left:14px;
	line-height: 20px;
}

.job_post_filter .regions input {
	margin-right: 5px;
}







/*------------------------------------
 *
 *    Job post
 *
 -----------------------------------*/


#job_body h1 {
  margin-top:32px;
}

#job_body h2 {
  margin-top:29px;
}

#job_body h3{
  margin-top:27px;
}

#job_body h4 {
  margin-top:25px;
}

#job_body p img, #job_body img {
  max-width: 100%;
}




/*-------------------------------------
 *
 *    Mobile
 *
 -------------------------------------*/

@media screen and (max-width: 600px) {
  .hide_mobile {
    display:none;
  }
  .hide-mobile {
    display:none;
  }
}




/*--------------------------------------
 *
 *    Overall header
 *
 --------------------------------------*/


.overall_header {
  background: #fff;
  padding-bottom:20px;
  border-bottom:1px solid #ccc;
}


.overall_footer {
  font-size:12px;
}

.overall_footer h5 {
  color: #28a4c9;
}




/*--------------------------------------
 *
 *    Overall footer
 *
 --------------------------------------*/

.bottom-container {
  padding-top: 15px;
  padding-bottom:15px;
  background: #3a3a3a;
  color:#ccc;
  font-size: 11px;
}


.footer-container {
  padding: 30px 0px;
  background: #303030;
  color: #cacaca;
}

.footer-container h5 {
  color: #28a4c9;
}



/*---------------------------------
 *
 *    Job post
 *
 ---------------------------------*/

 table.job_description tr td {
    padding:3px;
 }

 table.job_description tr td input {
    width: 220px;
    padding:4px;
 }




/*----------------------------------------
 *
 *    Colors
 *
 ----------------------------------------*/

.black {
  color: #000;
}

.black:hover {
  color: #666;
}


.green {
  color: #5cb85c;
}


.red {
  color: #d01818;
}

.red-hover {
  color: #d01818;
}

.red-hover:hover {
  color: #f71e1e;
}


.blue {
	color:#337ab7;
}


/*---------------------------------------
 *
 * 		McDonalds
 *
 ---------------------------------------*/

 .mc_top {
 	background-color: black;
	background-image: -webkit-linear-gradient(top, #353535, #030303);
	border-bottom: 0px;
 }

 .mc_header {
 	background: #b90017;
	background-image: -webkit-linear-gradient(top, #CA041D, #9C0215);
	padding-bottom: 20px;
 }

 .mc_footer h5 {
 	color: #f9cf27 !important;
 }

 .mc_bottom span, .mc_bottom a {
 	color: #b90017;
 }




/*----------------------------------------
 *
 *    Christiania karriere
 *
 -----------------------------------------*/

 .christ_footer h5 {
    color: #8CCC3A !important;
 }

 .christ_footer {
    background: #f1f1f1 !important;
    color: #333 !important;
 }



 .christ_bottom span, .mc_bottom a {
  color: #333333;
 }
