	
	/*	/////////////////////////////////////////////////// */
	/*	/////////		BODY			///////// */
	/*	/////////////////////////////////////////////////// */
	
	.main-login {
		display:table;
		width:100%;
		height:100%;
	} .main-login .top {
		display:table-row;
	} .main-login .top > div:nth-child(1) {
		display:table-cell;
		height:44px;
		background:#5F2A5D;
	} .main-login .top > div:nth-child(1) > div:nth-child(1) {
		width:1280px;
		font-size:14px;
		padding:12px 12px 0 0;
		margin:auto;
	} .main-login .top .left {
		float:left;
	} .main-login .top .left img {
		vertical-align:middle;
		margin:-2px 0 0 0;
	} .main-login .top .right {
		float:right;
	} .main-login .top .right a img {
		vertical-align:middle;
		margin:-2px 1px 0 2px;
		
	} .main-login .center {
		display:table-row;
	} .main-login .center > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
		height:auto;
		background:url('../images/back_loginPanel.jpg') no-repeat bottom;
		background-size:cover;
		
	} .main-login .center .login-panel {
		display:table;
		opacity:0;
		width:600px;
		margin:-100px auto 0 auto;
		padding-top:40px;
		padding-bottom:40px;
		-webkit-box-shadow:0 20px 40px 0 rgba(0,0,0,0.35);
		box-shadow:0 20px 40px 0 rgba(0,0,0,0.35);
		background:url('../images/back_loginPanel.png') no-repeat;
		background-size:cover;
	} .main-login .center .login-panel > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		color:#333;
	} .main-login .center .login-panel .title {
		display:block;
		font-size:21px;
		letter-spacing:-1px;
	} .main-login .center .login-panel input[type=text],
	  .main-login .center .login-panel input[type=password] {
		width:420px;
		height:50px;
		font-size:17px;
		text-align:center;
		border:1px solid #CCC;
		-webkit-border-radius:20px;
		border-radius:20px;
	} .main-login .center .login-panel .login-btn {
		padding:16px;
		width:400px;
		font-size:17px;
		background:#FF885E;
		color:#FFF;
		-webkit-border-radius:30px;
		border-radius:30px;
		cursor:pointer;
	} .main-login .center .login-panel .forgot {
		width:400px;
		margin:auto;
	} .main-login .center .login-panel .forgot .left {
		float:left;
	} .main-login .center .login-panel .forgot .left input {
		vertical-align:middle;
		margin:-3px 3px 0 0;
	} .main-login .center .login-panel .forgot .right {
		float:right;
		
		
		
		
		
		
		
	} .main-login .center .forgot-panel {
		display:table;
		width:600px;
		height:400px;
		-webkit-box-shadow:0 20px 40px 0 rgba(0,0,0,0.35);
		box-shadow:0 20px 40px 0 rgba(0,0,0,0.35);
		background:url('../images/back_loginPanel.png') no-repeat;
		background-size:cover;
		margin:auto;
	} .main-login .center .forgot-panel > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		color:#333;
	} .main-login .center .forgot-panel .title {
		display:block;
		font-size:21px;
		letter-spacing:-1px;
	} .main-login .center .forgot-panel input[type=text],
	  .main-login .center .forgot-panel input[type=password] {
		width:420px;
		height:50px;
		font-size:17px;
		text-align:center;
		border:1px solid #CCC;
		-webkit-border-radius:20px;
		border-radius:20px;
	} .main-login .center .forgot-panel .submit-btn {
		padding:16px;
		width:400px;
		font-size:17px;
		background:#FF885E;
		color:#FFF;
		-webkit-border-radius:30px;
		border-radius:30px;
		cursor:pointer;
	} .main-login .center .forgot-panel .back {
		width:400px;
		margin:auto;
	} .main-login .center .forgot-panel .back .left {
		float:left;
	} .main-login .center .forgot-panel .back .left input {
		vertical-align:middle;
		margin:-3px 3px 0 0;
	} .main-login .center .forgot-panel .back .right {
		float:right;
		
		
		
		
		
		
		
	} .main-login .bottom {
		display:table-row;
	} .main-login .bottom > div:nth-child(1) {
		display:table-cell;
		height:160px;
	} .main-login .bottom > div:nth-child(1) > div:nth-child(1) {
		width:100%;
		height:160px;
		background:#5F2A5D;
	} .main-login .bottom > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
		width:1280px;
		margin:auto;
	} .main-login .bottom .left {
		float:left;
		margin:38px 0 0 0;
	} .main-login .bottom .right {
		float:right;
	} .main-login .bottom .right .powered {
		float:right;
		padding:30px 0 36px 26px;
		margin:36px 0 0 0;
		border-left:1px solid rgba(255,255,255,0.25);
	} .main-login .bottom .right .copyright {
		float:right;
		text-align:right;
		margin:36px 30px 0 0;
	} .main-login .bottom .right .copyright span {
		font-size:13px;
		line-height:1.6em;
		color:#FFF;
	}
	
	.main-dash {
		display:table;
		width:100%;
		height:100%;
		
	} .main-dash .top {
		display:table-row;
	} .main-dash .top > div:nth-child(1) {
		display:table-cell;
		height:54px;
		background:#5F2A5D;
	} .main-dash .top > div:nth-child(1) > div:nth-child(1) {
		width:100%;
		font-size:14px;
		padding:16px 26px;
		margin:auto;
	} .main-dash .top .left {
		float:left;
		color:#FFF;
	} .main-dash .top .left .msg-cnt {
		display:inline-block;
		width:20px;
		height:20px;
		background:#ED3D76;
		color:#FFF;
		font-size:11px;
		-webkit-border-radius:20px;
		border-radius:20px;
	} .main-dash .top .left .msg-cnt strong {
		display:inline-block;
		padding:4px 0 0 0;
		width:100%;
		line-height:1.2em;
		text-align:center;
		
		
		
		
	} .main-dash .top .right {
		float:right;
	} .main-dash .top .right img {
		vertical-align:middle;
		margin:-2px 0 0 0;
	} .main-dash .top .right .sep1 {
		display:inline-block;
		vertical-align:middle;
		border-right:1px solid rgba(255,255,255,0.35);
		width:18px;
		height:20px;
	} .main-dash .top .right .sep2 {
		display:inline-block;
		vertical-align:middle;
		width:10px;
		height:20px;
		
	} .main-dash .center {
		display:table-row;
	} .main-dash .center > div:nth-child(1) {
		display:table-cell;
		vertical-align:top;
		height:auto;
		padding:20px 20px 0 20px;
		background:url('../images/back_dashboardPanel.jpg') no-repeat top center;
		background-size:cover;
	} .main-dash .center > div:nth-child(1) > div:nth-child(1) {
		display:table;
		width:100%;
		height:100%;
	} .main-dash .center .main-buttons {
		display:table-cell;
		width:300px;
		vertical-align:top;
	} .main-dash .center .main-buttons > div:nth-child(1) {
		width:100%;
		height:100%;
		border-bottom:10px solid #D5DEE3;
		background:#FFF;
	} .main-dash .center .main-buttons > div:nth-child(1) > div:nth-child(1) {
		position:relative;
		width:100%;
		height:100%;
		background:url('../images/back_headerPanelMenuBar.png') no-repeat;
		background-size:100% 100%;
		border-bottom:1px solid #FFF;
	} .main-dash .center .buttons {
		list-style:none;
		margin:0;
		padding:20px;
	} .main-dash .center .buttons li {
		padding-bottom:8px;
		
	} .main-dash .center .logout-btn {
		position:absolute;
		bottom:0;
		width:100%;
		padding:20px;
		
	} .main-dash .center .main-content {
		display:table-cell;
		width:auto;
		
	} .main-dash .center .con-boxes {
		position:relative;
		width:100%;
		height:100%;
		margin:auto;
		padding:20px 30px;
		border-bottom:10px solid #D5DEE3;
		background:#FFF;
	} .main-dash .center .con-boxes.b {
		z-index:9;
	} .main-dash .center .con-boxes .exam-name {
		font-size:23px;
		color:#5F2A5D;
	} .main-dash .center .con-boxes .exam-name .back {
		float:right;
		margin-top:-8px;
		padding:6px;
	} .main-dash .center .con-boxes .exam-name .back a {
		font-size:15px;
		color:inherit;
	} .main-dash .center .titles {
		font-size:23px;
		color:#5F2A5D;
	} .main-dash .center .titles img {
		vertical-align:middle;
		margin:-4px 0 0 0;
	} .main-dash .center .lines {
		height:10px;
		border-bottom:1px solid #AEC0CC;
	} .main-dash .center .info-board {
		display:table;
		width:100%;
		height:100%;
	} .main-dash .center .info-board .left {
		display:table-cell;
		width:50%;
		padding:3%;
		vertical-align:top;
		text-align:center;
	} .main-dash .center .info-board .right {
		display:table-cell;
		width:50%;
		padding:3%;
		border-left:1px solid #D5DEE3;
		text-align:center;
		vertical-align:top;
	} .main-dash .center .info-board .avatar {
		display:inline-block;
		padding:12px;
		-webkit-border-radius:160px;
		border-radius:160px;
	} .main-dash .center .info-board .avatar img {
		display:block;
		margin:0 auto;
	} .main-dash .center .info-board .name {
		display:block;
		padding:12px;
		font-size:21px;
	} .main-dash .center .info-board .other {
		text-align:center;
	} .main-dash .center .info-board .other .txt {
		display:block;
		padding:12px;
		font-size:13px;
	} .main-dash .center .info-board .other .meter {
		position:relative;
		display:inline-block;
		width:300px;
		height:20px;
		padding:4px;
		-webkit-border-radius:20px;
		border-radius:20px;
	} .main-dash .center .info-board .other .cnt {
		position:absolute;
		top:0;
		right:-24px;
		font-size:15px;
	} .main-dash .center .info-board .other .bar {
		height:10px;
		-webkit-border-radius:6px;
		border-radius:6px;
	} .main-dash .center .info-board .other .bar.a {
		background:#F8CA00;
	} .main-dash .center .info-board .other .bar.b {
		background:#E97F02;
	} .main-dash .center .info-board .other button {
		width:300px;
		
	} .main-dash .bottom {
		display:table-row;
	} .main-dash .bottom > div:nth-child(1) {
		display:table-cell;
		vertical-align:top;
		height:52px;
		background:url('../images/back_dashboardPanel.jpg') no-repeat bottom right;
		background-size:cover;
	} .main-dash .bottom > div:nth-child(1) > div:nth-child(1) {
		width:100%;
		margin:auto;
	}
	
	.con-block {
		position:fixed;
		z-index:8;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:url('../images/back_panelBlocker.png');
	}
	
	.con-mymessages {
		
	}
	
	.con-mylives {
		
	}
	
	.con-myprogram {
		
	}
	
	.con-myinfo {
		height:93%;
		padding-top:40px;
	} .con-myinfo .boxes {
		width:800px;
		margin:auto;
		text-align:left;
	} .con-myinfo .boxes .fa {
		float:left;
		width:48%;
	} .con-myinfo .boxes .fb {
		float:left;
		width:48%;
		margin:0 0 0 4%;
	} .con-myinfo .boxes .fc {
		float:left;
		width:auto;
	} .con-myinfo .boxes .fc fieldset {
		padding:12px;
	} .con-myinfo .boxes .fc fieldset:hover {
		padding:12px 11px!important;
	} .con-myinfo .boxes .fd {
		float:right;
		width:240px;
		padding:14px 0;
		text-align:right;
	} .con-myinfo .boxes fieldset {
		width:100%;
		border:1px solid #CCC;
		-webkit-border-radius:5px;
		border-radius:5px;
		padding:0 8px 6px 8px;
		margin:0;
		background:#FFF;
	} .con-myinfo .boxes fieldset:hover {
		padding:0 7px 5px 7px!important;
	} .con-myinfo .boxes fieldset legend {
		padding:0 6px;
		font-size:12px;
		background:#FFF;
		-webkit-border-radius:5px;
		border-radius:5px;
	} .con-myinfo .boxes fieldset input,
	  .con-myinfo .boxes fieldset textarea,
	  .con-myinfo .boxes fieldset select {
		font-size:17px!important;
		font-weight:bold;
		padding:6px 11px!important;
		margin:4px 0 2px 0;
		margin-left:-6px!important;
		background:url('../images/spacer.gif');
	} .con-myinfo .boxes fieldset input:focus,
	  .con-myinfo .boxes fieldset textarea:focus,
	  .con-myinfo .boxes fieldset select:focus {
		color:#ED3D76!important;
	}
	
	.con-mytests {
		
	}
	
	.con-helpcenter {
		
	}
	
	.con-mycard {
		height:90%;
		text-align:center;
	} .con-mycard .exam-details {
		display:table;
		width:100%;
		height:100%;
		margin-top:20px;
	} .con-mycard .exams {
		display:table-cell;
		width:auto;
		vertical-align:top;
		padding:12px 0;
		text-align:left;
	} .con-mycard .exams .item {
		display:inline-block;
		width:30%;
		height:540px;
		margin:0 12px 24px 12px;
		padding:40px 30px;
		line-height:2em;
		text-align:center;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
	} .con-mycard .exams .item .icon {
		width:120px;
		height:120px;
		margin:auto;
		background:#FFF;
		padding-top:28px;
		-webkit-border-radius:120px;
		-moz-border-radius:120px;
	} .con-mycard .exams .item .txt.a {
		display:block;
		font-size:23px;
	} .con-mycard .exams .item .txt.b {
		display:block;
		font-size:17px;
	} .con-mycard .exams .item .txt.c {
		display:block;
		margin:6px 0;
		font-size:34px;
		color:#ED3D76;
	} .con-mycard .points {
		display:inline-block;
		width:30%;
		text-align:center;
		vertical-align:top;
	} .con-mycard .points .txt.a {
		display:inline-block;
		vertical-align:middle;
		padding:4px 6px;
		line-height:1em;
		font-size:12px!important;
		font-weight:bold;
		background:#EEE;
		-webkit-border-radius:6px;
		border-radius:6px;
	} .con-mycard .points .txt.b {
		display:block;
		font-size:19px!important;
	} .con-mycard .summary {
		display:table-cell;
		width:25%;
		vertical-align:top;
		padding:40px;
		background:#FFF4CE;
	} .con-mycard .summary .icon {
		width:200px;
		height:200px;
		margin:auto;
		background:#FFF;
		padding-top:24px;
		-webkit-border-radius:200px;
		-moz-border-radius:200px;
	} .con-mycard .summary .txt.a {
		display:block;
		margin:14px 0;
		font-size:23px;
		color:#5F2A5D;
	} .con-mycard .summary .txt.b {
		display:block;
		margin:14px 0;
		font-size:48px;
		color:#ED3D76;
	}
	
	.con-discounts {
		
	}
	
	.con-mycomment {
		height:93%;
		padding-top:40px;
	} .con-mycomment .boxes {
		width:800px;
		margin:auto;
		text-align:left;
	} .con-mycomment .boxes .fa {
		float:left;
		width:48%;
	} .con-mycomment .boxes .fb {
		float:left;
		width:48%;
		margin:0 0 0 4%;
	} .con-mycomment .boxes .fc {
		float:left;
		width:auto;
	} .con-mycomment .boxes .fc fieldset {
		padding:12px;
	} .con-mycomment .boxes .fc fieldset:hover {
		padding:12px 11px!important;
	} .con-mycomment .boxes .fd {
		float:right;
		width:240px;
		padding:14px 0;
		text-align:right;
	} .con-mycomment .boxes fieldset {
		width:100%;
		border:1px solid #CCC;
		-webkit-border-radius:5px;
		border-radius:5px;
		padding:0 8px 6px 8px;
		margin:0;
		background:#FFF;
	} .con-mycomment .boxes fieldset:hover {
		padding:0 7px 5px 7px!important;
	} .con-mycomment .boxes fieldset legend {
		padding:0 6px;
		font-size:12px;
		background:#FFF;
		-webkit-border-radius:5px;
		border-radius:5px;
	} .con-mycomment .boxes fieldset input,
	  .con-mycomment .boxes fieldset textarea,
	  .con-mycomment .boxes fieldset select {
		font-size:17px!important;
		font-weight:bold;
		padding:6px 11px!important;
		margin:4px 0 2px 0;
		margin-left:-6px!important;
		background:url('../images/spacer.gif');
	} .con-mycomment .boxes fieldset input:focus,
	  .con-mycomment .boxes fieldset textarea:focus,
	  .con-mycomment .boxes fieldset select:focus {
		color:#3A479D!important;
	}
	
	.con-myexams {
		display:table;
		width:100%;
		height:94%;
		text-align:center;
	} .con-myexams > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
	} .con-myexams .item {
		width:260px;
		height:260px;
		margin:0 14px;
		vertical-align:top;
		-webkit-border-radius:10px;
		border-radius:10px;
		cursor:pointer;
		border:1px solid rgba(255,255,255,.5);
		-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.15);
		box-shadow:0 5px 10px 0 rgba(0,0,0,.15);
	} .con-myexams .item span {
		display:block;
		font-size:21px;
		font-weight:bold;
		color:#4D0D3B;
		padding:20px;
	} .con-myexams .item:hover {
		background:#5F2A5D;
	} .con-myexams .item:hover span {
		color:#F8CA00!important;
	}
	
	.con-examdetails {
		display:table;
		width:100%;
		height:94%;
		font-size:15px;
	} .con-examdetails .que-detail {
		display:table-cell;
		position:relative;
		width:75%;
		line-height:1.7em;
		vertical-align:top;
		
	} .con-examdetails .que-list {
		display:table-cell;
		position:relative;
		width:25%;
		vertical-align:top;
		
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	
	
	/* // All Mobile Sizes (devices and browser) */
	@media only screen and (max-width:767px) {
		
		.main-login .top > div:nth-child(1) {
			height:44px;
		} .main-login .top > div:nth-child(1) > div:nth-child(1) {
			width:100%;
			padding:0;
			font-size:0;
		} .main-login .top .left {
			padding:12px;
		} .main-login .top .left img {
			margin:0 4px!important;
		} .main-login .top .right {
			padding:12px;
		} .main-login .top .right img {
			display:inline-block;
			margin:0 4px!important;
			
		} .main-login .center > div:nth-child(1) {
			height:560px;
		} .main-login .center .login-panel {
			width:90%;
			height:360px;
			padding:20px 30px;
		
		} .main-login .center .login-panel input[type=text],
		  .main-login .center .login-panel input[type=password] {
			width:100%;
			font-size:15px!important;
		} .main-login .center .login-panel .login-btn {
			width:100%;
			
		} .main-login .center .login-panel .forgot {
			width:100%;
			
		} .main-login .bottom > div:nth-child(1) {
			height:auto;
		} .main-login .bottom > div:nth-child(1) > div:nth-child(1) {
			height:auto;
		} .main-login .bottom > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
			width:100%;
			margin:auto;
		} .main-login .bottom .left {
			float:none;
			margin:0;
			padding:20px;
			padding-top:30px;
		} .main-login .bottom .left img {
			display:block;
			width:140px;
			height:auto;
			margin:auto;
		} .main-login .bottom .right {
			float:none;
			padding:20px;
		} .main-login .bottom .right .powered {
			float:none;
			padding:30px 0 0 0;
			margin:0;
			border-top:1px solid rgba(255,255,255,0.25);
			border-left:0;
		} .main-login .bottom .right .powered img {
			display:block;
			margin:auto;
			
		} .main-login .bottom .right .copyright {
			float:none;
			text-align:center;
			margin:36px 0;
		} .main-login .bottom .right .copyright br {
			display:none;
		}
		
		.main-dash .top > div:nth-child(1) {
			display:table-cell;
			height:48px;
			background:#5F2A5D;
		} .main-dash .top > div:nth-child(1) > div:nth-child(1) {
			width:100%;
			font-size:14px;
			padding:16px 14px 10px 26px;
			margin:auto;
		} .main-dash .top .left {
			float:left;
			color:#FFF;
		} .main-dash .top .left .msg-cnt {
			display:inline-block;
			width:20px;
			height:20px;
			background:#ED3D76;
			color:#FFF;
			font-size:11px;
			-webkit-border-radius:20px;
			border-radius:20px;
		} .main-dash .top .left .msg-cnt strong {
			display:inline-block;
			padding:4px 0 0 0;
			width:100%;
			line-height:1.2em;
			text-align:center;
		} .main-dash .top .left .menu-btn {
			position:absolute;
			top:0;
			left:0;
			display:inline-block;
			vertical-align:middle;
			width:48px;
			height:48px;
			padding:12px;
			background:#ED3D76;
			
		} .main-dash .top .right {
			float:right;
			position:relative;
		} .main-dash .top .right img {
			vertical-align:middle;
			margin:-2px 0 0 0;
		} .main-dash .top .right .sep1 {
			width:6px
		} .main-dash .top .right .sep2 {
			width:4px;
		} .main-dash .top .right .msg-cnt {
			position:absolute;
			top:-10px;
			left:10px;
			display:inline-block;
			width:20px;
			height:20px;
			background:#ED3D76;
			color:#FFF;
			font-size:11px;
			-webkit-border-radius:20px;
			border-radius:20px;
		} .main-dash .top .right .msg-cnt strong {
			display:inline-block;
			padding:4px 0 0 0;
			width:100%;
			line-height:1.2em;
			text-align:center;
			
		} .main-dash .center > div:nth-child(1) {
			padding:12px 12px 0 12px;
		} .main-dash .center .main-buttons {
			display:none;
			width:100%;
			overflow:auto;
		} .main-dash .center .main-buttons > div:nth-child(1) > div:nth-child(1) {
			border-bottom:0;
			
		} .main-dash .center .main-content {
			width:auto;
			
		} .main-dash .center .con-boxes {
			padding:10px;
		} .main-dash .center .con-boxes.b {
			z-index:9;
			padding:10px 0 0 0;
			border-bottom:0;
		} .main-dash .center .con-boxes .exam-name {
			padding-left:6px;
			font-size:19px;
			color:#5F2A5D;
		} .main-dash .center .con-boxes .exam-name .back {
			float:right;
			margin-top:-8px;
			padding:6px;
		} .main-dash .center .con-boxes .exam-name .back a {
			font-size:15px;
			color:inherit;
		} .main-dash .center .titles {
			font-size:19px;
		} .main-dash .center .titles img {
			vertical-align:middle;
			margin:-4px 0 0 0;
		} .main-dash .center .lines {
			height:10px;
			border-bottom:1px solid #AEC0CC;
		} .main-dash .center .info-board {
			display:block;
			width:100%;
			height:100%;
		} .main-dash .center .info-board .left {
			display:block;
			width:100%;
			padding:30px 5% 50px 5%;
			margin-bottom:30px;
			vertical-align:top;
			text-align:center;
			border-bottom:1px solid #DDD;
		} .main-dash .center .info-board .right {
			display:block;
			width:100%;
			padding:5%;
			border-left:0;
			text-align:center;
			vertical-align:top;
		} .main-dash .center .info-board .avatar {
			display:inline-block;
			padding:12px;
			-webkit-border-radius:160px;
			border-radius:160px;
		} .main-dash .center .info-board .avatar img {
			display:block;
			margin:0 auto;
		} .main-dash .center .info-board .name {
			display:block;
			padding:12px;
			font-size:21px;
		} .main-dash .center .info-board .other {
			text-align:left;
		} .main-dash .center .info-board .other .txt {
			display:block;
			padding:12px;
			font-size:13px;
		} .main-dash .center .info-board .other .meter {
			position:relative;
			display:inline-block;
			width:90%;
			height:20px;
			padding:4px;
			-webkit-border-radius:20px;
			border-radius:20px;
		} .main-dash .center .info-board .other .cnt {
			position:absolute;
			top:0;
			right:-24px;
			font-size:15px;
		} .main-dash .center .info-board .other .bar {
			height:10px;
			-webkit-border-radius:6px;
			border-radius:6px;
		} .main-dash .center .info-board .other .bar.a {
			background:#F8CA00;
		} .main-dash .center .info-board .other .bar.b {
			background:#E97F02;
		} .main-dash .center .info-board .other button {
			width:100%;
			
		} .main-dash .bottom {
			display:table-row;
		} .main-dash .bottom > div:nth-child(1) {
			display:table-cell;
			vertical-align:top;
			height:52px;
			background:url('../images/back_dashboardPanel.jpg') no-repeat bottom right;
			background-size:cover;
		} .main-dash .bottom > div:nth-child(1) > div:nth-child(1) {
			width:100%;
			margin:auto;
		}
		
		.con-block {
			position:fixed;
			z-index:8;
			top:0;
			left:0;
			width:100%;
			height:100%;
			background:url('../images/back_panelBlocker.png');
		}
		
		.con-mymessages {
			
		} .con-mymessages .not-found {
			zoom:70%!important;
		}
		
		.con-mylives {
			
		}
		
		.con-myprogram {
			
		}
		
		.con-myinfo {
			height:auto;
			padding-top:20px;
		} .con-myinfo .boxes {
			width:96%;
		} .con-myinfo .boxes .fa {
			float:nonee;
			width:100%;
			margin-bottom:20px;
		} .con-myinfo .boxes .fb {
			float:nonee;
			width:100%;
			margin:0;
		} .con-myinfo .boxes .fc {
			float:none;
		} .con-myinfo .boxes .fc fieldset {
			padding:12px;
		} .con-myinfo .boxes .fc fieldset:hover {
			padding:12px 11px!important;
		} .con-myinfo .boxes .fd {
			float:none;
			width:100%;
			padding:14px 0;
			text-align:right;
		} .con-myinfo .boxes fieldset input,
		  .con-myinfo .boxes fieldset textarea,
		  .con-myinfo .boxes fieldset select {
			font-size:17px!important;
			font-weight:bold;
			padding:6px 11px!important;
			margin:4px 0 2px 0;
			margin-left:-6px!important;
			background:url('../images/spacer.gif');
		} .con-myinfo .boxes fieldset input:focus,
		  .con-myinfo .boxes fieldset textarea:focus,
		  .con-myinfo .boxes fieldset select:focus {
			color:#ED3D76!important;
		}
		
		.con-mytests {
			
		} .con-mytests .not-found {
			zoom:70%!important;
		}
		
		.con-helpcenter {
			
		} .con-helpcenter .not-found {
			zoom:70%!important;
		}
		
		.con-mycard {
			height:auto;
		} .con-mycard .exam-details {
			display:block;
			height:auto;
		} .con-mycard .exams {
			display:block;
			width:96%;
			margin:auto;
			padding:0;
		} .con-mycard .exams .item {
			display:block;
			width:100%;
			margin:0 0 24px 0;
		} .con-mycard .summary {
			display:block;
			width:100%;
		}
		
		.con-discounts {
			
		} .con-discounts .not-found {
			zoom:70%!important;
		}
		
		.con-mycomment {
			height:auto;
			padding-top:20px;
		} .con-mycomment .boxes {
			width:96%;
		} .con-mycomment .boxes .fa {
			float:none;
			width:100%;
			margin-bottom:20px;
		} .con-mycomment .boxes .fb {
			float:none;
			width:100%;
			margin:0;
		} .con-mycomment .boxes .fc {
			float:none;
		} .con-mycomment .boxes .fd {
			float:none;
		} .con-mycomment .boxes fieldset input,
		  .con-mycomment .boxes fieldset textarea,
		  .con-mycomment .boxes fieldset select {
			font-size:17px!important;
		}
		
		.con-myexams .item {
			width:90%;
			height:auto;
			margin:0 0 20px 0;
			padding:20px 20px 0 20px;
		} .con-myexams .item img {
			width:60px;
			height:auto;
		} .con-myexams .item span {
			font-size:19px;
			padding:6px 20px 20px 20px;
		}
		
		.con-examdetails .que-detail {
			width:100%;
		} .con-examdetails .que-detail div div img {
			width:100%!important;
			height:auto!important;
			
			
		} .con-examdetails .que-list {
			display:none;
			width:100%;
			
		}
		
		/* css1 */
	}
	/* Tablet Portrait size to standard 768 (devices and browsers) */
	@media only screen and (min-width:769px) and (max-width:1023px) {
		
		body {
			zoom:55%!important;
		}
		
		/* css3 */
		
	}
	/* Tablet Portrait size to standard 768 (devices and browsers) */
	@media only screen and (min-width:1024px) and (max-width:1224px) {
		
		body {
			zoom:65%!important;
		}
		
		/* css3 */
		
	}
	/* Tablet Portrait size to standard 768 (devices and browsers) */
	@media only screen and (min-width:1225px) and (max-width:1379px) {
		
		body {
			zoom:75%!important;
		}
		
		/* css4 */
	}
	/* Tablet Landscape size to standard (devices and browsers) */
	@media only screen and (min-width:1380px) and (max-width:1466px) {
		
		body {
			zoom:85%!important;
		}
		
		/* css5 */
	}
	/* Tablet Landscape size to standard (devices and browsers) */
	@media only screen and (min-width:1467px) and (max-width:1750px) {
		
		body {
			zoom:90%!important;
		}
		
		/* css5 */
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	
	.member-buttons {
		list-style:none;
		margin:0;
		padding:0;
	} .member-buttons li {
		display:inline-block;
		vertical-align:top;
	} .member-buttons li a {
		position:relative;
		display:block;
		width:106px;
		height:164px;
		background:url('../images/icon_dashboardBtnBack.png');
		font-size:12px;
		font-weight:bold;
		color:#63869A;
		margin:0 30px 0 0;
		padding:112px 0 0 0;
		text-align:center;
		letter-spacing:-0.5px;
		line-height:1.3em;
	} .member-buttons li a:hover,
	  .member-buttons li a.active {
		background:url('../images/icon_dashboardBtnBack_Hover.png');
		color:#FFF;
		text-decoration:none;
	} .member-buttons li span {
		position:absolute;
		display:block;
		top:14px;
		left:14px;
		width:80px;
		height:80px;
	} .member-buttons li.dash span {
		background:url('../images/icon_dashboardBtn_0.png');
	} .member-buttons li.dash a:hover span,
	  .member-buttons li.dash a.active span {
		background:url('../images/icon_dashboardBtn_0Hover.png');
	} .member-buttons li.l1 span {
		background:url('../images/icon_dashboardBtn_l1.png');
	} .member-buttons li.l1 a:hover span,
	  .member-buttons li.l1 a.active span {
		background:url('../images/icon_dashboardBtn_l1Hover.png');
	} .member-buttons li.l2 span {
		background:url('../images/icon_dashboardBtn_l2.png');
	} .member-buttons li.l2 a:hover span,
	  .member-buttons li.l2 a.active span {
		background:url('../images/icon_dashboardBtn_l2Hover.png');
	} .member-buttons li.l3 span {
		background:url('../images/icon_dashboardBtn_l3.png');
	} .member-buttons li.l3 a:hover span,
	  .member-buttons li.l3 a.active span {
		background:url('../images/icon_dashboardBtn_l3Hover.png');
	} .member-buttons li.l4 span {
		background:url('../images/icon_dashboardBtn_l4.png');
	} .member-buttons li.l4 a:hover span,
	  .member-buttons li.l4 a.active span {
		background:url('../images/icon_dashboardBtn_l4Hover.png');
	} .member-buttons li.l5 span {
		background:url('../images/icon_dashboardBtn_l5.png');
	} .member-buttons li.l5 a:hover span,
	  .member-buttons li.l5 a.active span {
		background:url('../images/icon_dashboardBtn_l5Hover.png');
	} .member-buttons li.l6 span {
		background:url('../images/icon_dashboardBtn_l6.png');
	} .member-buttons li.l6 a:hover span,
	  .member-buttons li.l6 a.active span {
		background:url('../images/icon_dashboardBtn_l6Hover.png');
	} .member-buttons li.r1 span {
		background:url('../images/icon_dashboardBtn_r1.png');
	} .member-buttons li.r1 a:hover span,
	  .member-buttons li.r1 a.active span {
		background:url('../images/icon_dashboardBtn_r1Hover.png');
	} .member-buttons li.r2 span {
		background:url('../images/icon_dashboardBtn_r2.png');
	} .member-buttons li.r2 a:hover span,
	  .member-buttons li.r2 a.active span {
		background:url('../images/icon_dashboardBtn_r2Hover.png');
	} .member-buttons li.a a:hover span,
	  .member-buttons li.a a.active span {
		/*background:url();*/
	}
	
	button.menu {
		position:relative;
		width:100%;
		height:42px
		box-shadow:inset 0px 1px 0px 0px #FFF;
		background:linear-gradient(to bottom, #FFF 5%, #F6F6F6 100%);
		background-color:#FFF;
		border-radius:6px;
		border:1px solid #DCDCDC;
		display:inline-block;
		cursor:pointer;
		color:#5F2A5D;
		font-weight:bold;
		padding:0;
		margin:0;
		text-decoration:none;
		text-shadow:0px 1px 0px #FFF;
		text-align:left;
		-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.25);
		box-shadow:0 1px 1px 0 rgba(0,0,0,.25);
	} button.menu:hover {
		top:-1px;
		background:#ED3D76;
		color:#FFF;
		text-shadow:0 0 0 rgba(0,0,0,0);
	} button.menu.active {
		background:#5F2A5D;
		color:#FFF;
		text-shadow:0 0 0 rgba(0,0,0,0);
	} button.menu:active {
		top:1px;
		
	} button.menu .ico {
		display:inline-block;
		vertical-align:middle;
		width:42px;
		height:42px;
		background-color:#5F2A5D;
		background-position:center!important;
		background-repeat:no-repeat!important;
		background-size:36px 36px!important;
		-webkit-border-radius:5px 0 0 5px;
		border-radius:5px 0 0 5px;
	} button.menu:hover .ico,
	  button.menu.active .ico {
		background-color:#5F2A5D!important;
		background-position:center!important;
		background-repeat:no-repeat!important;
		background-size:36px 36px!important;
	} button.menu .txt {
		display:inline-block;
		vertical-align:middle;
		padding:0 8px;
		
		
	} button.menu.dashboard .ico {
		background-image:url('../images/icon_dashboardBtn_0.png')!important;
	} button.menu.account:hover .ico,
	  button.menu.dashboard.active .ico {
		background-image:url('../images/icon_dashboardBtn_0Hover.png')!important;
		
	} button.menu.account .ico {
		background-image:url('../images/icon_dashboardBtn_r1.png')!important;
	} button.menu.account:hover .ico,
	  button.menu.account.active .ico {
		background-image:url('../images/icon_dashboardBtn_r1Hover.png')!important;
		
	} button.menu.logout .ico {
		background-image:url('../images/icon_dashboardBtn_r2.png')!important;
	} button.menu.logout:hover .ico,
	  button.menu.logout.active .ico {
		background-image:url('../images/icon_dashboardBtn_r2Hover.png')!important;
		
	} button.menu.lessons .ico {
		background-image:url('../images/icon_dashboardBtn_l1.png')!important;
	} button.menu.lessons:hover .ico,
	  button.menu.lessons.active .ico {
		background-image:url('../images/icon_dashboardBtn_l1Hover.png')!important;
		
	} button.menu.lives .ico {
		background-image:url('../images/icon_dashboardBtn_l2.png')!important;
	} button.menu.lives:hover .ico,
	  button.menu.lives.active .ico {
		background-image:url('../images/icon_dashboardBtn_l2Hover.png')!important;
		
	} button.menu.exams .ico {
		background-image:url('../images/icon_dashboardBtn_l3.png')!important;
	} button.menu.exams:hover .ico,
	  button.menu.exams.active .ico {
		background-image:url('../images/icon_dashboardBtn_l3Hover.png')!important;
		
	} button.menu.sreport .ico {
		background-image:url('../images/icon_dashboardBtn_l7.png')!important;
	} button.menu.sreport:hover .ico,
	  button.menu.sreport.active .ico {
		background-image:url('../images/icon_dashboardBtn_l7Hover.png')!important;
		
	} button.menu.tests .ico {
		background-image:url('../images/icon_dashboardBtn_l8.png')!important;
	} button.menu.tests:hover .ico,
	  button.menu.tests.active .ico {
		background-image:url('../images/icon_dashboardBtn_l8Hover.png')!important;
		
	} button.menu.coupons .ico {
		background-image:url('../images/icon_dashboardBtn_l9.png')!important;
	} button.menu.coupons:hover .ico,
	  button.menu.coupons.active .ico {
		background-image:url('../images/icon_dashboardBtn_l9Hover.png')!important;
		
	} button.menu.comments .ico {
		background-image:url('../images/icon_dashboardBtn_l6.png')!important;
	} button.menu.comments:hover .ico,
	  button.menu.comments.active .ico {
		background-image:url('../images/icon_dashboardBtn_l6Hover.png')!important;
		
	} button.control {
		position:relative;
		height:42px
		box-shadow:inset 0px 1px 0px 0px #FFF;
		background:linear-gradient(to bottom, #FFF 5%, #F6F6F6 100%);
		background-color:#FFF;
		border-radius:6px;
		border:1px solid #DCDCDC;
		display:inline-block;
		cursor:pointer;
		color:#5F2A5D;
		font-weight:bold;
		padding:10px;
		margin:0;
		text-decoration:none;
		text-shadow:0px 1px 0px #FFF;
		text-align:left;
		-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.25);
		box-shadow:0 1px 1px 0 rgba(0,0,0,.25);
		text-align:center;
		border-left:4px solid #5F2A5D;
	} button.control:hover {
		top:-1px;
		background:#ED3D76;
		border-left:4px solid #ED3D76;
		color:#FFF;
		text-shadow:0 0 0 rgba(0,0,0,0);
	} button.control.active {
		background:#5F2A5D;
		color:#FFF;
		text-shadow:0 0 0 rgba(0,0,0,0);
	} button.control:active {
		top:1px;
	
	} .quelist li a {
		display:block;
		padding:4px;
		color:inherit;
	} .quelist li a:hover,
	  .quelist li a.active {
		background:#ED3D76;
		font-weight:bold;
		color:#FFF;
		text-decoration:none;
	}
	
	#blockLoaderDiv {
		display:block;
	} #blockLoaderDiv > div:nth-child(1) {
		position:fixed;
		display:table;
		width:100%;
		height:100%;
		background:url('../images/back_panelBlocker.png');
	} #blockLoaderDiv > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
	} #blockLoaderDiv .dialogBorder {
		margin:auto;
		text-align:center;
	} #blockLoaderDiv .dialogBorder img {
		vertical-align:middle;
		margin:2px 6px 6px 0;
		white-space:nowrap;
	}
	