@import url(https://fonts.googleapis.com/css?family=Poppins);

.acc_btn.thick_button {
	font-weight: bolder;
	padding:10px 60px;
}

#tags-area  .section_title {
	margin-bottom:30px;
}

.orgs .org-block:nth-child(1) .org-inner,
.orgs .org-block:nth-child(2) .org-inner,
.orgs .org-block:nth-child(3) .org-inner {
	border:3px solid #ffc3d2;
	box-shadow:none;
	position:relative;
}

.orgs .org-block:nth-child(1) .org-inner::before,
.orgs .org-block:nth-child(2) .org-inner::before,
.orgs .org-block:nth-child(3) .org-inner::before {
	content: 'Aanbevolen';
    display: flex;
    position: absolute;
    padding: 7px 7px 6px 7px;
    border-radius: 20px;
    font-size: 11px;
    line-height: 1;
    font-weight: 600;
    color: #333;
    top: 10px;
    right: 10px;
    background-color: #ffc3d2;

}

.taggs {
	max-width: 500px;
	justify-self: center;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.tagg {
	display: inline-flex;
	border: 0px solid lightpink;
	line-height: 1;
	background-color: lightpink;
	color: white;
	font-size: 14px;
	margin:4px 3px;
	font-weight: 800;
	padding: 11px 23px;
	cursor: pointer;
	letter-spacing: .1px;
	border-radius: 55px;
}

.height-variant.org-block .org-logo {
	width:100%;
	height:120px;
	margin-bottom:8px;
}
	
.height-variant.org-block .org-inner {
	flex-wrap:wrap;
}

.logo-image {
	border: 1px solid #dddddd;
	border-radius: 5px;
	min-height: 140px;
	margin-bottom:10px;
	display:flex;
}

.more-listings-cta-container {
	display:flex;
	justify-content:center;
}

.filter-button-cta-container .thick_button {
	width:100%;
}

.read-more-cta {
	margin-top:5px !important;
	border-top:1px solid #dddddd;
	padding-top:10px;
	display:flex;
	width:100%;
	justify-content:center;
}

.read-more-cta a.read-more-cta-a:not([href]):not([tabindex]) {
	border-bottom:1px solid transparent;
}

.dev-form {
	padding:15px;
	background-color:#FFE2AD;
	border:2px solid orange;
}

.filter-button-cta-container {
	margin-bottom:30px;
	display:flex;
	justify-content:center;
}


.login-required-container {
	text-align:center;
}

#confirm-danger-modal .message {
	margin-bottom:20px;
}

.login-required-buttons .standard-button {
	margin-left:5px;
	margin-right:5px;
}

.logo-on-change-message {
	color:red;
}

.header-for-overviews {
	display:flex;
	align-items:center;
	margin-bottom:20px;
}

.header-for-overviews .acc_btn {
	margin-top:0;
	margin-left:auto;
}

.header-for-overviews h4 {
	margin-bottom:0;
}

.information-piece-form {
	margin-bottom:30px;
}

.login-required-buttons {
	margin-top:30px;
}

.footer-developer {
	margin-left:50px;
}

.modal-label label {
	font-weight:bolder;
	color:#333;
}

.download-cv-block {
	max-width:570px;
	padding:35px 45px;
	border:1px solid #c5c5c5;
	background-color:#fafafa;
	margin:0 auto;
}

.download-cv-block h2 {
	font-size:17px;
	margin-bottom:10px;
}

.download-cv-block .tos-notice {
	margin-top:20px;
	margin-bottom:20px;
	font-size:13px;
}

.download-cv-block .nice-checkbox {
	margin-bottom:20px;
}

.custom-message {
	margin-top:20px;
	margin-bottom:30px;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	padding-top:15px;
	padding-bottom:15px;
	font-size:80%;
	color:grey;
}

.alert-primary {
	color:#ffffff;
	font-weight:bolder;
	border-color:rgba(0,0,0,.1);
}

.alert {
	border-radius:0px;
	margin-bottom:30px;
	animation: fadein 1.5s;
}

.footer-developer a {
	text-decoration:underline;
}

.language-links a {
	color:#ffffff;
}

.footer-developer i {
	color:#FF2D56;
	font-size:115%;
}

#cropper .image > img {
	max-width: 100%;
	max-height: 300px;
}

.no-select * {
  -webkit-touch-callout: none;
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}

.pointer {
	cursor: pointer;
}

.ellipsis-1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/*PURE MARGIN / PADDING CLASSES*/
.m-t-10 {
	margin-top: 10px;
}

.m-t-15 {
	margin-top: 15px;
}

.m-t-25 {
	margin-top: 15px;
}

.m-t-30 {
	margin-top: 30px;
}

.m-t-50 {
	margin-top: 50px;
}

.m-b-0 {
	margin-bottom: 0px;
}

.m-b-5 {
	margin-bottom: 5px;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-b-15 {
	margin-bottom: 15px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-b-25 {
	margin-bottom: 25px;
}

.m-b-30 {
	margin-bottom: 30px;
}

.p-b-0 {
	padding-bottom: 0px;
}

.p-b-25 {
	padding-bottom: 25px;
}

.p-b-30 {
	padding-bottom: 30px;
}

.p-b-40 {
	padding-bottom: 40px;
}

.p-b-50 {
	padding-bottom: 50px;
}

.p-t-7 {
	padding-top: 7px;
}

.m-t-50 {
	margin-top: 50px;
}

.p-t-0 {
	padding-top: 0px !important;
}

.p-t-2 {
	padding-top: 2px !important;
}

.p-t-5 {
	padding-top: 5px !important;
}

.p-t-10 {
	padding-top: 10px !important;
}

.p-t-30 {
	padding-top: 30px !important;
}

.home-color-alternately:nth-child(odd) {
	background-color:#ffffff;
}

.home-color-alternately:nth-child(even) {
	background-color:#f8f8f8;
}

.order-line-status {
	display: inline-block;
	border-radius: 20px;
	padding: 10px 20px;
}

.order-line-status.status-0 {
	background-color: #ffffff;
	color: #000000;
}

.order-line-status.status-1 {
	background-color: green;
	color: #ffffff;
}

.order-line-status.status-2 {
	background-color: #89D0E5;
	color: #ffffff;
}

.order-line-status.status-3 {
	background-color: orange;
	color: #ffffff;
}

#retour-form .selected-records .selected-records-arrow {
	width: 50px;
	height: 25px;
	border-left: 1px solid #929292;
	border-bottom: 1px solid #929292;
	margin-left:18px;
	margin-top: 20px;
	position: relative;
	display: inline-block;
}

#retour-form .selected-records .selected-records-arrow:after {
	content: "";
	width: 9px;
	height: 9px;
	display: block;
	position: absolute;
	top:-2px;
	left: -5px;
	border-left: 1px solid #929292;
	border-top: 1px solid #929292;
	transform: rotate(45deg);
}

#retour-form .selected-records .selected-records-buttons {
	display: inline-block;
	padding-left: 5px;
}

#retour-form .selected-records .selected-records-buttons button {
	background-color: #89D0E5;
	color: #ffffff;
	outline:0;
	border:0;
	padding: 10px 15px;
}

#retour-form .selected-records .selected-records-buttons button[disabled="disabled"] {
	background-color: lightblue;
	cursor: not-allowed;
}

#retour-form .amount-selector {
	display: inline-block;
}

#retour-form .amount-selector input {
	min-width: 50px;
	max-width: 75px;
	padding: 0;
}

#retour-form .amount-selector input.error-field {
	border: 1px solid red;
}

#retour-form .order-details {
	border: 1px solid #000;
	display: block;
	padding: 15px;
	margin-bottom: 25px;
}

#retour-form .order-invoices {
	padding-left: 5px;
	padding-bottom: 25px;
}

#retour-form .order-specs {
	padding-bottom: 25px;
}

#retour-modal table {
	margin-top: 25px;
}

#retour-modal table tr > td:nth-child(1), #retour-modal table tr > th:nth-child(1) {
	padding-left: 10px;
}

#retour-modal table td, #retour-modal table th {
	padding-top: 10px;
	padding-bottom: 10px;
}

#retour-modal table tr:nth-child(odd) {
	background-color: #FAFAFA;
}

#retour-modal table tr:nth-child(even) {
	background-color: #F2F2F2;
}

#retour-modal table thead tr {
	background-color: #F2F2F2 !important;
}

.pswp__bg {
	opacity: 0.88 !important;
}

/* START: This CSS is for ALL themes (some edits might be required for specific themes). */
	.mce-content-body, .mce-content-body * {
		box-sizing: border-box;
	}


	.mce-content-body {
		margin:0 0 0 0;
		padding:0px 100px;
	}

	.mce-content-body > :first-child {
		margin-top:0!important;
	}
	
	.mce-content-body > :last-child {
		margin-bottom:0!important;
	}

	.mce-content-body blockquote {
		padding: 10px 20px;
		margin: 40px auto;
		font-size: 17.5px;
		border-left: 5px solid #eee;
		width:90%;
	}

	.mce-content-body blockquote footer {
		display: block;
		font-size: 90%;
		line-height: 1.42857143;
		color: #777;
	}

	.mce-content-body blockquote footer .quotee,
	.mce-content-body blockquote footer cite {
		font-size:110%;
		font-style:italic;
	}

	.mce-content-body h1,
	.mce-content-body h2,
	.mce-content-body h3,
	.mce-content-body h4,
	.mce-content-body h5 {
		margin:30px 0 10px;
		font-weight:400;
	}

	.mce-content-body p {
		margin:0 0 24px 0;
	}

	.mce-content-body li,
	.mce-content-body ul {
		list-style-type:disc;
	}

	.mce-content-body ul,
	.mce-content-body ol {
		width:90%;
		margin:40px auto;
		padding-left: 21px;
	}

	.mce-content-body li {
		float:none;
	}

	.mce-content-body table {
		width:90%;
		border-collapse:collapse;
		margin:40px auto;
	}

	.mce-content-body table tr td {
		border:0px solid transparent;
		padding:12px;
		border-bottom:1px solid #dddddd;
	}

	.mce-content-body table tr:nth-child(even) {
		background-color:#f9f9f9;
	}

	.mce-content-body img {
		display:block;
		width:75%;
		padding:0 10px;
		margin:40px auto;
	}

	.mce-content-body img.direction-inline {
		display:inline-block;
		margin: 10px auto;
	}

	.mce-content-body img.direction-left {
		float:left;
		padding:15px 15px 15px 0px;
		margin: auto auto;
	}

	.mce-content-body img.direction-right {
		float:right;
		padding:15px 0px 15px 15px;
		margin: auto auto;
	}

	.mce-content-body img.width-100 {
		width:100%;
	}

	.mce-content-body img.width-75 {
		width:75%;
	}

	.mce-content-body img.width-50 {
		width:50%;
	}

	.mce-content-body img.width-33 {
		width:33.33333333%;
	}

	.mce-content-body img.width-25 {
		width:25%;
	}

	.mce-content-body .embed-responsive {
		position: relative;
		display: block;
		width: 75%;
		margin:40px auto;
		padding: 0;
		height:auto;
		overflow: hidden;
	}

	.mce-content-body .embed-responsive::before {
		display: block;
		content: "";
		padding-top: 56.25%;
	}

	.mce-content-body .embed-responsive iframe {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
	}

	.mce-content-body .defaultContent {
		box-sizing:border-box;
		border:1px solid rgb(185,185,185);
		background-color:rgb(220,220,220);
		padding:2px;
		width:100%;
		display:block;
		margin:15px auto;
	}

	.mce-content-body .defaultContent:before {
		content:"Standaard Pagina Content";
		color:#000;
		font-weight:bold;
		display:block;
		width:100%
	}
	.mce-content-body .defaultContent:after {
		content:"Op deze locatie komt de standaard vooraf geprogrammeerde content van de pagina te staan. Let op: niet alle pagina's hebben vooraf geprogrammeerde content.";
		width:100%;
		color:#000;
		display:block;
	}
	.full-width-mce .mce-content-body {
		padding-left: 0px;
		padding-right: 0px;
	}
/* START: This CSS is for ALL themes (some edits might be required for specific themes). */

#header_area {
	border-bottom:1px solid #dddddd;
}

.section_padding_50 {
	padding:50px 0;
}

.organisations-header h1 {
	font-size: 28px;
	line-height: 1.5;
}

.organisations-header h1 .org-count {
	font-weight:lighter;
	margin-left:10px;
}

.organisations-header {
	height:58px;
	margin-bottom:20px;
	border-bottom:1px solid #dddddd;
}

.no-results {
	display:none;
}

.no-results.right-now {
	display:block;
}

.add-to-favorites {
	margin-left:auto;
	display:flex;
	width:40px;
	height:40px;
	border:2px solid grey;
	border-radius:50px;
	align-items:center;
	justify-content:center;
}

.add-to-favorites.active {
	color:#fff !important;
}

.orgs {
	display:flex;
	flex-wrap:wrap;
}

.org-block {
	display:block;
	width:100%;
	margin-bottom:20px;
}

.org-block .org-info-piece {
	line-height:1.5;
	font-size:14px;
	margin-top:5px;
}

.org-block .org-info-piece .fa {
	margin-right:1px;
}

.org-block:nth-child(odd) {
	padding-right:10px;
}

.org-block:nth-child(even) {
	padding-left:10px;
}

.org-block .org-info {
	padding-bottom:5px;
}

.row.images img {
	cursor:pointer;
	margin-bottom:30px;
}

.org-block .org-inner {
	border:1px solid #dddddd;
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,.1);
	border-radius:5px;
	padding: 16px 18px;
	display:flex;
	background-color:#ffffff;
	color:#777;
	align-items:center;
}

.org-block .org-name {
	font-weight:bold;
	font-size:17px;
	line-height:1.5;
	color:#333;
}

.org-block .org-name-sub {
	line-height:1;
	margin-bottom:15px;
}

.org-block .org-name-sub span {
	font-size:13px;
	padding-right:8px;
	border-right:1px solid #999;
	margin-right:4px;
	
}

section.home_row_color_switch:nth-child(even) {
	background-color:#ffffff;
}

.org-block .org-name-sub span:last-child {
	border-right:0px solid transparent;
}
.org-block .org-logo {
	width:120px;
	height:80px;
	border:1px solid #dddddd;
	border-radius:5px;
	padding:5px;
	flex-shrink: 0;
    flex-grow: 0;
    margin-right: 15px;
}


.org-block .org-logo img {
	width: 100%;
    object-fit: contain;
    height: 100%;
}

.org-block .org-main-loc-info {
	width:100%;
	margin-top:4px;
	margin-bottom:4px;
}

.org-block .org-tags {
	font-size:14px;
	line-height:1.5;
}

.org-block .org-tag::after {
	content:", ";
}

.org-block .org-tag:last-child::after {
	content:'';
} 

.org-block.cloneable {
	display:none;
}

.organisations-right {
	position:relative;
}

.organisations-right .loader {
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(255,255,255,.8);
	display:none;
	align-items:flex-end;
	justify-content:center;
	color:#f3173d;
}



.organisations-right.loading .loader {
	display:flex;
}

.pagination {
	margin-top:30px;
	display:flex;
	align-items:center;
}

.pagination-ellipsis {
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	padding-top: 15px;
	line-height: 1;
}

.pagination-button {
	outline:none!important;
	border:1px solid #f3173d;
	border-radius:0px;
	background-color:transparent;
	color:#f3173d;
	font-weight:bolder;
	height:34px;
	width:34px;
	font-size:14px;
	margin-left:3px;
	margin-right:3px;
}

.pagination-button.active, .pagination-button:hover {
	color:#ffffff;
	background-color:#f3173d;
}

.pagination-button:first-child {
	margin-left:auto;
}

.pagination-button:last-child {
	margin-right:auto;
}

.nice-checkbox {
	display:flex;
	align-items:center;
	width:100%;
	cursor:pointer;
}

.nice-checkbox input {
	display:none;
}

.nice-checkbox .visual-checkbox {
	width:20px;
	height:20px;
	border:1px solid #f3173d;
	margin-right:10px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:12px;
	color:#fff;
	background-color:#ffffff;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.save-buttons {
	margin-top:40px;
	display:flex;
	align-items: center;
}

.save-buttons > .acc_btn {
	margin-left:auto;
}

.header_btm_area {
	background-color:#ffffff;
}

body {
	background-color:#fcfcfc;
}

.filter-block .nice-checkbox {
	padding-left:10px;
}

.filter-block {
	border-bottom:1px solid #dddddd;
	margin-bottom:10px;
}

.filter-block .filter-input {
	padding-top:6px;
	padding-bottom:6px;
	width:100%;
}

.filter-block .filter-toggler {
	display:flex;
	align-items:center;
	padding-top:15px;
	padding-bottom:15px;
	cursor:pointer;
}

.filter-block .filter-search {
	display:flex;
	align-items:center;
	padding-bottom:15px;
}

.filter-block .filter-icon {
	color:#f3173d;
	font-size:22px;
	width:22px;
	margin-right:10px;
}

.filter-block .filter-title {
	font-weight:bolder;
	color:#f3173d;
}

.filter-block .filter-toggle-icon {
	margin-left:auto;
	font-size:22px;
}

.filter-block .filter-options {
	display:none;
	padding-bottom: 20px;
}

.filters {
	margin-bottom:50px;
}

.filter-block .filter-toggler.pre-open .filter-toggle-icon {
	transform:rotate(180deg);
}

.filter-block .filter-toggler.pre-open + .filter-options {
	display:block;
}

.filter-block .filter-toggler.open .filter-toggle-icon {
	transform:rotate(180deg);
}

.filter-block .filter-toggler.open + .filter-options {
	display:block;
}

.filter-block .filter-toggler.closed .filter-toggle-icon {
	transform:none;
}

.filter-block .filter-toggler.closed + .filter-options {
	display:none;
}

#organisation .mce-content-body {
	padding:0px 0px;
}
.main-loc-side {
	border-radius: 5px;
	border: 1px solid #dddddd;
	margin-bottom: 20px;
	padding:15px 20px;
	background-color:#ffffff;
}

.main-loc-side .logo-image img {
	width:100%;
}

.main-loc-side .main-information-piece {
	display:flex;
	align-items:flex-start;
	border-bottom:1px solid #dddddd;
	margin-top:15px;
	padding-bottom:8px;
}

.main-loc-side .main-information-piece .fa:not(.star) {
	font-size:22px;
	width:22px;
	height:22px;
	margin-top:3px;
	margin-right:10px;
}

.toggler-location-title {
	padding:20px 20px 10px 20px;
	border-bottom: 1px solid #dddddd;
	font-weight:bold;
}

.toggler-location {
	border-bottom:1px solid #dddddd;
	padding:12px 20px 21px 20px;
}
.toggle-vancancies:last-child .toggler-vacancy:last-child {
	border-bottom:0px solid transparent;
}

.toggler-vacancy {
	display:flex;
	align-items:center;
	padding: 10px 30px;
	border-bottom:1px solid #dddddd;
}

.toggler-vacancy-icon {
	display:flex;
	margin-left:auto;
	align-items:flex-end;
}

.toggler-vacancy-icon .fa {
	font-size:30px;
}

.toggler-vacancy-image {
	width:80px;
	height:60px;
	flex-shrink:0;
	flex-grow:0;
	border: 1px solid #ddd;
}

.toggler-vancancy-text {
	display:flex;
	width:100%;
}

.toggler-text-information {
	margin-left:20px;
}

.toggler-text-information h3 {
	color: #444;
	font-size: 18px;
	line-height: 1.2;
}

.toggler-location:last-child {
	border-bottom:0px solid transparent;
}

.toggler-location .information-piece {
	padding-left:10px;
	display:flex;
	align-items:center;
	margin-bottom:5px;
}

.toggler-location .information-piece .fa {
	font-size:20px;
	margin-right:14px;
	width: 20px;
}

.toggler-location h3 {
	font-weight: lighter;
	font-size: 19px;
	line-height:1.4;
	margin-bottom:10px;
}

.toggler-article {
	padding:15px 20px;
}

.organisation-title {
	height: 58px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
	display:flex;
	align-items:center;
}

.organisation-title h1 {
	font-size: 28px;
	line-height: 1.5;
}

.organisation-title .title-button {
	margin-left:auto;
}

.standard-button {
	border:0px solid transparent;
	background-color:#f3173d;
	text-transform:capitalize;
	color:#fff!important;
	font-size:17px;
	padding:12px 20px;
	border-radius:5px;
	outline:none!important;
	line-height:1;
	display:inline-block;
}

.toggler-block {
	border-radius:5px;
	border: 1px solid #dddddd;
	margin-bottom:20px;
	background-color:#ffffff;
}

.toggler-block .toggler-title {
	color:#f3173d;
	font-size:20px;
	line-height:1.4;
}

.toggler-block .the-toggler {
	padding:12px 20px;
	display:flex;
	align-items:center;
	cursor:pointer;
}

.toggler-block .toggler-toggle-icon {
	margin-left:auto;
}

.toggler-block .the-toggled {
	display:none;
}

.toggler-block .the-toggler.open .toggler-toggle-icon {
	transform:rotate(180deg);
}

.toggler-block .the-toggler.open + .the-toggled {
	display:block;
}

.react-button {
	display:flex;
	align-items:center;
	margin-top:20px;
	margin-bottom:5px;
}

.more-button {
	display:flex;
	align-items:center;
	margin-top:20px;
	margin-bottom:5px;
}

.alert a {
	color:#fff;
	text-decoration:underline;
}

.more-button > .standard-button {
	margin-left:auto;
}

.change-profile {
	margin-top:20px;
}

.warning-cv {
	font-weight:bold;
	padding: 1rem;
}

.listing-vacancy {
	display:flex;
	align-items:center;
	padding: 10px 30px;
	background-color:#fff;
	margin-bottom:12px;
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,.1);
	border-radius:5px;
	color:#777;
}

.listing-vacancy.cloneable {
	display:none;
}

.listing-vacancy-icon {
	display:flex;
	margin-left:auto;
	align-items:flex-end;
}

.listing-vacancy-icon .fa {
	font-size:30px;
}

.mobile-toggler {
	display:none;
	border: 1px solid #ddd;
    border-radius: 5px 5px 5px 5px;
    padding: 12px 20px;
    align-items: center;
    cursor: pointer;
	margin-bottom:20px;
	font-weight: bolder;
	background-color:#ffffff;
    color: #f3173d;
	font-size:18px;
	
}

.mobile-toggler .fa:first-child {
	margin-right:10px;
}

.mobile-toggler .filter-toggle-icon:last-child {
	margin-left:auto;
	font-size:26px;
	color:#777;
}

.listing-vacancy-image {
	width:80px;
	height:60px;
	flex-shrink:0;
	flex-grow:0;
	border: 1px solid #ddd;
}

.listing-vancancy-text {
	display:flex;
	width:100%;
}

.listing-text-information {
	margin-left:20px;
}

.listing-text-information h3 {
	color: #444;
	font-size: 18px;
	line-height: 1.2;
}



.nice-radio {
	display:flex;
	align-items:center;
	width:100%;
	cursor:pointer;
}

.nice-radio input {
	display:none;
}

.nice-radio .visual-radio {
	width:20px;
	height:20px;
	border:1px solid #f3173d;
	margin-right:10px;
	display:flex;
	border-radius:50px;
	align-items:center;
	justify-content:center;
	font-size:12px;
	color:#fff;
	background-color:#ffffff;
}

.nice-radio-baller {
	width:12px;
	height:12px;
	border-radius:50px;
	display:block;
}


.nice-radio input:checked + .visual-radio .nice-radio-baller {
	background-color:#f3173d;
}

.nice-radio .radio-text {
	color:#999999;
}

.disabled-radios .nice-radio {
	opacity:.5;
}

.cookie-bar {
	position:fixed;
	width:100%;
	z-index:250;
	bottom:0;
	left:0;
	right:0;
	background-color: white;
	border-top: 4px solid;
	padding-top: 42px;
	padding-bottom: 35px;
}

.cookie-bar h4 {
	margin-bottom: 5px;
}

.cookie-bar .container {
	display:flex;
	align-items:center;
}

.cookie-buttons {
	white-space: nowrap;
	margin-left: 15px;
}

.cookie-bar #decline-cookies {
	background-color: #f3f3f3;
	color: grey!important;
}

.org-manage.header {
	height:146px;
	display:flex;
	align-items:center;
}

.org-manage .profile-side-menu {
	margin-bottom:30px;
}

.org-manage .orgname {
	display:flex;
	align-items:center;
}

.org-manage .orgname h3 {
	font-size:25px;
	color:#ffffff;
}

.org-manage .main-avatar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.org-manage .main-avatar .fa {
	font-size: 55px;
	margin-right: 20px;
	color: #fff;
}

.color-red {
	color:red;
}

.color-red a {
	color:darkred;
	text-decoration:underline;
}

.org-manage  .main-avatar .text {
	display:flex;
	color:white;
	flex-direction:column;
}

.org-manage  .main-avatar .text .name {
	display: block;
	font-size: 20px;
	font-weight: bold;
}

.org-manage  .main-avatar .text .email {
	display: block;
	font-size: 16px;
}

.extra-vacancies-cta {
	margin-top:4px;
	margin-bottom:20px;
}

.row_btn {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor:pointer;
}

.row_btn i {
	width: 20px;
	height: 20px;
	display:inline-block;
	border-radius:50%;
	color: #ffffff;
	text-align:center;
	line-height:20px;
	font-size:12px;
}

.account_area {
	white-space: nowrap;
}

#main_profile_bar {
	padding-top:50px;
}


#main_profile_bar h1{
	font-weight:500;
}

#main_profile_bar p {
	line-height: 21px;
	text-align:center;
	font-size: 14px;
}

.modal input#financial-name, .modal input#guestlist-name  {
	letter-spacing: 0;
	font-size:12px;
}

#add-guestlist-button, #add-financial-button {
	position:absolute;
	right:0;
	top: -20px;
}


/* Print stylesheet for the guestlist printing feature */
@media print {
	#header_area, .footer_area {
		display: none;
	}
	
	.d-print-none {
		display: none;
	}
	
	.text-print-left {
		text-align:left !important;
	}
}

.rating {
	position: relative;
	cursor: pointer;
	display:inline-flex;
	align-items:center;
}

.rated {
	position: relative;
	display:inline-flex;
	align-items:center;
}
  
.rating span {
	color: #ffc107;
	font-size:1.5rem;
	display:inline-flex;
	padding:0px;
}

.rated i {
	color: #ffc107;
	font-size:1.2rem;
	display:inline-flex;
	padding:0px;
}

.min-height-0 {
	min-height:0;
}

.review {
	border-radius: 5px;
	border: 1px solid #dddddd;
}

.review:not(:last-child) {
	margin-bottom:15px;
}

.review .review-header {
	padding:12px 15px;
	border-bottom:1px solid #ddd;
	display:flex;
	align-items:center;
}

.review .review-header .name {
	font-weight:bold;
}

.review .review-header .stars {
	margin-left:auto;
}

.review .review-inner {
	padding:12px 15px;
}

.average-score {
	font-size:20px;
	margin-top:8px;
}