.form_error_border {
	border : solid 1px red;
}

.form-error-label {
	color: red;
}

.intl-tel-input{
	width: 100%;
}
.iti {
	width: 100%;
}

a, a:visited {
	color: #333;
}

a:hover {
	color: #000;
}

.underline {
	text-decoration: underline;
}

.strikethrough {
	text-decoration: line-through;
}

.selectrow {
	padding: 5px;
	min-height: 10px;
}

.selectmijnboeking {
	padding: 5px;
	min-height: 25px;
	
}

.selectmijnboeking:hover {
	background-color: #444;
	color: #FFF;
	/*font-weight: bold; */
	cursor: pointer;
}


.selectrowheader {
	padding: 5px;
	min-height: 1px;
	background: #BBB;
	color: #fff;
}


.selectrow:hover {
	background-color: green;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}

.bookedmassagesrow:hover {
	color: #000;
	background-color: #EEE !important;
	font-weight: normal !important;
}


/*
.extratable tbody tr:hover {
	background-color: green;
	color: #FFF;
	font-weight: bold;
}

.extratable tbody tr {

}
*/


#slotstable {
	width: 100%;
}

.bordered-row {
	margin: 20px;
	padding: 0px;
	border : solid 1px #CCC;
	border-radius: 7px;
}

.timeslotstd {
	
	font-weight: 600;
	
	margin-top:20px;
	margin-bottom:10px;
}

.massagetimeslot { 
	
	display: inline-flex;
	padding: 2px;
	padding-left: 5px;
	text-align: center;
	vertical-align: middle;
		 
	font-size: 14px;
	background-color: green;
	color: #FFF !important;
	
	cursor: pointer !important;
	
	width: 48px;
	height:28px;
	color: #000;
		
	border: solid 1px green;
	border-radius: 10px;
	margin: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	
	
	
}

a.massagetimeslot:hover { 
	/* font-weight: bold; */
	text-decoration: underline !important;
	cursor: pointer !important;
}

.selectmassagerow {
}

