@charset "ISO-8859-1";

html {
	font-family: 'calibri';
}

/* Style the container */
.container {
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 20px;
}

/* 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;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	resize: vertical;
	background-color: white;
}

textarea {
	resize: none;	
}

/* Style the label to display next to the inputs */
label {
	padding: 12px 12px 12px 0;
	display: inline-block;
}

.reclamationFormTitle {
	color: #1a7161;
	text-align: center;
	margin-top: 45px;
}

/* Floating column for labels: 25% width */
.col-25 {
	float: left;
	width: 25%;
	margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
	float: left;
	width: 75%;
	margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

/* 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;
}

button#submit:disabled {
    background-color: #a4a4a4 !important;
    cursor: auto !important;
}

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;
}

.f_req {font-size:13px;color:#ff0000;font-family: helvetica, arial, sans-serif}

.previousComment {
  border: 1px solid #a4a4a4;
  padding: 5px 8px;
  border-radius: 4px;
  min-height: 65px;
  background-color: #f8f8f8;
  white-space: break-spaces;
}
.previousCommentDetails {
	font-size: 11px;
	padding: 0 5px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 18px;
}
.previousCommentDetails span.previousCommentAuthor {
	font-weight: 700;
	text-transform:capitalize;
}
.previousCommentDetails span.previousCommentTime {
	float: right;
}
.rtl .previousCommentDetails span.previousCommentTime {
	float: left;
}
.previousCommentDetails span.previousCommentAuthor.COMPLAINANT {
	color: #CC333F;
}
.previousCommentDetails span.previousCommentAuthor.LABORATORY {
	color: #2142C5;
}
.waitResponse {
	font-size: 14px;
	font-weight: 700;
	padding: 0 5px 40px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 18px;
}

/* Rounded border */
hr.rounded {
  	border-top: 2px solid #d3d3d3;
	border-radius: 2px;
}

.row.termsAndConditions {
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
  	font-weight: 400;
	text-align: justify;
	line-height: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}