@charset "UTF-8";

.job_no_list {
	display: inline-block;
	position: absolute;
	right: 8px;
	top: 6px;
	font-size: 11px;
	font-weight: bold;
	background: #919d00;
  padding: 3px 5px 2px;
	border-radius: 5px;
}

	ul li h3 {
		font-size: 14px;
		font-weight: bold;
	}

	ul li h3 span.hierarchie {
		background: #919d00;
	  padding: 3px 5px 2px;
		border-radius: 5px;
		margin-right: 8px;
		position: relative;
		top: -1px;
	}

	ul li h4 {
		font-size: 13px;
		margin-bottom: 10px;
	}

.search_dd_orga {
	display: inline-block;
  position: absolute;
  left: 540px;
  margin-top: -47px;
	overflow: hidden;
  border-radius: 12px;
	z-index: 9999;
	display: none;
}

	.search_dd_orga input {
		border: 0px;
    padding: 8px 10px 6px;
    border-radius: 0px;
	}

.bullet_head {
	display: none;
}

.bullet_typ ul.list {
	position: relative;
}

.bullet_typ ul.list {
	width: 700px;
}

.bullet_typ ul.list li {
	    padding: 15px 100px 15px 15px;
}

.bullet_typ .input {
	display: inline-block;
}

.bullet_typ .button {
	padding: 8px 10px 10px 15px;
	position: relative;
	top: 11px;
}

.get_ap {
	display: none;
	width: 250px;
}

.delete_bullet, .edit_bullet {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	background: #ed7486;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}

.edit_bullet {
	right: 45px;
}

	.delete_bullet .icon, .edit_bullet .icon {
		font-size: 23px;
		position: absolute;
		left: 8.5px;
		top: 2px;
		transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
	}

	.delete_bullet:hover .icon, .edit_bullet:hover .icon {
		transform: scale(1.3);
		left: 8px;
		top: 1px;
	}


	li:hover .delete_bullet, li:hover .edit_bullet {
		background: #e20020;
	}


/* Jobs Template */
.job_change_status, .job_send_expose {
	position: absolute;
	right: -30px;
	top: 10px;
	font-size: 30px;
	cursor: pointer;
	padding: 3px 6px;
	opacity: 1;
}


.job_xml_status, .job_expose_link, .job_expose_pdf {
	position: absolute;
	right: -30px;
	top: 50px;
	font-size: 27px;
	cursor: pointer;
	padding: 3px 6px;
	opacity: 1;
}

.job_expose_pdf {
	right: -70px;
}



	.jobs_list_container.tp_matches_container {
		padding-left: 40px;
	}

	.jobs_list_container.tp_matches_container .ignore_match, .jobs_list_container.tp_matches_container .accept_match, .jobs_list_container.tp_matches_container .contact_match, .jobs_list_container.tp_matches_container .set_promt {
		position: absolute;
		z-index: 99;
		font-size: 30px;
		margin-top: -50px;
		margin-left: -40px;
		cursor: pointer;
		color: #ff6969;
		transition: all 0.2s;
		opacity: 0.2;
	}

	.jobs_list_container.tp_matches_container .accept_match, .jobs_list_container.tp_matches_container .set_promt {
		margin-top: -90px;
		color: #2ec46f;
	}

	.go {
		opacity: 1 !important;
	}


.job_container {
	background: #fffce0ff;
	color: #999;
	position: relative;
	top: -20px;
	margin-right: 20px;
}

.job_container h1 {
  font-size: 50px;
  margin: 0px;
	font-weight: 300;
}

.job_container h2 {
  font-size: 30px;
  margin: 0px;
	font-weight: 300;
}

.job_container h3 {
  font-size: 30px;
  margin: 0 0 5px;
	font-weight: 300;
}

.job_container h4 {
  font-size: 20px;
  margin: 0px;
	font-weight: 300;
}

.job_info_box {
  margin: 20px 0 40px;
  font-size: 20px;
  display: flex;
	font-weight: 300;
}

  .job_info_box .uk-icon {
    margin: 0 10px 0 40px;
  }

  .job_info_box .uk-icon:first-child {
    margin: 0 10px 0 0px;
  }

.job_description {
  font-size: 22px;
  margin: 50px 0 40px;
  padding: 0 50px 0 0;
	font-weight: 300;
}

.job_container .uk-section-default .uk-container {
  padding: 0px;
  margin: 0px;
  max-width: none;
}

.job_inner_conent {
  width: 870px;
  margin: 0 auto;
}

.job_header {
  height: 400px;
  background: #ccc;
  display: flex;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0 -80px;
  background-size: cover;
  position: relative;
}

.job_header_cover {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(153, 0, 0, 0.55);
}

.inline_header {
  margin-top: auto;
  position: relative;
}

.inline_header *, .job_contact_box * {
  color: #fff;
}

.job_col_left, .job_col_right  {
  display: inline-block;
  width: 45%;
  vertical-align: top;
}

.job_col_left {
  margin-right: 4%;
}

.job_container ul {
  margin: 30px 0 70px;
  padding: 0px;
}

.job_container li {
  list-style: none;
  padding: 15px 15px 15px 50px;
  border-bottom: 1px dotted #d2d2d2;
  position: relative;
  font-size: 13px;
}

.job_container li svg {
  position: absolute;
  margin: auto 0;
  left: 10px;
  top: 11px;
}

.job_contact_box {
  background: #303033;
  padding: 50px 0;
  font-size: 17px;
}

.job_contact_box p {
  margin: 10px 0px;
}

.job_contact_box .uk-icon {
  width: 18px;
	margin-right: 10px;
	position: relative;
	top: 7px;
}

.job_contact_box .uk-icon.icon_phone {
	margin-left: 30px;
	top: 5px;
}

.job_contact_box a {
  color: #fff;
  font-weight: normal;
	text-decoration: none;
}


.list_selector {
	display: inline-block;
	cursor: pointer;
	background: #a7b200;
	margin: 5px 0;
	padding: 4px 20px;
}

	.list_selector.active {
		background: #bfce00;
	}

	ul.blacklist_list {
		margin-top: 10px;
	}

		ul.blacklist_list li {
	    background: #bfce00;
			padding: 15px 15px 15px;
			margin: 0 0 5px 0;
			transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			cursor: pointer;
		}

			ul.blacklist_list li:hover {
				background: #a7b200;
			}

			ul.blacklist_list li.active {
		    background: #c14f4f;
			}

.import_step_2 {
	display: none;
}

ul.list_select {
	width: 500px;
	overflow: hidden;
}

	ul.list_select	li.list_active {
		margin-right: 0px;
		padding: 25px 15px 15px;
		background: #bfce00;
	}

	ul.list_select	li.active {
		background: #79b800 !important;
	}

ul.list.list_expose {
	width: 600px;
}

	ul.list.list_expose li {
		padding: 15px 15px 14px;
	}


.mailsetup_progress_container {
	position: fixed;
	left: 800px;
	top: 106px;
	width: 600px;
	padding: 30px;
	background: #272727;
	z-index: 99;
}

.load_matchmaking_list {
	width: 500px;
}

	.load_matchmaking_list ul li {
		background: #272727;
		color: #fff;
		padding: 15px 15px 10px;
		margin: 0 0 5px 0;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

.setup_mail_step_2 {
		display: block;
		margin-bottom: 7px;
	}

.setup_mail_step_1, .setup_mail_step_3, .setup_mail_step_4 {
	display: none;
	margin-bottom: 7px;
}

ul.report_list {
	margin: 10px 0;
	width: 600px;
}

	ul.report_list li {
		padding: 10px 15px;
		border-bottom: 1px dashed #f8ff9e;
		font-size: 16px;
		cursor: pointer;
		transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
	}

	ul.report_list li:hover {
		background: #bfce00;
	}

		ul.report_list li:last-child {
			border-bottom: 0px;
		}

ul.list_block {
		margin-top: 35px;
}


ul.list_block li {
	padding: 15px;
}

.btn_setplz {
	margin-top: 7px;
margin-left: 150px;
position: absolute;
}

.input_setplz {
	display: inline-block;
}

h3.datacheck_h3 {
	border-top: 1px solid #fff;
	margin-top: 10px;
	padding-top: 10px;
}

.ref_no_check {
	margin-top: -31px;
	margin-left: 650px;
	position: absolute;
	color: #ff7676;
}

.jobcrawltags, .jobcrawlnouse {
	display: none;
	margin-top: 50px;
}



/* BLUE OVERRIDE */
body.blue ul.jobs_list_container li, li.mailertype_2 {
	background: #002e5d !important;
}

body.blue ul.jobs_list_container li:hover, li.mailertype_2:hover {
	background: #1b4b7b !important;
}

body.blue .button, body.blue .dropdown_container, body.blue .dropdown_container ul li, body.blue .percent_container, body.blue .action_container, body.blue ul.list li, body.blue ul.accordion_list li, body.blue .select_list ul li, body.blue .drag_list ul li {
    background: #002e5d;
}

body.blue .dropdown_container ul li.active {
    background: #75b463 !important;
}

.search_orga {
	margin: 60px 60px 20px 60px;
}

li.attention {
	padding: 20px !important;
    background: #730c0c;
    margin-top: 20px;
    border-radius: 20px;
    font-size: 15px;
}


/* PRINT Export */
@media print {
	.menubar, .notification {
		display: none;
	}

	.main_container, .load_content, body, .content {
		height: auto !important;
		position: relative !important;
	}

  ul.accordion_list li {
    display: block;
  }
}











/* BETA */
.list .col {
	display: inline-flex;
}

.list .col.col1 {
	width: 530px;
}

.list .col.col2 {
	width: 350px;
}

.list .col.col3 {
vertical-align: middle;
}

.action_btn {
	background: #919d00;
	padding: 3px 5px 2px;
	border-radius: 5px;
	margin-right: 8px;
	position: relative;
	top: -1px;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}

.icon.red {
	color: #f15b5b;
}

.icon.green {
	color: #78dea1;
}
