img {
	max-width: 100%;
}

b, strong {
	font-weight: 700;
  }
.homefocus  {
    font-size: 2.0rem;
    font-weight: 600;
    padding-bottom: 20px;
	text-align: center;
}

body {
	width: 100%;
}

a,.pointer {
	cursor: hand;
	cursor: pointer;
}

.header-logo {
	margin-right: 10px;
	width:60px;
}

.header-phone {
	font-size: 1.4rem;
	font-weight: 700;
}

.top {
	text-align: center;
	font-size: 100%;
}

.top h3.heading {
	font-size: 100%;
	line-height: 15px;
	padding: 10px;
	margin: 0px;
}

.top hr {
  width: 80%;
  margin: 20px auto;
}

label {
	font-weight: 500;
}


.dashboard a {
	color: #FFF;
}
.dashboard a:hover {
	color: #2b87cf;
}
.dashboard_welcome {
	margin-bottom: 25px;
}

.dashboard:first-child {
	width: 100%;
  }

.dashboardItem {
	margin: 5px;
	padding: 15px;
	font-weight: 300;
	font-size: 0.9em;
	align-items: center;
    flex: 1 1 40%;		
}

.dashboard .dashboardItem {
	background-color: #13294B;
}

.megamenu .dashboardItem {
	flex: 0 0 30%;	
	border: 1px solid #13294B;
	background-color: #FFF;
}


.dashboardItem h3 {
	margin: 0px;
	font-size: 1.1rem !important;
}

.dashboardItem .dashboardBlock {
	width: 40px;
	height: 40px;
	line-height: 20px;
	font-size: 15px;
	padding: 10px;
	margin-right: 20px;
	text-align: center;
	border-radius: 5px;
	color: #FFF;
	float: left;
}

.dashboardItem .dbblue {
	background-color: #2b87cf;
	box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .3), inset 0px 4px 1px 1px #2B87CF, inset 0px -3px 1px 1px rgba(43,135,207,.5);
}


.dashboardItem .dbblue img {
	width: 25px;
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
	filter: invert(100%) sepia(6%) saturate(689%) hue-rotate(218deg) brightness(106%) contrast(106%);
}

.dashboardItem .dbopen:hover,
.dashboardItem .dbunpaid:hover,
.dashboardItem .dbblue:hover {
    outline: none !important;
    box-shadow: inset 2px 2px 5px #e2e6fc,inset -3px -3px 7px #fff !important;
	background-color: #f5f7fe !important;
	border-color: transparent;

}

.dashboardItem .dbblue:hover {
	color: #2b87cf;	
}

.dashboardItem .dbblue img:hover {
	filter: invert(49%) sepia(50%) saturate(847%) hue-rotate(167deg) brightness(85%) contrast(89%);
}

.dashboardItem .dbopen:hover {
	color: #FFB842;
}
.dashboardItem .dbunpaid:hover {
	color: #c1344b;
}

.dashboardItem .dbunpaid {
	background-color: #c1344b;
	box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .3), inset 0px 4px 1px 1px #c1344b, inset 0px -3px 1px 1px rgba(150, 77, 89,.5);
}

.dashboardItem .dbopen {
	background-color: #FFB842;
	box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .3), inset 0px 4px 1px 1px #FFB842, inset 0px -3px 1px 1px rgba(255, 205, 121,.5);
}


.dashboardItem .dashboardTitle {
    float: left;
	max-width: 75%;
}

.subtitle {
	display: block;
	margin: 10px 20px;
	font-size: 1.0rem;
    font-weight: 600;
}

i > span {
	font-family: Lato;
	font-weight: normal;
}

.pricing-table .bottom  .pricing-table {
	margin-bottom: 20px;
}

#payCurrentInvoice {
	margin-top: 10px;
	margin-bottom: 30px;
}

#details {
	margin-bottom: 10px;
}

.productrow > div {
	padding: 5px;
}
.productrow > div:last-child {
	padding-right: 0px;
}
.ticket_not_logged_in_blok {
	float: left;
	width: 60%;
}
.ticket_not_logged_in {
	float: right;
	width: 33%;
}

.ticket-attachment {
	padding: 2px;
	border-left: 2px solid #2B87CF;
	margin: 5px 0px 5px 5px;
	background-color: #f3f3f3;
}
.ticket-attachment h4 {
	font-size: 100%;
}
.ticket-attachment span {
	font-size: 80%;
}
.ticket-attachment:nth-child(even) {
	background-color: #f6f6f6;
}

.ticket-attachment .col-sm-3 {
	padding: 20px 0 20px 0;
	text-align: center;
}
.ticket-attachment .col-sm-3:last-child svg {
	cursor: pointer;
	cursor: hand;
}
.ticket-attachment .col-sm-3 svg {
	margin-bottom: 0px;
}

#replies p {
    margin: 0px;
}

.spec_item, .spec_value {
	padding: 8px;
	color: #FFF;
}

#slide .spec_item, #slide .spec_value, #slide .spec_item_tip {
	color:#FFF;
}

.spec_item svg.fa {
	float: right;
	padding: 5px;
}

.checkChildBox:hover, .checkChildBox input[type='checkbox']:hover, table tbody tr[data-href] {
	cursor: pointer;
}

.status:not([data-status='Paid']) {
	color: #FFF;
	font-weight: 600;
}
.status[data-status='Paid'] {
	color: #96c03d;
	font-weight: 700;
}

.specsheaders .pricing {
	font-weight: 700;
}

.btn-default {
	background-color: #CCC;
	color: #000;
}

.rowbg0 > div {
	background: unset;
	margin-bottom: 10px;
	border: 1px solid #1d5387;
}

.rowbg1 > div {
	background: #1d5387;
	margin-bottom: 10px;	
}

.rowbg1 > div:first-child,
.rowbg0 > div:first-child {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-right: none;
}

.rowbg1 > div:last-child,
.rowbg0 > div:last-child {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-left: none;
}

.rowbg1 > div:not(:first-child):not(:last-child),
.rowbg0 > div:not(:first-child):not(:last-child) {
	border-left: none;
	border-right: none;
}

.allspecifications {
	margin: 10px 0;
    color: #0090e3;
    font-size: 1rem;
    font-weight: 600;	
}

.infobox {
	position:absolute;
	z-index:2147483648;
	display:none;
	padding:5px;
	font-size:14px;
	text-align:left;
	line-height:1;
	text-align:start;
	background-color:#fff;
	color: #000;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	border:1px solid #ccc;
	border:1px solid rgba(0,0,0,.2);
	border-radius:6px;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);
	box-shadow:0 5px 10px rgba(0,0,0,.2)
}
.infobox.feedback {
	position:fixed;
	text-align: left;
	padding: 20px;
	font-size: 120%;
	border-radius:5px;
	right: 2%;
	top: 5%;
}

.infobox.success { 
	background-color: #96c03d;
	color: #FFF;
	background-image: url("//mijncdnpartner.nl/dynamic/icons/smile-success.svg");
	background-repeat: no-repeat;
    background-size: 45px;
	background-position: 3% 50%;
	padding-left: 70px;
}

.infobox.warning {
	color: #B81022;
}

.infobox.error {
	background-color: #B81022;
	color: #FFF;
	background-image: url("//mijncdnpartner.nl/dynamic/icons/smile-error.svg");
	background-repeat: no-repeat;
    background-size: 45px;
	background-position: 3% 50%;
	padding-left: 70px;
}

.infobox .flexrow {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.infobox .flexcol {
	flex: 50%;
	max-width: 50%;
	padding: 2px;
}

.infobox .header {
	color: #96c03d;
}

.paymentMethod.active {
	border: 10px solid #96c03d;
	border-radius: 40px;
}

@media (max-width: 576px) { 
	.paymentMethod.active {
		border: 3px solid #96c03d;
		border-radius: 10px;
	}
}

.attachmentblock {
	display: block;
}
.attachmentblock > .attachment {
	float: left;
	margin-right: 20px;
}

.attachmentblock > .attachment > .tinyimg {
	max-height: 50px;
}

.specifications {
	margin-bottom: 40px;
	font-size: 0.8rem;
}

.specifications  h3{
	margin: 10px 0;
	color: #FFF;
}

.productInformation {
	position: relative;
}

@media (max-width: 576px) { 
	#cartDetailBlok,
	.productInformation {
	  margin-left: 5px;
	}
}  

#cartOverViewBlock {
	margin-bottom: 20px;
}
#cartOverViewWrapper .pane {
	background-color: aliceblue;
	padding: 10px;
	margin-bottom: 10px;
}

#cartOverViewWrapper .conditions {
	text-align: left;
    font-size: 90%;
}

ul#cartButtonList {
	padding-left: 0px;
}

ul#cartButtonList  li {
	float: left;
	margin-left: 10px;
}
h4#clickToLogIn, h4#clickToRegister {
	cursor: pointer;
	cursor: hand;
}

input[type="date"]:hover::-webkit-calendar-picker-indicator {
  color: red;
}
input[type="date"]:hover:after {
  content: " Datumprikker ";
  color: #555;
  padding-right: 5px;
}
input[type="date"]::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}

.paymentMethodImageContainer {
	margin-top: 20px;
}
.teBetalen, .green {
	color: #96c03d;
	margin-bottom: 40px;
	font-weight: 700;
}
.teBetalen > div{
	padding: 0px;
}

#cartOverviewButtons #btnGoPay {
	background-color: #96c03d;
	box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .3), inset 0px 4px 1px 1px #96c03d, inset 0px -3px 1px 1px rgba(150,192,61,.5);
}

#cartDetailBlok  h4 {
	font-size: 1.0rem;
}	


.blog_container * {
    box-sizing: border-box;
}
.blog_row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

.autocomplete-results {
	display: none;
	position: absolute;
	z-index: 10;
	width: 100%;
	padding-left: 0px;
	margin-top: -2px;
	color: #000;
} 
.autocomplete-results li {
    width: 100%;
    padding: 20px 15px;
    border: 1px solid #4267a3;
	background: #FFF;
}
.autocomplete-results li:hover {
	background: #4267a3;
}

.numberblock {
	display:block;
}
.numeric , .numberblock > .form-control.numeric {
	width: 40px;
	margin: 0 5px;
	display:inline-block;
}
.fa-plus, .fa-minus {
	display:inline-block;
	font-size:25px;
	font-weight: none;
	vertical-align: middle;
	padding: 0px 3px 0px 3px;
	cursor: pointer; cursor: hand;
}

.wizard {
	width: 100%;
}

	.wizard .inner {
		width: 100%;
		clear: both;
	}

	.wizard .items {
		width: 100%;
		margin: 10px 25% 10px;
		list-style-type: none;
	}

		.wizard .items > li {
			display: inline-block;
			margin: 5px;
		}

	.wizard > .content {
		clear: both;
	}

	.wizard .pane:not(.active) {
		display: none;
	}
.step, .fas.fa-cart-plus {
	color: #96c03d;
}
.step.active {
	color: #ff0000
}

.cd-multi-steps{
	padding:.5em 1em;
	margin:1em auto;
	background-color:aliceblue;
	border-radius:.25em
}
.cd-multi-steps::after{
	clear:both;
	content:"";
	display:table
}
.cd-multi-steps li{
	display:inline-block;
	
	white-space: nowrap;
	margin:.6em 0;
}

.cd-multi-steps li[data-substep] * {
	font-size: 80%;
}
.cd-multi-steps li::after{
	display:inline-block;
	content:'\00bb';
	margin:0 .6em;
	color:#959fa5
}
.cd-multi-steps li:last-of-type::after{
	display:none
}

.cd-multi-steps li>*{
	display:inline-block;
	color:#2c3f4c
}
.cd-multi-steps li.active>*{
	color:#96c03d
}
.no-touch .cd-multi-steps a:hover{
	color:#96c03d
}

@media only screen and (min-width:768px){
	.cd-multi-steps{
		background-color:transparent;
		padding:0;
		text-align:center
	}
	.cd-multi-steps li{
		position:relative;
		float:none;
		margin:.4em 15px .4em 0
	}
	.cd-multi-steps li[data-substep]{
		position:relative;
		float:none;
		margin:.4em 5px .4em 0
	}
	.cd-multi-steps li:last-of-type{
		margin-right:0
	}
	.cd-multi-steps li[data-substep] * {
		font-size: 80%;
	}
	.cd-multi-steps li::after{
		position:absolute;
		content:'';
		height:3px;
		background:aliceblue;
		margin:0
	}
	.cd-multi-steps li.visited::after{
		background-color:#96c03d
	}
	.cd-multi-steps li>*,.cd-multi-steps li.active>*{
		position:relative;
		color:#2c3f4c
	}
	.cd-multi-steps.custom-separator li::after{
		height:4px;
		background:aliceblue
	}
	.cd-multi-steps.text-center li::after{
		width:100%;
		top:50%;
		left:100%;
		-webkit-transform:translateY(-50%) translateX(-1px);
		-moz-transform:translateY(-50%) translateX(-1px);
		-ms-transform:translateY(-50%) translateX(-1px);
		-o-transform:translateY(-50%) translateX(-1px);
		transform:translateY(-50%) translateX(-1px)
	}
	.cd-multi-steps.text-center li>*{
		z-index:1;
		padding:.6em 1em;
		border-radius:.25em;
		background-color:aliceblue
	}
	.no-touch .cd-multi-steps.text-center a:hover{
		background-color:#2c3f4c
	}
	.cd-multi-steps.text-center li.active>*,.cd-multi-steps.text-center li.visited>*{
		color:#fff;
		background-color:#96c03d
	}
	.cd-multi-steps.text-center.custom-icons li.visited a::before{
		background-position:0 -60px
	}
	.cd-multi-steps.text-top li,.cd-multi-steps.text-bottom li{
		width:80px;
		text-align:center
	}
	.cd-multi-steps.text-bottom li[data-substep]{
		width:40px;
	}
	.cd-multi-steps.text-top li::after,.cd-multi-steps.text-bottom li::after{
		position:absolute;
		left:50%;
		width:calc(60% + 40px)
	}
	.cd-multi-steps.text-top li>*::before,.cd-multi-steps.text-bottom li>*::before{
		content:'';
		position:absolute;
		z-index:1;
		left:50%;
		right:auto;
		-webkit-transform:translateX(-50%);
		-moz-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
		-o-transform:translateX(-50%);
		transform:translateX(-50%);
		border-radius:20%;
		background-color:aliceblue
	}
	.cd-multi-steps.text-top li.visited>*::before,.cd-multi-steps.text-top li.active>*::before,.cd-multi-steps.text-bottom li.visited>*::before,.cd-multi-steps.text-bottom li.active>*::before{
		background-color:#96c03d
	}
	.no-touch .cd-multi-steps.text-top a:hover,.no-touch .cd-multi-steps.text-bottom a:hover{
		color:#96c03d
	}
	.no-touch .cd-multi-steps.text-top a:hover::before,.no-touch .cd-multi-steps.text-bottom a:hover::before{
		box-shadow:0 0 0 3px rgba(150,192,61,.3)
	}
	.cd-multi-steps.text-top li::after{
		bottom:4px
	}
	.cd-multi-steps.text-top li>*{
		padding-bottom:20px
	}
	.cd-multi-steps.text-top li>*::before{
		bottom:0
	}
	.cd-multi-steps.text-bottom li::after{
		top:3px
	}
	.cd-multi-steps.text-bottom li>*{
		padding-top:20px
	}
	.cd-multi-steps.text-bottom li>*::before{
		top:0
	}
}
.cd-multi-steps.count li{
	counter-increment:steps
}
.cd-multi-steps.count li>*::before{
	content:attr(data-nr) " - "
}
@media only screen and (min-width:768px){
	.cd-multi-steps.text-top.count li>*::before,.cd-multi-steps.text-bottom.count li>*::before{
		content:attr(data-nr);
		height:26px;
		width:26px;
		line-height:26px;
		font-size:0.8rem;
		color:#fff
	}
	.cd-multi-steps.text-bottom.count li[data-substep]>*::before{
		height: 23px;
		width: 23px;
		line-height: 23px;
		font-size: 0.6rem;
	}
	.cd-multi-steps.text-top.count li:not(.active) em::before,.cd-multi-steps.text-bottom.count li:not(.active) em::before{
		color:#2c3f4c
	}
	.cd-multi-steps.text-top.count li::after{
		bottom:11px
	}
	.cd-multi-steps.text-top.count li>*{
		padding-bottom:34px
	}
	.cd-multi-steps.text-bottom.count li::after{
		top:11px
	}
	.cd-multi-steps.text-bottom.count li>*{
		padding-top:34px
	}
}

.kbcat {
	padding: 10px;
}
.kbcat > h4 {
	font-size: 16px;
}

.kbbadge {
	padding: 6px 6px;
	background-color: #13294b;
	box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .3), inset 0px 4px 1px 1px #13294b, inset 0px -3px 1px 1px rgba(8, 27, 41, 0.5);
	color: #FFF;
}

.domainRow { 
	display: flex;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

#cartContent .domainRow {
	color: #000;
}

#home .domainRow,
.productgroupimage .domainRow {
	color: #FFF;
}

.domainRow select {
	font-size: 0.8rem;
}

.domainCol {
	padding: 5px;
}
.domainCol:nth-child(1) {
	width: 50%;
	line-height: 30px;
	font-size: 90%;
}
.domainCol:nth-child(2) {
	width: 30%;
}
.domainCol:nth-child(3) {
	width: 20%;
	font-size: 100%;
}


@media (max-width: 576px) { 
	.domainCol:nth-child(2) {
		width: 40%;
	}
	.domainCol:nth-child(3) {
		width: 10%;
	}
} 


#selectedDomains {
	margin-bottom: 20px;
}
#selectedDomains > div > div {
	padding:0px;
}
#selectedDomains .selectedPrice {
	font-size: 80%;
}

#selectedDomains .domainNP {
	display: inline-block;
}

#selectedDomains .domainDelete {
	float: right;
	margin-right: 10px;
}

#suggestionList {
	display: none;
}
#suggestionList #theList {
	padding: 0;
	text-align: justify;
}
#suggestionList #theList div {
	padding: 5px;
}
.discountBox * {
	box-sizing: border-box;
}
#discountExtensions {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.discountBlock {
	flex: 30%;
	max-width: 33%;
	padding: 8px;
}
.discountColumn {
	border-radius: 15px;
	text-align: center;
	margin: 8px;
	padding: 15px;
	width: 100%;
	height: 100%;
}
.discountBlock p{
	width:100%;
	display: inline-block;
}
.discountBlock .prices big .badge, .domainRow .domainname .badge {
	background-color: #96c03d;
}
.discountBlock .prices big .symbol {
	font-size:150%;
}

#domainList h4 {
	margin-top: 20px;
}

.recordDomain {
	line-height: 2.6;
}
#showMore {
	margin-top: 20px;
}

.promptbox {
	width: 70vh;
    position: absolute;
    background: white;
    z-index: 1004;
    padding: 25px;
    text-align: left;
    border: 3px solid #000;
    border-radius: 3px;
	top:50%;
	left: 50%;
    transform: translate(-50%, -50%);	
}

.promptbox .btn {
    margin-right: 10px;
}

@media (max-width: 576px) {
	.promptbox {
		height: 60vh;
		width: 90vw;
	}	
}

.center {
	text-align: center;
	margin: 0 auto;
}


.spec_value {
	text-align: center;
}
.spec_value .fa-check {
	color: #96c03d;
}

.configuratorItem, .configuratorItem > div {
	padding: 10px;
	text-align: center;
}

.configuratorSelector #list {
	list-style-type: none;
	display: flex;
	padding: 0px;
}
.configuratorSelector #list li i {
	padding-left: 5px;
}
.configuratorSelector #list li i:hover {
	cursor:pointer;
}

.addhomemargin , .search-form.home-form {
	margin-top: 240px;
}

.home-domain-form-container {
	margin: 0px 10px;
	padding: 0;
}
.home-form {
	position: relative;
	width: 100%;
}
.home-form > .input-group {
	width: 100%;
}

.home-form #knowledgebase_content, .home-form-small #knowledgebase_content {
	background: #fff;
	padding: 10px;
	position: absolute;
	z-index: 1000;
	margin-top: 50px;
	width: 98%;
	border-radius: 15px;
}

.home-form #knowledgebase_content li, .home-form-small #knowledgebase_content li {
	list-style: none;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .flexProductColumn {
        width: 100%;
    }
}



.flexCartContainer {
	padding: 5px;
}

.flexCartRow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin: 5px 0px;
	color:#000;
}
.flexCartColumn {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-self: center;
}
#storedata > .flexCartRow:last-child {
	font-weight: 700;
}
.flexCartColumn > .form-control {
	width: 90%;
}
.flexCartColumn.cartHeader {
	padding-top: 10px;
}
.flexCartColumn.cartHeader a i {
	font-size: 18px;
}


.flexCartColumn:nth-child(1) {
	flex: 6;
}
.flexCartColumn:nth-child(2) {
	flex: 2;
}
.flexCartColumn:nth-child(3) {
	text-align: right;
	flex: 1;
}
.flexCartColumn:nth-child(4) {
	text-align: right;
	flex: 1;
}
.flexCartColumn.singleCartColumn:last-child {
	text-align: left;
}


.flexCartColumn.cartDomainItem {
	color: #2b87cf;
	font-weight: 500;
}

input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 22px;
}


.col-6.pt-3.deliverymoment {
	align-self: flex-start;
}


#cartContent .pane:not(.active) {
	display: none;
}

.stepButton:hover {
	cursor: pointer;
}

.paymentMethodHeader {
	margin-top: 5px;
}
img.paymentMethod:hover {
	cursor: pointer;
}
/* 
.form-row .form-group > * {
    margin-top: 10px;
} */

.form-row .form-group:first-child,  .form-row .form-group > div[class*="col-md-6"]:first-child  {
	padding-left: 0px;
}
.form-row .form-group:last-child,  .form-row .form-group > div[class*="col-md-6"]:last-child {
	padding-right: 0px;
}

.form-row .form-group > label[class*="col-sm-4"], .form-row .form-group > div[class*="col-sm-8"], .form-row .form-group > div[class*="col-md-6"] {
	margin-bottom: 5px;
}

.gallery-row {
	margin: 10px 0px;
}
.gallery-item {
	margin: 10px 0px;
}

.btn {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 15px;
}

.btn:hover {
    color: #FFF !important;
    outline: none !important;
	border-color: transparent;
}

.btn-primary {
    color: #fff;
    background-color: #2B87CF;
    border-color: #2B87CF;
}

.btn-primary img {
	filter: invert(100%) sepia(6%) saturate(689%) hue-rotate(218deg) brightness(106%) contrast(106%);
}

.btn-moving {
    background-color: #0CC0E7;
	border-color: #0CC0E7;
	box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .3), inset 0px 4px 1px 1px #2B87CF, inset 0px -3px 1px 1px rgba(43,135,207,.5);
}

.btn-moving:hover {
    color: #000;
    background-color: #0CC0E7;
	border-color: #0CC0E7;
	box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .3), inset 0px 4px 1px 1px #0CC0E7, inset 0px -3px 1px 1px rgba(43,135,207,.5);
}


.btn.btn-default {
	margin-right: 10px;
	background-color: #fff;
	color: #000;
	cursor: pointer;
}

.btn-circle-moving,
.btn-circle {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0;
	border-radius: 20%;
  }


.btn-circle {
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .3), inset 0px 4px 1px 1px #2B87CF, inset 0px -3px 1px 1px rgba(43,135,207,.5);
}

.btn-circle-moving {
	box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .3), inset 0px 4px 1px 1px #0CC0E7, inset 0px -3px 1px 1px rgba(43,135,207,.5);
  }

.btn-circle-moving i,
.btn-circle i {
	position: relative;
	top: -1px;
  }
  
.btn-circle-sm {
	width: 35px;
	height: 35px;
	line-height: unset;
}

.badge {
	font-size: 1.0em;
    padding: 8px;
    font-weight: 600;
}

ul.subpages {
	margin: 10px 0;
}

ul.subpages li {
	float: left;
	width: 45%;
	padding: 10px;
}

#txtSearch {
	border: 1px solid #ccc;
	color: #000;
	padding: 18px;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.cartrow {
	padding:5px;
}
.cartrow:nth-child(even) {
	background-color: #F9F9F9;
}

.main-navbar-nav {
	padding-top: 0px;
}

.fa-trash:hover {
	cursor:pointer;
}

h3.alert {
	color: rgb(193,52,75);
	font-size: 115%;
}
.pulse {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 0 0 rgba(193,52,75, 0.4);
	animation: pulse 2s infinite;
}
  .pulse:hover {
	animation: none;
  }


#suggestionList #theList {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin: 5px 0px;
}
#suggestionList #theList div {
	flex: 1 1 25%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-self: normal;
	padding-left: 10px;
	background-color: aliceblue;
    margin: 5px;
    padding: 5px;
    text-align: center;
}
#suggestionList i {
	margin: 5px;
	padding: 5px;
	display:none;
	font-size:2rem;
	float:right;
}

#suggestionList #theList div:hover, #suggestionList i:hover {
	cursor:pointer;
}
#suggestionList #theList .hideSuggestionItem {
	display: none;
}
  .domainAdded {
	animation: domainAdded 2s;
	font-size: 1.2em;
  }

.menubar,
.topbar {
    font-weight: 400;
}

ul.menubar,
ul.topbar {
	padding: 0;
	line-height: 25px;
}

.topbar a {
	color: #000;
	padding: 10px 8px;
}

.topbar img {
	width: 25px;
    height: 25px;
}

.basket svg {
	fill: #2B87CF;
}

.language-selector {
	top: -10px;
}
	
.menubar a .title {
	text-transform: uppercase;
}

.nav-mhp a,
.topbar a {
	text-transform: uppercase;
	font-size: 14px;
}

.menubar a {
	font-size: 12px;
    color: #000;	
}

.reviews a {
	font-size: 12px;
}


header  .page-title {
  color:#FFF;
  font-size: 2.5em;
  font-weight: 500;
  width: 100%;
  margin: 0;
}

header .search-form {
	width: 100%;
	float: left;
	padding: 10px 0;
}

header .search-form > .input-group {
	width: 75%;
}
header .search-form > .input-group > input.form-control::placeholder, #domainNameText {
	color: #000;
	font-size: 20px;
	padding: 10px 50px 10px 15px;
}

header .panelpagecontent h3 {
	color: #FFF;
}

.domainsearchbox button {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: unset;
	z-index: 6;
}

@media (max-width: 576px) {
	.page-header-form .domainsearchbox button {
		width: 38px;
		height: 38px;
		right: 8px;
	}
}

header .search-form > .input-group > input, #domainNameText, .home-form > .input-group >  input {
	color: #000;
	padding: 18px;
}

header .headerimage img { 
    opacity:0; 
    animation-name: fade; 
    animation-duration: 20s; 
    animation-iteration-count: infinite; 
    position:absolute; 
	right: 0;
}

.home-form-small {
	margin-top: 20px;
}

.homebackground {
	background-size:cover; 
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: auto;
}

.dropdown.open .dropdown-menu {
	display:block;
}

.loginbox {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content: center;	
}


.hidden {
	display: none !important;
}
.invisible {
	visibility: hidden;
}

.info-group {
	background-color: #FFF;
}



.allspecifications:hover, .gallery-item:hover {
	cursor:pointer;
}
.spec_item_tip {
	font-size: 80%;
}


 /* Mobile: Slide Menu */

#overlay {
	position: fixed;
	display:none;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1030;
}

#overlay.active {
	-webkit-animation: overlay 0.5s forwards;
	animation: overlay 0.5s forwards;
	/*
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	*/
	display:block;
}

#overlay > div.image-popover {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

#overlay > div.image-popover > img {
	max-height: 100%;
	position: relative;
}
#overlay > div.image-popover > svg {
	position: absolute;
	color: #fff;
	cursor: pointer;
	font-size: 42px;
	line-height: 42px;
	margin: 0px;
}
#overlay > div.image-popover > svg.close {
	right: 3px;
	top: 7px;
}
#overlay > div.image-popover > svg.next {
	right: 3px;
}
#overlay > div.image-popover > svg.prev {
	left: 3px;
}

#slide {
	flex-direction: column;
	position: fixed;
	overflow-y: auto;
	height: 100%;
	z-index:1030;
    background: #13294B;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
	animation-delay: 2s;
}
#slide #suggestionList {
	display: block;
}
@media only screen and (max-width: 600px) {
	#slide {
	width: calc(100% - 48px);
	}
}
@media only screen and (min-width: 600px) {
	#slide {
		width: 25%;
	}
	#slide #suggestionList #theList div {
		flex: 1 1 40%;
	}
}

#slide .slideheader {
    display: flex;
    flex: 4.4rem 0 0;
    justify-content: space-between;
    padding-left: .5rem;
    padding-right: .5rem;
    position: sticky;
	top: 0;
	margin-bottom:10px;
	z-index: 200;
}

#slide .slideheader .slidetitle {
    color: #fff;
    font-size: 1.0rem;
    /* font-weight: 500; */
    height: 100%;
    line-height: 3.0rem;
    left: 5.6rem;
    overflow: hidden;
    right: 5.6rem;
    pointer-events: none;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#slide .slideheader .closeSlide {
  	font-weight: 900;
	color: #fff;
	right: 10px;
	display: -webkit-flex; /* Safari */  
	display: flex;
	-webkit-align-items: center; /* Safari 7.0+ */
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;

}
	#slide .slideheader .closeSlide:hover {
		cursor: pointer;
	}

#slide .row {
    margin: 0px;
    padding: 2px 10px;
    font-size: 0.8rem;
}

#slide .slidecard {
	width: 50%;
}

#slide .slidecard svg {
	font-size: 250%;
}

#slide h1 {
	font-size: 1.0rem;
	padding: 5%;
}

#slide h3 {
    background-color: aliceblue;
    padding: 5px 5px;
    margin: 10px 0;
    font-size: 0.9rem;
}

 /* Mobile Header & Styles */

.mobile-top .container {
    align-items: center;
    display: flex;
    height: 3.4rem;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    width: 100%;
	background-color: #FFF;
}

.mobile-top .container .menu {
    align-items: center;
    display: flex;
    height: 4.4rem;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.deals-banner,
.bestseller {
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    top: -14px;
    color: #FFF !important;
    padding: 2px 10px;
    border-radius: 10px;
}

.deals-banner {
	background-color: #96c03d;
}

.bestseller {
	background-color: #13294B;
	z-index: 2;
}

.deals-price {
	font-size: 125%;
	font-weight: 500;
	color: #96c03d;
}

.tileTab.text-center.align-middle.active {
    color: #96c03d;
}

.invoicedescription {
	font-size: 0.9rem;
}

/* Nieuwe layout */


.navbar-nav {
	flex-direction: row;
}

.navbar-nav a {
	padding-bottom: 8px !important; 

}
#navbarNavDropdown {
	padding-top:10px;
}

.pricing-table-space {
	position: relative;
}

/*
Cart step triangle 
*/

.cd-breadcrumb,.cd-multi-steps{
    padding:.5em 1em;
    margin:1em auto;
    background-color:aliceblue;
    border-radius:.25em
}
.cd-breadcrumb::after,.cd-multi-steps::after{
    clear:both;
    content:"";
    display:table
}
.cd-breadcrumb li,.cd-multi-steps li{
    display:block;
    float:left;
    margin:.5em 0
}
.cd-breadcrumb li::after,.cd-multi-steps li::after{
    display:inline-block;
    content:'\00bb';
    margin:0 .6em;
    color:#959fa5
}
.cd-breadcrumb li:last-of-type::after,.cd-multi-steps li:last-of-type::after{
    display:none
}
.cd-breadcrumb li>*,.cd-multi-steps li>*{
    display:inline-block;
    font-size:1.4rem;
    color:#2c3f4c
}
.cd-breadcrumb li.active>*,.cd-multi-steps li.active>*{
    color:#96c03d
}
.no-touch .cd-breadcrumb a:hover,.no-touch .cd-multi-steps a:hover{
    color:#96c03d
}
.cd-breadcrumb.custom-separator li::after,.cd-multi-steps.custom-separator li::after{
    content:'';
    height:16px;
    width:16px;
    background:url(../img/cd-custom-separator.svg) no-repeat center center;
    vertical-align:middle
}
.cd-breadcrumb.custom-icons li>*::before,.cd-multi-steps.custom-icons li>*::before{
    content:'';
    display:inline-block;
    height:20px;
    width:20px;
    margin-right:.4em;
    margin-top:-2px;
    background:url(../img/cd-custom-icons-01.svg) no-repeat 0 0;
    vertical-align:middle
}
.cd-breadcrumb.custom-icons li:not(.active):nth-of-type(2)>*::before,.cd-multi-steps.custom-icons li:not(.active):nth-of-type(2)>*::before{
    background-position:-20px 0
}
.cd-breadcrumb.custom-icons li:not(.active):nth-of-type(3)>*::before,.cd-multi-steps.custom-icons li:not(.active):nth-of-type(3)>*::before{
    background-position:-40px 0
}
.cd-breadcrumb.custom-icons li:not(.active):nth-of-type(4)>*::before,.cd-multi-steps.custom-icons li:not(.active):nth-of-type(4)>*::before{
    background-position:-60px 0
}
.cd-breadcrumb.custom-icons li.active:first-of-type>*::before,.cd-multi-steps.custom-icons li.active:first-of-type>*::before{
    background-position:0 -20px
}
.cd-breadcrumb.custom-icons li.active:nth-of-type(2)>*::before,.cd-multi-steps.custom-icons li.active:nth-of-type(2)>*::before{
    background-position:-20px -20px
}
.cd-breadcrumb.custom-icons li.active:nth-of-type(3)>*::before,.cd-multi-steps.custom-icons li.active:nth-of-type(3)>*::before{
    background-position:-40px -20px
}
.cd-breadcrumb.custom-icons li.active:nth-of-type(4)>*::before,.cd-multi-steps.custom-icons li.active:nth-of-type(4)>*::before{
    background-position:-60px -20px
}
@media only screen and (min-width:768px){
    .cd-breadcrumb,.cd-multi-steps{
        padding:0 1.2em
    }
    .cd-breadcrumb li,.cd-multi-steps li{
        margin:1.2em 0
    }
    .cd-breadcrumb li::after,.cd-multi-steps li::after{
        margin:0 1em
    }
    .cd-breadcrumb li>*,.cd-multi-steps li>*{
        font-size:0.9rem
    }
}
@media only screen and (min-width:768px){
    .cd-breadcrumb.triangle{
		background-color: aliceblue;
		border-color: aliceblue;
		padding:0;
		display: flex;
    }
    .cd-breadcrumb.triangle li{
        position:relative;
        padding:0;
		margin:0px 5px 0px 0;
		flex-grow: 1;
    }
    .cd-breadcrumb.triangle li:last-of-type{
        margin-right:0
    }
    .cd-breadcrumb.triangle li>*{
        position:relative;
        padding:1em .8em 1.0em 2.5em;
        color:#FFF;
        background-color:#13294B;
		border-color:#13294B;
		flex-grow: 1;
		width: 100%;	
    }
    .cd-breadcrumb.triangle li.active>*{
        color:#fff;
        background-color:#96c03d;
		border-color:#96c03d;
		flex-grow: 1;
		width: 100%;
    }
    .cd-breadcrumb.triangle li:first-of-type>*{
        padding-left:1.6em;
        border-radius:.25em 0 0 .25em
    }
    .cd-breadcrumb.triangle li:last-of-type>*{
        padding-right:1.6em;
        border-radius:0 .25em .25em 0
    }
    .no-touch .cd-breadcrumb.triangle a:hover{
        color:#fff;
        background-color:#2c3f4c;
        border-color:#2c3f4c
    }
    .cd-breadcrumb.triangle li::after,.cd-breadcrumb.triangle li>*::after{
        content:'';
        position:absolute;
        top:0;
        left:100%;
        content:'';
        height:0;
        width:0;
        border:24px solid transparent;
        border-right-width:0;
		border-left-width:20px;
		flex-grow: 1;
    }
    .cd-breadcrumb.triangle li::after{
        z-index:1;
        -webkit-transform:translateX(4px);
        -moz-transform:translateX(4px);
        -ms-transform:translateX(4px);
        -o-transform:translateX(4px);
        transform:translateX(4px);
        border-left-color:#fff;
        margin:0
    }
    .cd-breadcrumb.triangle li>*::after{
        z-index:2;
        border-left-color:inherit
    }
    .cd-breadcrumb.triangle li:last-of-type::after,.cd-breadcrumb.triangle li:last-of-type>*::after{
        display:none
    }
    .cd-breadcrumb.triangle.custom-separator li::after{
        background-image:none
    }
    .cd-breadcrumb.triangle.custom-icons li::after,.cd-breadcrumb.triangle.custom-icons li>*::after{
        border-top-width:25px;
        border-bottom-width:25px
    }
    @-moz-document url-prefix(){
        .cd-breadcrumb.triangle li::after,.cd-breadcrumb.triangle li>*::after{
            border-left-style:dashed
        }
    }
}
@media only screen and (min-width:768px){
    .no-touch .cd-breadcrumb.triangle.custom-icons li:first-of-type a:hover::before,.cd-breadcrumb.triangle.custom-icons li.active:first-of-type em::before,.no-touch .cd-multi-steps.text-center.custom-icons li:first-of-type a:hover::before,.cd-multi-steps.text-center.custom-icons li.active:first-of-type em::before{
        background-position:0 -40px
    }
    .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(2) a:hover::before,.cd-breadcrumb.triangle.custom-icons li.active:nth-of-type(2) em::before,.no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(2) a:hover::before,.cd-multi-steps.text-center.custom-icons li.active:nth-of-type(2) em::before{
        background-position:-20px -40px
    }
    .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(3) a:hover::before,.cd-breadcrumb.triangle.custom-icons li.active:nth-of-type(3) em::before,.no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(3) a:hover::before,.cd-multi-steps.text-center.custom-icons li.active:nth-of-type(3) em::before{
        background-position:-40px -40px
    }
    .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(4) a:hover::before,.cd-breadcrumb.triangle.custom-icons li.active:nth-of-type(4) em::before,.no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(4) a:hover::before,.cd-multi-steps.text-center.custom-icons li.active:nth-of-type(4) em::before{
        background-position:-60px -40px
    }
}
@media only screen and (min-width:768px){
    .cd-multi-steps{
        background-color:transparent;
        padding:0;
        text-align:center
    }
    .cd-multi-steps li{
        position:relative;
        float:none;
        margin:.4em 40px .4em 0
    }
    .cd-multi-steps li:last-of-type{
        margin-right:0
    }
    .cd-multi-steps li::after{
        position:absolute;
        content:'';
        height:4px;
        background:aliceblue;
        margin:0
    }
    .cd-multi-steps li.visited::after{
        background-color:#96c03d
    }
    .cd-multi-steps li>*,.cd-multi-steps li.active>*{
        position:relative;
        color:#2c3f4c
    }
    .cd-multi-steps.custom-separator li::after{
        height:4px;
        background:aliceblue
    }
    .cd-multi-steps.text-center li::after{
        width:100%;
        top:50%;
        left:100%;
        -webkit-transform:translateY(-50%) translateX(-1px);
        -moz-transform:translateY(-50%) translateX(-1px);
        -ms-transform:translateY(-50%) translateX(-1px);
        -o-transform:translateY(-50%) translateX(-1px);
        transform:translateY(-50%) translateX(-1px)
    }
    .cd-multi-steps.text-center li>*{
        z-index:1;
        padding:.6em 1em;
        border-radius:.25em;
        background-color:aliceblue
    }
    .no-touch .cd-multi-steps.text-center a:hover{
        background-color:#2c3f4c
    }
    .cd-multi-steps.text-center li.active>*,.cd-multi-steps.text-center li.visited>*{
        color:#fff;
		background-color:#96c03d;
		flex-grow: 1;
    }
    .cd-multi-steps.text-center.custom-icons li.visited a::before{
        background-position:0 -60px
    }
    .cd-multi-steps.text-top li,.cd-multi-steps.text-bottom li{
        width:80px;
        text-align:center
    }
    .cd-multi-steps.text-top li::after,.cd-multi-steps.text-bottom li::after{
        position:absolute;
        left:50%;
        width:calc(100% + 40px)
    }
    .cd-multi-steps.text-top li>*::before,.cd-multi-steps.text-bottom li>*::before{
        content:'';
        position:absolute;
        z-index:1;
        left:50%;
        right:auto;
        -webkit-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        -o-transform:translateX(-50%);
        transform:translateX(-50%);
        height:12px;
        width:12px;
        border-radius:50%;
        background-color:aliceblue
    }
    .cd-multi-steps.text-top li.visited>*::before,.cd-multi-steps.text-top li.active>*::before,.cd-multi-steps.text-bottom li.visited>*::before,.cd-multi-steps.text-bottom li.active>*::before{
        background-color:#96c03d
    }
    .no-touch .cd-multi-steps.text-top a:hover,.no-touch .cd-multi-steps.text-bottom a:hover{
        color:#96c03d
    }
    .no-touch .cd-multi-steps.text-top a:hover::before,.no-touch .cd-multi-steps.text-bottom a:hover::before{
        box-shadow:0 0 0 3px rgba(150,192,61,.3)
    }
    .cd-multi-steps.text-top li::after{
        bottom:4px
    }
    .cd-multi-steps.text-top li>*{
        padding-bottom:20px
    }
    .cd-multi-steps.text-top li>*::before{
        bottom:0
    }
    .cd-multi-steps.text-bottom li::after{
        top:3px
    }
    .cd-multi-steps.text-bottom li>*{
        padding-top:20px
    }
    .cd-multi-steps.text-bottom li>*::before{
        top:0
    }
}
.cd-multi-steps.count li{
    counter-increment:steps
}
.cd-multi-steps.count li>*::before{
    content:counter(steps) " - "
}
@media only screen and (min-width:768px){
    .cd-multi-steps.text-top.count li>*::before,.cd-multi-steps.text-bottom.count li>*::before{
        content:counter(steps);
        height:26px;
        width:26px;
        line-height:26px;
        font-size:1.4rem;
        color:#fff
    }
    .cd-multi-steps.text-top.count li:not(.active) em::before,.cd-multi-steps.text-bottom.count li:not(.active) em::before{
        color:#2c3f4c
    }
    .cd-multi-steps.text-top.count li::after{
        bottom:11px
    }
    .cd-multi-steps.text-top.count li>*{
        padding-bottom:34px
    }
    .cd-multi-steps.text-bottom.count li::after{
        top:11px
    }
    .cd-multi-steps.text-bottom.count li>*{
        padding-top:34px
    }
}

#cookie_message {
	text-align: center;
	padding: 5px;
	font-size: 80%;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #4f514d ;
	color: #FFF;
	z-index: 10;
}

.closeCookieMessage, .closeCookieMessage:hover {
	color: #fff;
}
.closeCookieMessage:hover {
	cursor: pointer;
	
}

.cookietext {
	margin: auto;
}


.bread .bc_white a,
.bc_white {
    color: #FFF;
}

.bread .bc_black a,
.bc_black {
    color: #000;
}

.breadcrumb {
	display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    list-style: none;
    font-size: 1.0em;
	padding: 5px 0px 5px;
	background-color: transparent;
	position: relative;
	font-weight: 300;
}

.breadcrumb li a:after {    
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	position: relative;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
	background: #FFF;
  }

  .breadcrumb li a:hover:after { 
	width: 100%; 
	left: 0; 
  }

header  .breadcrumb li {
	padding-left:5px;
}

.bread {
	padding: 0px 0 1px 0;
}

.bread a {
	display: inline-block;
	font-weight: 400;
}

.breadpad {
	padding-top: 15px;
}


.nav.clientPanelProductTabs {
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 0;
}
.nav.clientPanelProductTabs li, .nav.clientPanelProductTabs li a {
	float: none;
	width: 100%;
	display: inline-block;
}

/**
.card:not(.domainonlyform) {
  padding: 0px;
  margin: 0px;
  border-radius: 15px;  
  background: transparent;
  text-align: left;
  border:none;
}
**/

.blog-title span,
.card span {
	font-size: 1.1rem;
    font-weight: 600;
}

.blog-partnerlogo img{
	max-width: 8%;
}

.card-noborder {
	border: none;
}

.card-footer {
	background: none;
	border: none;
}

.icon-info-fullwidth {
	padding: 50px;
	background-color: rgb(43, 135, 207,0.1);
}

.card--normal {
	background: #96c03d;
	box-shadow: 0px 5px 20px -10px #3A1C71;
}


.card__caption {
	background-color: rgba(255, 255, 255, 1);
	padding: 2px;
	position: relative;
	border-radius: 15px;
}
.card__name {
	text-align: center;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 0.02em;
}
.card__type {
	position: absolute;
	top: 0;
	right: 1em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ffffff;
	letter-spacing: 0.1em;
	padding: 0.25em;
	line-height: 1;
	border-radius: 2px;
	background: #bbbbbb;
}
.card--normal .card__type {
	background-color: #96c03d;
} 

.card__stats {
	margin: 1em 0;
	width: 100%;
}
.card__stats div, .card__stats div {
	padding: 0.25em 0.5em 0;
}

.card__stats div br {
	display: block;
	margin: 10px 0;
}
figcaption, figure, main {
	display: block;
}

.table-striped a {
	color: #FFF;
	font-weight: 500;
}

div.table.table-striped .row {
	padding: 10px;
}
div.table.table-striped .row:nth-of-type(1) {
	font-weight: 900;
}

p.domainstate {
	margin: 5px;
	font-weight: bold;
	text-align: center;
}

/*** START BS OVERRIDES ***/
.vertical-tab-panel {
	padding: 0;
}
.vertical-tab-panel h2.section-title {
	color: #333;
	font-size: 22px;
	margin: 0;
	text-align: center;
}
.vertical-tab-panel .v-tabs .v-tab-head a, .vertical-tab-panel .v-tabs a.v-tab-head {
	cursor: pointer;
	display: block;
	padding: 15px 30px 15px 15px;
	border-right: 1px solid #2b87cf;
	margin: 0;
	text-align: right;
	font-size: 0.8rem;
	color: #FFF;
}

.vertical-tab-panel .v-tabs .v-tab-head a {
	position: relative;
	display: block;
}

@media (max-width: 576px) {
	.vertical-tab-panel .v-tabs .v-tab-head a {
		display: inline-flex;
	}
	.vertical-tab-panel .v-tabs .v-tab-head a, .vertical-tab-panel .v-tabs a.v-tab-head {
		display: inline-flex;
		padding: 0px 5px 5px 5px;
		border-right: none;
		margin: 0;
		font-size: 0.8rem;
		color: #FFF;
		text-align: left;
		background-color: #FFF;
		color: #000;
	}	
}

.vertical-tab-panel .v-tabs .v-tab-head a.active, .vertical-tab-panel .v-tabs a.v-tab-head.active {
	font-weight: bold;
}
.vertical-tab-panel .v-tabs .v-tab-head a.active, .vertical-tab-panel .v-tabs a.v-tab-head.active, .vertical-tab-panel .v-tabs .v-tab-head a:hover, .vertical-tab-panel .v-tabs a.v-tab-head:hover {
	text-decoration: none;
    font-size: 0.8rem;
    color: #FFF;
}

@media (max-width: 576px) {
	.vertical-tab-panel .v-tabs .v-tab-head a.active, .vertical-tab-panel .v-tabs a.v-tab-head.active, .vertical-tab-panel .v-tabs .v-tab-head a:hover, .vertical-tab-panel .v-tabs a.v-tab-head:hover {
		color: #000;
	}
}

.vertical-tab-panel .v-tabs .v-tab-head a.active::after, .vertical-tab-panel .v-tabs .v-tab-head a.active::before {
	content: "";
	border-style: solid;
	border-width: 15px;
	position: absolute;
	right: 0;
	top: 10px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}

@media (max-width: 576px) {
	.vertical-tab-panel .v-tabs .v-tab-head a.active::after, .vertical-tab-panel .v-tabs .v-tab-head a.active::before {
		content:  none;
	}
}


.vertical-tab-panel .v-tabs .v-tab-head a.active::before {
	border-color: #2b87cf transparent transparent;
}
.vertical-tab-panel .v-tabs .v-tab-head a.active::after {
	margin-right: -1px;
	border-color: #fff transparent transparent;
}
.vertical-tab-panel .v-tabs a.v-tab-head {
	border: none;
	padding: 15px 0;
	text-align: left;
	position: relative;
}
.vertical-tab-panel .v-tabs a.v-tab-head:after {
	color: #e2dcd6;
	content: "\f054";
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.vertical-tab-panel .v-tabs a.v-tab-head.active::after {
	color: #2b87cf;
	content: "\f078";
}
.vertical-tab-panel .v-tabs .v-tab-pane {
	padding: 0 15px;
}
.vertical-tab-panel .v-tabs .v-tab-pane .in {
	border-top: none;
	padding-top: 0;
}

#randomPasswordForm > .switch-input {
	text-align: right;
}

@media screen and (max-width: '768px') {
	.vertical-tab-panel.light-brown {
		border-top: 0 none;
   }
	.vertical-tab-panel h2.section-title {
		font-size: 32px;
   }
	.vertical-tab-panel .v-tabs .v-tab-pane .in {
		border-top: 1px solid #ddd;
		border-bottom: 2px solid #ddd;
   }
}


/* Specifications accordion */
.animate, .as-accordion-close {
	transition: transform 0.2s ease-out;
}

#tab-specifications .accordion {
	border: none;
}


.accordion:nth-last-child(1) {
	border-bottom: 1px solid #cdcdcd;
}
.as-accordion-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #333;
	width: 100%;
	padding: 20px 0;
	cursor: pointer;
}
.as-accordion-head:hover {
	color: #0070c9;
}

.partner-questions .as-accordion-title {
	font-size: 1.1rem;
	line-height: 1.1rem;	
}

.as-accordion-title {
	font-size: 25px;
	line-height: 1.14286;
	font-weight: 200;
	letter-spacing: 0;
}
.as-accordion-close {
	font-size: 50px;
	font-weight: 100;
	transform: translateY(0px) rotate(45deg) scale(0.8);
	line-height: 0;
}
.as-accordion-close.open {
	transform: translateX(-3px) translateY(-2px) rotate(0deg) scale(1);
}
.as-accordion-collapse {
	display: none;
	padding-bottom: 40px;
}


.table > tbody > tr > td:nth-child(3) {
    word-wrap: anywhere;
}


/** Cart **/

 .button:hover {
	background: #f87f1b;
}
 .button i {
	padding-left: 5px;
}
 .clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.addToCartSuccess {
	display: flex;
    background-color: aliceblue;
    font-size: 0.9em;
	padding: 9px;
}

.cart-overview-item {
	margin-bottom: 40px;
}

.cart-overview-row {
	background-color: aliceblue;
	margin: 0 0 5px 0px;
	padding: 10px 0 10px 0;
}
@media (max-width: 576px) {
	.cart-overview-row {
		font-size: 80%;
		padding: 10px 10px 10px 0;
	}
}


.cart-overview-item input[type=checkbox],
.cart-overview-item input[type=radio] {
	border-radius: .25em;
    height: 20px;
    width: 20px;
}

.alert-warning {
    color: #000;
    background-color: #96c03d;
    border-color: #96c03d;	
}


/* Aanpassingen ivm ZEP / MPG templates */


.navbar-light .navbar-nav .nav-link {
	text-transform: uppercase;
	color: #000;
}

#sidebar-options a {
	background: #2b87cf;
	box-shadow: 0 8px 10px 0 rgba(0,0,0,.3), inset 0 4px 1px 1px #2b87cf, inset 0 -3px 1px 1px rgba(43,135,207,.5);
}

.slidemenu .nav-link {
	border-bottom: 1px solid #13294B;
	color: #FFF;
}

#sidebar-options li:first-child a { border-top-left-radius: 20%; }
#sidebar-options li:last-child a { border-bottom-left-radius: 20%; }

#sidebar-options a[class*="news"]:hover,
#sidebar-options a[class*="news"] span,
#sidebar-options a[class*="news"] span:before {background: #c1344b;}
  
#sidebar-options a[class*="knowledgebase"]:hover,
#sidebar-options a[class*="knowledgebase"] span,
#sidebar-options a[class*="knowledgebase"] span:before {background: #2B87CF;}
 

#sidebar-options a[class*="chat"]:hover,
#sidebar-options a[class*="chat"] span,
#sidebar-options a[class*="chat"] span:before {background: #6BB130;}

.page-header-form .btn {
	border-color: #fFF;
	color:  #FFF;
}
.page-header-form .input-group-append {
	height: 36px;
	margin-top: 1px;
}
.page-header-form .input-group-append .btn-outline-secondary:hover {
	background-color: white;
	color: #2B87CF;
}

/* Page numbering */
.pagination .page-item .page-link img {
	margin: 4px;
	font-size: 1.4rem;
	cursor: pointer;
}

.table > tbody, .table > tfoot, .table > :not(caption) > * > *:not(select) {
	border: 0;
}


.table thead {
	border-bottom: 2px solid currentColor;
}


	.pagination-select {
	border-radius: 0px 4px 4px 0px;
	appearance: listbox;
	width: auto;
	line-height: 1;
	border: 1px solid #dee2e6 !important;
	}
.page-item .page-link {
color: #000;
padding: 10px;
}
.page-item.active .page-link {
	background-color: #2B87CF;
	border-color: #2B87CF;
}
.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.page-item:last-of-type .page-link {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
	margin-right: 10px;
}  
/**********************************************************************************************
											FOOTER 
***********************************************************************************************/

.footer_blog h3 {
    font-size: 0.9rem;
    font-weight: 600;
}

footer h4,
footer h3 {
    color: #FFF;
	margin-bottom: 15px;
}

footer h4 {
    font-size: 0.8rem;	
}

#overlay {
	z-index: 1035;
}

.footer-top {
	color: #FFF;
}

.footer-top img, 
.partner-benefits img, 
.partner-cart-benefits img {
	filter: invert(100%) brightness(2);
}


/**********************************************************************************************
											DOMEIN CHECK 
***********************************************************************************************/

.domaincheck-home {
	border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border: none;
    font-size: 1rem;
    padding: 18px;
}


.domaincheck .btn {
	background-color: #FFF;
    border: none;
	border-top-right-radius: 15px !important;
	border-bottom-right-radius: 15px !important;		
    font-size: 1.2rem;
}

.domaincheck .btn:not(:disabled):not(.disabled):active {
	background-color: #FFF;
	border: none;
}

.btn-outline-secondary,
.domaincheck .btn .check {
    background-color: #2B87CF;
    padding: 8px 15px;
    border-radius: 2px;
	color: #FFF;
}

tfoot.mt-3 {
	line-height: 3.5rem;
}

.btn-small {
	padding: 6px 12px;
	font-weight: 400;
	font-size: 0.8rem;
	line-height: unset;
}


.fileedit-modal .modal-body .col-1 {
	text-align: right;
	line-height: 25px;
	padding-top: 6px;
	background-color: #dcdcdc;
	color: #FFF;
}
.fileedit-modal .modal-body textarea {
	line-height: 25px;
}



/**********************************************************************************************
											NIEUWE LAYOUT
***********************************************************************************************/

.navbar-brand {
	display: flex;
	width: 19%;
	font-weight: 600;
}

.navbar-brand img {
	width: 70px;
}

footer a {
	color: #8994A5;
	font-weight: 300;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration: none;
	font-size: 85%;
  }

.footerlogo img {
	width: 15%;
}

.sm-icons img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(103deg) brightness(105%) contrast(105%); 
}

.fb-items, .fb-items a {
	color: #FFF;
}

.calltoaction h3 {
	color: #000;
}

  ul.partner-benefits {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0;
	color: #FFF;
  }
  
  ul.partner-benefits li {
	flex: 1 1 46%;
	text-align: left;
	padding: 12px 0 12px 0;
  }
  @media screen and (max-width: 576px) {
	ul.partner-benefits li {
	  flex: 1 1 100%;
	  text-align: left;
	}
  }

  .blogitem {
	flex: 1 0 25%;
	margin: 40px;
  }

  @media (max-width: 768px) {
	.blogitem {
	  flex: 1 0 80%;
	  margin: 20px auto;
	}
  }

.setDomainOnOrderAddon {
	padding: 6px;
    font-size: 0.8rem;
}

 .table > thead > tr > th {
	border-bottom: 0px;
	background-color: transparent;
	color: #FFF;
}
.smartTable .table thead th {
	background-color: transparent;
	background-color: transparent;
	color: #FFF;
  }

.partnerbenefits  {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

.image-container {
	position: relative;
	z-index: 1;
  }
  
  .image-container img {
	width: 100%;
	max-width: 400px; 
	border-radius: 10px;
  }
  
  .feature {
	position: relative;
	z-index: 1002;
	width: 100%;
	max-width: 800px;
  }
  
  .feature-item {
	position: absolute;
	background-color: #ffffff;
	color: #0d1b3e;
	padding: 26px 5px 15px 5px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	width: 150px;
  }
  

  .feature-item:nth-child(1) {
	top: 0px;
	left: 6%;
  }
  
  .feature-item:nth-child(2) {
	top: 50px;
	right: 10%;
  }
  
  .feature-item:nth-child(3) {
	bottom: -290px;
	left: 15%;
  }

  .feature-item:nth-child(4) {
	bottom: -365px;
	left: 55%;
  }
  
  
  .icon, .iconmenu {
	background-color: #3cb371; 
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -27px; 
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), inset 0 2px 4px rgba(255, 255, 255, 0.3);
    background: linear-gradient(145deg, #3fbf7c, #37a169);	
  }

  .icon img, .iconmenu img, .icon-lang {
	filter: invert(100%) brightness(2);
  }


  .text strong {
	font-size: 16px;
	color: #0d1b3e; 
	display: block;
  }
  
  .text p {
	font-size: 14px;
	margin: 0;
	font-weight: 500;
  }


  &::placeholder {
	color:#6BB130;
	font-size: 20px;
  }

  #stepSelectDomain h1 {
    font-size: 2.1rem;
    padding-bottom: 10px;
	color: #FFF;
  }

  #stepSelectDomain p {
    font-size: 1.2rem;
    padding-bottom: 20px;
	color: #FFF;
  }

  .titleandcrumb p {
	color: #FFF;
	text-wrap: auto;
  }


.productgroupimage {
    background-size: cover;
    background-position: center;
}

.ql-snow .ql-stroke {
	color: #FFF !important;
	stroke: #FFF !important;
}

.ql-snow .ql-picker-label {
	color: #FFF;
}

#app_url_domain {
	background-color: unset;
    color: #FFF;
    border: unset;
}


.smaller {
	font-size: 0.7em;
}

#subscripberTable,
#modalTitle {
	color: #000;
}

.tablecompare {
	padding: 3rem;
}

@media screen and (max-width: 576px) {
	.tablecompare {
		padding: 0;
		font-size: 0.7rem;
	}
	.tablecompare tr th:first-child {
		max-width: 100px;
	}
}


/* Video */

.video-container {
	height: 90%;
	background-image: url('https://mijncdnpartner.nl/videos/mijnwordpresspartner/mijnwordpresspartner-play.png');
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 5%;
}

@media screen and (max-width: 576px) {
	.video-container {
		background-image: none;
		height: auto;
	}
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 1010;
}

.popup video {
	width: 60%;
}

.popup.show {
	visibility: visible;
	opacity: 1;
}

.controls {
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	gap: 10px;
}
