 @charset "utf-8";
body {
	margin: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
p {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
.line   {
	height: 1px;
	display: block;
	background-color: #CCC;
	margin-top: 3px;
	margin-bottom: 10px;
	clear: both;
}
.clear {
	clear: both;
}


.top-pan {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.top-pan .logo-flag {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/logo-flag.png?v=2);
	background-repeat: no-repeat;
	background-position: -96px 0px;
	height: 170px;
	width: 96px;
	display: block;
	z-index: 5;
}
.top-pan .logo-flag:hover {
	background-position: 0px 0px;
}

.top-pan .header {
	/*background-image: url(../images/blue-bg.gif);*/
	/*background-repeat: repeat-x;*/
	background-color: #090e1d;
	height: 105px;
}
.top-pan .header .site-title {
	background-image: url(../images/divergence-university.png);
	-webkit-background-size:contain;
	background-size:contain;
	background-repeat: no-repeat;
	height: 53px;
	width: 367px;
	display: block;
	float: left;
	margin-left: 100px;
	margin-top: 25px;
}
.top-pan .header .member-button {
	background-image: url(../images/flag-red.png);
	background-repeat: no-repeat;
	background-position: 0px -10px;
	height: 35px;
	width: 67px;
	display: block;
	float: right;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #3A0E0E;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px #ff0000;
}
.top-pan .header .member-button:hover {
	background-position: 0px -45px;
	color: #FFF;
	text-shadow: 0px 1px 0px #000;
	height: 45px;
}
.top-pan .header .member-button:hover span {
	margin-top: 10px;

}

.top-pan .header .member-button span {
	display: block;
	text-align: center;
	margin-top: 5px;
}
.top-pan .nav {
	background: #070a14;
	position: relative;
	height: 38px;
}
.top-pan .nav ul {
	position: absolute;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 92px;
	height: 38px;
}
.top-pan .nav ul li {
	display: block;
	float: left;
	list-style-type: none;
	height: 38px;
}
.top-pan .nav ul li a {
	height: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
	display: block;
	text-shadow: 0px -1px 0px #000;
}
.top-pan .nav ul li .actived,.top-pan .nav ul li a.actived:hover {
	color: #003771;
	background-color: #f2b532;
	text-shadow: 0px 1px 0px #f2b532;
}


.top-pan .nav ul li a:hover {
	color: #f2b532;
	text-shadow: 0px -1px 0px #000;
}

.top-pan .nav ul li a span {
	display: block;
	text-align: center;
	padding-top: 10px;
}
.top-pan .submenu-pan     {
	background-color: #f2b532;
	height: 35px;
	display: block;
}
.top-pan .submenu-pan ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 96px;
	height: 35px;
	margin: 0px;
}
.top-pan .submenu-pan ul li {
	float: left;
	display: block;
	height: 35px;
	list-style-type: none;
}
.top-pan .submenu-pan ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	/*color: #004288;*/
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	text-transform: uppercase;
	text-shadow: 0px -1px 0px #b7a300;
}
.top-pan .submenu-pan ul li a:hover, .top-pan .submenu-pan ul li .actived {
	/*color: #FFF;*/
	color: #004288;
	text-shadow: 0px 1px 0px #f2b532;

}

.top-pan .submenu-pan ul li a span {
	display: block;
	padding-top: 10px;
	text-align: center;
}

.container {
	background-color: #f8f8f8;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
}
.container .content-area {
	padding-right: 20px;
	padding-left: 20px;
}

.footer {
	background-color: #090e1d;
	width: 1024px;
	margin: 0 auto;
}
.footer .copyright a {
	color: #ddd;
}
.footer::after {
	clear: both;
	content: "";
	display: table;
}
.footer .logo-white {
	background: url(/images/logo-active.svg) 50% 50% no-repeat;
	background-size: 100% 100%;
	height: 64px;
	width: 209px;
	display: block;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.footer .copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	display: block;
	float: left;
	clear: left;
	margin-left: 20px;
}
.footer .foot-menu {
	display: block;
	float: right;
	width: 471px;
	position: relative;
	margin-top: 20px;
}
.footer .foot-menu ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 471px;
}
.footer .foot-menu ul li {
	display: block;
	float: left;
	list-style-type: none;
	height: 20px;
	width: 150px;
}
.footer .foot-menu ul .vert-line {
	width: 2px;
	background-color: #FFF;
	display: block;
	float: left;
	height: 20px;
	margin-right: 5px;
}

.footer .foot-menu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.footer .foot-menu ul li a:hover {
	text-decoration: underline;
}
/*------------------------------ dashboard css ---------------------------------------*/

.left-section   {
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.account-pan h1{
	font-family: Arial, sans-serif;
	font-size: 24px;
	color: #333333;
	float: left;
	margin: 5px 0;
}
.tip {
    font-size: 16px;
    color: #777777;
    float: right;
    background: url('../images/ico-attention.svg?v=1') 0 50% no-repeat;
    padding-left: 45px;
	font-family: Arial, sans-serif;
	position: relative;
}
.tip > span{
	display: inline-block;
	height: 35px;
	line-height: 35px;
}
.tooltip-text {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(calc(-100% - 70px));
    transition: all .5s ease-in-out;
    line-height: normal;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    background: #eee;
    color: #222;
    padding: 10px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 400;
}
.tooltip-text:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #eee;
}
.tip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
.left-section .account-pan {
	padding-bottom: 10px;
}

.left-section .account-pan p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
.left-section .timeline-pan {
	background-image: url(../images/top-box-rpt.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F8F8F8;
	padding: 10px;
	width: 610px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.left-section .timeline-pan .pan-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003772;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	text-shadow: 0px 1px 0px #fff;
}
.left-section .timeline-pan .course-blocked {
	background-color: #FFF;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.left-section .timeline-pan .course-blocked .course-blocked-top {
	margin-top: 10px;
}

.left-section .timeline-pan .course-blocked .course-blocked-top .course-title {
	border-right-width: 20px;
	border-bottom-width: 15px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #fff;
	border-bottom-color: #003C7D;
	border-top-style: solid;
	border-top-color: #004A9A;
	border-top-width: 15px;
	font-size: 0px;
	line-height: 0px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	float: left;
	margin-left: -3px;
}
.left-section .timeline-pan .course-blocked .course-blocked-top .course-title p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0px -1px 0px #000;
}
.left-section .timeline-pan .course-blocked .course-blocked-top .progres-bar {
	background-image: url(../images/progress-bar.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 142px;
	display: block;
	position: relative;
	float: right;
	margin-right: 10px;
	margin-top: 1px;
}
.left-section .timeline-pan .course-blocked .course-blocked-top .progres-bar .bar {
	height: 28px;
	width: 75%;
	display: block;
	position: absolute;
	background-image: url(../images/progress-bar-inside.png?v=2);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.left-section .timeline-pan .course-blocked .course-blocked-top .progres-bar .percent {
	position: absolute;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3D3305;
	text-align: center;
	display: block;
	width: 142px;
	top: 7px;
	text-shadow: 0px 1px 0px #f2b532;
}
.left-section .timeline-pan .course-blocked .thumbnails-pan {
	margin-top: 10px;
}
.left-section .timeline-pan .course-blocked .thumbnails-pan .thumb-box {
	display: block;
	float: left;
	margin-left: 11px;
	margin-bottom: 20px;
}

.left-section .timeline-pan .course-blocked .thumbnails-pan .thumb-box .vid-thumb {
	height: 100px;
	width: 180px;
	display: block;
	border: 4px solid #ececec;
	position: relative;
	overflow: hidden;
}
.left-section .timeline-pan .course-blocked .thumbnails-pan .thumb-box .vid-thumb img {
	position: relative;
}
.left-section .timeline-pan .course-blocked .thumbnails-pan .thumb-box #lesson-actived img {
	bottom: 100px;
}


.thumbnails-pan .thumb-box .vid-thumb:hover .inline-shadow {
	display: block;
	-moz-box-shadow: inset 0 0 5px 2px #333;
	-webkit-box-shadow: inset 0 0 5px 2px #333;
	box-shadow: inset 0 0 5px 2px #333;
}

.left-section .timeline-pan .course-blocked .thumbnails-pan .thumb-box .vid-thumb .inline-shadow {
	height: 100px;
	width: 180px;
	position: absolute;
	z-index: 5;
	background-image: url(../images/thumbs.png?v=2);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 0px;
}

.left-section .timeline-pan .course-blocked .thumbnails-pan .thumb-box .vid-thumb .active {
	background-position: 0px -100px;
}

.left-section .timeline-pan .course-blocked .thumbnails-pan .thumb-box .date-start {
	display: block;
	width: 188px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	margin-top: 5px;
	z-index: 5;
}

.left-section .timeline-pan .course-blocked .thumbnails-pan .thumb-box .date-start .p-date {
	display: block;
	padding-top: 1px;
}

.left-section .timeline-pan .course-blocked .thumbnails-pan .thumb-box .date-start .icon {
	background-image: url(../images/calendar-icon.png);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	width: 18px;
	float: left;
	margin-left: 20px;
	margin-right: 3px;
}
.left-section .timeline-pan .course-blocked .details {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
	padding-bottom: 10px;
}
.left-section .timeline-pan .course-blocked .details p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 21px;
}
.left-section .timeline-pan .course-blocked .details p .icon {
	height: 20px;
	width: 18px;
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 1px;
}

.left-section .timeline-pan .course-blocked .details p .practice {
	background-image: url(../images/book-icon.png);
}

.left-section .timeline-pan .course-blocked .details p .question {
	background-image: url(../images/question-icon.png);
}

.left-section .timeline-pan .course-blocked .details p .clipboard {
	background-image: url(../images/clipboard-icon.png);
}

.left-section .timeline-pan .course-blocked .details p .flag {
	background-image: url(../images/flag-icon.png);
}
.container .content-area .right-section {
	display: block;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}
.right-section .right-blocked {
	background-color: #FFF;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 300px;
	margin-bottom: 20px;
	position: relative;
}
.right-section .right-blocked .blocked-container {
	background-image: url(../images/top-box2-rpt.png);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
}
.right-section .right-blocked .blocked-container .blocked-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-bottom: 20px;
	color: #003772;
	text-shadow: 0px 1px 0px #fff;
}
.right-section .right-blocked .blocked-container .blocked-title select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px;
	border: 1px solid #B6CFE9;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 170px;
	margin-left: 10px;
	color: #333;
}
.right-section .right-blocked .blocked-container .certified-ribbon {
	display: block;
}

.right-section .right-blocked .blocked-container .ribbon-front {
	border-top-width: 20px;
	border-bottom-width: 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	font-size: 0px;
	line-height: 0%;
	border-top-color: #004A9A;
	border-bottom-color: #003C7D;
	position: absolute;
	width: 280px;
	bottom: 10px;
	z-index: 10;
	left: 9px;
}

.right-section .right-blocked .blocked-container .ribbon-front p {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 1px;
	text-shadow: 0px -1px 0px #000;
}
.right-section .right-blocked .blocked-container .back-ribbon-left  {
	border-top-width: 18px;
	border-right-width: 10px;
	border-bottom-width: 18px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: transparent;
	border-top-color: #003571;
	border-bottom-color: #002D5E;
	border-left-color: transparent;
	position: absolute;
	left: -9px;
	bottom: 7px;
	width: 20px;
}
.right-section .right-blocked .blocked-container .back-ribbon-right {
	border-top-width: 18px;
	border-right-width: 10px;
	border-bottom-width: 18px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: transparent;
	border-top-color: #003571;
	border-bottom-color: #002D5E;
	border-left-color: transparent;
	position: absolute;
	bottom: 7px;
	width: 20px;
	right: -9px;
}


.message-pan {
	margin-top: 10px;
}
.message-pan .icon {
	background-image: url(../images/talk-icon.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 22px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}
.message-pan .message-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.message-pan .line {
	height: 1px;
	background-color: #ebebeb;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
.discuss-pan {
	margin-bottom: 15px;
}

.discuss-pan .profile-pic {
	background-image: url(../images/user-thumb-s.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	display: block;
	float: left;
	margin-right: 5px;
}
.discuss-pan .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	display: block;
	min-height: 30px;
}
.discuss-pan .name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004b9b;
	display: block;
	float: left;
	line-height: normal;
}
.discuss-pan .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9B9B9B;
	display: block;
	float: right;
}
.discuss-pan .line {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.discuss-pan:hover {
	background-color: #F8F8F8;
}




/*------------------------------ Course Page css ---------------------------------------*/
.container .content-area .blue-area {
	background-color: #E6EFF8;
	background-color: #e6eff8;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e4e4e4;
	margin: 10px;
	overflow: hidden;
}
.container .content-area .blue-area .left-menu{
	display: block;
	float: left;
	width: 129px;
}
.container .content-area .blue-area .left-menu ul{
	display: block;
	padding: 0px;
	margin: 0px;
}
.container .content-area .blue-area .left-menu ul li{
	display: block;
	list-style-type: none;
}
.container .content-area .blue-area .left-menu ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #738faa;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-shadow: 0px 1px 0px #fff;
}
.container .content-area .blue-area .left-menu ul li .first-left-menu{
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
.container .content-area .blue-area .left-menu ul li a:hover {
	background-color: #F3F8FC;
}
.container .content-area .blue-area .left-menu ul li .actived,
.container .content-area .blue-area .left-menu ul li a.actived:hover {
	color: #003771;
	background-color: #FFF;
	position: relative;
	z-index: 5;
}
.container .content-area .blue-area .left-menu ul li a span{
	display: block;
	text-align: center;
}
.container .content-area .blue-area .left-menu ul li a .lesson-date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-align: center;
	display: block;
}
.container .content-area .blue-area .left-menu ul li .line{
	margin: 0px;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #D2E2F2;
}
.container .content-area .blue-area .white-area{
	background-color: #FFF;
	display: block;
	float: left;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	padding-bottom: 20px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	min-height: 400px;
}
.container .content-area .blue-area .white-area .left-section {
	margin-left: 20px;
	margin-right: 20px;
}
.container .content-area .blue-area .white-area .lesson-title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	width: 510px;
	word-wrap: break-word;
}
.container .content-area .blue-area .white-area .left-section .video-pan{
	height: 340px;
	width: 510px;
	margin-bottom: 20px;
}
.blocked  {
	background-color: #FFF;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	position: relative;
}
.blocked .blocked-container  {
	background-image: url(../images/top-box2-rpt.png);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
}
.blocked .blocked-container .blocked-title  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-bottom: 20px;
	color: #003772;
	text-shadow: 0px 1px 0px #fff;
}
.blocked .blocked-container .practice-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	width: 380px;
}
.blocked .blocked-container p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.container .content-area .blue-area .white-area .right-section{
	display: block;
	float: left;
	margin-top: 45px;
	width: 263px;
}
.grey-blocked {
	background-color: #f1f1f1;
	clear: both;
	-moz-box-shadow: inset 0 0 3px 1px #999;
	-webkit-box-shadow: inset 0 0 3px 1px #999;
	box-shadow: inset 0 0 3px 1px #999;
	margin-right: 20px;
	margin-left: 20px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.grey-blocked .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	text-shadow: 0px 1px 0px #fff;
}
.grey-blocked .line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: 10px;
	margin-bottom: 20px;
}
.grey-blocked .comment-pan {
	padding-bottom: 20px;
}

.grey-blocked .comment-pan .user-thumb {
	height: 75px;
	width: 75px;
	display: block;
	float: left;
	border: 3px solid #FFF;
}
.grey-blocked .comment-pan .comment-bubble {
	background-color: #FFF;
	display: block;
	float: right;
	width: 655px;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.discussions-block .grey-blocked .comment-pan .comment-bubble {
	width: 770px;
}
.discussions-block .grey-blocked .comment-pan .locked {
	width: 100%;
}

.grey-blocked .comment-pan .comment-bubble .top {
	position: relative;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;
}
.grey-blocked .comment-pan .comment-bubble .top .arrow {
	background-image: url(../images/white-arrow.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 11px;
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: -10px;
}
.grey-blocked .comment-pan .comment-bubble .top .name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004b9b;
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 7px;
}
.grey-blocked .comment-pan .comment-bubble .top .name .says {
	font-weight: normal;
	color: #666;
	font-style: italic;
}
.grey-blocked .comment-pan .comment-bubble .top .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	display: block;
	float: right;
	margin-top: 7px;
}
.grey-blocked .comment-pan .comment-bubble .top .buttons {
	display: block;
	float: right;
	margin-right: 5px;
	margin-top: 4px;
	margin-left: 10px;
}
.grey-blocked .comment-pan .comment-bubble .top .buttons a {
	background-color: #e8e8e8;
	display: block;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 8px;
}
.grey-blocked .comment-pan .comment-bubble .top .buttons a:hover .icon {
	background-position: 0px -14px;
}
.grey-blocked .comment-pan .comment-bubble .top .buttons .reply {
	-moz-border-topleft-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-bottomleft-radius: 3px;
	border-bottom-left-radius: 3px;
	border: 1px solid #d9d9d9;
}
.grey-blocked .comment-pan .comment-bubble .top .buttons .flag {
	-moz-border-topright-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-bottomright-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
}
.grey-blocked .comment-pan .comment-bubble .top .buttons .reply .icon {
	background-image: url(../images/reply-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 14px;
	width: 15px;
	display: block;
}
.grey-blocked .comment-pan .comment-bubble .top .buttons .flag .icon {
	background-image: url(../images/flag-icon2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 14px;
	width: 15px;
}
.grey-blocked .comment-pan .comment-bubble .top .buttons #flag-actived .icon {
	background-position: 0px -28px;
}

.grey-blocked .comment-pan .comment-bubble .comment-text {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #333;
}
.grey-blocked .add-comment {
	background-color: #f8f8f8;
	display: block;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #666;
	padding-top: 7px;
	padding-bottom: 6px;
	border: 1px solid #d9d9d9;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.grey-blocked .add-comment:hover {
	background-color: #FFF;
	color: #333;
}
.grey-blocked .add-comment:hover .icon {
	background-position: 0px -13px;
}


.grey-blocked .add-comment .icon {
	background-image: url(../images/plus-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 13px;
	width: 13px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 1px;
}

.login-container {
	width: 565px;
	margin: 0 auto;
}

#login_form .input-boxes, #sendpass_form .input-boxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px;
	border: 1px solid #B6CFE9;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 292px;
	margin-left: 10px;
	color: #333;
	float: left;
}
#login_form label.error, #sendpass_form label.error {
	color: red;
	width: auto;
	margin-left: 230px;
}

#login_form label, #sendpass_form label {
	width: 220px;
	display: block;
	float: left;
	padding-top: 3px;
}

#login_form .submit-button, #sendpass_form .submit-button {
	background-color: #f8f8f8;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #666;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid #d9d9d9;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 50px;
	float: right;
}

#login_form .submit-button:hover, #sendpass_form .submit-button:hover {
	background-color: #FFF;
	color: #333;
}

#login_form .form-row, #sendpass_form .form-row {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	height: 50px;
}

.translation-pan {
	background-image: url(../images/top-box-rpt.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F8F8F8;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.translation-pan .pan-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003772;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	text-shadow: 0px 1px 0px #fff;
}
.translation-pan .translation-block, .translation-pan .profile-block {
	background-color: #FFF;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.translation-pan .details {
	margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.translation-pan .details ul, .white-area #result-div ul {
	height: 22px;
    margin: 0;
    padding: 3px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

.translation-pan .details ul li, .white-area #result-div ul li {
    display: block;
    float: left;
    height: 22px;
    list-style-type: none;
}

.white-area #result-div ul li.columns {
	width: 180px;
}

.white-area #result-div ul li.passed {
	color: green;
}

.white-area #result-div ul li.failed {
	color: red;
}

.translation-pan .details ul li.row-key-column {
	width: 250px;
}

.translation-pan .details ul li.row-english-column {
	width: 338px;
}

.translation-pan .details ul li.row-english-column {
	width: 332px;
}
.key-column {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004B9B;
}
.english-column {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004B9B;
}
.current-column {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004B9B;
}

#table-header .columns {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004B9B;
	width: 180px;
}

.translation-pan .input-boxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #B6CFE9;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 10px;
	color: #333;
	float: left;
	width: 256px;
}

.translation-pan .line {
	background-color: #CCCCCC;
    clear: both;
    display: block;
    height: 1px;
    margin-bottom: 4px;
    margin-top: 8px;
}

.filter-box {
	float: right;
	width: 400px;
}
.filter-box .input-boxes{
	border: 1px solid #B6CFE9;
    border-radius: 5px 5px 5px 5px;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-left: 10px;
    padding: 3px;
    width: 128px;
	float: left;
}
.translation-block .submit-button, .profile-block .submit-button{
	background-color: #f8f8f8;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #d9d9d9;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: auto;
	float: left;
	margin-left: 10px;
}
.profile-block .submit-button{
	float: right;
}
.translation-block label {
	float: left;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.profile-block label {
	float: left;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 150px;
}

.profile-block .display-label {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
}

.profile-block label.error {
	color: red;
    margin-left: 160px;
    width: auto;
}
.profile-block .form-row {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 50px;
}
#profile-contents {
	width: 440px;
	margin: 0 auto;
}
.translation-block select, .profile-block select {
	border: 1px solid #B6CFE9;
    border-radius: 5px 5px 5px 5px;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-left: 10px;
    padding: 3px;
    width: auto;
	float: left;
}
.translation-block .filter-box-row {
	padding-top: 5px;
	padding-bottom: 5px;
}

#translation-contents .bottom-row {
	float: right;
    margin-top: 10px;
    width: 120px;
}

.delete-button {
	background-color: #F8F8F8;
    border: 1px solid #D9D9D9;
    border-radius: 9px 9px 9px 9px;
    color: #666666;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin-left: 10px;
    padding: 1px 6px;
    text-decoration: none;
    width: auto;
}
.delete-button:hover, .translation-block .submit-button:hover {
	background-color: #FFF;
	color: #333;
}

.error-container {
	display: none;
}

/*--------------------------------- Exams CSS ---------------------------------*/

.container .content-area .blue-area .white-area .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-left: 20px;
	margin-top: 10px;
}
.container .content-area .blue-area .white-area .line2{
	height: 1px;
	display: block;
	background-color: #CCC;
	margin-top: 3px;
	margin-bottom: 20px;
	clear: both;
	margin-right: 20px;
	margin-left: 20px;
}

.quiz-setion {
	width: 833px;
	margin-top: 10px;
	display: block;
	margin-bottom: 50px;
}

.quiz-setion .number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #285E93;
	background-color: #E6EFF8;
	border: 1px solid #ACCAE8;
	height: 30px;
	width: 30px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: block;
	float: left;
	margin-right: 15px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.quiz-setion .number span {
	display: block;
	text-align: center;
	padding-top: 5px;
}
.quiz-setion .question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	display: block;
	color: #333;
	margin-top: 5px;
	float: left;
}
.quiz-setion .image-question {
	display: block;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	height: 400px;
	background-color: #CCC;
	float: none;
	border: 5px solid #F8F8F8;
}
.quiz-setion .option-pan {
	background-color: #f8f8f8;
	margin-right: 70px;
	margin-left: 70px;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 20px;
	padding-top: 20px;
	overflow: hidden;
	display: block;
	clear: both;
}
.quiz-setion .option-pan a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 16px;
	color: #666;
	display: block;
	clear: both;
	float: left;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-top: 10px;
}
.quiz-setion .option-pan a:hover {
	color: #333;
}

.quiz-setion .option-pan a:hover .bullet-pan .bullet{
	display: block;
}


.quiz-setion .option-pan a .bullet-pan {
	background-image: url(../images/bullet-bg.png);
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	width: 26px;
	float: left;
}
.quiz-setion .option-pan a .bullet-pan .bullet {
	background-image: url(../images/bullets.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: none;
	height: 13px;
	width: 13px;
	margin-top: 7px;
	margin-left: 7px;
}

.quiz-setion .option-pan .actived .bullet-pan .bullet {
	background-image: url(../images/bullets.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 13px;
	width: 13px;
	margin-top: 7px;
	margin-left: 7px;
}

.quiz-setion .option-pan .correct .bullet-pan .bullet {
	background-image: url(../images/bullets.png);
	background-repeat: no-repeat;
	background-position: 0px -13px;
	display: block;
	height: 13px;
	width: 13px;
	margin-top: 7px;
	margin-left: 7px;
}

.quiz-setion .option-pan .wrong .bullet-pan .bullet {
	background-image: url(../images/bullets.png);
	background-repeat: no-repeat;
	background-position: 0px -26px;
	display: block;
	height: 13px;
	width: 13px;
	margin-top: 7px;
	margin-left: 7px;
}

.quiz-setion .option-pan a .answer {
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 2px;
}
.quiz-setion .option-pan a .answer-image {
	width: 300px;
	display: block;
	clear: both;
	height: 200px;
	margin-left: 35px;
	background-color: #CCC;
	float: none;
	border: 5px solid #F8F8F8;
}
.quiz-setion .option-pan a:hover .answer-image {
	border: 5px solid #FFF;
}


.quiz-setion .option-pan .hint-pan {
	display: block;
	position: relative;
}


.quiz-setion .option-pan .hint-pan .hint-button {
	display: block;
	float: right;
	background-color: #e4e4e4;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #e4e4e4;
	border-left-color: #e4e4e4;
	font-size: 14px;
	color: #999999;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	height: auto;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	margin: 0px;
	position: relative;
	top: 1px;
}
.quiz-setion .option-pan .hint-pan .hint-button:hover {
	background-color: #E6EFF8;
	color: #49718D;
}


.quiz-setion .option-pan .hint-pan .hint-button span {
	display: block;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.quiz-setion .option-pan .hint-pan .actived {
	color: #49718D;
	background-color: #E6EFF8;
}
.quiz-setion .option-pan .hint-pan .actived:hover {
	color: #5995D0;
}
.quiz-setion .option-pan .hint-pan .hint-area {
	display: none;
	clear: both;
	background-color: #E6EFF8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e4e4e4;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #49718D;
	font-style: italic;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
.content-area .blue-area .white-area .dot-line {
	background-image: url(../images/dot-line.gif);
	background-repeat: repeat-x;
	height: 3px;
	display: block;
	float: left;
	width: 77%;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 15px;
}
.content-area .blue-area .white-area .submit-button {
	display: block;
	float: right;
	background-color: #004b9b;
	border: 1px solid #002a58;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	margin-right: 20px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.content-area .blue-area .white-area .submit-button:hover {
	background-color: #0058B9;
}

.content-area .blue-area .white-area .submit-button span {
	display: block;
	padding-top: 8px;
	padding-right: 40px;
	padding-bottom: 8px;
	padding-left: 40px;
}
.score-table {
	display: block;
	margin-top: 50px;
	overflow: hidden;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 70px;
	margin-left: 70px;
	background-color: #FFFFFF;
	margin-bottom: 50px;
}
.score-table .left-table {
	display: block;
	float: left;
	background-color: #F8F8F8;
	padding-bottom: 18px;
	width: 300px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-box-shadow: 0 0 7px #333;
	-webkit-box-shadow: 0 0 7px #333;
	box-shadow: 0 0 7px #333;
	position: relative;
	z-index: 5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
	border-left-color: #E4E4E4;
}


.score-table .left-table .score-title {
	border-right-width: 30px;
	border-bottom-width: 25px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F8F8F8;
	border-bottom-color: #D9C400;
	border-top-style: solid;
	border-top-color: #f2b532;
	border-top-width: 25px;
	font-size: 0px;
	line-height: 0px;
	padding-left: 25px;
	padding-right: 60px;
	display: block;
	float: left;
	margin-left: -3px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.score-table .left-table .score-title p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-shadow: 0px 1px 0px #FFE600;
	margin: 0px;
	padding: 0px;
}
.score-table .left-table p:hover {
	background-color: #FFFFFF;
	cursor: context-menu;
}

.score-table .left-table p {
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 5px;
	margin-left: 5px;
}
.score-table .left-table p .details {
	font-weight: bold;
	color: #004B9B;
}

.score-table .left-table p .correct {
	color: green;
}

.score-table .left-table p .incorrect {
	color: red;
}

.score-table .right-table {
	display: block;
	float: left;
	background-color: #A6C6E6;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
.score-table .right-table .title-row {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.score-table .right-table .title-row td {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-color: #004B9B;
}
.score-table .right-table .title-row .top-last {
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}


.score-table .right-table .row-1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #335C7D;
}
.score-table .right-table .row-1:hover td {
	background-color: #CADDF0;
}


.score-table .right-table .row-1 td {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F0F5FB;
}
.score-table .right-table .row-1 .bottom-last {
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
.score-table .right-table .row-2 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #335C7D;
}
.score-table .right-table .row-2:hover td {
	background-color: #CADDF0;
}
.score-table .right-table .row-2 td {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFF;
}
.score-table .right-table .row-2 .bottom-last {
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.correct-marker {
	background-image: url(../images/checklist1.png);
	width: 24px;
	height: 23px;
	margin: 0 auto;
}

.wrong-marker {
	background-image: url(../images/x1.png);
	width: 24px;
	height: 23px;
	margin: 0 auto;
}

/*-------------------- End of Exams CSS ---------------------------------*/
.counter-block {
	margin-right: 70px;
	width: 170px;
	float: right;
}
.label-block {
	float: right;
}
.time-block {
	float: right;
}

.container .content-area .course-test-block {
	background-color: #FFF9E5;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #EEB420;
	margin: 10px;
	overflow: hidden;
	height: 50px;
}

.container .content-area .course-test-block .course-message {
	margin: 10px auto;
	width: 550px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #1F1F1F;
}

.temp-grid-tests {
	min-height: 243px;
	min-width: 813px;
	padding-top:20px;
	padding-left: 20px;
}

.lesson-access{
	background-color: #FEF1EC;
    border: 1px solid #CD0A0A;
    border-radius: 5px 5px 5px 5px;
    height: 50px;
    margin: 10px;
    overflow: hidden;
}
.lesson-access-message {
	margin: 16px auto;
	color: #CD0A0A;
	text-align: center;
	width: 811px;
}

/* admin related styles */
/* Some custom style */
.test-grid {
	border: 1px solid #EEEEEE;
	border-radius: 10px 10px 10px 10px;
}
.headers {
	background-color: #EEEEEE;
    border-bottom: 1px solid #CCCCCC;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #333333;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.header-col {
	float: left;
	width: 180px;
	text-align: center;
}
.grid-row {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.grid-col {
	display: block;
	float: left;
	width: 160px;
	text-align: center;
}

#question-grid, #answer-block, #course-block, #message-block {
	border: 1px solid #EEEEEE;
	border-radius: 10px 10px 10px 10px;
}
#question-grid .headers {
	background-color: #EEEEEE;
    border-bottom: 1px solid #CCCCCC;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #333333;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
}

#question-grid .headers .serial-col {
	display: block;
	float: left;
	width: 50px;
	text-align: center;
}

#question-grid .headers .question-col {
	display: block;
	float: left;
	width: 727px;
	text-align: center;
}

#question-grid .grid-row .serial-col {
	display: block;
	float: left;
	width: 50px;
	text-align: center;
}

#question-grid .grid-row .question-col {
	display: block;
	float: left;
	width: 610px;
	text-align: left;
	word-wrap: break-word;
}

#answer-block .serial-col, #course-block .serial-col, #message-block .serial-col{
	display: block;
	float: left;
	width: 50px;
	text-align: center;
}

#answer-block .text-col {
	display: block;
	float: left;
	width: 645px;
	text-align: left;
}

#course-block .text-col,
#message-block .text-col {
	display: block;
	float: left;
	width: 325px;
	text-align: left;
}

.down-arrow {
	float:left;
	background-image: url(../images/down_arrow.png);
	background-repeat: no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
}

.up-arrow  {
	float:left;
	background-image: url(../images/up_arrow.png);
	background-repeat: no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
}

.change-order {
	float: left;
	width: 60px;
}
/* end of admin related styles */

/* Popup related style */
#popup-block  {
	background-color: #FFF;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
#popup-block .popup-container  {
	background-image: url(../images/top-box2-rpt.png);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
}
#popup-block .popup-container .popup-title  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-bottom: 20px;
	color: #003772;
	text-shadow: 0px 1px 0px #fff;
}

#popup-block .popup-row {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	height: 50px;
}

#popup-block .popup-row-textarea {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	height: 250px;
}


#popup-block .popup-boxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px;
	border: 1px solid #B6CFE9;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 292px;
	margin-left: 10px;
	color: #333;
	float: left;
}
#popup-block label.error {
	color: red;
	width: auto;
	margin-left: 230px;
}

#popup-block label {
	width: 220px;
	display: block;
	float: left;
	padding-top: 3px;
}

#popup-block label.comments {
	width: 70px;
}

#popup-block .submit-button {
	background-color: #f8f8f8;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #666;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid #d9d9d9;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 50px;
	float: right;
	margin-left: 10px;
}

#popup-block .submit-button:hover {
	background-color: #FFF;
	color: #333;
}

#popup-block .popup-media-row {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 100px;
}

#popup-block .popup-radio-list {
	float: left;
	display: block;
}
/* End of popup related styles */

#take-test {
	clear: both;
	float: right;
}

#take-test a {
	color: #738FAA;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
}
#take-test a:hover {
	background-color: #FFFFFF;
    color: #003771;
}

/*---------------------------- reply box css ----------------------------------*/


.grey-blocked .reply-pan {
	padding-bottom: 20px;
}

.grey-blocked .reply-pan .user-thumb {
	height: 75px;
	width: 75px;
	display: block;
	float: right;
	border: 3px solid #FFF;
}
.grey-blocked .reply-pan .comment-bubble {
	background-color: #FFF;
	display: block;
	float: left;
	width: 655px;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.discussions-block .grey-blocked .reply-pan .comment-bubble {
	width: 770px;
}
.grey-blocked .reply-pan .comment-bubble .top {
	position: relative;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;
}
.grey-blocked .reply-pan .comment-bubble .top .arrow {
	background-image: url(../images/white-arrow-right.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 11px;
	display: block;
	float: right;
	margin-top: 10px;
	margin-right: -10px;
}
.grey-blocked .reply-pan .comment-bubble .top .name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004b9b;
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 7px;
}
.grey-blocked .reply-pan .comment-bubble .top .name .says {
	font-weight: normal;
	color: #666;
	font-style: italic;
}
.grey-blocked .reply-pan .comment-bubble .top .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	display: block;
	float: right;
	margin-top: 7px;
}
.grey-blocked .reply-pan .comment-bubble .top .buttons {
	display: block;
	float: right;
	margin-right: 5px;
	margin-top: 4px;
	margin-left: 10px;
}
.grey-blocked .reply-pan .comment-bubble .top .buttons a {
	background-color: #e8e8e8;
	display: block;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 8px;
}
.grey-blocked .reply-pan .comment-bubble .top .buttons a:hover .icon {
	background-position: 0px -14px;
}
.grey-blocked .reply-pan .comment-bubble .top .buttons .reply {
	-moz-border-topleft-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-bottomleft-radius: 3px;
	border-bottom-left-radius: 3px;
	border: 1px solid #d9d9d9;
}
.grey-blocked .reply-pan .comment-bubble .top .buttons .flag {
	-moz-border-topright-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-bottomright-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
}
.grey-blocked .reply-pan .comment-bubble .top .buttons .reply .icon {
	background-image: url(../images/reply-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 14px;
	width: 15px;
	display: block;
}
.grey-blocked .reply-pan .comment-bubble .top .buttons .flag .icon {
	background-image: url(../images/flag-icon2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 14px;
	width: 15px;
}
.grey-blocked .reply-pan .comment-bubble .top .buttons #flag-actived .icon {
	background-position: 0px -28px;
}

.grey-blocked .reply-pan .comment-bubble .comment-text {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #333;
}
.grey-blocked .add-comment {
	background-color: #f8f8f8;
	display: block;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #666;
	padding-top: 7px;
	padding-bottom: 6px;
	border: 1px solid #d9d9d9;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/*END OF REPLY BOX CSS*/

a.lesson-links, a.settings-link {
	color: #004B9B;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	text-decoration: none;
}
a.lesson-links:hover, a.settings-link:hover {
	color: #5AA5F5;
}

.error-container-quiz {
	display: none;
	clear: both;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #FF0000;
	margin-left: 70px;

}

.container .content-area .page-title {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding-right: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
	text-shadow: 0px 1px #FFF;
}

.hide-block {
	visibility: hidden;
}

#homework-box .blocked-container p {
	width: 476px;
	word-wrap: break-word;
}

.left-section .timeline-pan .course-blocked .thumbnails-pan .thumb-box .thumb-title  {
	display: block;
	background: rgba(0, 0, 0, 0.4);
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	bottom: 0px;
	font-size: 12px;
	width: 180px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 5;
}

.left-section .timeline-pan .course-blocked .thumbnails-pan .thumb-box #lesson-completed img {
	bottom: 100px;
}
.left-section .timeline-pan .course-blocked .thumbnails-pan .thumb-box  .completed-ribbon {
	display: block;
	background-image: url(../images/completed-ribbon.png?v=2);
	height: 78px;
	width: 87px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}
.container .content-area .page-title {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding-right: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
	text-shadow: 0px 1px #FFF;
}
.right-section .right-blocked .blocked-container .certificate-pan {
	background-image: url(../images/certificate-blank.png?v=3);
	background-repeat: no-repeat;
	height: 177px;
	width: 199px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 45px;
	margin-left: auto;
	position: relative;
}
.right-section .right-blocked .blocked-container .certificate-pan .puzzle1 {
	background-image: url(../images/puzzle1.png?v=2);
	background-repeat: no-repeat;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.right-section .right-blocked .blocked-container .certificate-pan .puzzle2 {
	background-image: url(../images/puzzle2.png?v=2);
	background-repeat: no-repeat;
	background-position: top right;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.right-section .right-blocked .blocked-container .certificate-pan .puzzle3 {
	background-image: url(../images/puzzle3.png?v=2);
	background-repeat: no-repeat;
	background-position: bottom left;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.right-section .right-blocked .blocked-container .certificate-pan .puzzle4 {
	background-image: url(../images/puzzle4.png?v=2);
	background-repeat: no-repeat;
	background-position: bottom right;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.right-section .right-blocked .blocked-container .certificate-pan .puzzle5 {
	background-image: url(../images/puzzle5.png?v=2);
	background-repeat: no-repeat;
	display: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.right-section .right-blocked .blocked-container .certificate-pan .actived {
	display: block;
}
.right-section .right-blocked .blocked-container .certificate-pan .puzzle-actived {
	display: block;
}

#settings-text p {
	font-size: 12px;
}

.message-navigation {
	margin-bottom: 10px;
}

.discussion-box {
	width: 100%;
}
.discussion-select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.blue-area .white-area .discussion-select select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px;
	border: 1px solid #B6CFE9;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 10px;
	color: #333;
}

.video-pan-university {
	margin-bottom: 10px;
}

.edit-settings {
	width: auto;
	float: right;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #003772;
}

.edit-col-test {
	width: 200px;
	float: left;
}

.dashboard-discussion {
	text-decoration: none;
}

/*-------------------------------------Testi Form-----------------------------------------*/

.testimonial-form {
	display: block;
	background-color: #FFF;
	border-radius: 3px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	width: 600px;
	box-shadow: 0px 0px 5px #999;
	border: 3px solid #FFF;
}
.testimonial-form .details {
	display: block;
	background-color: #004A9A;
	padding: 10px;
	border-radius: 3px 3px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #002B59;
}

.testimonial-form .details label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	display: block;
	float: left;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 5px;
}
.testimonial-form .details input   {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	font-size: 14px;
	color: #333;
	margin-right: 13px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #FFFFFF;
	box-shadow: inset 0px 0px 3px #999;
	border-radius: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.testimonial-form .details .name {
	width: 120px;
}

.testimonial-form .details .country {
	width: 100px;
}
.testimonial-form .details .date {
	width: 100px;
}
.testimonial-form .details .years {
	width: 235px;
}
.testimonial-form .details .line {
	display: block;
	height: 1px;
	background-color: #002F62;
	clear: left;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005BC1;
}



.testimonial-form .question-pan {
	display: block;
	background-color: #f0f5fb;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #E4E4E4;
}
.testimonial-form .question-pan label {
	display: block;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	float: left;
	padding: 5px;
	clear: both;
	width: 495px;
	text-shadow: 0px 1px #FFF;
	margin-top: 5px;
}
.testimonial-form .question-pan select {
	float: left;
	display: block;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 18px;
	color: #333;
	margin-bottom: 5px;
	width: 70px;
	margin-right: 5px;
	margin-top: 5px;
}
.testimonial-form .question-pan .line {
	background-color: #DCE8F5;
	display: block;
	height: 1px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.testimonial-form .comment {
	background-color: #f8f8f8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-radius: 0px 0px 3px 3px;
	padding: 10px;
}

.testimonial-form .publish-area {
	background-color: #f8f8f8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-radius: 0px 0px 3px 3px;
	padding: 10px;
	color: #999999;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-shadow: 0 1px #FFFFFF;
}

.testimonial-form .publish-area input {
	float: left;
}

.testimonial-form .publish-area .publish-text {
	float: left;
	width: 540px;
	margin-left: 10px;
}

.testimonial-form .comment label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	display: block;
	padding: 5px;
	text-shadow: 0px 1px #FFF;
}
.testimonial-form .comment textarea {
	padding: 10px;
	width: 550px;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	border: 1px solid #E4E4E4;
	border-radius: 3px;
	margin-left: 5px;
	resize: vertical;
}

.testimonial-form .comment label span {
	font-size: 12px;
	font-style: italic;
}

.testimonial-form .submit-area {
	background-color: #f8f8f8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-radius: 0px 0px 3px 3px;
	padding: 10px;
}
.testimonial-form .add-comment {
	background-color: #f8f8f8;
	display: block;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #666;
	padding-top: 7px;
	padding-bottom: 6px;
	border: 1px solid #d9d9d9;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.question-pan label.error {
	color: red;
	font-size: 12px;
	text-align: right;
	width: 565px;
}

.details label.error {
	color: white;
	font-size: 12px;
	text-align: right;
	width: 565px;
	margin-top: 0px;
}

.comment label.error {
	color: red;
	font-size: 12px;
	text-align: right;
	width: 565px;
}
.success-message {
	color: #333333;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    padding: 10px;
    text-shadow: 0 1px #FFFFFF;
    width: 580px;
	background-color: #F8F8F8;
	text-align: center;
	display: none;
}
/*-------------------------------------Testi Form Ends-----------------------------------------*/
#login, #pass, #login1 {
	 font-family: Arial,Helvetica,sans-serif;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
	 color: #333;
	 float: none !important;
	 border: none;
	 outline: none;
	 display: block;
	 height: 36px;
	 font-size: 16px;
	 background: #fff;
	 font-weight: 300;
	 text-transform: none;
 }
 #login_form #login-button, #sendpass_form #forget-button {
	 /*display: block;*/
	 max-width: 100%;
	 width: 300px;
	 font-weight: 500;
	 outline: none;
	 padding: 10px 0;
	 text-align: center;
	 border: 1px solid #ffc64c;
	 color: #333;
	 font-size: 24px;
	 line-height: 26px;
	 text-transform: uppercase;
	 background: linear-gradient(to bottom, #f2b532, #e69d00);
	 margin: 0;
 }
 #login_form #login-button:hover, #sendpass_form #forget-button:hover {
	 background: linear-gradient(to bottom, #e69d00, #f2b532);
 }

 .clear:after, .clear:before {
	 clear: both;
	 display: table;
	 content: " "
 }
 #login_form .form-row, #sendpass_form .form-row {
	 height: auto;
	 margin-bottom:5px;
 }

 #login_form label, #sendpass_form label {
	 text-align: right;
	 margin: 11px 0 0;
	 padding-right: 10px;
 }

 #login_form label.error, #sendpass_form label.error {
	 margin: 0;
	 text-align: right;
	 float: right;
 }

 .footer .footer-links-wrapper {
	 display: flex;
	 flex-flow: row nowrap;
	 align-items: flex-start;
	 justify-content: space-between;
	 padding: 10px 20px;
 }

 .footer .footer-links-wrapper .item {
	 flex: 1 1 auto;
	 margin: 0 auto;
	 padding: 0 15px;
 }

 .footer .footer-links-wrapper .item h4.group-title {
	 font-size: 12px;
	 font-weight: 700;
	 text-transform: uppercase;
	 border-bottom: 1px solid #232836;
	 color: #fff;
	 padding-bottom: 15px;
	 margin-bottom: 0;
 }

 .footer .footer-links-wrapper .item ul {
	 list-style: none;
	 padding-left: 0;
	 float: left;
 }

 .footer .footer-links-wrapper .item ul li {
	 /*border-left: 2px solid #fff;*/
	 padding: 0 3px;
 }

 .footer .footer-links-wrapper .item ul li a {
	 font-family: Arial,Helvetica,sans-serif;
	 font-size: 12px;
	 color: #FFF;
	 text-decoration: none;
 }