.header .logo img {
	max-width:240px;
}

.footer-row .social-icons li {
	float:none;
}

.footer-row .social-icons.gray li {
	margin-left:0;
	margin-bottom:10px;
}
.footer-row .social-icons.gray li a {
    height: 37px;
    padding: 11px 17px;
}

.rental-error {
	border:1px solid red!important;
}

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

.footer-row .social-icons a:hover {
	color:#ffffff;
}

.modal-dialog {
	background-color:transparent!important;
}

.text-center {
	text-align:center;
}

.deselect-all {
	background-color:transparent;
	border:0px solid transparent;
	color: #337ab7;
	font-size:80%;
	margin-top:6px;
	display:inline-block;
}

.deselect-all:hover {
	cursor:pointer;
	
	
	text-decoration:underline;
}

.modal {
	background-color: rgba(0,0,0,0)!important;
}

.modal-content {
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2)!important;
}

.modal-header {
	display:flex;
}

.modal-header .close {
	margin-left:auto;
}

.color-grey {
	background-color:#F5F5F5;
}

.mce-content-body {
	margin-top:25px!important;
	margin-bottom:25px!important;
}

.footer-row .social-icons a:before {
	font-size:15px;
	top:-2px;
	right:3px;
	position:relative;
}

.footer-row .template-bullet:before {
	content:'g';
}

.row.dark-gray {
	background: #4a4e54;
}

.bottomest-row {
	background-color:#303038;
}

.bottomest-row strong {
	color:#ffffff;
}

.page-margin-top-section.ct + .page-margin-top-section.ct {
	margin-top:40px;
	margin-bottom:65px;
}

.vertical-menu {
	margin-bottom:50px;
}

.call-to-action {
	margin-top:0;
}

.article-tool .img-fluid {
	max-width:100%;
}

.contact-page-class .contact-details-list li p {
	color: #333;
}

.margin-top-fields {
	margin-top:20px;
}

.cost-calculator-container.contact-form textarea {
	height:120px;
}

.header-top-bar .contact-details.account {
	float:right;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
	opacity: 1;
	background-color:rgba(0,0,0,.55);
}

.modal-dialog {
	max-width: 320px;
	margin: 1.75rem auto;
	background-color:#ffffff;
	padding: 15px;
	text-align:center;
}

h2, h3, h4, h5, h6,w .more {
	text-transform:uppercase;
}

/* Start: Article Tool Defaults */
	.article-tool h2,
	.article-tool h3 {
		margin-bottom:10px;
	}
	
	.article-tool p,
	.article-tool .btn,
	.article-tool blockquote {
		margin-bottom:25px;
	}
	
	.article-tool .embed-responsive,
	.article-tool .img-responsive,
	.article-tool .img-fluid {
		margin-top:5px;
		margin-bottom:30px;
	}
	
	.article-tool .btn {
		margin-bottom:25px;
	}
	
	.article-tool .btn {
		margin-bottom:25px;
	}
/* End: Article Tool Defaults */

ul li ul {
	padding:0 0 0 25px;
}

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

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

.no-select * {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.pointer {
	cursor: pointer;
}

.uppercase {
	text-transform: uppercase;
}

.pswp__bg {
	opacity: .75 !important;
}

.display-none {
	display:none;
}

.mb-0 {
	margin-bottom:0!important;
}

.flex {
	display: flex;
}

.line-clamp, .line-clamp-1, .ellipsis {
	width:100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.line-clamp-2 {
	height: 3.2em;
	width: 100%;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
}

.line-clamp-3 {
	height: 4.8em;
	width: 100%;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
}

.line-clamp-4 {
	height: 6.4em;
	width: 100%;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;  
}

.line-clamp-5 {
	height: 8em;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;  
}

.line-clamp-6 {
	height: 9.6em;
	width: 100%;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

/* 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;
		padding:0;
	}

	.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). */

.section-padding {
	padding:100px 0;
}

.section-padding-small {
	padding:40px 0;
}

.color-switch:nth-child(even) {
	background-color:white;
}

.color-switch:nth-child(odd) {
	background-color:#F5F5F5;
}

.mailchimp_area {
	background-color:#1E69B8;
}

.mailchimp_area h2,
.mailchimp_area p {
	color:#fff;
}

.newsletter_form form{
	position: relative;
	display: block;
}

.mailchimp_area .newsletter_form {
	margin-top: 0px;
	overflow: hidden;
	top: 50%;
	transform: translateY(-50%);
	position: relative;
}
.newsletter_form p{
	margin-bottom: 0;
}
.newsletter_form .form-control {
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 8px 20px;
    padding-right: 80px;
    width: 100%;
	position: relative;
	background: #fff;
	color: #777;
	border-radius: 4px;
	font-size: 14px;
}
.newsletter_form button {
	border-radius: 0 4px 4px 0;
	background: #1E69B8;
	color: #fff;
	text-transform: uppercase;
	box-shadow: none;
	border: 0;
	outline:0;
	height:100%;
	transition: 0.5s;
	letter-spacing: 0.5px;
	position: absolute;
	right: 0px;
	top: 0;
	padding: 13px 24px;
	transition: .5s;
}
.newsletter_form button:after {
	content: "";
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,.1);
	position:absolute;
	border-radius: 0px 4px 4px 0px;
}


.flex-box {
	display:flex;
}

.newsletter_form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #777;
    opacity: 1
}

.newsletter_form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #777;
    opacity: 1
}
.newsletter_form :-ms-input-placeholder {
    /* IE 10+ */
    color: #777;
    opacity: 1
}
.newsletter_form :-moz-placeholder {
    /* Firefox 18- */
    color: #777;
    opacity: 1
}

p.description {
	margin-top:20px;
	margin-bottom:40px;
}

blockquote {
	background:transparent;
}

blockquote:before {
	display:none;
	content:none;
}

table tr:nth-child(odd) {
	background:#fdfdfd;
}

.mce-content-body table {
	border: 1px solid #dedede;
}

.mce-content-body ul, .mce-content-body ol {
	line-height:1.6;
}

.mce-content-body ol {
	line-height:1.6;
	list-style:decimal;
}

.review-block {
	background-color: #fafafa;
	position: relative;
	margin-top: 50px;
}

.review-block > .padding-wrapper {
	padding: 25px;
	padding-top: 40px;
	margin-top: 25px;
}

.review-block > .padding-wrapper:before {
	content: "\f10e";
	font-family: FontAwesome;
	text-align:center;
	line-height: 50px;
	font-size: 18px;
	display:block;
	width: 50px;
	height: 50px;
	background-color:#fafafa;
	border-radius: 50%;
	position: absolute;
	top:-25px;
	left:0;
	right:0;
	margin-left: auto;
	margin-right:auto;
	border: 3px solid #ffffff;
}

.review-block .review-footer > .name {
	font-weight:bold;
	margin-top:25px;
}

.review-block .review-footer > .name .company {
	font-weight: 400;
	font-size: 14px;
}

.review-block .review-footer > .date {
	font-size: 11px;
	font-style: italic;
	color: #777777;
	margin-top: 15px;
}

.review-block .review-stars .fa {
	color: #FACC7B;
	margin-left:2px;
	font-size: 18px;
	margin-bottom: 10px;
}

.login_page_area{
	padding: 20px 0;
	
}

.custom-checkbox {
	margin-bottom:8px;
}

.create_account_area input:not([type="checkbox"]),
.normal-settings-view input:not([type="checkbox"]) {
	margin-top:5px;
	margin-bottom:20px;
	width:100%;
}


.caa_heading {
	font-size: 18px;
	line-height: 16px;
	color: #000;
	/*text-transform: uppercase; WEG GEHAALD SCRIPTEX*/
	font-weight: 500;
	border-bottom: 1px solid #bdbdbd;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.caa_form_area p {
	margin-bottom: 10px;
}
.create_account_area {
	background: #fafafa none repeat scroll 0 0; /*scriptex edit*/
	border: 1px solid #ddd;
	padding: 22px 23px;
	text-align: left;
}
.caa_pdngbtm {
	/*padding-bottom: 113px;*/
	padding-bottom: 25px;
}
.forgot_password a {
	color: #666;
	border-bottom: 1px solid #666;
}
.forgot_password a:hover {
	color: #666;
	border-bottom: 1px solid transparent;
}
.acc_btn {
	background: #1E69B8;
	border: 1px solid transparent;
	border-radius: 0;
	color: #fff!important;
	padding: 8px 20px;
	transition:.5s;
	margin-top:10px;
	text-transform: capitalize;
	
}
.acc_btn:hover {
	background: #000;
	border: 1px solid transparent;
	color: #fff;
}
.btn_icon {
	margin-right: 10px;

}

span.error {
	color: red;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}

.caa_facebook_login {
	color: #ffffff;
}

.caa_facebook_login a {
	background-color: #3d5c98;
	display: inline-block;
	color: #ffffff;
	padding: 10px 20px;
	padding-left:50px;
	font-size: 16px;
	position:relative;
	line-height:21px;
	font-weight:bold;
	margin-bottom:4px;
}
.caa_facebook_login small {
	display: block;
	color: #ffffff;
	font-style:italic;
	font-size: 10px;
	line-height:16px;
}

.caa_facebook_login i {
	position: absolute;
	left:15px;
	top:0;
	bottom:0;
	margin-top:auto;
	margin-bottom:auto;
	height: 38px;
	font-size: 38px;
}

.caa_extra_side_link {
	text-align:right;
	top:24px;
	right:40px;
	position:absolute;
}

.caa_extra_side_link a {
	color: #1E69B8;
}

.selected-records-buttons {
	margin-top:20px;
}

.order-content .row table {
	font-size: 13px;
}

.order-content .row table td, .order-content .row table th {
	padding: 10px;
}

.order-content .row table tr:nth-child(odd) {
	background-color: #ededed;
}

.order-content .row table tr:nth-child(even) {
	background-color: #fafafa; /*scriptex edit*/
}

.profile-side-menu ul > li {
	display: block;
	width: 100%;
}

.profile-side-menu ul > li a {
	display: block;
	width: 100%;
	padding: 20px 20px;
	background-color:#fafafa; /*scriptex edit*/
	border: 1px solid #ffffff;
	color:#333;
}

.profile-side-menu ul > li.active a {
	background-color:#1E69B8;
	color: #ffffff !important;
}

#page_item_area .main-avatar  {
	display: block;
}

#page_item_area .main-avatar .image  {
	width: 120px;
	height: 120px;
	display: inline-block;
	border-radius: 50%;
	overflow:hidden;
	vertical-align:middle;
}

#page_item_area .main-avatar .image img {
	width: 100%;
	display: block;
}

#page_item_area .main-avatar .text  {
	padding-left: 10px;
	display: inline-block;
	color: #ffffff;
	vertical-align:middle;
}

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

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

.profile-banner-placement {
	position:relative;
}

.profile-banner-placement h3 {
	position:absolute;
	top:0;
	bottom:0;
	right:15px;
	width:100%;
	display:block;
	margin:auto;
	height: 26px;
}

.avatar_change_area {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 25px;
	margin-bottom:20px;
}

.avatar_change_area .avatar-window {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
	overflow:hidden;
	display:inline-block;
}

.avatar_change_area .avatar-window img {
	max-width: none !important;
	position:relative;
}

.avatar_change_area .avatar-text {
	cursor: pointer;
	text-align:left;
	display:inline-block;
	position:relative;
	top:-30px;
	right: -20px;
}

.avatar_change_area .avatar-text.busy {
	color:#ef6644;
	font-style: italic;
}

.normal-settings-view {
	background-color:#fafafa; /*scriptex edit*/
	padding: 25px;
	margin-bottom: 30px;
}

.normal-settings-view h4 {
	margin-bottom: 25px;
}

.normal-settings-view span.success, .normal-settings-view span.error {
	height: 42px;
	line-height: 46px;
	display: inline-block;
	padding:0;
	padding-left: 10px;
	vertical-align: bottom;
}

.normal-settings-view span.success {
	color: green;
}

.normal-settings-view span.errorr {
	color: green;
}

.normal-settings-view .custom-control.custom-checkbox label {
	min-height: 45px;
	line-height: 20px;
	font-weight:bold;
}

.normal-settings-view .custom-control.custom-checkbox small {
	line-height: 20px;
}

.max-table {
	width: 100%;
}

.order-block {
	padding-bottom: 30px;
}

.order-heading h2 {
	margin-bottom: 15px;
}

.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;
}

.column {
	min-height:1px;
}

#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;
}

.checkout_page h3 {
	margin-bottom:15px;
}

.checkout_page input:not([type="checkbox"]):not([type="radio"]) {
	width:100%;
	margin-bottom:10px;
}

.custom-radio {
	margin-bottom:15px;
}

.checkout_page textarea {
	width:100%;
}

.checkout_page select {
	font-family: 'Open Sans';
    border: 1px solid #E2E6E7;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 15px;
    color: #777;
    margin: 0;
	width:100%;
}

.form-row {
	display:flex;
	margin-left:-15px;
	margin-right:-15px;
}


.time-unit input {
	display:none;
}

.time-unit + .time-unit label {
	border-top:0px solid transparent;
}

.time-unit label {
	width:100%;
	height:100%;
	display:block;
	border: 1px solid #E2E6E7;
	padding:5px 15px;
	font-weight:bolder;
	font-size: 11px;
    color: #9c9c9c;
	text-align:center;
	cursor:pointer;
}

.time-unit input:checked + label {
	background-color:#E2E6E7;
}

.time-unit input:disabled + label {
	background-color:rgba(255,0,0,.2);
	text-decoration: line-through;
}

.workstation .units-container {
	border: 1px solid #E2E6E7;
	padding:15px;
	padding-bottom:5px;
	margin-bottom:30px;
	display:none;
}

.rental-datepicker {
	width:100%;
	margin-bottom:30px;
	cursor:pointer;
}

.workstation {
	background-color:#fff;
	border-color:green;
	height:100%;
}

.workstation .workstation-content {
	padding: 25px;
	padding-top: 15px;
}

.workstation .banner {
	position:relative;
	width:100%;
}

.workstation .banner img {
	width:100%;
}

.workstation .banner h4 {
	position:absolute;
	top:50%;
	width:100%;
	color:#fff;
	font-size:32px;
	text-shadow: 0px 0px 35px #000;
	text-align:center;
	transform:translateY(-50%);
}


.payment_method {
	padding-top:10px;
	
}

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

.error-agreement {
	color:red;
}

.ui-corner-all.ui-state-disabled {
	display:none;
}

.workstation .units-container > .label {
	text-align:center;
	margin-bottom: 5px;
    font-size: 12px;
    color: #636363;
    font-weight: bolder;
}

.workstation .cta {
	text-align:center;
	margin-top:20px;
	margin-bottom:30px;
	font-family: 'Open Sans';
	font-size:130%;
}

table.datepicker {
	display:table;
	width:100%;
	table-layout:fixed;
}

table.datepicker td,
table.datepicker th {
	display:table-cell;
	width:14.2857142857143%;
	border:solid black 1px;
	
}

.ui-datepicker td a {
	color: #337ab7;
}

.ui-datepicker-unselectable span {
	text-decoration: line-through;
	color:#d6d6d6;
}