/* Elementen */
/* Default styling op basis html-elementen */
body {
	background: #FFF;
	color: rgba(100, 100, 100, 1);
}

main {
	padding-top: 1rem;
}

h1 {
	margin: 1.68rem 0 1.68rem 0;
	font-size: 3rem;
	color: rgba(101, 196, 219, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	/*text-transform: uppercase;*/
}

h5 {
	color: rgba(118, 186, 41, 1);
}

h6 {
	color: rgba(0, 135, 172, 1);
}

/*h1, h6, form h5 {
    color: rgba(118, 186, 41, 1);
}*/
a {
	text-decoration: underline;
	font-weight: bold;
	color: rgba(50, 179, 238, 1);
}

img {
	max-width: 100%;
	max-height: 100%;
}

form {
	text-align: left;
}

/* Main content iets laten zakken (ivm fixed navigatie) */
/*main {
    margin-top:20px;
}
*/

/* Helpers */
/* Helper classes voor text-formatting, afgeronde hoeken, marges en padding */

/* Uppercase tekst */
.uppercase {
	text-transform: uppercase;
}

.normalcase {
	text-transform: none;
}

/* Vette tekst */
.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

/* extra text uitlijning */
.justify-align {
	text-align: justify;
}

/* Afgeronde hoeken */
.rounded {
	border-radius: 2em;
}

.rounded-corners {
	border-radius: 2em 0em 2em 0em !important;
}

/* Afgeronde hoeken */
.no-rounded-corners {
	border-radius: 0em !important;
}

/* Marges uitschakelen */
.no-margin {
	margin: 0px;
}

/* Padding uitschakelen */
.no-padding {
	padding: 0px;
}

/* Multiline velden met icoontje */
.multitekst-met-icoon {
	display: block;
	padding-left: 20px;
}

.multitekst-met-icoon i {
	margin-left: -20px;
}

/* Taal altijd met hoofdletter beginnen */
.taal,
select[name='taal'] {
	text-transform: capitalize;
}

/* Header */
header a {
	text-decoration: none;
	font-weight: normal;
}

/* Navigatie */

/* Logo */
nav .brand-logo,
nav .brand-logo img {
	height: 100%;
	max-height: 64px;
}

nav .brand-logo span {
	vertical-align: middle;
	line-height: 64px;
}

nav .brand-logo span.red-text {
	vertical-align: top;
	display: inline-block;
	left: 0px;
	position: absolute;
}

nav .uppernav {
	line-height: 32px;
}

nav .uppernav i,
nav .uppernav [class^=mdi-],
nav .uppernav [class*=mdi-],
nav .uppernav i.material-icons {
	height: auto !important;
	line-height: 32px !important;
}

nav .nav-wrapper {
	height: auto;
}

.navbar-fixed {
	height: 64px;
}

nav ul a {
	color: rgba(118, 186, 41, 1);
}

/* Bij hover achtergrond knop lichtgroen maken */
nav ul a:hover,
.side-nav a:hover {
	background-color: rgba(118, 186, 41, 0.2);
}

/* Actieve knop groene achtergrond */
nav ul li.active,
.side-nav li.active {
	background-color: rgba(118, 186, 41, 0.6);
}

nav ul li.active>a,
.side-nav li.active>a,
.side-nav li.active>a i {
	color: #FFF !important;
}

nav ul a span.badge {
	position: absolute;
	top: 5px;
	min-width: 1rem;
	right: 5px;
	font-size: 0.6rem;
}

nav .values {
	height: 48px;
}

nav .values ul a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

nav .nav-wrapper .values a {
	line-height: 1rem;
}

/* Zoekbalk in navigatie */
nav .search-form {
	height: 64px;
}

nav .input-field input[type="search"] {
	height: inherit;
	padding-left: 4rem;
	width: calc(100% - 4rem);
}

nav .input-field input[type="search"]~.mdi-close {
	color: #444;
	cursor: pointer;
	position: absolute;
	right: 1rem;
	top: 0;
	transition: color 0.3s ease 0s;
}

/* Zoekbalk in sidenav */
.side-nav li.search form label {
	line-height: 21px !important;
}

/* Carousel */
/*.carousel.carousel-slider .carousel-item {
    min-height:100%;
}
.carousel-item .text-content {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0em 1em 1em 1em;
    width: 50%;
    height: 100%;
    overflow:auto;
}
.carousel-item .text-content h2 {
    margin: 0;
}
.carousel-item .text-content p {
    margin: 1em 0;
}
.carousel-item .text-content a.button-link {
    padding: 0.25em 0.5em;
    position: absolute;
    bottom: 1em;
    right: 1em;
}
.carousel-item .image-content {
    line-height: 0;
}
.carousel-item .image-content img {
    max-width: 100%;
    max-height: 400px;
}*/
/* Carousel indicators */
/*.row .indicators {
    text-align: center;
    margin:0;
}
.row .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin: 24px 4px;
    background-color: rgba(118, 186, 41, 0.4);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%;
}
.row .indicators .indicator-item.active {
    background-color: rgba(118, 186, 41, 1);
}
*/
/* Shop finder bij "Find distributor" */
.bh-sl-container {
	float: none !important;
	padding: 0px !important;
}

.bh-sl-container form button {
	background: rgba(118, 186, 41, 1) !important;
	border: none;
	border-radius: 0em 0em 0em 0em !important;
	color: #fff;
	cursor: pointer;
	float: none !important;
	font: inherit !important;
	margin-top: 0px !important;
	padding: 0rem 2rem !important;
	white-space: nowrap;
}

.bh-sl-container .bh-sl-map-container {
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

/* Breadcrumbs */
/*
.breadcrumbs {
    margin:0rem;
}
*/

ol.breadcrumblist {
	padding: 0px;
	margin: 0px;
}

.breadcrumb {
	color: rgba(50, 179, 238, 1);
}

.breadcrumb:before {
	content: '\F0142';
	font-family: 'Material Design Icons';
	font-weight: bold;
	font-size: 18px;
	color: rgba(100, 100, 100, 1);
}

.breadcrumb:last-child {
	color: rgba(100, 100, 100, 1);
}

.about-quote blockquote {
	border-left: none;
	font-size: 1.25rem;
	font-weight: bold;
	font-style: italic;
}

.about-quote blockquote img {
	margin-right: 2.5rem;
	display: inline;
	/*max-width:100px;*/
	max-height: 75px;
}

/* Buttons */
.btn,
.btn-flat {
	font-weight: normal;
	border-radius: 0 0 0px 0;
	background-color: rgba(118, 186, 41, 1);
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

.btn:hover,
.btn-flat:hover {
	background-color: rgba(118, 186, 41, 0.8);
}

.btn:focus,
.btn-large:focus,
.btn-small:focus,
.btn-floating:focus {
	background-color: rgba(0, 143, 66, 1);
}

/* Toasts */
.toast {
	border-radius: 1em 0em;
}

/* Information (groene blokken in tekst */
.information {
	padding: 1rem;
	/*border-radius: 2em 0em 2em 0em;*/
	/*background-color: rgba(118, 186, 41, 0.2);*/
	text-align: justify;
}

.information p img {
	vertical-align: top;
	width: 4rem;
	margin-left: 1rem;
	float: left;
}

.information p span {
	display: block;
	margin-left: 6rem;
	margin-bottom: 1rem;
	width: calc(100% - 6rem);
}

.information.why-4-pros>.container>div.row>div.col>img {
	max-width: 100px;
}

.information.why-4-pros>.container>div.row>div.col>span {
	display: block;
	font-weight: bold;
	margin-bottom: 1rem;
}

.melding {
	text-align: center;
	padding: 1rem;
	border-radius: 2em 0em 2em 0em;
	font-weight: bold;
}

.melding.information {
	background-color: rgba(118, 186, 41, 0.2);
	color: rgba(0, 143, 66, 1);
}

.melding.warning {
	background-color: rgba(239, 108, 0, 0.2);
	color: rgba(239, 108, 0, 1);
}

.melding.error {
	background-color: rgba(210, 14, 61, 0.2);
	color: rgba(210, 14, 61, 1);
}

/* Footer */
footer .social-media a {
	text-decoration: none;
}

/* Logo in footer */
.logo-footer {
	position: relative;
}

.logo-footer img {
	width: 20%;
	position: absolute;
	bottom: 20px;
	margin-left: -10%;
	max-height: none;
}

/* Eenheden in lowercase */
.eenheden {
	text-transform: lowercase;
}

/* input aantallen rechts uitlijnen */
input[type="number"] {
	text-align: end;
}

.delete-article {
	cursor: pointer;
}

table.striped thead tr,
table.striped tbody tr,
table.striped td.border-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* Links */
.catalogus a {
	/*font-weight:normal;*/
	text-decoration: none;
}

/* ShoppingCart */
nav ul#shoppingcart.dropdown-content li:hover,
nav ul#shoppingcart.dropdown-content li.active,
nav ul#shoppingcart a:not(.btn-flat):hover {
	background: #fff;
}

nav ul#shoppingcart {
	padding: 1rem;
	color: rgba(100, 100, 100, 1) !important;
}

nav ul#shoppingcart span {
	padding: 14px 5px;
}

nav ul#shoppingcart table.striped>tbody>tr:nth-child(2n+1) a:hover {
	background-color: transparent;
}

nav ul#shoppingcart table.striped>tbody>tr>td .artikelfoto {
	height: 64px;
	width: 64px;
}

table.striped>tbody>tr>td .artikelfoto {
	height: 64px;
	width: 64px;
}

nav ul#shoppingcart table a {
	text-decoration: underline;
	font-weight: bold;
}

.shoppingcart-action .btn-flat {
	margin-right: 0px;
}

.shoppingcart-action .btn,
.shoppingcart-action .btn-large,
.shoppingcart-action .btn-small,
.shoppingcart-action .btn-floating,
.shoppingcart-action .btn-large,
.shoppingcart-action .btn-small,
.shoppingcart-action .btn-flat {
	font-size: 14px;
	outline: 0;
}

.shoppingcart-action .btn,
.shoppingcart-action .btn-large,
.shoppingcart-action .btn-small,
.shoppingcart-action .btn-flat {
	height: 36px;
	line-height: 36px;
	padding: 0 16px;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
}

table tr.shoppingcartrow span.omschrijving {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 75px);
	margin-left: 5px;
}

table tr.shoppingcartrow span.artikelbeschrijving {
	display: block;
	width: 100%;
}

table tr.shoppingcartrow span.omschrijving>a {
	display: block;
}

/* Cards */

/*.card .card-content .card-title {
    color: #757575;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
}*/
.card[data-url] {
	cursor: pointer;
}

.card.waves-effect {
	display: block;
}

/*
.card .card-action:last-child {
    border-radius: 0 0 1rem 0;
}
*/

.card .card-content .card-overflow {
	height: calc(100% - 55px);
	overflow-y: auto;
}

.card.values {
	border: 1px solid rgba(0, 135, 172, 1);
}

.card.values .card-title img {
	width: 20%;
	vertical-align: middle;
	margin-right: 1rem;
}

.card.values .card-title h6 {
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

.card.values .card-content p {
	margin: 15px 0px;
}

.card.microfibre-articles {
	border: 1px solid rgba(0, 135, 172, 1);
	text-align: center;
}

.section .card.microfibre-articles p {
	text-align: center;
}

.card.microfibre-articles .card-title img {
	height: 10rem;
	margin: 0px auto;
	display: block;
}

.card.microfibre-articles .card-title h5 {
	text-transform: uppercase;
	margin: 0px;
}

.card.microfibre-articles .card-content p {
	margin: 15px 0px;
}

.card.microfibre-articles.last {
	display: flex;
}

.card.microfibre-articles.last .card-content {
	display: flex;
	align-items: center;
}

.card.microfibre-articles.last .card-content a {
	color: rgba(255, 255, 255, 1);
}

.timeline-title h5 {
	border-bottom: 2px solid rgba(118, 186, 41, 1);
	margin: 0px;
}

.timeline-title h5 span {
	background: rgba(118, 186, 41, 1);
	color: rgba(255, 255, 255, 1);
	border-radius: 0 10px 0 0;
	display: inline-block;
	padding: 10px;
	text-transform: none;
}

.catalogus h5 {
	background: rgba(100, 100, 100, 0.3);
	color: rgba(100, 100, 100, 1);
	text-transform: none;
	border-radius: 0 10px 0px 0px;
	padding: 10px;
	margin-bottom: 0px;
}

/*
.catalogus .card,
.catalogus .card-action,
.catalogus .card-action:last-child {
    border-bottom-right-radius: 0em;
}
*/
.catalogus .card .card-image {
	background-color: #fff;
	width: 100%;
	padding-top: 100%;
	/* 1:1 Aspect Ratio */
	position: relative;
}

.catalogus .card .card-image img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.catalogus .card.waves-effect {
	display: block;
}

.catalogus .card .card-content:not(.artikel) {
	padding: 5px 5px 5px 10px;
	height: 70px;
	height: 40px;
	font-size: 1.2rem;
	min-height: 70px;
}

.catalogus .card .card-content.artikel {
	height: 190px;
	min-height: 130px;
}

.catalogus .card .card-content.artikel.webshop {
	height: 240px;
	min-height: 130px;
}

.catalogus .card-content a span {
	width: 100%;
	display: block;
}

.catalogus .card-content .artikeltitel {
	height: 45px;
	width: 100%;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.catalogus .card-content .artikelbeschrijving {
	height: 65px;
	width: 100%;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}

.catalogus .card-content .labels {
	display: inline-block;
}

.catalogus .card-content .labels img {
	height: 30px;
	width: 30px;
}

.catalogus .card-content .artikelprijs {
	float: right;
}

.catalogus .card-content .ingave_enkel_veelvoud_van {
	display: block;
}

.catalogus .card-action .shoppingcart {
	top: -6px;
	position: relative;
}

.rubrieken a {
	text-decoration: none;
}

/* Testimonials */
.testimonials .card .card-image {
	max-width: 20%;
}

.testimonials .card.horizontal {
	max-height: 100%;
	overflow-y: auto;
}

/* Bij hoverable content, cursor een handje maken */
.hoverable {
	cursor: pointer;
}

.labels a {
	text-decoration: none;
}

.productfotos a {
	text-decoration: none;
}

.greenspeed-banner-main {
	padding: 1em;
}

.greenspeed-banner {
	border: 3px solid rgba(118, 186, 41, 1);
	margin: 0rem 1rem;
}

/* Titles */
.title-long h5 {
	background: rgba(173, 212, 125, 1);
	text-transform: none;
	border-radius: 0 10px 0px 0px;
	padding: 10px;
	margin-bottom: 0px;
}

.title-short h5 {
	border-bottom: 2px solid rgba(173, 212, 125, 1);
}

.title-short h5 span {
	background: rgba(173, 212, 125, 1);
	border-radius: 0 10px 0 0;
	display: inline-block;
	padding: 10px;
	text-transform: none;
}

/* Bij multiline tekst met icoontje, tekst uitlijnen */
.multitekst-met-icoon {
	display: block;
	padding-left: 20px;
}

.multitekst-met-icoon i {
	margin-left: -20px;
}

.trefwoorden {
	visibility: hidden;
	padding: 0rem !important;
	height: 1px;
}

/* Fix voor breedte dropdown-content */
.dropdown-content {
	min-width: 0;
}

.youtube .card {
	width: 100%;
}

.youtube .card-image::after {
	display: block;
	content: '';
	/* 16:9 aspect ratio */
	padding-bottom: 56.25%;
}

.youtube .card-image img {
	/* Image should match parent box size */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.youtube .card-content {
	height: 100px;
}

.youtube .card-content .duration {
	position: absolute;
	right: 0;
	bottom: 100px;
	padding: 3px 4px;
	margin: 4px;
	font-size: 12px;
	background: rgba(0, 0, 0, 0.8);
	color: rgba(255, 255, 255, 1);
}

.playlists .card {
	width: 100%;
}

.playlists .card-content .row {
	margin-bottom: 0px;
}

.playlists .image {
	position: relative;
}

.playlists .image::after {
	display: block;
	content: '';
	/* 16:9 aspect ratio */
	padding-bottom: 56.25%;
}

.playlists .image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.certified {
	background-color: rgba(118, 186, 41, 0.2);
	text-align: justify;
}

.certified p img {
	vertical-align: top;
	width: 4rem;
	margin-left: 1rem;
	float: left;
}

.certified p span {
	display: block;
	margin-left: 6rem;
	margin-bottom: 1rem;
	width: calc(100% - 6rem);
}

/* greenspeed style ul */
/*ul.ul-greenspeed{

}*/

/*img.artikelfoto {
    display:block;
    width:100%;
}*/
span.artikelfoto img:not(.active) {
	max-width: 200px;
	float: right;
	margin-left: 10px;
}

.dropdown-content li>a>i {
	margin: 0 12px 0 0;
}

.dropdown-content li.nohover:hover,
.dropdown-content li.nohover.active,
.dropdown-content li.nohover.selected {
	background-color: #fff;
}

form.rounded-corners {
	padding: 1rem 0rem;
}

/* 4 blokken met icoontjes (Duurzaam, efficient, ...) */
.keywords img {
	display: block;
	margin: 0px auto;
	height: 100px;
	width: 100px;
}

.about.keywords img {
	height: 50px;
}

/* Slider-aanpassingen */
/* Achtergrond op wit zetten */
.slider .slides {
	background: transparent;
}

/*.slider .slides li img.fixed-height {
    background-size:auto 400px!important;
    background-repeat: no-repeat;
}*/

/* blok met tekst in slider groter maken */
/*.slider .slides li .caption {
    left: 5%;
    right:5%;
    width:95%;
    top:5%;
    height:90%;
}*/
/*.slider .slides li .caption .col {
    height:100%;
    overflow-x:hidden;
    overflow-y:auto;
}*/
/* Achtergrond tekst iets transparant maken */
/*.slider .slides li .caption .col.with-background {
    background:rgba(255, 255, 255, 0.8);
}*/
/* sections */
.section img {
	/*width: 100%;*/
	display: block;
	margin-top: 0.82rem;
	margin-bottom: 0.656rem;
}

.section h5 {
	color: rgba(118, 186, 41, 1);
}

/*
.section p {
    text-align: justify;
}
*/
.section.empty {
	height: 15rem;
}

/* Banner homepage */
.section.homebanner {
	padding: 0px;
	background-color: rgba(137, 209, 242, 1);
}

.section.homebanner .title {
	flex: 1;
	align-self: center;
	height: 90%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section.homebanner h1 {
	color: rgba(255, 255, 255, 1);
	font-weight: normal;
	font-size: 2rem;
	width: 100%;
	text-align: center;
	margin: 0px;
}

.section.homebanner img {
	/*margin-top:-1.1%;margin-bottom:-1.9%;*/
	margin-top: 0px;
	margin-bottom: 0px;
	max-height: 300px;
	width: auto;
}

.section.homebanner h1 img {
	margin-top: -1.68rem;
	margin-bottom: -1.68rem;
}

/* USP */
.section.usp {
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 25%, rgba(0, 135, 172, 0.2) 0%);
}

.section.usp img {
	max-width: 80px;
	vertical-align: bottom;
}

.section.usp h6 {
	display: inline-block;
}

.section.usp p {
	text-align: left;
}

/* Dealers */
.section.dealers .container {
	margin-top: 2rem;
}

.section.dealers .slider {
	height: 200px;
	width: 100%;
}

.section.dealers .slider .slides {
	height: 200px;
}

.section.dealers .slider .slides li .caption {
	color: #666;
	top: 0;
	opacity: 1;
}

.section.dealers .slider .slides li .caption p {
	color: #666;
}

.section.dealers .slider .slides li img {
	height: 50px;
	width: 100%;
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}

/* bcorp */
.section.bcorp h5 {
	border-bottom: 2px solid rgba(118, 186, 41, 1);
}

.section.bcorp h5 span {
	background: rgba(118, 186, 41, 1);
	color: rgba(255, 255, 255, 1);
	border-radius: 0 10px 0 0;
	display: inline-block;
	padding: 10px;
	text-transform: none;
}

/* Spotlight */
.section.spotlight h5 {
	border-bottom: 2px solid rgba(137, 209, 242, 1);
}

.section.spotlight h5 span {
	background: rgba(137, 209, 242, 1);
	color: rgba(255, 255, 255, 1);
	border-radius: 0 10px 0 0;
	display: inline-block;
	padding: 10px;
	text-transform: none;
}

.section.spotlight ul.ul-greenspeed {
	padding-left: 1rem;
}

.section.spotlight ul.ul-greenspeed li {
	font-weight: bold;
	text-transform: uppercase;
	color: rgba(118, 186, 41, 1);
	opacity: 1;
	position: relative;
	top: auto;
	left: auto;
	z-index: 1;
	width: auto;
	height: inherit;
	overflow: hidden;
}

.section.spotlight .slider .slides li .caption {
	color: #fff;
	position: absolute;
	top: 5%;
	left: 2%;
	opacity: 0;
	color: #666;
}

.section.spotlight .slider .slides li .caption {
	width: 50%;
}

.section.spotlight .slider .slides li img {
	width: 45%;
	margin-left: 55%;
}

.section.spotlight .slider .slides li .caption h6,
.section.spotlight .slider .slides li .caption p {
	color: #666;
}

.section.spotlight .slider .slides li img {
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
}

.section.spotlight .slider .indicators .indicator-item.active {
	background-color: rgba(137, 209, 242, 1);
}

.section.spotlight .slider .indicators .indicator-item {
	height: 12px;
	width: 12px;
}

/* Social media */
.section.social-media {
	background-color: rgba(137, 209, 242, 1);
}

.section.social-media img {
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
	height: 48px;
	width: auto;
	vertical-align: middle;
}

.section.social-media .social-media-buttons {
	margin: 1.0933333333rem 0 0.656rem 0;
}

/* Go Ocean */
.section.go-ocean h5 {
	border-bottom: 2px solid rgba(243, 90, 140, 1);
}

.section.go-ocean h5 span {
	background: rgba(243, 90, 140, 1);
	color: rgba(255, 255, 255, 1);
	border-radius: 0 10px 0 0;
	display: inline-block;
	padding: 10px;
	text-transform: none;
}

.section.go-ocean h6 {
	color: rgba(243, 90, 140, 1);
}

/*
.section.go-ocean img {
    border-radius:10px;
}
*/

.section.certifications span.valign-wrapper {
	justify-content: center;
}

.section.certifications img {
	max-width: 75px;
	max-height: 75px;
	display: inline-block;
	margin: 0px 0.5rem;
}

.greenspeed-border {
	border: 1px solid rgba(118, 186, 41, 1);
	padding: 1.5rem !important;
	/*border-radius: 2em 0em 2em 0em;*/
}

.greenspeed-border-blue {
	border: 1px solid rgba(0, 135, 172, 1);
	/*padding:1.5rem!important;*/
	/*border-radius: 2em 0em 2em 0em;*/
}

/* Prefix icoontje bij selects */
.prefix~.select-wrapper {
	margin-left: 3rem;
	width: 92%;
	width: calc(100% - 3rem);
}

.input-field.col .prefix~span.field-validation-error {
	width: calc(100% - 3rem - 1.5rem);
}

.input-field .prefix~span.field-validation-error {
	margin-left: 3rem;
}

/*.character-counter {
    margin-top:-18px;
}*/
/* Prefix icoontje bij selects */
.switch {
	position: relative;
	margin-top: 1rem;
	margin-bottom: 1rem;
	height: 3rem;
}

.switch label {
	font-size: 1rem;
}

.switch .prefix,
.switch .suffix {
	position: absolute;
	width: 3rem;
	font-size: 2rem;
	-webkit-transition: color .2s;
	transition: color .2s;
	top: -1rem;
}

/*.switch .prefix ~ label {
    margin-left:1rem;
}*/
/*.switch .prefix {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem);
}

*/
/*.switch label {
    line-height:26px;
    height:26px;
    vertical-align:middle;
    display:inline-block;
    width:auto;
}*/

.distribution-selling-points {
	background: rgba(100, 100, 100, 0.1);
}

.distribution-selling-points .row {
	padding-top: 2rem;
}

.distribution-selling-points .row .col {
	padding: 0 3rem;
}

.distribution-selling-points .row .card {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.distribution-selling-points .row .card .card-content {
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
	font-size: 1.5rem;
	padding: 12px;
}

/*
.distribution-selling-points .row .card .card-action {

}
*/
.distribution-selling-points .row .card.contact .card-content {
	background-color: rgba(137, 189, 36, 1);
}

.distribution-selling-points .row .card.contact .card-action {
	background-color: rgba(137, 189, 36, 1);
}

.distribution-selling-points .row .card.proposal .card-content {
	background-color: rgba(0, 139, 171, 1);
}

.distribution-selling-points .row .card.proposal .card-action {
	background-color: rgba(0, 139, 171, 1);
}

.distribution-selling-points .row .card.delivery .card-content {
	background-color: rgba(0, 154, 62, 1);
}

.distribution-selling-points .row .card.delivery .card-action {
	background-color: rgba(0, 154, 62, 1);
}

.meetJohan {
	position: relative;
	width: 75%;
	height: 75%;
	background-color: #FFF;
	margin: 0px auto 2rem auto;
}

.meetJohan::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.meetJohan .content {
	position: absolute;
	width: 100%;
	height: 100%;
}

.meetJohan .content img {
	position: absolute;
	bottom: 0px;
	left: 45%;
	height: 75%;
	max-width: 75%;
	margin: 0px;
}

.meetJohan .content p {
	margin: 30% 25% 0 1rem;
	text-align: center;
}

.did-you-know-image {
	position: relative;
	top: -100px;
	right: 0px;
	width: 200px;
	margin-bottom: -100px;
}


/* Benefits en nieuwsberichten */
.benefits .card.medium {
	height: 450px;
}

.benefits .card.medium .card-content,
.benefits .card.large .card-content {
	overflow: auto;
}

.benefits img {
	width: 75px;
	margin: 0.5rem auto;
	display: block;
	float: left;
}

.benefits .benefits-content {
	margin-left: 120px;
}

.benefits-innovations img {
	width: 75px;
	margin: 0.5rem auto;
	display: block;
}

.benefits-innovations .benefits-content ul li {
	margin-bottom: 1rem;
}

/*.news h5 {
    color: rgba(118, 186, 41, 1)
}*/
.news blockquote {
	border-left: 5px solid rgba(100, 100, 100, 1)
}

/* List ul en ol */
.news ul li,
ul.ul-greenspeed li {
	list-style: none;
	margin: 10px 0px 10px 0px;
	/*
    padding-left: 1.5em;
    background-image: url('../media/images/diverse/blaadje.png');
    background-size: 1em 1em;
    background-repeat: no-repeat;
    background-position: 0px 5px;

    */
}

.news ul li:before,
ul.ul-greenspeed li:before {
	content: '';
	display: inline-block;
	height: 1em;
	width: 1em;
	margin-right: 1em;
	vertical-align: middle;
	background-image: url('../media/images/diverse/blaadje.png');
	background-size: contain;
	background-repeat: no-repeat;
}

ul.ul-greenspeed li span {
	display: inline-block;
	width: calc(100% - 3em);
	vertical-align: top;
}

.news ul li span,
ul.ul-greenspeed li span .title {
	color: rgba(118, 186, 41, 1);
	font-weight: bold;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* greenspeed style ol */
.news ol,
ol.ol-greenspeed {
	list-style: none;
	counter-reset: li;
}

.news ol>li,
ol.ol-greenspeed>li {
	counter-increment: li;
	margin: 1.5rem 0rem;
	position: relative;
}

.news ol li span,
ol.ol-greenspeed li span {
	color: rgba(118, 186, 41, 1);
	font-weight: bold;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

.news ol>li::before,
ol.ol-greenspeed>li::before {
	content: counter(li);
	color: white;
	background: rgba(101, 196, 219, 1);
	font-size: 16px;
	border-radius: 50%;
	font-weight: bold;
	text-align: center;
	left: calc(-1 * 32px - 10px);
	width: 36px;
	height: 36px;
	top: 0;
	padding: 6px;
	position: absolute;
}

/*********************
  Media Query Classes
**********************/
/* Small screen */
@media only screen and (max-width: 600.99px) {
	h1 {
		font-size: 2rem;
	}

	a.btn,
	.sfullwidth,
	button[type="submit"] {
		width: 100%;
		margin: 1rem 0rem;
	}

	.section .right-image {
		display: none;
	}

	.section .left-image {
		display: inline;
	}

	.section h5 {
		text-align: center;
	}

	.section.go-ocean h5 {
		text-align: left;
	}

	.section p {
		text-align: center;
	}

	.section.homebanner h1 {
		margin: 2.8rem 0;
	}

	.slider .slides li img {
		background-position: left;
	}

	.slider .slides li .caption .col {
		background: rgba(255, 255, 255, 0.8);
	}

	.catalogus .card .card-content.artikel.webshop {
		height: 275px;
		min-height: 130px;
	}

	.catalogus .card-content .labels {
		display: block;
		height: 30px;
	}

	.catalogus .card-content .artikelprijs {
		float: none;
		display: block;
	}

	.catalogus .card-action {
		text-align: center;
	}

	.catalogus .card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
		width: 100%;
		margin-right: 0px;
		margin-top: 10px;
	}

	.catalogus .card-action form.addToShoppingCart button[type=submit] {
		width: 100%;
		float: none;
	}

	.rubrieken .card .card-content {
		padding: 24px 12px;
		height: 90px;
	}

	.logo-footer img {
		position: relative;
		bottom: 0px;
		margin-left: 0px;
	}

	.page-footer div {
		text-align: center !important;
	}

	.benefits-innovations .col {
		display: flex;
		align-items: center;
	}

	.benefits-innovations img {
		margin: 0.5rem;
	}

	.benefits-innovations .benefits-content {
		margin-left: 2rem;
	}

	.benefits img {
		float: none;
	}

	.benefits .benefits-content {
		margin-left: 0px;
		/*
        text-align: center;
        */
	}

	.bottom-border-white-small-only {
		border-bottom: 2px solid rgba(255, 255, 255, 1);
	}

	.dealers .concept {
		text-align: center;
	}

	.dealers .concept ul.ul-greenspeed li span {
		width: calc(65% - 3em);
	}

	.did-you-know-image {
		position: relative;
		top: -50px;
		right: 0px;
		width: 100px;
		margin-bottom: -50px;
	}

	.valign-wrapper {
		display: block;
	}
}

/* Small and Medium screens */
@media only screen and (max-width: 992.99px) {
	.mfullwidth {
		width: 100%;
		margin: 1rem 0rem;
	}

	.section.usp {
		background: rgba(0, 135, 172, 0.2);
	}

	.section.usp img {
		max-width: 40px;
		vertical-align: middle;
	}

	.section.usp h6 {
		display: inline-block;
	}

	.container {
		width: 85%;
	}
}

/* Medium and larger screens */
@media only screen and (min-width: 601px) {
	.section:not(.fixed):nth-child(even) .right-image {
		display: none;
	}

	.section:not(.fixed):nth-child(even) .link {
		text-align: right;
	}

	.section.fixed .link {
		text-align: right;
	}

	.section:not(.fixed):nth-child(odd) .left-image {
		display: none;
	}

	.keywords-content {
		margin-left: 120px;
	}

	.right-border-white-med-and-up {
		border-right: 2px solid rgba(255, 255, 255, 1);
	}

	/* .navbar-fixed {
        height: 96px;
    }*/
	/*nav, nav a.sidenav-trigger, nav a.sidenav-trigger i {
        height:96px;
    }*/
	.benefits-innovations>.col {
		text-align: center;
	}

	.timeline .section .col {
		padding: 0 10rem;
	}
}

/* Medium screen only */
@media only screen and (min-width: 601px) and (max-width: 992.99px) {}

/* Large and extra large screens */
@media only screen and (min-width: 993px) {
	.section.spotlight .slider .slides li .caption {
		width: 70%;
	}

	.section.spotlight .slider .slides li img {
		width: 38%;
		margin-left: 62%;
	}
}

/* Extra large screens */
@media only screen and (min-width: 1201px) {

	/* Navigatie op xl schermen in het midden plaatsen */
	nav>.nav-wrapper {
		width: 70%;
		margin: 0 auto;
		max-width: 1280px;
	}
}

@media only screen and (max-width: 1200px) {
	/*.container {width:85%;}*/
}

/*main a.greenspeed-text:not(.btn) {text-decoration:underline;}*/
/* Kleuren */
/* Greenspeed groen */
.greenspeed {
	background-color: rgba(118, 186, 41, 1) !important;
	/*#0b3962*/
}

.greenspeed.transparent-1 {
	background-color: rgba(118, 186, 41, 0.8) !important;
}

.greenspeed.transparent-2 {
	background-color: rgba(118, 186, 41, 0.6) !important;
}

.greenspeed.transparent-3 {
	background-color: rgba(118, 186, 41, 0.4) !important;
}

.greenspeed.transparent-4 {
	background-color: rgba(118, 186, 41, 0.2) !important;
}

.greenspeed.transparent-5 {
	background-color: rgba(118, 186, 41, 0.1) !important;
}

.greenspeed.transparent-6 {
	background-color: rgba(118, 186, 41, 0.0) !important;
}

.greenspeed-text {
	color: rgba(118, 186, 41, 1) !important;
}

.greenspeed-text.darken-1 {
	color: rgba(0, 143, 66, 1) !important;
}

.btn.greenspeed:hover,
.btn-flat.greenspeed:hover {
	background-color: rgba(118, 186, 41, 0.8) !important;
}

.waves-effect.waves-greenspeed .waves-ripple {
	background-color: rgba(118, 186, 41, 0.65);
}

/* Greenspeed-blauw */
.greenspeed-blue {
	background-color: rgba(0, 135, 172, 1) !important;
	/*#0b3962*/
}

.greenspeed-blue.transparent-1 {
	background-color: rgba(0, 135, 172, 0.8) !important;
}

.greenspeed-blue.transparent-2 {
	background-color: rgba(0, 135, 172, 0.6) !important;
}

.greenspeed-blue.transparent-3 {
	background-color: rgba(0, 135, 172, 0.4) !important;
}

.greenspeed-blue.transparent-4 {
	background-color: rgba(0, 135, 172, 0.2) !important;
}

.greenspeed-blue.transparent-5 {
	background-color: rgba(0, 135, 172, 0.1) !important;
}

.greenspeed-blue-text {
	color: rgba(0, 135, 172, 1) !important;
}

.btn.greenspeed-blue:hover,
.btn-flat.greenspeed-blue:hover {
	background-color: rgba(0, 135, 172, 0.8) !important;
}

.greenspeed-light-blue {
	background-color: rgba(86, 199, 218, 1) !important;
}

.greenspeed-light-green {
	background-color: rgba(74, 187, 137, 1) !important;
}

.waves-effect.waves-greenspeed-blue .waves-ripple {
	background-color: rgba(0, 135, 172, 0.65);
}

/* Greenspeed grijs */
.greenspeed-grey {
	background-color: rgba(100, 100, 100, 1) !important;
	/*#0b3962*/
}

.greenspeed-grey.transparent-1 {
	background-color: rgba(100, 100, 100, 0.8) !important;
}

.greenspeed-grey.transparent-2 {
	background-color: rgba(100, 100, 100, 0.6) !important;
}

.greenspeed-grey.transparent-3 {
	background-color: rgba(100, 100, 100, 0.4) !important;
}

.greenspeed-grey.transparent-4 {
	background-color: rgba(100, 100, 100, 0.2) !important;
}

.greenspeed-grey.transparent-5 {
	background-color: rgba(100, 100, 100, 0.1) !important;
}

.greenspeed-grey.transparent-6 {
	background-color: rgba(100, 100, 100, 0.0) !important;
}

.greenspeed-grey-text {
	color: rgba(100, 100, 100, 1) !important;
}

.btn.greenspeed-grey:hover,
.btn-flat.greenspeed-grey:hover {
	background-color: rgba(100, 100, 100, 0.8) !important;
}

.waves-effect.waves-greenspeed-grey .waves-ripple {
	background-color: rgba(100, 100, 100, 0.65);
}

/* Greenspeed vloer */
.greenspeed-catalogus-01 {
	background-color: rgba(130, 189, 71, 1) !important;
	/*#0b3962*/
}

.greenspeed-catalogus-01.transparent-1 {
	background-color: rgba(130, 189, 71, 0.8) !important;
}

.greenspeed-catalogus-01.transparent-2 {
	background-color: rgba(130, 189, 71, 0.6) !important;
}

.greenspeed-catalogus-01.transparent-3 {
	background-color: rgba(130, 189, 71, 0.4) !important;
}

.greenspeed-catalogus-01.transparent-4 {
	background-color: rgba(130, 189, 71, 0.2) !important;
}

.greenspeed-catalogus-01.transparent-5 {
	background-color: rgba(130, 189, 71, 0.0) !important;
}

.greenspeed-catalogus-01-text {
	color: rgba(130, 189, 71, 1) !important;
	/*#0b3962*/
}

/* Greenspeed interieur */
.greenspeed-catalogus-02 {
	background-color: rgba(39, 166, 220, 1) !important;
	/*#0b3962*/
}

.greenspeed-catalogus-02.transparent-1 {
	background-color: rgba(39, 166, 220, 0.8) !important;
}

.greenspeed-catalogus-02.transparent-2 {
	background-color: rgba(39, 166, 220, 0.6) !important;
}

.greenspeed-catalogus-02.transparent-3 {
	background-color: rgba(39, 166, 220, 0.4) !important;
}

.greenspeed-catalogus-02.transparent-4 {
	background-color: rgba(39, 166, 220, 0.2) !important;
}

.greenspeed-catalogus-02.transparent-5 {
	background-color: rgba(39, 166, 220, 0.0) !important;
}

.greenspeed-catalogus-02-text {
	color: rgba(39, 166, 220, 1) !important;
	/*#0b3962*/
}

/* Greenspeed glas */
.greenspeed-catalogus-03 {
	background-color: rgba(83, 195, 232, 1) !important;
	/*#0b3962*/
}

.greenspeed-catalogus-03.transparent-1 {
	background-color: rgba(83, 195, 232, 0.8) !important;
}

.greenspeed-catalogus-03.transparent-2 {
	background-color: rgba(83, 195, 232, 0.6) !important;
}

.greenspeed-catalogus-03.transparent-3 {
	background-color: rgba(83, 195, 232, 0.4) !important;
}

.greenspeed-catalogus-03.transparent-4 {
	background-color: rgba(83, 195, 232, 0.2) !important;
}

.greenspeed-catalogus-03.transparent-5 {
	background-color: rgba(83, 195, 232, 0.0) !important;
}

.greenspeed-catalogus-03-text {
	color: rgba(83, 195, 232, 1) !important;
	/*#0b3962*/
}

/* Greenspeed sanitair */
.greenspeed-catalogus-04 {
	background-color: rgba(210, 14, 61, 1) !important;
	/*#0b3962*/
}

.greenspeed-catalogus-04.transparent-1 {
	background-color: rgba(210, 14, 61, 0.8) !important;
}

.greenspeed-catalogus-04.transparent-2 {
	background-color: rgba(210, 14, 61, 0.6) !important;
}

.greenspeed-catalogus-04.transparent-3 {
	background-color: rgba(210, 14, 61, 0.4) !important;
}

.greenspeed-catalogus-04.transparent-4 {
	background-color: rgba(210, 14, 61, 0.2) !important;
}

.greenspeed-catalogus-04.transparent-5 {
	background-color: rgba(210, 14, 61, 0.0) !important;
}

.greenspeed-catalogus-04-text {
	color: rgba(210, 14, 61, 1) !important;
	/*#0b3962*/
}

/* Greenspeed keuken */
.greenspeed-catalogus-05 {
	background-color: rgba(241, 130, 7, 1) !important;
	/*#0b3962*/
}

.greenspeed-catalogus-05.transparent-1 {
	background-color: rgba(241, 130, 7, 0.8) !important;
}

.greenspeed-catalogus-05.transparent-2 {
	background-color: rgba(241, 130, 7, 0.6) !important;
}

.greenspeed-catalogus-05.transparent-3 {
	background-color: rgba(241, 130, 7, 0.4) !important;
}

.greenspeed-catalogus-05.transparent-4 {
	background-color: rgba(241, 130, 7, 0.2) !important;
}

.greenspeed-catalogus-05.transparent-5 {
	background-color: rgba(241, 130, 7, 0.0) !important;
}

.greenspeed-catalogus-05-text {
	color: rgba(241, 130, 7, 1) !important;
	/*#0b3962*/
}

/* Greenspeed persoonlijk */
.greenspeed-catalogus-06 {
	background-color: rgba(125, 32, 114, 1) !important;
	/*#0b3962*/
}

.greenspeed-catalogus-06.transparent-1 {
	background-color: rgba(125, 32, 114, 0.8) !important;
}

.greenspeed-catalogus-06.transparent-2 {
	background-color: rgba(125, 32, 114, 0.6) !important;
}

.greenspeed-catalogus-06.transparent-3 {
	background-color: rgba(125, 32, 114, 0.4) !important;
}

.greenspeed-catalogus-06.transparent-4 {
	background-color: rgba(125, 32, 114, 0.2) !important;
}

.greenspeed-catalogus-06.transparent-5 {
	background-color: rgba(125, 32, 114, 0.0) !important;
}

.greenspeed-catalogus-06-text {
	color: rgba(125, 32, 114, 1) !important;
	/*#0b3962*/
}

/* Greenspeed was */
.greenspeed-catalogus-07 {
	background-color: rgba(211, 95, 160, 1) !important;
	/*#0b3962*/
}

.greenspeed-catalogus-07.transparent-1 {
	background-color: rgba(211, 95, 160, 0.8) !important;
}

.greenspeed-catalogus-07.transparent-2 {
	background-color: rgba(211, 95, 160, 0.6) !important;
}

.greenspeed-catalogus-07.transparent-3 {
	background-color: rgba(211, 95, 160, 0.4) !important;
}

.greenspeed-catalogus-07.transparent-4 {
	background-color: rgba(211, 95, 160, 0.2) !important;
}

.greenspeed-catalogus-07.transparent-5 {
	background-color: rgba(211, 95, 160, 0.0) !important;
}

.greenspeed-catalogus-07-text {
	color: rgba(211, 95, 160, 1) !important;
	/*#0b3962*/
}

.greenspeed-catalogus-07-text.text-lighten-3 {
	color: rgba(211, 95, 160, 0.5) !important;
}

/* Greenspeed werkwagens */
.greenspeed-catalogus-08 {
	background-color: rgba(0, 51, 88, 1) !important;
	/*#0b3962*/
}

.greenspeed-catalogus-08.transparent-1 {
	background-color: rgba(0, 51, 88, 0.8) !important;
}

.greenspeed-catalogus-08.transparent-2 {
	background-color: rgba(0, 51, 88, 0.6) !important;
}

.greenspeed-catalogus-08.transparent-3 {
	background-color: rgba(0, 51, 88, 0.4) !important;
}

.greenspeed-catalogus-08.transparent-4 {
	background-color: rgba(0, 51, 88, 0.2) !important;
}

.greenspeed-catalogus-08.transparent-5 {
	background-color: rgba(0, 51, 88, 0.0) !important;
}

.greenspeed-catalogus-08-text {
	color: rgba(0, 51, 88, 1) !important;
	/*#0b3962*/
}

.input-field.greenspeed-input .dropdown-content li.optgroup {
	background: rgba(118, 186, 41, 1);
}

.background-salmon {
	background-color: rgba(255, 241, 220, 1);
}

.background-salmon .border {
	border: 1px solid rgba(245, 130, 32, 1);
}


.input-field.greenspeed-input .prefix.active,
.input-field.greenspeed-input .dropdown-content li>span,
.input-field.greenspeed-input input[type=text]:focus+label:not(.error),
.input-field.greenspeed-input input[type=number]:focus+label:not(.error),
.input-field.greenspeed-input input[type=password]:focus+label:not(.error),
.input-field.greenspeed-input input[type=date]:focus+label:not(.error),
.input-field.greenspeed-input input[type=time]:focus+label:not(.error),
.input-field.greenspeed-input input[type=url]:focus+label:not(.error),
.input-field.greenspeed-input textarea:focus+label:not(.error),
.input-field.greenspeed-input input[type=email]:focus+label:not(.error),
.input-field.greenspeed-input input[type=tel]:focus+label:not(.error) {
	color: rgba(118, 186, 41, 1);
}

.input-field.greenspeed-input input[type=text]:focus,
.input-field.greenspeed-input input[type=number]:focus,
.input-field.greenspeed-input input[type=password]:focus,
.input-field.greenspeed-input input[type=date]:focus,
.input-field.greenspeed-input input[type=time]:focus,
.input-field.greenspeed-input input[type=url]:focus,
.input-field.greenspeed-input textarea:focus,
.input-field.greenspeed-input input[type=email]:focus,
.input-field.greenspeed-input input[type=tel]:focus {
	border-bottom: 1px solid rgba(118, 186, 41, 1);
	box-shadow: 0 1px 0 0 rgba(118, 186, 41, 1);
}

.switch.greenspeed-input label input[type="checkbox"]:checked+.lever::after {
	background-color: rgba(118, 186, 41, 1);
}

/* Blockquotes */
blockquote {
	margin: 0.5rem 0 1rem;
}

blockquote.red-border.lighten-2 {
	border-left: 5px solid #e57373;
}

blockquote.red-border {
	border-left: 5px solid #f44336;
}

blockquote.pink-border {
	border-left: 5px solid #e91e63;
}

blockquote.purple-border {
	border-left: 5px solid #9c27b0;
}

blockquote.deep-purple-border {
	border-left: 5px solid #673ab7;
}

blockquote.indigo-border {
	border-left: 5px solid #3f51b5;
}

blockquote.blue-border {
	border-left: 5px solid #2196f3;
}

blockquote.blue-border.lighten-2 {
	border-left: 5px solid #64b5f6;
}

blockquote.blue-border.lighten-3 {
	border-left: 5px solid #90caf9;
}

blockquote.light-blue-border {
	border-left: 5px solid #03a9f4;
}

blockquote.cyan-border {
	border-left: 5px solid #00bcd4;
}

blockquote.teal-border {
	border-left: 5px solid #009688;
}

blockquote.teal-border.lighten-2 {
	border-left: 5px solid #4db6ac;
}

blockquote.green-border {
	border-left: 5px solid #4caf50;
}

blockquote.light-green-border {
	border-left: 5px solid #8bc34a;
}

blockquote.lime-border {
	border-left: 5px solid #cddc39;
}

blockquote.yellow-border {
	border-left: 5px solid #ffeb3b;
}

blockquote.yellow-border.darken-2 {
	border-left: 5px solid #fbc02d;
}

blockquote.amber-border {
	border-left: 5px solid #ffc107;
}

blockquote.amber-border.darken-1 {
	border-left: 5px solid #ffb300;
}

blockquote.orange-border {
	border-left: 5px solid #ff9800;
}

blockquote.orange-border.lighten-2 {
	border-left: 5px solid #ffb74d;
}

blockquote.deep-orange-border {
	border-left: 5px solid #ff5722;
}

blockquote.brown-border {
	border-left: 5px solid #795548;
}

blockquote.brown-border.lighten-4 {
	border-left: 5px solid #d7ccc8;
}

blockquote.grey-border {
	border-left: 5px solid #9e9e9e;
}

blockquote.blue-grey-border {
	border-left: 5px solid #607d8b;
}

blockquote.boma-border {
	border-left: 5px solid #0b3962;
}

blockquote.greenspeed-border {
	border-left: 5px solid rgba(118, 186, 41, 1);
}

/* Validator */
span.field-validation-error,
label.invalid,
label.error {
	position: absolute;
	top: 53px;
	left: 10px;
	font-size: 0.8rem;
	color: red;
	-webkit-transform: none !important;
	transform: none !important;
	width: 1000%;
}

span.input-with-prefix.field-validation-error {
	margin-left: 3rem;
	width: 92%;
	width: calc(100% - 3rem);
}

textarea~label.invalid,
textarea~label.error {
	top: 92px;
}

.speedorder span.field-validation-error,
.speedorder label.invalid,
.speedorder label.error {
	position: relative;
	top: 0px;
	left: 0px;
}

/*textarea ~ span.field-validation-error {
    top:85px;
}*/
input.invalid,
input.invalid:disabled,
input.error,
input.error:disabled {
	color: red !important;
}

input:not([type]).error,
input:not([type]):focus.error,
input[type=text].error,
input[type=text]:focus.error,
input[type=password].error,
input[type=password]:focus.error,
input[type=email].error,
input[type=email]:focus.error,
input[type=url].error,
input[type=url]:focus.error,
input[type=time].error,
input[type=time]:focus.error,
input[type=date].error,
input[type=date]:focus.error,
input[type=datetime].error,
input[type=datetime]:focus.error,
input[type=datetime-local].error,
input[type=datetime-local]:focus.error,
input[type=tel].error,
input[type=tel]:focus.error,
input[type=number].error,
input[type=number]:focus.error,
input[type=search].error,
input[type=search]:focus.error,
textarea.materialize-textarea.error,
textarea.materialize-textarea:focus.error {
	border-bottom: 1px solid #F44336 !important;
	box-shadow: 0 1px 0 0 #F44336 !important;
}

input:not([type]).input-validation-error,
input:not([type]):focus.error,
input[type=text].input-validation-error,
input[type=text]:focus.input-validation-error,
input[type=password].input-validation-error,
input[type=password]:focus.input-validation-error,
input[type=email].input-validation-error,
input[type=email]:focus.input-validation-error,
input[type=url].input-validation-error,
input[type=url]:focus.input-validation-error,
input[type=time].input-validation-error,
input[type=time]:focus.input-validation-error,
input[type=date].input-validation-error,
input[type=date]:focus.input-validation-error,
input[type=datetime].input-validation-error,
input[type=datetime]:focus.input-validation-error,
input[type=datetime-local].input-validation-error,
input[type=datetime-local]:focus.input-validation-error,
input[type=tel].input-validation-error,
input[type=tel]:focus.input-validation-error,
input[type=number].input-validation-error,
input[type=number]:focus.input-validation-error,
input[type=search].input-validation-error,
input[type=search]:focus.input-validation-error,
textarea.materialize-textarea.input-validation-error,
textarea.materialize-textarea:focus.input-validation-error {
	border-bottom: 1px solid #F44336 !important;
	box-shadow: 0 1px 0 0 #F44336 !important;
}

input:not([type]).error+label:after,
input:not([type]):focus.error+label:after,
input[type=text].error+label:after,
input[type=text]:focus.error+label:after,
input[type=password].error+label:after,
input[type=password]:focus.error+label:after,
input[type=email].error+label:after,
input[type=email]:focus.error+label:after,
input[type=url].error+label:after,
input[type=url]:focus.error+label:after,
input[type=time].error+label:after,
input[type=time]:focus.error+label:after,
input[type=date].error+label:after,
input[type=date]:focus.error+label:after,
input[type=datetime].error+label:after,
input[type=datetime]:focus.error+label:after,
input[type=datetime-local].error+label:after,
input[type=datetime-local]:focus.error+label:after,
input[type=tel].error+label:after,
input[type=tel]:focus.error+label:after,
input[type=number].error+label:after,
input[type=number]:focus.error+label:after,
input[type=search].error+label:after,
input[type=search]:focus.error+label:after,
textarea.materialize-textarea.error+label:after,
textarea.materialize-textarea:focus.error+label:after {
	content: attr(data-error);
	color: #F44336 !important;
	opacity: 1;
}

input:not([type]).input-validation-error+label:after,
input:not([type]):focus.input-validation-error+label:after,
input[type=text].input-validation-error+label:after,
input[type=text]:focus.input-validation-error+label:after,
input[type=password].input-validation-error+label:after,
input[type=password]:focus.input-validation-error+label:after,
input[type=email].input-validation-error+label:after,
input[type=email]:focus.input-validation-error+label:after,
input[type=url].input-validation-error+label:after,
input[type=url]:focus.input-validation-error+label:after,
input[type=time].input-validation-error+label:after,
input[type=time]:focus.input-validation-error+label:after,
input[type=date].input-validation-error+label:after,
input[type=date]:focus.input-validation-error+label:after,
input[type=datetime].input-validation-error+label:after,
input[type=datetime]:focus.input-validation-error+label:after,
input[type=datetime-local].input-validation-error+label:after,
input[type=datetime-local]:focus.input-validation-error+label:after,
input[type=tel].input-validation-error+label:after,
input[type=tel]:focus.input-validation-error+label:after,
input[type=number].input-validation-error+label:after,
input[type=number]:focus.input-validation-error+label:after,
input[type=search].input-validation-error+label:after,
input[type=search]:focus.input-validation-error+label:after,
textarea.materialize-textarea.input-validation-error+label:after,
textarea.materialize-textarea:focus.input-validation-error+label:after {
	content: attr(data-error);
	color: #F44336 !important;
	opacity: 1;
}

input:not([type]).input-validation-error~label,
input:not([type]):focus.input-validation-error~label,
input[type=text].input-validation-error~label,
input[type=text]:focus.input-validation-error~label,
input[type=password].input-validation-error~label,
input[type=password]:focus.input-validation-error~label,
input[type=email].input-validation-error~label,
input[type=email]:focus.input-validation-error~label,
input[type=url].input-validation-error~label,
input[type=url]:focus.input-validation-error~label,
input[type=time].input-validation-error~label,
input[type=time]:focus.input-validation-error~label,
input[type=date].input-validation-error~label,
input[type=date]:focus.input-validation-error~label,
input[type=datetime].input-validation-error~label,
input[type=datetime]:focus.input-validation-error~label,
input[type=datetime-local].input-validation-error~label,
input[type=datetime-local]:focus.input-validation-error~label,
input[type=tel].input-validation-error~label,
input[type=tel]:focus.input-validation-error~label,
input[type=number].input-validation-error~label,
input[type=number]:focus.input-validation-error~label,
input[type=search].input-validation-error~label,
input[type=search]:focus.input-validation-error~label,
textarea.materialize-textarea.input-validation-error~label,
textarea.materialize-textarea:focus.input-validation-error~label {
	color: #F44336 !important;
	opacity: 1;
}

input:not([type]).input-validation-error~i.prefix,
input:not([type]):focus.input-validation-error~i.prefix,
input[type=text].input-validation-error~i.prefix,
input[type=text]:focus.input-validation-error~i.prefix,
input[type=password].input-validation-error~i.prefix,
input[type=password]:focus.input-validation-error~i.prefix,
input[type=email].input-validation-error~i.prefix,
input[type=email]:focus.input-validation-error~i.prefix,
input[type=url].input-validation-error~i.prefix,
input[type=url]:focus.input-validation-error~i.prefix,
input[type=time].input-validation-error~i.prefix,
input[type=time]:focus.input-validation-error~i.prefix,
input[type=date].input-validation-error~i.prefix,
input[type=date]:focus.input-validation-error~i.prefix,
input[type=datetime].input-validation-error~i.prefix,
input[type=datetime]:focus.input-validation-error~i.prefix,
input[type=datetime-local].input-validation-error~i.prefix,
input[type=datetime-local]:focus.input-validation-error~i.prefix,
input[type=tel].input-validation-error~i.prefix,
input[type=tel]:focus.input-validation-error~i.prefix,
input[type=number].input-validation-error~i.prefix,
input[type=number]:focus.input-validation-error~i.prefix,
input[type=search].input-validation-error~i.prefix,
input[type=search]:focus.input-validation-error~i.prefix,
textarea.materialize-textarea.input-validation-error~i.prefix,
textarea.materialize-textarea:focus.input-validation-error~i.prefix {
	color: #F44336 !important;
	opacity: 1;
}

input:not([type]).error~label,
input:not([type]):focus.error~label,
input[type=text].error~label,
input[type=text]:focus.error~label,
input[type=password].error~label,
input[type=password]:focus.error~label,
input[type=email].error~label,
input[type=email]:focus.error~label,
input[type=url].error~label,
input[type=url]:focus.error~label,
input[type=time].error~label,
input[type=time]:focus.error~label,
input[type=date].error~label,
input[type=date]:focus.error~label,
input[type=datetime].error~label,
input[type=datetime]:focus.error~label,
input[type=datetime-local].error~label,
input[type=datetime-local]:focus.error~label,
input[type=tel].error~label,
input[type=tel]:focus.error~label,
input[type=number].error~label,
input[type=number]:focus.error~label,
input[type=search].error~label,
input[type=search]:focus.error~label,
textarea.materialize-textarea.error~label,
textarea.materialize-textarea:focus.error~label {
	color: #F44336 !important;
	opacity: 1;
}

input.required+label:before,
select.required+label:before,
textarea.required+label:before,
label.required:before,
input.requirediftrue+label:before,
select.requirediftrue+label:before,
textarea.requirediftrue+label:before,
label.requirediftrue:before {
	content: "* " !important;
}

.select-dropdown li.disabled,
.select-dropdown li.disabled>span,
.select-dropdown li.optgroup {
	color: rgba(0, 0, 0, 0.3) !important;
	background-color: transparent;
}

/* Zendesk Widget */
iframe#launcher {
	right: 80px !important;
	bottom: 18px !important;
}