/* #Reset & Basics 
================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;box-sizing:border-box;
}
input, select, textarea, button {
	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*body {
	line-height: 1;
}*/
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
strong, b {
	font-weight: bold;
}

/* #Typo
================================================== */
@font-face {
	font-family: 'gotham_mediumregular';
	src: url('../fonts/gotham-medium-webfont.eot');
	src: url('../fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/gotham-medium-webfont.woff') format('woff'),  
		 url('../fonts/gotham-medium-webfont.ttf') format('truetype'),  
		 url('../fonts/gotham-medium-webfont.svg#gotham_mediumregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after, .row:before, .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after, .clearfix:after {
	clear: both;
}
.row, .clearfix {
	zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* #Headings
================================================== */
.topics h3, .home-center h3, h2 {
	border-bottom: 1px solid #CCC;
	border-top: 5px solid #a60f15;
	font: 14px/55px 'gotham_mediumregular', Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
.home-center h3, h2 {
	font-size: 18px;
}
h2 {
	border-top: 5px solid #CCC;
}
.messaging-body h3 {
	border-bottom: 1px solid #999;
	padding: 15px 20px;
	font-size: 18px;
	color: #343434;
	font-weight: bold;
	position: relative;
}
h3.profile-title {
	background: #e5e5e5;
	padding: 10px 20px;
	color: #2e2e2e;
	margin-bottom: 15px;
}
.support h3 {
	font: 14px 'gotham_mediumregular', Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
}
/* #Common Styles
================================================== */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto 0px;
}

.header{width:100%;float:left;background:#fff}

.footer, .push {
	height: 83px; 
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}
.top-bar {
	height: 40px;
	background: url(../images/top-bar.png) repeat-x;
	color: #505050;
	float:left;width:100%;
}
.main-container {
	margin: 0 auto;float:left;width:100%;padding:0 15px;
}
.top-bar a {
	float: right;
	color: #505050;
	margin-top: 12px;
	background: url(../images/header-sprite.png) no-repeat 0 2px;
	padding-left: 10px;
}
.top-bar a:hover {
	text-decoration: underline;
}
.user {
	margin-right: 35px;
	float: right;
	margin-top: 12px;
}
.logo {
	width: 216px;
	height: 73px;
	position: relative;
	float: left;
	font: bold 18px Arial, Helvetica, sans-serif;
	margin-top: 37px;
	margin-bottom: 40px;
}
.logo span {
	background: url(../images/header-sprite.png) no-repeat 0 -49px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}
.ie7 .header {
	padding-bottom: 40px;
}
.apply {
	background: url('../images/header-sprite.png') no-repeat -2px -149px;
	width: 182px;
	height: 39px;
	float: left;
	margin-top: 50px;
}
.content {
	background: #f2f2f2 url(../images/body-gred.png) repeat-x;
}
.white-area {
	background: #FFF;
	padding: 15px;
	margin-top: 15px;
	position:relative;
	width:100%;
	float:left;
}
.footer {
	background: #f6f6f6 url(../images/footer.png) repeat-x;
	height: 83px;
	font-family: 'gotham_mediumregular';
	font-size: 11px;
	line-height: 83px;
	width:100%;
	float:left;
}
.footer-center {
	text-align: center;
}
.mail-actions {
	
}
.new-message {
	background: url(../images/messaging.png) no-repeat 0 0;
	padding-left: 26px;
	height: 20px;
	float: left;
	font-size: 19px;
	color: #a60f15;
	line-height: 17px;
	margin-right: 10px;
	margin-left: 21px;
}
a.switch {
	float: left;
	margin-left: 20px;
	color: #585858;
	font-size: 11px;
	margin-top: 5px;
	letter-spacing: .5px;
}
a.switch:hover {
	color: #a60f15;
}
.mail-search {
	float: right;
	position: relative;
}
.mail-search input[type=text] {
	border: 1px solid #efefef;
	width: 265px;
	height: 28px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	font-size: 12px;
}
.mail-search input[type=submit] {
	position: absolute;
	width: 15px;
	height: 15px;
	background: url(../images/messaging.png) no-repeat -3px -30px;
	right: 8px;
	top: 8px;
	border: 0;
	color: #333;
}
.messaging-body {
	border-left: 1px solid #e5e3e3;
	margin-top: 25px;
	padding-bottom: 35px;
}
.next-message, .prev-message {
	width: 5px;
	height: 9px;
	position: absolute;
	right: 25px;
	top: 22px;
	background: url(../images/messaging.png) no-repeat 0px -60px;
}
.prev-message {
	right: 45px;
	background-position: 0px -81px;
}
/* #Pages Styles
================================================== */
.nav {
	width:15%;
	float: left;
	margin:0 0 20px;
}
.nav > ul {
	border-top: 5px solid #a60f15;
}
.nav li {
	border-bottom: 1px solid #CCC;
}
.nav li a {
	display: block;
	padding-left: 20px;
	line-height: 45px;
	color: #808080;
	font-weight: bold;
	background: url(../images/arrow.png) no-repeat 10px 19px;
	position: relative;
	background-image: url(../images/arrow.png);
}
.nav li a:hover {
	color: #a60f15;
}
.messages-counter {
	background: #333;
	border-radius: 10px;
	position: absolute;
	right: 7px;
	padding: 0 10px;
	font-size: 11px;
	line-height: 18px;
	top: 12px;
	color: #FFF;
	font-weight: normal;
}
.ie7 .messages-counter {
	top: 0px;
}
.nav li ul  {
	padding-left: 20px;
	position: relative;
	top: -6px;
}
.nav li ul li a {
	line-height:16px;
	font-weight: normal;
	background: url(../images/small-arrow.png) no-repeat 9px 13px;
	padding:9px 16px 9px 17px;
}
.nav li ul li a:hover, .nav li ul li a.active {
	background: #a60f15 url(../images/small-arrow.png) no-repeat 9px -32px; 
	color: #FFF;
}
.nav li ul li  {
	border-bottom: 0;
	border-top: 1px solid #CCC; 
}
.nav li ul li:first-child {
	border: 0;
}
.topics {
	float: left;
	width: 20%;
}
.home-center {width:61%;margin:0 2% 20px;float: left}
.home-center p {
	text-align: justify;
	line-height: 1.4em;
}
.topics li {
	padding-bottom: 35px;
}
.topics li .details {
	padding-left: 81px;
}
.topics li .icon {
	width: 60px;
	height: 60px;
	background: #f2f2f2;
	float: left;
	border: 3px solid #d9d9d9;
}
.topics li a {
	color: #343434;
}
.topics li img {
	width: 100%;
}
.topics li a:hover {
	color: #a60f15;
}
.topics li p {
	font-size: 11px;
	margin-top: 7px;
}


.importantText{background:#f7e6e6;color:#a60f15;padding:15px;width:100%;float:left;margin:0 0 15px;font-size:14px }
.importantText02{width:61%}

.gray-box{padding: 30px 0}
.gray-box li {
	width:46%;
	float: left;
	margin:2%;
	background: #CCC;
	position: relative;
	background: #e0e0e0 url(../images/home-box-center.png) repeat-x;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}

.gray-box li a{position:relative; width:100%; float:left; padding:0; cursor:default;pointer-events: none}
.gray-box li a .num{width:auto;float:left;color:#FFFFFF;font-size:40px;background:#ccc;padding:15px 28px;font-weight:bold}
.gray-box li a .icon{width:35px; height:34px; float:left; margin:20px 8px 20px 15px; background:url('../images/home-box-icons.png'); -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */	filter:grayscale(100%); opacity:0.3}
.gray-box li a .details{padding:28px 0 0;color:#aaa;float:left;width:auto; font-size:16px}

.gray-box li.active a{cursor:pointer;pointer-events:all}
.gray-box li.active a .num{background:#a60f15}
.gray-box li.active a .icon{-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */filter: grayscale(0);opacity:1}
.gray-box li.active a .details{color:#a60f15}

.gray-box li a .termsConditionsIcon{background-position:0px 0px}
.gray-box li a .uploadDocIcon{background-position:0 -48px}
.gray-box li a .onlinePaymentIcon{background-position:0 -96px}
.gray-box li a .bookYourTestcon{background-position:0 -144px}

.main-side {float: left;width:83%;margin:0 0 0 2%;position:relative}
.messages li {
	border-bottom: 1px solid #e5e3e3;
	cursor: pointer;
	padding: 14px 22px;
	color: #474747;
	background: #f2f2f2;
	*display: inline;
}
.messages li.read {
	background: #F9F9F9;
}
.messages li .sender {
	float: left;
	font-size: 15px;
	width: 70%;
	color: #474747;
}
.messages li .sender div:first-child {
	color: #000;
}
.messages li .subject {
	font-size: 12px;
	margin-top: 3px;
}
.messages li .message-details {
	float: right;
}
.delete-message {
	width: 8px;
	height: 10px;
	float: right;
	background: url(../images/messaging.png) no-repeat 0 -135px;
}
.delete-message:hover {
	background-position: 0px -151px;
}
.attachment-icon {
	width: 9px;
	height: 13px;
	background: url(../images/messaging.png) no-repeat 0 -108px;
	float: right;
	margin-right: 12px;
}
.timing {
	float: right;
	width: 100%;
	margin-top: 5px;
}
.timing span {
	float: right;
	margin-left: 12px;
}
.message-subject {
	border-bottom: 1px solid #eaeaea;
	padding: 10px 0;
}
.message-subject label {
	float: left;
	margin-right: 15px;
	color: #343434;
	font-weight: bold;
}
.message-subject input[type=text] {
	float: left;
	width: 80%;
	border: 0;
}
.send {
	width: 64px;
	height: 29px;
	border: 0;
	background: #a60f15;
	color: #FFF;
	font-size: 13px;
	cursor: pointer;
}
.send:hover{
	background: #333;
}
.editor, .read-message, .profile-area {
	margin-left: 20px;
}
.editor textarea {
	float: left;
	width: 100%;
	border: 0;
	margin: 20px 0;
	height: 200px;
}
.read-message p {
	line-height: 1.4em;
	padding-bottom: 25px;
	color: #333;
}
.read-message p a {
	color: #3089c2;
}
.read-message p a:hover {
	text-decoration: underline;
}
.mail-details {
	padding-top: 15px;
	padding-bottom: 50px; 
}
.mail-details .details {
	float: left;
	width: 50%;
}
.mail-details .details .image{
	background: #f5f5f5;
	width: 30px;
	height: 30px;
	border: 1px solid #e5e5e5;
	float: left;
}
.mail-details .details .date {
	padding-left: 40px;
}
.mail-details .details .date .timing {
	float: left;
	width: auto;
	font-size: 12px;
}
.mail-details .details .date .timing span{
	float: left;
	margin-left: 0;
	margin-right: 12px;
}
.mail-details .details .date .file {
	background: url(../images/messaging.png) no-repeat 0 -108px;
	padding-left: 15px;
	color: #3089c2;
	float: left;
	margin-top: 6px;
	line-height: 13px;
}
.mail-details .details .date .file:hover {
	text-decoration: underline;
}
.mail-options {
	float: right;
}
.mail-options a {
	float: right;
	float: right;
	padding-left: 22px;
	margin-right: 20px;
	font-size: 12px;
	color: #474747;
	background: url(../images/messaging.png) no-repeat;
}
.mail-options a:hover {
	text-decoration: underline;
	color: #333;
}
.mail-options a.delete-mail {
	background-position:  9px -133px;
}
.mail-options a.reply {
	background-position:  0px -184px;
}
.mail-options a.inbox {
	background-position:  0px -167px;
}
.profile-area li {
	border-top: 1px dotted #EEE;
	padding: 12px 0;
}
.profile-area li:first-child {
	border: 0;
}
.profile-area li label {
	float: left;
	color: #333;
	font-size: 12px;
	width: 185px;
	margin-top: 5px;
}
.name {
	position: relative;
	float: left;
	margin-left: 20px;
	border:1px solid #CCC;
}
label + .name {
	margin-left: 0px;
}
.profile-area li .name input[type=text] {
	padding: 0;
	margin: 0;
	height: 23px;
	
	border: 0;
	width: 100%;
}
.name span {
	position: absolute;
	right: -12px;
	bottom: -10px;
}

.profile-area small.arabicText{width:calc(100% - 185px);float:left;text-align:left;margin:0 0 0 185px}
.profile-area li label span{font-size:14px}
.profile-area li label small{color:#999}

.table-responsive{width:100%;float:left}
.table-responsive table{border-top:1px solid #ccc; border-left:1px solid #ccc;border-bottom:1px solid #f00; width:100%}
.table-responsive table td{border-right:1px solid #ccc;padding:10px 8px}
.table-responsive table tr:first-child{border-bottom:1px solid #ccc;background:#d5d5d5 !important;color:#000000}
.table-responsive table table tr:first-child{text-align:left}
.table-responsive table, .blockAll .table-responsive table td, .blockAll .table-responsive table tr:first-child{border-color:#ccc}
.table-responsive table tr:nth-child(odd){background:#e8e8e8}

.radioBut{width:calc(90% - 185px)}

.fullNameInputWidht{width:144px!important;margin:0 10px 0 0}
.fullNameInputArabic{text-align:right;margin:0 10px 0 0 !important}


.profile-area li select, .profile-area li input[type=text] {
	float: left;
	border: 1px solid #CCC;
	padding: 2px 0px !important;
	height: 28px;
	font-size: 12px;
	color: #333;
	width:61%
}
.profile-area li input[type=text] {
	padding: 0;
}
.profile-area li a {
	color: #3089c2;
}
.profile-area li a:hover {
	text-decoration: underline;
}
.upload {
	width: 270px;
	float: left;
	border-right: 1px solid #666;
	margin-top: 40px;
}
.upload input[type=file] {
	width: 50%;
	float: left;
	margin-right: 15px;
}
.upload a {
	float: left;
	margin-top: 5px;
}
.image-box {
	float: left;
	margin-left: 20px;
}
.image-box span {
	float: left;
	background: #EEE;
	width: 95px;
	min-height: 95px;
	border: 1px solid #e5e5e5;
}
.image-box span img {
	width: 95px;
}
.image-box a {
	margin-left: 20px;
	margin-top: 40px;
	float: left;
}
.profile-area .button {
	border-top: #dadada 1px solid;
	padding-top: 30px;
	margin:10px 0 35px;
}
.profile-area .button input[type=submit], table.upload-papers + input[type=submit] {
	float: right;
	background: #a60f15;
	border: 0;
	padding: 10px;
	color: #FFF;
}
.profile-area .button input[type=submit]:hover, table.upload-papers + input[type=submit]:hover {
	background: #333;
}
table.upload-papers + input[type=submit] {
	float: left;
	margin-top: 24px;
	padding: 10px 23px;
}
.profile-area li.uImage label {
	margin-top: 40px;
}
.profile-area li select[disabled=disabled], .profile-area li select[disabled] {
	background: #e5e5e5;
}
.red-line {
	color: #a60f15;
	font-size: 14px;
	margin-top: 50px;
}
.red-line:first-child {
	margin-top: 0px;
}
table.upload-papers th {
	background: #e5e5e5;
	padding: 10px;
	text-align: left;
}
table.upload-papers td {
	padding: 10px;
	border-bottom: 1px solid #eaeaea;
	vertical-align: middle;
}
.browse-wrap {
	float: left;
	width: 100%;
	position: relative;
}
.browse-wrap a {
	width: 73px;
	height: 24px;
	background: #333;
	color: #FFF;
	float: left;
	text-align: center;
	line-height: 24px;
}
.upload-path {
	float: left;
	margin-left: 9px;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 3px;
}
.upload-path.selected {
	color: #3089c2;
}
input.uploadFile {
	left:0;
	margin:0;
	top:0;
    padding:0;
    opacity:0;
	filter: alpha(opacity=0);
	outline:none;
    width: 73px;
	height: 24px;
    position:absolute;
}
.support p {
	padding-bottom: 20px;
	text-align: justify;
}
.print-button {
	float: right;position:absolute;top:16px; right:0px}
.print-button a {
	color: #fff;
	padding: 10px 12px;
	margin:0 0 0 8px;
	float: left;
	background: #a60f15;
}
.print-button a:hover {
	background: #333;
}
.print-button a img {
	float: left;
	margin-right: 8px;
}

.VirtualAdmissions-button{float:right;width:auto;padding:50px 0 0}
.VirtualAdmissions-button a{color: #fff;background:#a60f15;padding:10px 12px;float:right;line-height:16px;margin:0 3px}
.VirtualAdmissions-button a:hover{background:#333}
.VirtualAdmissions-button a img {float:left;margin-right:8px}

a.disabledButt{background:#ccc; pointer-events: none;}
a.disabledButt:hover{background:#ccc}

.medicalCheckup{width:100%;float:left;background:#eee;margin:0 0 8px}
.medicalCheckup>div{width:50%;float:left;padding:15px 1%}
.medicalCheckup>div>h1{font-size:17px;line-height:27px;font-weight:bold;color:#404040}
.medicalCheckup a, .redButton{width:auto;float:right;background:#a60f15;color:#fff;padding:6px 12px;border:0;cursor:pointer}

.newBookYourTest{width:100%;float:left;margin:0 0 20px 0}
.chooseTime{width:100%;float:left}
.chooseTime .medicalCheckup{background:#d5d5d5;margin:0}
.chooseTime .medicalCheckup a{float:left}
.testDetails{width:100%;float:left;background:#eee;padding:20px;border-bottom:1px solid #ccc}
.testDetails>div{width:33.33%;float:left;padding:5px 1%}
.testDetails>div .redButton{background:#777}

.modal-content{padding:30px;border-radius:.5em;display:inline-block;background-color:#fff}
.modal-content .print-button{position:relative;margin:10px 0 40px 0}
.modal-content .profile-area{margin:0 0 15px 0}
.modal-content .profile-area li label{width:100px;font-size:14px}
.modal-content .profile-area li{padding:8px 0}
.lightbox-btn{display:none}
.popupOkBut{background:none!important;position:relative !important;visibility:visible}


/*------ terms & conditions ---------------------*/

.terms{direction:rtl;line-height:22px;}

.terms div {
	margin-bottom: 10px;
	direction: rtl;
}

.terms ol {width:100%;float:right;margin:0 30px 10px 0}

.terms p, .terms table, .terms li, .terms strong {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	
}
.terms h3 {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #a60f15;
}
.terms table {
	margin-bottom: 20px;
}
.terms a {
	color: #0f79a3;
}
table.terms-table th {
	background: #e5e5e5;
	padding: 10px;
	text-align: right;
}
.terms-table tr:nth-child(odd) {
	background: #f3f3f3;
}
.terms .button input[type=submit] {
	font-size: 14px;
	background: #a60f15;
	border: 0;
	padding: 12px 14px;
	color: #FFF;
}
.terms .button input[disabled=disabled] {
	font-size: 14px;
	background: #bbb;
	border: 0;
	padding: 12px 14px;
	color: #FFF;
}


/*------ Virtual Meeting ---------------------*/
.support a {
	background: #a60f15; 
	color: #fff; 
	padding: 12px 15px; 
	float:left
}

@media (max-width: 1200px) {

.nav{width:25%}
.home-center, .main-side{width:73%;margin:0 0 20px 2%}
.topics{width:100%}

.profile-area li label{width:100%;margin:0 0 5px}
.profile-area li select, .profile-area li input[type=text], .importantText02{width:80%}

.fullNameInputWidht{width:80%!important;margin:0 0 10px 0!important}
.radioBut{width:100%}

}

@media (max-width: 1024px) {




}

@media (max-width: 991px) {

.gray-box li{width:100%; margin:2% 0}

.print-button{position:relative;width: 100%;margin: -15px 0 30px;}
.print-button a{margin:0 0 8px 8px}



}

@media (max-width: 768px) {
.profile-area li label{width:100%;float:left}
.table-responsive{overflow-x:auto}

.profile-area li select, .profile-area li input[type=text], .importantText02{width:96%!important}
.profile-area small.arabicText{width:100%!important;float:left;margin:0}

.nav{width:100%}
.home-center, .main-side{width:100%;margin:0 0 20px 0}


}

@media (max-width: 620px) {

.logo{margin:10px auto 0; float:none;width:204px}
.apply{background:url('../images/header-sprite.png') no-repeat -24px -149px;margin:0 auto;float:none;display:block;width:160px}
.VirtualAdmissions-button{width:100%;padding:0;text-align:center}
.VirtualAdmissions-button a{display:inline-block; margin:0 0 10px; float:none}



}

@media (max-width: 380px) {

.gray-box li a .num{font-size:32px;padding:10px 20px}
.gray-box li a .icon{margin:11px 8px 0 15px }
.gray-box li a .details{font-size:14px;padding:20px 0 0}

}