/* Global RESET */
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	width:100%;
	font-family:Ubuntu;
}
body {
	background:#f7f7f7;
	position:relative;
	height:100%;
	width:100%;
}	
img {
	border-style:none;
	text-decoration:none;
} 
ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
h1 {

}
h2 {

}
h3 {

}

/* Links */
a {
	text-decoration:none;
}
a:link {
	color: #ff3200;
}
a:visited {
	color: #ff3200;
}	
a:hover {
	color: #ff3200;
	text-decoration:underline;
}	
a:active {
	color: #ff3200;
}

/* Size scale */
.fontSize-xl   { font-size: 32px; }
.fontSize-l    { font-size: 24px; }
.fontSize-m    { font-size: 16px; }
.fontSize-s    { font-size: 14px; }
.fontSize-xs   { font-size: 12px; }

/* Lightness scale (Example) */
.color-blue-xd { color: ExtraDarkBlue; }
.color-blue-d  { color: DarkBlue; }
.color-blue    { color: blue; }
.color-blue-l  { color: LightBlue; }
.color-blue-xl { color: ExtraLightBlue; }

/* Fixed scale */
.fontWeight-1  { font-weight: 100; }
.fontWeight-2  { font-weight: 200; }
.fontWeight-3  { font-weight: 300; }
.fontWeight-4  { font-weight: 400; }
.fontWeight-5  { font-weight: 500; }
.fontWeight-6  { font-weight: 600; }
.fontWeight-7  { font-weight: 700; }
.fontWeight-8  { font-weight: 800; }
.fontWeight-9  { font-weight: 900; }

/* hack for fixing parent's dimensions to match floating child's values */
/* CLEARFIX Hack - v1 */
.clearfix:after {
	content: "."; /* alternatively with a "SPACE" in place of "." */
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* CLEARFIX Hack - v2, by Thierry Koblentz */
.clearfix:before,
.clearfix:after {
	content: "."; /* alternatively with a "SPACE" in place of "." */
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom:1; /* IE < 8 */
}

.posRel {
	position:relative;
}
.posAbs {
	position:absolute;
}
.posStat {
	position:static;
}
.posFix {
	position:fixed;
}
.posStic {
	position:sticky;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
.width100 {
	width:100%;
}

input[type="text"], input[type="password"], input[type="date"] {
	border-radius: 3px;
	border: 1px solid #b7b7b7;
	font-size: 16px;
	font-family: ubuntu;
	padding: 8px;
	color: #505050;
}
	input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus,
	select:focus {
		border: 1px solid #ff3200;
		outline-color:transparent;
	}
select {
	border-radius: 3px;
	border: 1px solid #b7b7b7;
	font-size: 16px;
	font-family: ubuntu;
	padding: 7px 8px;
	color: #505050;
}

#wrapper {
	display:flex;
	display:-ms-flexbox;
	flex-direction:column;
	/*min-height:100%;*/
	height:1px; /* used for IE 11 and is needed for item's flex-grow to work */
	margin:0 auto;
	width:1290px;
    height:auto;
}


/* Header */
header {
	display:flex;
	display:-ms-flexbox;
	padding:16px 16px;
	border-top:3px solid #ff3200;
	flex-shrink:0;
	flex-grow:0;
    left:0;
}
header img#imgLClogo {
	margin:0;
	display:inline-block;
	float:left;
	width:195px;
	height:34px;
}
.sovTitle {
	display:inline-block;
	padding: 4px 0 4px 16px;
	margin:0 0 0 16px;
	line-height:26px;
	font-size:30px;
	font-weight:200;
	color:#878787;
	float:left;
	border-left:1px solid #c0c0c0;
	flex-shrink:1;
	flex-grow:1;
}
#user {
	flex-shrink:0;
	flex-grow:0;
}
.userDetails {
	float:left;
	padding:13px 16px;
	font-size:13px;
	text-align:right;
}
.userName {
	display:inline-block;
	color:#878787;
	font-weight:100;
}
.userRole {
	display:inline-block;
	color:#000;
	font-weight:500;
	margin-top:8px;
	text-transform:uppercase;
}
.imgSignOut {
	height:100%;
	border-left:1px solid #c0c0c0;
	padding:13px 16px;
	font-size:32px;
	float:right;
	color:#878787;
	cursor:pointer;
}
.imgSignOut:hover {
	color:#000;
}
/* .imgSignOut:after {
	content: "o";
	font-size:32px;
	font-family: "peoplecert";
} */


#main {
	margin:0 0 0 0;
	height:100%;
	flex-shrink:1;
	flex-grow:2;
	padding:0 0 48px 0;
}



/* Buttons */
.button {
	/*border-radius:3px;*/
	padding:10px;
	font-size:13px;
	font-weight:500;
	font-family:ubuntu;
	cursor:pointer;
}
.primary {
	border:1px solid #ff3200;
	background:#ff3200;
	color:#fff;
}
.primary:hover{
	border:1px solid #DC2B00;
	background:#DC2B00;
	color:#fff;
}
.secondary {
    /*border: 1px solid;*/
    background: #3B393F;
    color: #FFF;
    width: 160px;
}

.editBtn {
    width: 90px;
    height: 35px;
    flex-shrink: 0;
    border: 0.877px solid #D9D9D9;
    background: #FFF;
    cursor: pointer;
}

.editBtn::after {
    content: "\f044";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin: 0 0px 0 8px;
}

.actionBtn {
	width: 120px;
	height: 35px;
	flex-shrink: 0;
	border: 0.877px solid #D9D9D9;
	background: #FFF;
	cursor: pointer;
}

.actionBtn::after {
	content: "\f044";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	margin: 0 0px 0 8px;
}


/* Toggle Switch */
.switch { /* The switch - the box around the slider */
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.switch input { /* Hide default HTML checkbox */
	opacity: 0;
	width: 0;
	height: 0;
}
.slider { /* The slider */
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .2s;
	transition: .2s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .2s;
	transition: .2s;
}
input:checked + .slider {
	background-color: #ff3200;
} 
/* input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
} */
input:checked + .slider:before {
	-webkit-transform: translateX(17px);
	-ms-transform: translateX(17px);
	transform: translateX(17px);
}
.slider.round { /* Rounded sliders */
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}


/* Custom checkbox */
.container { /* Customize the label (the container) */
	display: block;
	position: relative;
	padding-left: 24px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.container input { /* Hide the browser's default checkbox */
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark { /* Create a custom checkbox */
	position: absolute;
	top: -1px;
	left: 0;
	height: 16px;
	width: 16px;
	border-radius:2px;
	background-color: #eee;
}
.container:hover input ~ .checkmark { /* On mouse-over, add a grey background color */
	background-color: #ccc;
}
.container input:checked ~ .checkmark { /* When the checkbox is checked, add a blue background */
	background-color: #ff3200;
}
.checkmark:after { /* Create the checkmark/indicator (hidden when not checked) */
	content:"";
	position: absolute;
	display: none;
}
.container input:checked ~ .checkmark:after { /* Show the checkmark when checked */
  display: block;
}
.container .checkmark:after { /* Style the checkmark/indicator */
	left: 5px;
	top: 2px;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Forgot Password */
div#forgotPass {
	width: 346px;
	padding: 24px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15);
	border: 1px solid #c0c0c0;
	text-align: left;
	font-size:13px;
	line-height:18px;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}
div#forgotPass #btnSubmit {
	width: 100%;
}
div#forgotPass .signinTitle {
	display: inline-block;
	margin: 0 0 0 8px;
	line-height: 26px;
	font-size: 20px;
}



/* Change Password */
#changePass {
	width: 346px;
	padding: 24px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15);
	border: 1px solid #c0c0c0;
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}
div#changePass #btnSubmit {
	width: 100%;
}
.val-item {
	margin:0 0 4px 0;
}
.val-item i.fa{
	display:inline-block;
	margin:0 4px 0 0;
}
.val-item .fa-circle {
	color:#f0f0f0;
}
.val-item .fa-check-circle {
	color: #8ABA04;
}



/* Sign In */
#signIn {
	width: 346px;
	padding: 24px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15);
	border: 1px solid #c0c0c0;
	text-align: left;
	line-height: 26px;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}
.signinTitle {
	font-size:24px;
	font-weight:500;
}
div.input {
	width:100%;
	margin:12px 0;
}
div.input label {
	font-size:13px;
	display:inline-block;
	margin:0 0 8px 0;
	line-height:13px;
}
div.input input[type="text"], input[type="password"], input[type="date"] {
	width: 100%;
}
div.input select {
	width:100%;
}
div.input .message{
	line-height:26px;
	font-size: 12px;
    height: 20px;
    margin-top: -2px;
}
.caution {
	color:#F88D1B;
}
.important {
	color:#dd0000;
}
#btnSignIn {
	width:100%;
}
span#forgotPass{
	color:#ff3200;
}



/* Navigation Tabs */
.navTabs ul {
    margin: 58px 0 24px 0;
    display: block;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    text-align: center;
}
.navTabs ul li {
	display:inline-block;
	color:#000;
	padding:6px 16px;
	border-top:2px solid transparent;
	cursor:pointer;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.navTabs ul li:hover {
	color:#000;
}
.navTabs ul li.active {
	color:#ff3200;
	border-top:2px solid #ff3200;
	cursor:default;
}


/* URN Search */
#searchURNcontainer {
	width:75%;
	padding:0 16px 0 0;
    display:inline-block;
}
#srchURN {
    width: 100%;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #b7b7b7;
    border-radius: unset;
}
#iconSearch {
	display: inline-block;
	color: #878787;
	padding: 8px;
	right: 16px;
	top: 2px;
	cursor: pointer;
}
#srchURN:disabled {
	background-color: #f7f7f7;
	border-color: #e0e0e0;
}
#srchURN:disabled + i#iconSearch {
	color: #c0c0c0;
	cursor: default;
}
#iconSearch:hover {
	color: #000;
}
input#auditURN {
	font-size:14px;
}
#iconSearch.disabled {
	color: #c0c0c0;
	cursor: default;
}
#iconSearch.disabled:hover {
	color: #c0c0c0;
}


.notes {
	display: inline-block;
	margin: 12px 0 8px 0;
	font-style: italic;
	font-size: 13px;
	color: #b0b0b0;
}
.notesSmall {
	font-style: italic;
	font-size: 11px;
	line-height:13px;
	color: #b0b0b0;
}
#notesURN01.notesSmall {
	display:inline-block;
	margin:3px 0 0 0;
}



/* Buttons */
#btnAddUser,
#btnAddInstitution,
#btnAddExam {
	width: 160px;
}
#btnAddUser::before,
#btnAddInstitution::before,
#btnAddExam::before{
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	/*content:"\f067";*/
	display:inline-block;
	margin:0 8px 0 0;
}

#btnDelete {
	margin:0 0 0 16px;
}
#btnDelete::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f235";
	display: inline-block;
	margin: 0 8px 0 0;
}

#btnDeleteExam {
    margin: 0 0 0 16px;
}

    #btnDeleteExam::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f00d";
        display: inline-block;
        margin: 0 8px 0 0;
    }

#btnSave{
}
#btnSave::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0c7";
	display: inline-block;
	margin: 0 8px 0 0;
}
#btnResetPass{
	margin:22px 0 0 0;
}

#btnSearchUsers{
}
#btnSearchCandidates {
}
#btnSearchAudit {
}
#btnSearchInstitutions {
}
#btnSearchExams {
}
#btnSearchUsers::before,
#btnSearchCandidates::before,
#btnSearchAudit::before,
#btnSearchInstitutions::before,
#btnSearchExams::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f002";
	display: inline-block;
	margin: 0 8px 0 0;
}

.excel-button {
	border: 1px solid #000;
	background: #fff;
	color: black;
	padding: 10px;
	font-size: 13px;
	font-weight: 500;
	font-family: ubuntu;
	cursor: pointer;
	margin-bottom: 10px;
}

.excel-icon {
	color: #599439;
}



/* Results */
.resultsSection {
	margin: 80px 0 0 0;
	color: #878787;
	font-size: 16px;
}
.resultsContainer {
	padding:16px 0 0 0;
}
#moreResults {
	display:inline-block;
	margin:0 0 0 16px;
}
.result {
	background: #fff;
	padding: 20px 24px;
	cursor: pointer;
	display: flex;
	display: -ms-flexbox;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15);
	border: 1px solid transparent;
	border-radius: 3px;
	margin: 0 0 16px 0;
}
.result:hover {
	box-shadow:0 2px 6px 0 rgba(0,0,0,0.3);
	border:1px solid #d0d0d0;
	
}
.resultPhoto {
    display:flex;
    display:-ms-flexbox;
    flex-direction:column;
    justify-content:center;
    flex-grow:0;
    flex-shrink:0;
	margin:0 32px 0 0;
}
.resultPhoto img {
	width:56px;
	height:56px;
	border-radius:50%;
	border:2px solid #707070;
}
.resultDetailsPrimary {
	color:#000;
    box-sizing:border-box;
    font-size:18px;
    font-weight:400;
    padding:0 0 0 0;
    flex-grow:0;
    flex-shrink:0;
	flex-basis:25%;
    display:flex;
    display:-ms-flexbox;
    flex-direction:column;
    justify-content:center;
}
.resultDetailsSecondary {
    box-sizing:border-box;
    flex-grow:1;
    flex-shrink:1;
    display:flex;
    display:-ms-flexbox;
    flex-direction:column;
    justify-content:center;
}
.resultAngle {
    box-sizing:border-box;
    flex-grow:0;
    flex-shrink:0;
    border-left:1px solid #c0c0c0;
    font-size:16;
    padding:0 0 0 24px;
    text-align:center;
    display:flex;
    display:-ms-flexbox;
    flex-direction:column;
    justify-content:center;
    margin-left:auto;
}
.resultAngle::after {
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	content:"\f105";
	color:#ff3200;
	font-size:16px;
}
.resultDetailsPrimary > .candName,
.userDetailsName,
.institutionExamDetailsName,
.institutionDetailsName {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	margin: 0 0 8px 0;
}

.candBD,
.candNationality,
.userDetailsRole,
.institutionExamDetailsType,
.institutionDetailsType {
	font-size: 13px;
	font-weight: 100;
	color: #878787;
}
.candFlag {
	display:inline-block;
	margin:0 0 6px 0;
}

.flag-icon {
	width: 25px; /* Adjust the width as needed */
	height: 20px; /* Adjust the height as needed */
	margin-right: 5px; /* Add some spacing between the flag and the phone code */
}
.candFlag img {
	border:1px solid #c0c0c0;
	width:26px;
	height:18px;
}
.userDetailsStatus {
    box-sizing:border-box;
    flex-grow:1;
    flex-shrink:1;
	color:#c0c0c0;
    text-align:right;
    display:flex;
    display:-ms-flexbox;
    flex-direction:column;
    justify-content:center;
	margin:0 16px 0 0;
}
.institutionDetailsStatus {
	box-sizing: border-box;
	flex-grow: 1;
	flex-shrink: 1;
	color: #c0c0c0;
	text-align: right;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	justify-content: center;
	margin: 0 16px 0 0;
}
.result.userInactive {
	background:#f9f9f9;
}
.result.userInactive .userDetailsName {
	color:#a0a0a0;
}
.result.userInactive .userDetailsRole {
	color:#c0c0c0;
}

/* PROFILES */
span.btnBack {
	display:inline-block;
	width:26px;
	height:26px;
	background:#878787;
	border-radius:50%;
	line-height:26px;
	font-size:19px;
	color:#fff;
	text-align:center;
	cursor:pointer;
}
span.btnBack:hover {
	background:#707070;
}
span.btnBack::after {
	display:inline-block;
	margin:-1px 0 0 -2px;
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	content: "\f104";
}
.profileHeader {
	
}
.institutionHeader {
}
.profileName {
	display:inline-block;
	margin:0 0 0 8px;
	line-height:26px;
	font-size:20px;
	font-weight:500;
}

.profileRoles, .profileID {
	display: inline-block;
	margin: 0 0 0 8px;
	line-height: 26px;
	font-size: 15px;
	font-weight: 200;
}
.tglStatus {
	float:right;
	line-height:24px;
}
#tglActive {
	display:inline-block;
	margin:0 0 0 8px;
}
.profileContainer {
	background:#fff;
	padding:24px;
	box-shadow:0 2px 6px 0 rgba(0,0,0,0.15);
	border-radius:3px;
	margin:24px 0 24px 0;
}
.institutionContainer {
	background: #fff;
	padding: 24px;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15);
	border-radius: 3px;
	margin: 24px 0 24px 0;
}
.candProfile {
	display:-ms-grid;
	display:grid;
	-ms-grid-columns:31% 23% 23% 23%;
	grid-template-columns:31% 23% 23% 23%;
	-ms-grid-rows:auto auto;
	grid-template-rows:auto auto;
}
.candPhoto {
	-ms-grid-column:1;
	-ms-grid-column-span:1;
	grid-column-start:1;
	grid-column-end:2;
	-ms-grid-row:1;
	-ms-grid-row-span:1;
	grid-row-start:1;
	grid-row-end:2;
	border-right:1px solid #c0c0c0;
	padding:0 24px 0 0;
}
	.candPhotoContainer {
		background:#fff url("/images/no_photo.png") no-repeat center;
		outline:6px solid #000;
		max-width:256px;
		min-width:200px;
		max-height:240px;
		min-height:200px;
	}
.candPhoto img {
	max-width: 100%;
	max-height: 100%;
	display: block; /* remove extra space below image */
}
.candDetails {
	-ms-grid-column:1;
	-ms-grid-column-span:1;
	grid-column-start:1;
	grid-column-end:2;
	-ms-grid-row:2;
	-ms-grid-row-span:1;
	grid-row-start:2;
	grid-row-end:3;
	border-right:1px solid #c0c0c0;
	padding:0 24px 0 0;
}
.candExam {
	-ms-grid-column:2;
	-ms-grid-column-span:3;
	grid-column-start:2;
	grid-column-end:5;
	-ms-grid-row:1;
	-ms-grid-row-span:1;
	grid-row-start:1;
	grid-row-end:1;
	padding:0 24px;
}
.candName {
	display:inline-block;
	margin:0 0 48px 0;
	font-size:32px;
	font-weight:500;
	color:#000;
}
.candURN {
	color:#878787;
	font-size:18px;
	font-weight:100;
}
.profileData {
	margin:0 0 16px 0;
}
.profileData .flag {
	display:inline-block;
	margin:0 0 0 8px;
}
.dataLabel {
	font-size:13px;
	font-weight:100;
	color:#878787;
}
.dataValue {
	font-size:24px;
	font-weight:400;
	line-height:32px;
	color:#505050;
}
.colExam1 {
	-ms-grid-column:2;
	-ms-grid-column-span:1;
	grid-column-start:2;
	grid-column-end:3;
	-ms-grid-row:2;
	-ms-grid-row-span:1;
	grid-row-start:2;
	grid-row-end:3;
	padding:0 24px;
	border-right:1px solid #c0c0c0;
}
.colExam2 {
	-ms-grid-column:3;
	-ms-grid-column-span:1;
	grid-column-start:3;
	grid-column-end:4;
	-ms-grid-row:2;
	-ms-grid-row-span:1;
	grid-row-start:2;
	grid-row-end:2;
	padding:0 24px;
	border-right:1px solid #c0c0c0;
}
.colExam3 {
	-ms-grid-column:4;
	-ms-grid-column-span:1;
	grid-column-start:4;
	grid-column-end:5;
	-ms-grid-row:2;
	-ms-grid-row-span:1;
	grid-row-start:2;
	grid-row-end:2;
	padding:0 24px;
}
.resultIndicator {
	display: inline-block;
	margin: 0 0 0 6px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 18px;
	line-height: 24px;
	vertical-align: text-bottom;
}
	.resultIndicator.pass:after {
		content: "\f058";
		color: #8ABA04;
	}
	.resultIndicator.fail:after {
		content: "\f057";
		color: #ff0000;
	}

.userProfile {
    display:flex;
    display:-ms-flexbox;
}
.institutionProfile {
	display: flex;
	display: -ms-flexbox;
}
.colUser {
	width:33.3%;
	/*border-right:1px solid #c0c0c0;*/
	padding:0 24px;
}
.colUser .col2 {
	width: 50%;
}
.colUser:first-child {
	padding:0 24px 0 0;
}
.colUser:last-child {
	padding:0 0 0 24px;
	border-right:1px solid transparent;
}
.colUser textarea {
	min-width:100%;
	max-width:100%;
	width:100%;
	height:120px;
	min-height:120px;
	max-height:120px;
	border-radius:3px;
	border:1px solid #c0c0c0;
	padding:8px;
	resize: none;
}
.colUser textarea:focus {
	border:1px solid #ff3200;
}
.colUser input[type="checkbox"] {
	display:inline-block;
	margin:0 8px 0 0;
	vertical-align:middle;
}
.colUser .input {
	margin:0 0 24px 0;
}
.colUser .input:last-child {
	margin:0 0 0 0;
}
.colInstitution {
	width:33.3%;
	border-right:1px solid #c0c0c0;
	padding:0 24px;
}
.colInstitution:first-child {
	padding:0 24px 0 0;
}
.colInstitution:last-child {
	padding:0 0 0 24px;
	border-right:1px solid transparent;
}
.colInstitution textarea {
	min-width:100%;
	max-width:100%;
	width:100%;
	height:120px;
	min-height:120px;
	max-height:120px;
	border-radius:3px;
	border:1px solid #c0c0c0;
	padding:8px;
	resize: none;
}
.colInstitution textarea:focus {
	border:1px solid #ff3200;
}
.colInstitution input[type="checkbox"] {
	display:inline-block;
	margin:0 8px 0 0;
	vertical-align:middle;
}
.colInstitution .input {
	margin:0 0 24px 0;
}
.colInstitution .input:last-child {
	margin:0 0 0 0;
}
.profileFooter {
	margin:24px 0 0 0;
}
.institutionFooter {
	margin: 24px 0 0 0;
}
.btnSave {
	float:right;
}
#btnSave {
	width:160px;
}


.title {
	font-size:24px;
	font-weight:500;
	color:#000;
}

.noBorder {
    border:none!important;
}



/* Advanced Search */
.advSearch {
	margin:8px 0 0 0;
	color:#ff3200;
}
a#ancrAdvSearch {
	font-size:13px;
}
a#ancrAdvSearch.expand::after { /* use when Adv Search is closed */
	display:inline-block;
	margin:0 0 0 8px;
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	font-size:16px;
	content: "\f061";
}
a#ancrAdvSearch.contract::after { /* use when Adv Search is open */
	display:inline-block;
	margin:0 0 0 8px;
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	font-size:16px;
	content: "\f061";
}
.advSearchExpand {
	display:flex;
	display:-ms-flexbox;
	flex-direction:row;
	margin:32px 0 0 0;
}
.advSearchExpand .input label {
	color:#000;
	font-size:13px;
	display:inline-block;
	margin:0 0 8px 0;
	line-height:13px;
}
.advSearchExpand .input {
	width:100%;
	margin:24px 0 0 0;
}
.advSearchExpand .input:first-child {
	width:100%;
	margin:0 0 0 0;
}
.advSearchExpand .column {
	padding:0 16px 0 16px;
	border-right:1px solid #c0c0c0;
	width:25%;
}
.advSearchExpand .column:first-child {
	padding:0 16px 0 0;
}
.advSearchExpand .column:last-child {
	padding:0 0 0 16px;
	border-right:0px
}

.moreSearchOptions {
    position: relative;
    left: 70%;
    font-size: 20px!important;
    color: black!important;
    font: bolder;
}

.btnSearch {
	width:160px;
	left:16px;
	bottom:0;
}

.suggestedSearch {
	background-color:transparent;
	margin:8px 0;
}
.suggestedSearch .sugestName {
	color:#000;
	font-weight:500;
}
.suggestedSearch .sugestEmail {
	color:#575757;
	font-weight:100;
	font-size:13px;
}


/* HELP */
.helpHeader {
	background: #fff;
	padding: 20px 24px;
	cursor: pointer;
	display: flex;
	display: -ms-flexbox;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15);
	border: 1px solid transparent;
	border-radius: 3px;
	margin: 0 0 0 0;
}
.helpExpanded .helpHeader {
	border-radius: 3px 3px 0 0 ;
}
.helpCollapsed .helpHeader {
	border-radius: 3px;
}
.helpHeaderDetails {
	color: #000;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 400;
	padding: 0 0 0 24px;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 80%;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	justify-content: center;
	padding: 8px 24px 8px 24px;
}
.helpContainer {
	margin: 0 0 24px 0;
}

.helpCollapsed div.helpAngle, .helpExpanded div.helpAngle {
	box-sizing: border-box;
	flex-grow: 0;
	flex-shrink: 0;
	border-right: 1px solid #c0c0c0;
	font-size: 16px;
	padding: 0 24px 0 0;
	text-align: center;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	justify-content: center;
}

.helpCollapsed div.helpAngle::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	color: #ff3200;
	font-size: 16px;
}

.helpExpanded div.helpAngle::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f107";
	color: #ff3200;
	font-size: 16px;
}

.helpCollapsed div.helpContent {
	display: none;
}

.helpExpanded div.helpContent {
	font-size: 16px;
	font-weight: 200;
	display: block;
	background: #f2f2f2;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15);
	padding: 24px 24px 24px 82px;
	border-top: 1px solid #e0e0e0;
	border-radius: 0 0 3px 3px;
}

footer {
    width: 100%;
    padding: 16px 0;
    font-size: 12px;
    font-weight: 200;
    color: #505050;
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
    left: 0;
    bottom: 0;
}


/*accordion*/
accordionItem {
    float: left;
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 20px 24px 20px 48px !important;
}

.accordionItemHeading {
    cursor: pointer;
    /*margin: 0px 0px 10px 0px;
    padding: 10px;
    background: #fff;
    color: #fff;*/
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    /*border-left: 1px solid #c0c0c0;*/
    padding: 0 24px;
    width: auto;
    display: grid;
}


.close .accordionItemContent {
    height: 0px;
    transition: height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    float: left;
    display: block;
}

.open .accordionItemContent {
    padding-top: 10px;
    background-color: #fff;
    width: 100%;
    margin: 0px 0px 10px 0px;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    /*-webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;*/
    box-sizing: border-box;
}

.open .accordionItemHeading {
    margin: 0px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #7f8c8d;
}


.ResultsContentGrid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20% 20% 20%;
    grid-template-columns: 20% 20% 20%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.ResultContent1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row-start: 1;
    grid-row-end: 2;
    border-left: 1px solid #c0c0c0;
    padding: 0 24px;
}

.ResultContent2 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column-start: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row-start: 1;
    grid-row-end: 2;
    border-left: 1px solid #c0c0c0;
    padding: 0 24px;
}

.ResultContent3 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column-start: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row-start: 1;
    grid-row-end: 2;
    padding: 0 24px;
    border-left: 1px solid #c0c0c0;
}

.detailsHeader {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    /*margin:0 0 8px 0;*/
}

.detailsHeader {
    color: #000;
}

.details {
    font-size: 16px;
    font-weight: 400;
    color: #878787;
    width:100%;
}

.typeDet {
	font-size: 16px;
	font-weight: 400;
	color: #878787;
	width: 100%;
	padding: 0 0 10px 0;
}


#modalConfirm {
    min-height: 370px;
}

#modalConfirm .box {
    margin: 0;
}

/* Add bold style to labels */
label {
	font-weight: bold;
}

/* Add spacing between dropdowns */
table {
	margin-bottom: 10px;
}

/* Adjust the required field style */
.required:after {
	content: "*"; /* Add an asterisk after the label */
	color: red; /* Set the asterisk color to red */
	margin-left: 5px; /* Add a small space between label and asterisk */
}

.langCertCircle {
    position: relative;
    width: 224px;
    height: 220.657px;
}

.recExamTable {
    border-collapse: collapse;
    width: 100%;
    /*max-width: 600px;*/
    background-color: #fff;
    border-radius: 8px;
    table-layout: fixed;
}

.userTable {
    border-collapse: collapse;
    width: 100%;
    max-width: 900px;
    background-color: #fff;
    border-radius: 8px;
}

.institutionTable {
	border-collapse: collapse;
	width: 100%;
	max-width: 900px;
	background-color: #fff;
	border-radius: 8px;
}

.recExamTd, .userTd, .institutionTd {
    padding: 15px;
    text-align: left;
}



.userTd {
    white-space: nowrap;
}


.recExamTh, .userTh {
    font-weight: bold;
    text-align: left; 
    font-size: 32px;
    color: #000000;
    white-space: nowrap; 
}

.institutionTh {
	font-weight: bold;
	text-align: left;
	font-size: 25px;
	color: #000000;
	white-space: nowrap;
}

.recExamTh span {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.recExamTd span {
    display: block; 
}

.userTh span {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.userTd span {
    display: block;
}

.separatorRow hr {
	border: none;
	height: 1px;
	background-color: #ccc;
	margin: 10px 0;
}

.lcHeader {
    color: #000;
    /*font-family: Montserrat;*/
    position: relative;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 40.399px;
    text-align: center;
    height: 120px;

    display: -ms-flexbox;
    padding: 16px 16px;
    flex-shrink: 0;
    flex-grow: 0;
    left: 0;
}


.score-textbox {
	width: 60px !important;
	height: 26px !important;
	font-size: 14px !important;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
}

.custom-table th, .custom-table td {
    padding: 0.75rem;
    text-align: left;
    border-top: 1px solid #dee2e6;
    word-wrap: break-word;
    white-space: normal;
}

.custom-table th {
    background-color: #F5F5F5;
    color: #000;
    font-weight: bold;
}

.custom-table tr:nth-child(even) {
    background-color: #fff;
}

#viewResultsButton {
    border: none;
    background-color: white;
    cursor: pointer;
    color: black;
    /*font-family: Montserrat;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    /*line-height: 32px;*/
    text-decoration: underline;
    text-decoration-color: #FF3200;
}

.arrowCollor {
    color: #FF3200;
}

#notificationDate {
    color: #FF3200;
    /*font-family: Montserrat;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    /*line-height: 42px; /* 175% */*/
}




