/* Dependency Css  */
.result-wrapper {
    padding: 80px 0;
    width: 100%;
    min-height: calc(100vh - 148px);
}
.result-wrapper__container { 
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.result__tile {
	background: #ffffff none repeat scroll 0 0; 
	border-radius: 12px;
	-webkit-box-shadow: 10px 10px 47px 14px rgba(0,0,0,0.12);
	-moz-box-shadow: 10px 10px 47px 14px rgba(0,0,0,0.12);
	box-shadow: 10px 10px 47px 14px rgba(0,0,0,0.12);
	width: calc(100% / 3 - 33px);
	display: inline-block;
	margin: 15px;
}
.result__tile-top {
	padding: 20px;
	background: #999999 none repeat scroll 0 0;
	border-radius: 12px 12px 0px 0px; 
}
.result__tile-top-title {
	 
}
.result__tile-top-title h2 {
	font-size: 22px;
	line-height: 1.2;
	color: #ffffff;
	font-family: MontserratBold,Arial,sans-serif;
	letter-spacing: 0.5px;
	min-height: 53px;
}
.result__tile-top-title h2 span {
	display: block;
}
.result__tile-top-title p {
	font-size: 17px;
	font-family: MontserratLight,Arial,sans-serif;
	display: block;
	color: #ffffff;
	margin-bottom: 0;
	margin-top: 10px;
	min-height: 24px;
}
.result__tile-top-session {
	margin-top: 50px;
} 
.result__tile-top-session span {
	font-size: 16px;
	font-family: MontserratBold,Arial,sans-serif;
	display: block;
	color: #ffffff;
	min-height: 24px;
}
.result__tile-top-session p {
	font-size: 50px;
	font-family: MontserratLight,Arial,sans-serif;
	display: block;
	color: #ffffff;
	margin-bottom: 0;
	min-height: 70px;
}
.result__tile-bottom {
	padding: 40px 20px;
	text-align: center;
}
.result__tile-bottom p, .result__tile-bottom a {
	width: calc(100% / 1) !important; 
	color: #626262;
	font-size: 14px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-family: MontserratRegular,Arial,sans-serif;
	position: relative;
} 
.result__tile-bottom a:hover, .result__tile-bottom a:focus {
	color: #1c79b4;
}
/*.result__tile-bottom a.current-result {
	float: right;
	text-align: right;  
}*/
.result__tile-bottom a .newHighlighterV2, .result__tile-bottom .newHighlighterV2, .result__tile-bottom p .newHighlighterV2 { 
	background: red;
	color: #ffffff;
	padding: 0px 6px;
	border-radius: 5px;
	font-size: 10px;
	-webkit-animation-name: newHighlighterV2;  
    -webkit-animation-duration: 2.5s;  
    animation-name: newHighlighterV2;
    animation-duration: 2.5s;
    animation-iteration-count: infinite; 
}
@-webkit-keyframes newHighlighterV2 {
	0%   {background-color:red;}
	25%  {background-color:yellow;}
	50%  {background-color:orange; }
	75%  {background-color:pink;}
	100% {background-color:red;}
}

@keyframes newHighlighterV2 {
	0%   {background-color:red;}
	25%  {background-color:yellow;}
	50%  {background-color:orange;}
	75%  {background-color:pink;}
	100% {background-color:red;}
}
.result__analysis {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	background: #ffffff none repeat scroll 0 0;
	margin: 45px 15px 15px 15px;
	border-radius: 12px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-ms-background-size: cover !important;
	background-size: cover !important;
	padding: 25px;
	-webkit-box-shadow: 10px 10px 47px 14px rgba(0,0,0,0.12);
-moz-box-shadow: 10px 10px 47px 14px rgba(0,0,0,0.12);
box-shadow: 10px 10px 47px 14px rgba(0,0,0,0.12);
}
.result__analysis-content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
}
.result__analysis-content--title, .result__analysis-content--link {
	width: 100%;
	display: block;
}
.result__analysis-content--title span {
	display: block;
	font-size: 18px;
}
.result__analysis-content--title{
	font-family: MontserratBold,Arial,sans-serif;
	font-size: 32px;
	color: #31364c;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.result__analysis-content--link {
	font-family: MontserratBold,Arial,sans-serif;
	font-size: 18px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	background: #4fd790 none repeat scroll 0 0;
	display: inline-block;
	margin: 15px auto;
	width: auto;
	padding: 12px 35px;
	border-radius: 10px;
	
}
.result__analysis-content--link:hover {
	color: #fff;
	background: #31364c none repeat scroll 0 0;
}
.analysis__tiles {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center; 
	flex-wrap: wrap;
}
.analysis__tiles .modal-dialog {
	max-width: 1170px;
	width: 100%;
}
.analysis__tiles-item {
	width: calc(100% / 4 - 30px); 
	margin: 15px;
}
.analysis__tiles-item a {
	background: #ffffff none repeat scroll 0 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center; 
	min-height: 200px;
	border-radius: 12px;
	-webkit-box-shadow: 10px 10px 47px 14px rgba(0,0,0,0.02);
	-moz-box-shadow: 10px 10px 47px 14px rgba(0,0,0,0.02);
	box-shadow: 10px 10px 47px 14px rgba(0,0,0,0.02);
	border: 3px solid #ccc;
	color: #333333;
	font-family: MontserratBold,Arial,sans-serif; 
	font-size: 18px;
	line-height: 1.5;
	padding: 15px;
	text-align: center;
	}
.analysis__tiles-item.colorShade1 a {
	border-color: #ffa643;
}
.analysis__tiles-item.colorShade1 a:hover {
	background: #ffa643 none repeat scroll 0 0;
	color: #ffffff;
}
.analysis__tiles-item.colorShade2 a {
	border-color: #ff7039;
}
.analysis__tiles-item.colorShade2 a:hover {
	background: #ff7039 none repeat scroll 0 0;
	color: #ffffff;
}
.analysis__tiles-item.colorShade3 a {
	border-color: #00c7fc;
}
.analysis__tiles-item.colorShade3 a:hover {
	background: #00c7fc none repeat scroll 0 0;
	color: #ffffff;
}
.analysis__tiles-item.colorShade4 a {
	border-color: #007ef9;
}
.analysis__tiles-item.colorShade4 a:hover {
	background: #007ef9 none repeat scroll 0 0;
	color: #ffffff;
}
.analysis__tiles-item.colorShade5 a {
	border-color: #7fa02c;
}
.analysis__tiles-item.colorShade5 a:hover {
	background: #7fa02c none repeat scroll 0 0;
	color: #ffffff;
}
.analysis__tiles-item.colorShade6 a {
	border-color: #f96979;
}
.analysis__tiles-item.colorShade6 a:hover {
	background: #f96979 none repeat scroll 0 0;
	color: #ffffff;
}
.analysis__tiles-item.colorShade7 a {
	border-color: #00a8b7;
}
.analysis__tiles-item.colorShade7 a:hover {
	background: #00a8b7 none repeat scroll 0 0;
	color: #ffffff;
}
.analysis__tiles-item.colorShade8 a {
	border-color: #ff3b4b;
}
.analysis__tiles-item.colorShade8 a:hover {
	background: #ff3b4b none repeat scroll 0 0;
	color: #ffffff;
}
@media screen and (max-width: 991px) {
	.analysis__tiles-item {
		width: calc(100% / 3 - 30px); 
	}
}
@media screen and (max-width: 767px) {
	.analysis__tiles-item {
		width: calc(100% / 2 - 30px); 
	}
} 
@media screen and (max-width: 560px) {
	.result__analysis-image {
		display: none;
	}
	.analysis__tiles-item {
		width: calc(100% / 1 - 30px); 
	}
}
.tClr1 .result__tile-top {
	background: rgba(255,160,112,1);/* Old Browsers */
	background: -moz-linear-gradient(-45deg, rgba(255,160,112,1) 0%, rgba(82,225,120,1) 0%, rgba(78,214,148,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,160,112,1)), color-stop(0%, rgba(82,225,120,1)), color-stop(100%, rgba(78,214,148,1)));/* Chrome, Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(255,160,112,1) 0%, rgba(82,225,120,1) 0%, rgba(78,214,148,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(255,160,112,1) 0%, rgba(82,225,120,1) 0%, rgba(78,214,148,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(255,160,112,1) 0%, rgba(82,225,120,1) 0%, rgba(78,214,148,1) 100%); /* IE 10+ */
	background: linear-gradient(135deg, rgba(255,160,112,1) 0%, rgba(82,225,120,1) 0%, rgba(78,214,148,1) 100%);/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa070', endColorstr='#4ed694', GradientType=1 );/* IE6-9 fallback on horizontal gradient */
}

.tClr2 .result__tile-top { 
	background: rgba(241,111,91,1);/* Old Browsers */
	background: -moz-linear-gradient(-45deg, rgba(241,111,91,1) 0%, rgba(255,160,112,1) 0%, rgba(249,93,98,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(241,111,91,1)), color-stop(0%, rgba(255,160,112,1)), color-stop(100%, rgba(249,93,98,1)));/* Chrome, Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(241,111,91,1) 0%, rgba(255,160,112,1) 0%, rgba(249,93,98,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(241,111,91,1) 0%, rgba(255,160,112,1) 0%, rgba(249,93,98,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(241,111,91,1) 0%, rgba(255,160,112,1) 0%, rgba(249,93,98,1) 100%); /* IE 10+ */
	background: linear-gradient(135deg, rgba(241,111,91,1) 0%, rgba(255,160,112,1) 0%, rgba(249,93,98,1) 100%);/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16f5b', endColorstr='#f95d62', GradientType=1 );/* IE6-9 fallback on horizontal gradient */
}
.tClr3 .result__tile-top { 
	background: rgba(42,156,185,1);/* Old Browsers */
	background: -moz-linear-gradient(-45deg, rgba(42,156,185,1) 0%, rgba(39,177,212,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(42,156,185,1)), color-stop(100%, rgba(39,177,212,1)));/* Chrome, Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(42,156,185,1) 0%, rgba(39,177,212,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(42,156,185,1) 0%, rgba(39,177,212,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(42,156,185,1) 0%, rgba(39,177,212,1) 100%); /* IE 10+ */
	background: linear-gradient(135deg, rgba(42,156,185,1) 0%, rgba(39,177,212,1) 100%);/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a9cb9', endColorstr='#27b1d4', GradientType=1 );/* IE6-9 fallback on horizontal gradient */
}
.float__wrapper a {
	position: fixed;
	bottom: 140px;
	right: 80px;
	width: 80px;
	height: 80px;
	background: #f58700 none repeat scroll 0 0;
	color: #ffffff; 
	border-radius: 100%;
	@include box-shadow (0px 0px 47px -8px rgba(0,0,0,0.20));
	text-align: center; 
	line-height: 1.2;
	z-index: 9;
}
.float__wrapper a span {
	position: absolute;
	left: 50;
	top: 50%; 
	-webkit-transform: translate(-50%, -50%); 
	-moz-transform: translate(-50%, -50%); 
	-ms-transform: translate(-50%, -50%); 
	-o-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%); 
	font-size: 30px;
}
.pulse3 { 
  background: #f58700 none repeat scroll 0 0;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204,169,44, 0.4);
  animation: pulse3 2s infinite;
}
.pulse3:hover {
  animation: none;
}
@-webkit-keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(245,135,0, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 50px rgba(251,146,18, 0);
	  box-shadow: 0 0 0 50px rgba(251,146,18, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 50px rgba(255,167,58, 0);
	  box-shadow: 0 0 0 50px rgba(255,167,58, 0);
  } 
}
@keyframes pulse3 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(245,135,0, 0.4);
    box-shadow: 0 0 0 0 rgba(245,135,0, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 50px rgba(251,146,18, 0);
      box-shadow: 0 0 0 50px rgba(251,146,18, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 50px rgba(255,167,58, 0);
      box-shadow: 0 0 0 50px rgba(255,167,58, 0);
  }
}
.exam-wrapper__details--personal-info {
	width: 70%;
	display: inline-block;
	float: left;
}
.exam-wrapper__details--personal-photo {
	width: 30%;
	margin-bottom: 15px;
	display: inline-block;
}
.candidate--photo figure img {
	max-width: 180px;
	max-height: 231px;
	width: 100%;
	height: 100%;
	margin: 0 auto; 
}

.layoutOne .result__tile-bottom {
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 10px !important;
	text-align: left !important;
	position: relative;
}
.layoutOne .result__tile-bottom .newHighlighterV2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
	z-index: 999;
}
.layoutOne .result__tile-bottom a {
	width: calc(100% / 2) !important;
	font-size: 10px !important;
	border: 1px solid #efefef;
	padding: 10px;
	text-align: center;
	margin-bottom: 0px;
	text-decoration: none;
	color: #626262;
}
.layoutOne .result__tile-bottom a:hover {
	background: #efefef none repeat scroll 0 0;
}

.certificate__wrapper {
	background: #ffffff none repeat scroll 0 0;
	border: 10px solid #fcfcfc;
	-webkit-box-shadow: 0px 0px 58px -10px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 0px 58px -10px rgba(0,0,0,0.29);
	box-shadow: 0px 0px 58px -10px rgba(0,0,0,0.29);
	padding: 40px;
}
.certificate__wrapper-head {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #e9e9e9;
}
.certificate__wrapper-head figure img {
	margin: 0 auto 20px auto;
}
.certificate__wrapper-body {
	padding-top: 20px;
}
.metainfo__section {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;	
	justify-content: space-between;
	margin-bottom: 20px;
}
.metainfo__section > div p {
	margin-bottom: 3px;
}
.letterinfo__section {
	margin-bottom: 20px;
}
.letterinfo__section p {
	color: #000000;
}
.letterinfo__section span {
	display: block;
	color: #000000;
} 
.studentinfo__section {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;	
	justify-content: space-between;
}
.studentinfo__section > div p span {
	font-weight: normal;
}
.studentinfo__section > div p {
	font-weight: bold;
}
.subject__section {
	margin: 12px 0px 30px 0px;
	background: #fbfbfb none repeat scroll 0 0;
	padding: 15px 15px;
}
.subject__section > p {
	margin-bottom: 0px;
}
.subject__section p {
	font-weight: bold;
}
.subject__section p span {
	font-weight: normal;
}
.auth__section {
	width: 280px;
	float: right;
	clear: both;
	text-align: center;
}
.auth__section p {
	margin-bottom: 3px;
}
.note {
	width: 100%;
	text-align: center;
	margin-top: 25px;
	color: #d5d5d5;
}
@media screen and (max-width: 1199px) {
	.result__tile-top-title h2 span {
		display: inline-block;
	}
}
@media screen and (max-width: 991px) {
	.result__tile { 
		width: calc(100% / 2 - 33px); 
	}
	.result__tile-top-session { 
		margin-top: 28px;
	}
}
@media screen and (max-width: 700px) {

	.result__tile {
		width: calc(100% / 1 - 33px);
	}
	.result__tile-bottom { 
		padding: 30px 20px;
		text-align: center; 
	}
}
.exam-wrapper .form-group input {

    color: #000 !important;

}


/* Static Data css */
.static__data {
	background: #fff none repeat scroll 0 0; 
	-webkit-box-shadow: 10px 10px 47px 14px rgba(0,0,0,0.12);
	-moz-box-shadow: 10px 10px 47px 14px rgba(0,0,0,0.12);
	box-shadow: 10px 10px 47px 14px rgba(0,0,0,0.12);
	padding: 30px;
	margin-bottom: 30px;
}
.static__data-title {
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 25px;
}

.static__data-table table thead tr th {
	background: #3c3c3c none repeat scroll 0 0 !important;
	color: #ffffff !important;
}
.static__data-table table tfoot tr td {
	background: #cbcbcb none repeat scroll 0 0 !important;
	color: #000000 !important;
	font-weight: bold;
}
.field-searchmodel-captcha {
    position: relative;
}

.form-group .refresh-captcha {
    position: absolute;
    right: 0;
    top: 40px;
    background: none repeat scroll 0 0;
    border: none;
    outline: none;
    color: #56bdea;
    cursor: pointer;
}