@charset "ISO-8859-1";

html {
	font-family: 'PT Sans', sans-serif;
}

.evaluationFormTitle {
	color: #1a7161;
	text-align: center;
}

fieldset {
	background-color: #eeeeee;
	border-radius: 5px;
	margin-top: 25px;
}

legend {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	background-color: #187060;
	color: white;
	padding: 8px;
	border-radius: 5px;
}

.evaluationTable {
	width: 100%;
    border-collapse: initial !important;
    border-spacing: revert !important;
}

.evaluationTable thead th:nth-child(1) {
	width: 40%;
}
.evaluationTable thead th:nth-child(2),
.evaluationTable thead th:nth-child(3),
.evaluationTable thead th:nth-child(4),
.evaluationTable thead th:nth-child(5),
.evaluationTable thead th:nth-child(6) {
	width: 10%;
}
.evaluationTable tbody td:nth-child(2),
.evaluationTable tbody td:nth-child(3),
.evaluationTable tbody td:nth-child(4),
.evaluationTable tbody td:nth-child(5),
.evaluationTable tbody td:nth-child(6) {
	text-align: center;
}
.evaluationTable thead tr th {
    height: 100px;
}
.evaluationTable tbody tr {
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 14px !important;
}
.evaluationTable tbody tr:not(.commentSection):nth-child(odd) {
	background: #f7f7f7;
}
.evaluationTable tbody td.evaluationCriteria {
	padding-left: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
}

/* Style inputs, select elements and textareas */
input[type=text], input[type=email], input[type=date], input[type=datetime-local], input[type=number], input[type=file], select, textarea {
	width: 100%;
	padding: 12px;
	margin-top: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	resize: vertical;
	background-color: white;
}

input[type=radio] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;
}

i.fas {
	font-size:40px;
	margin: 10px !important;
}

.fas.fa-smile-beam {color:darkgreen;}
.fas.fa-smile {color:green;}
.fas.fa-meh {color:darkorange;}
.fas.fa-frown {color:darkred;}
.fas.fa-meh-rolling-eyes {color:darkkhaki;}

.checked-veryGood {background-color: #d7e4d7 !important;}
.checked-good {background-color: #e5eae5 !important;}
.checked-average {background-color: #f7f3ed !important;}
.checked-bad {background-color: #e9e2e2 !important;}
.checked-notConcerned {background-color: #fffef0 !important;}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.col-25, .col-75, button#submit {
		width: 100%;
		margin-top: 0;
	}
}

/* Style the submit button */
button#submit {
	background-color: #187060;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	float: right;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: 3px;
	margin-right: 3px;
}

.evaluationPresentation {
	width: 90%;
	margin: auto;
	text-align: center;
	font-size: 14pt;
	padding-bottom: 30px;
}

div.langauges {
	font-family: 'PT Sans', sans-serif;
	border-radius: 5px;
	right: 14px;
	position: absolute;
	padding: 10px;
}
div.langauges a {
	color: black;
	padding: 5px;
	border-radius: 5px;
	text-decoration: none;
}
div.langauges a.true {
	color: white !important;
	background-color: #187060;
}