/* Enter Your Custom CSS Here */

/* Tables in ISSYS ICT style */
table {
  width: 100%;
}

td {
  padding: 15px;
  text-align: center;
}

th {
  padding: 15px;
  text-align: center;
  background-color: #009fee;
  color: white;
  position: sticky;
}
  
tr:nth-child(even){
  background-color: #f2f2f2;

}

tr:hover {
  background-color: #333333;
  color: white;
}

.wpcf7 input.wpcf7-text { 
  width: 100%; 
} 

.wpcf7 form button, 
.wpcf7 form .button, 
.wpcf7 form input[type=submit] {
	  background-color: #009fee;
    border-color: #fff;
}

.wpcf7 form button:hover, 
.wpcf7 form .button:hover, 
.wpcf7 form input[type=submit]:hover {
	  background-color: #fff;
    border-color: #009fee;
  	color: #009fee;
}



/* smooth scroll when clicking on a link that redirects to an element on the same page*/

html {
scroll-behavior: smooth;
}

#radius {
	border-radius: 12px;
}

/* The container */
.checkbox_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark_organisatie {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #00afea;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkmark_organisatie {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark_organisatie {
  background-color: #00afea;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_organisatie:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark_organisatie:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark_organisatie:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Orange button */ 
.orange { 
 		background-color: #ff9323;
    border-color: #ff9323;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    padding: 0.75em 1.5em;
    line-height: 1.3em;
    text-shadow: none;
    -webkit-appearance: none;
}

.orange:hover {
	background-color: #ffffff;
  border-color: #ff9323;
  color: #ff9323;
}

/*Green button */ 
.green { 
 		background-color: #63BFA5;
    border-color: #63BFA5;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    padding: 0.75em 1.5em;
    line-height: 1.3em;
    text-shadow: none;
    -webkit-appearance: none;
}

.green:hover {
	background-color: #fff;
  border-color: #fff;
  color: #63BFA5;
}

.fact-percentage {
		float: left;
    padding: 20px 0;
  	margin-left: 35px;
    width: 110px;
    border: 2px solid rgba(255,255,255,0.3);
    text-align: center;
    letter-spacing: -3px;
    font-size: 50px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 44px;
    color: #fff;
}

.fact-percentage span {
		padding-right: 2px;
    font-size: 30px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 20px;
    vertical-align: middle;
    margin-left: 3px;
}

.fact-text {
		padding: 15px 0 8px 35px;
  	color: white;
    overflow: hidden;
    font-size: 18px;
    font-size: 1.3rem;
    line-height: 24px;
    font-weight: bold;
}

.project-step {
  	float: left;
    padding: 20px 0;
  	margin-left: 35px;
    width: 110px;
    border: 2px solid rgba(1,173,239,0.3);
    text-align: center;
    letter-spacing: -3px;
    font-size: 50px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 44px;
    color: #FFFFFF;
  	background: #01ADEF;
}

.project-title {
		padding: 0px 0 8px 35px;
  	color: #01ADEF;
    overflow: hidden;
    font-size: 18px;
    font-size: 1.5rem;
    line-height: 24px;
    font-weight: bold;
  	text-transform: uppercase;
}

.project-text {
		padding: 10px 0 8px 35px;
  	color: #252525;
    overflow: hidden;
    font-size: 18px;
    font-size: 1.0rem;
    line-height: 24px;
    text-align: left;
}

.diensten-title {
		padding: 10px 0 5px 35px;
  	color: #FFFFFF;
    overflow: hidden;
    font-size: 18px;
    font-size: 1.3rem;
    line-height: 24px;
    font-weight: bold;
}

.diensten-text {
		padding: 5px 0 8px 35px;
  	color: #FFFFFF;
    overflow: hidden;
    font-size: 18px;
    font-size: 1.0rem;
    line-height: 24px;
}

.plus-icon {
	background-image: url(https://www.issys-ict.nl/wp-content/uploads/2019/10/plus-icon.svg);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 5px;
	padding-left: 30px;
}

.minus-icon {
	background-image: url(https://www.issys-ict.nl/wp-content/uploads/2019/10/minus-icon.svg);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 5px;
	padding-left: 30px;
}

/* De Moderne Werkplek */ 

section.module {
	background: white; 
	border-bottom: 2px solid #63bfa5; 
	padding: 15px; 
	margin: 10px; 
	transition: transform .2s;
	transition: box-shadow .2s;
	max-height: 180px;
}

section.module.even {
	border-bottom: 2px solid #00afea;
}

section.module:hover {
	transform: scale(1.05);
	 transform: translate(-5px, -5px);
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.10); 
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.10); 
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.10); 
}

p.accent {
	text-align: center; 
	font-weight: bold; 
	color: #00afea; 
	text-decoration: underline #63bfa5;
}

/* Dustin */

button.dstn-green {
	background-color: #1f603f;
	border-color: #1f603f;
	color: #fff;
}

button.dstn-green:hover {
	background-color: #fff;
	border-color: #1f603f;
	color: #1f603f;
}

button.dstn-blue {
	background-color: #19495e;
	border-color: #19495e;
	color: #fff;
}

button.dstn-blue:hover {
	background-color: #fff;
	border-color: #19495e;
	color: #19495e;
}

button.dstn-gray {
	background-color: #4f4f4f;
	border-color: #4f4f4f;
	color: #fff;
}

button.dstn-gray:hover {
	background-color: #fff;
	border-color: #4f4f4f;
	color: #4f4f4f;
}

/* Custom Form Styles */

#hw-form-producten {
	display: grid;
	grid-template-columns: repeat(auto-fill, 270px);
	justify-content: space-between;
	justify-items: stretch;
	row-gap: 5px;
}

#hw-form-producten input[type=checkbox] {
	display: none;
}

#hw-form-producten .wpcf7-list-item-label{
	display: block;
	background: #fff;
	border-radius: 10px;
	font-weight: 600;
	padding: 10px;
	margin: 0 .25rem;
	cursor: pointer;
	transition: .25s;
	text-align: center;
}

#hw-form-producten input[type=checkbox]:checked + .wpcf7-list-item-label{
	background: #252525;
	color: #fff;
	font-weight: 600;
	animation: pulse .5s;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

#agntw-textfield {
	height: 150px;
}

#agntw-submit {
	display: flex;
	justify-content: space-between;
}

#agntw-submit .wpcf7-submit {
	margin: 0;
	padding: 10px!important;
	width: max-content;
	border-radius: 10px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}


/* Afspraakformulier */

#afspraak-datum {
	width: 100%;
}

#afspraak-tijdstip {
	display: grid;
	grid-template-columns: repeat(auto-fill, 110px);
	justify-content: center;
	row-gap: 5px;
}

#afspraak-tijdstip input[type=checkbox] {
	display: none;
}

#afspraak-tijdstip .wpcf7-list-item-label{
	display: block;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	margin: 0 .25rem;
	cursor: pointer;
	transition: .25s;
}

#afspraak-tijdstip input[type=checkbox]:checked + .wpcf7-list-item-label{
	background: #252525;
	color: #fff;
	font-weight: 600;
	animation: pulse .5s;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}