/** CrimsonLogic UX Practice R2-S2 Foundation **/
/** Project Specific CSS **/

body {
	position: relative;
	margin: 0;
	padding: 0;
	right: 0;
	font-family:  'GE SS Two', sans-serif!important;
	font-size: 14px;
	font-weight: 500;
	background: #fff;
	background-attachment: fixed;


}
.wrapper {
	min-width: 320px;
	min-height: 512px;
	outline: none;
	direction:rtl;
}
.navbar.navbar-default {
	height: auto;
	border: none;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	margin: 0;
}
.navbar-brand {
	height: auto;
	padding: 5px 0;
}
.navbar-collapse, .login-heading {
	background: url(../../images/nav-bg.jpg) repeat-x;
	margin: 0;
	margin-right: 0px;
	margin-left: 0px;
	min-height: 50px;
	border-radius: 10px;
}
.login-heading {
	line-height: 50px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin: 30px 10;
}
.navbar.navbar-default .container {
	max-width: 1000px;
}
.navbar-header {
    float: right;
}
.navbar-nav {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	float: none;
}
.navbar-nav > li {
    float: right;
}
.navbar-nav > li > a {
	color: #fff;
	position: relative;
	font-size: 15px;
}
.navbar-nav > li > a:hover, .navbar-nav > li.active a, .navbar-nav > li a:focus {
	background: #004f98;
	color: #fff;
}
.navbar-nav > li > a::after {
	content: "";
	position: absolute;
	right: 0;
	height: 30px;
	width: 1px;
	background: #fff;
	top: 50%;
	margin-top: -15px;
}
.navbar-nav > li > a:hover::after, .navbar-nav > li.active a::after {
	background: #004f98;
}
.lang {
	float: left;
	display: block;
	margin-top: 40px;
	padding: 15px 20px;
	background: #cccccc;
	border-radius: 6px;
	font-size: 17px;
	color: #666;
	font-weight: bold;
	border: 2px solid transparent;
}
.lang:hover {
	border: 2px solid #004f98;
	color: #004f98;
	text-decoration: none;
	box-shadow: 0 0 5px #999;
}
.banner {
	height: 383px;
	background: url(../../images/banner.png);
	margin: 10px auto 0 auto;
	border-radius: 10px;
}
.register {
	height: 215px;
	width: 215px;
	margin: 0 auto;
	background: url(../../images/register-bg.png) no-repeat center center;
	margin-top: -100px;
	position: relative;
	margin-bottom: 30px;
}
.register-text {
	position: absolute;
	width: 100%;
	height: 70px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 100%;
	margin: 0;
	padding: 0;
	top: 50%;
	margin-top: -35px;
}
.register-text strong {
	display: block;
}
.register:hover {
	cursor: pointer;
}
.register:hover p {
	color: #000;
}
.white-gap-bg {
	background: url(../../images/white-gap-bg.png) repeat;
	height: 137px;
}
.footer {
	width: 100%;
	background: none;
	padding: 0;
	bottom: 0;
}
.footer-help-blog {
	float: left;
	width: 100%;
	background: #239bc3;
	padding: 20px 0;
	margin: 20px 0 0 0;
}
.footer-help {
	display: block;
	width: 100%;
	margin: 20px auto;
	float: left;
	text-align: center;
}
.footer-help div {
	display: inline-block;
	height: 80px;
	text-align: center;
	margin: 0 30px;
}
.footer-help div p span {
	width: 90px;
	height: 90px;
	line-height: 86px;
	border: 2px solid #ffffff;
	text-align: center;
	display: inline-block;
	margin: 0;
	border-radius: 50%;
}
.footer-help div p .footer-help div span {
	display: block;
	text-align: center;
}
.footer-help div span, .footer-help div span a {
	color: #fff;
	font-size: 20px;
	margin-left: 0px;
	font-weight: 300;
}
.footer-help div span a:hover {
	text-decoration: none;
	color: #0577df;
}
.footer-top {
    float: left;
}
.powered-by {
	float: left;
}
.powered-by a {
	display: inline-block;
}
.copyright {
	float: left;
	width: 100%;
	margin: 0;
	background: url(../../images/footer-bg.jpg) repeat;
	color: #fff;
	padding: 10px 0;
}
.copyright p, .copyright p a {
	color: #fff;
	font-size: 13px;
}
.copyright .pull-left {
	margin-top: 5px;
	float:right!important;
}
.social-links {
	right: 10px;
	top: 50%;
	padding: 5px 4px;
}
.social-links .footer-help {
	margin: 0;
}
.social-links .footer-help div {
	display: block;
	height: 54px;
	margin: 0 0 15px 0;
}
.social-links .footer-help div p {
	margin-bottom: 0px;
}
.social-links .footer-help div p span {
	height: 44px;
	width: 44px;
	line-height: 42px;
	border: 1px solid #ccc;
}
.social-links .footer-help div a:hover {
	text-decoration: none;
}
.social-links .footer-help div p span img {
	max-height: 22px;
	width: auto;
}
.social-links .footer-help div p ~ span {
	display: block;
	color: #249bc3;
	font-size: 12px;
	margin: 0;
	font-weight: 600;
}
.social-links a {
	display: inline-block;
	margin: 4px 3px;
	color: #6b6b6b;
}
.social-links a .fa {
	background: #fff!important;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	font-size: 18px;
}
.login-box {
	width: 440px;
	padding: 20px 30px;
	margin: 60px auto 30px auto;
	background: #fff;
	border-radius: 10px;
	border: 2px solid #ddd;
	box-shadow: 0 0 15px #ddd;
}
.login-box .control-label {
	font-weight: 400;
	color: #666;
	font-size: 14px;
}
.login-box h3 {
	margin: 0;
	padding-bottom: 20px;
	font-weight: 500;
	color: #999;
	font-size: 30px;
	text-align: center;
}
.login-box .form-control {
	border: 1px solid #ccc;
	height: 50px;
	box-shadow: none;
	background: none;
}
.login-box .btn.btn-default {
	background: #239bc3;
	border: none;
	color: #fff;
	height: 50px;
	width: 100%;
	border-radius: 20px !important;
	font-size: 18px;
}
.login-box .btn.btn-default:hover {
	background: #6c6c6c;
}
.login-box .form-group a:hover {
	color: #000;
}
.login-box .forgot-password, .login-box .create-account {
	color: #666;
	text-decoration: none;
	font-size: 16px;
}
.login-box .create-account {
	float: left;
	font-weight: 600;
}

@media (min-width:1280px) {
.container {
	width: 1230px;
}
}

@media (max-width:767px) {
.navbar-nav > li > a {
	height: 50px;
	line-height: 50px;
	padding: 0;
	background: none!important;
}
.navbar-nav > li > a::after {
	display: none!important;
}
.lang {
    margin-top: 0;
    padding: 5px 10px;
    font-size: 14px;
    color: #666;
    position: absolute;
    top: 47px;
    left: 55px;
}
.navbar-default .navbar-toggle {
    border: none;
    background: none !important;
    top: 45px;
    margin: 0;
    left: -15px;
    float: left;
}
.social-links, .powered-by, .footer-top {
	float: left;
	width: 100%;
	text-align: center;
}
.menu-icon {
	display: inline-block;
	cursor: pointer;
}
.menu-bar1, .menu-bar2, .menu-bar3 {
	width: 25px;
	height: 2px;
	background-color: #004f98;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.menu-bar1 {
	margin: 0 0 6px;
}
.menu-bar2 {
	margin: 6px 0;
}
.menu-bar3 {
	margin: 6px 0 0;
}
/* Rotate first bar */
.active .menu-bar1 {
	-webkit-transform: rotate(135deg) translate(6px, -6px);
	-moz-transition: rotate(135deg) translate(6px, -6px);
	-ms-transform: rotate(135deg) translate(6px, -6px);
	-o-transform: rotate(135deg) translate(6px, -6px);
	transform: rotate(135deg) translate(6px, -6px);
}
/* Fade out the second bar */
.active .menu-bar2 {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	opacity: 0;
}
/* Rotate last bar */
.active .menu-bar3 {
	-webkit-transform: rotate(225deg) translate(5px, 6px);
	-moz-transform: rotate(225deg) translate(5px, 6px);
	-ms-transform: rotate(225deg) translate(5px, 6px);
	-o-transform: rotate(225deg) translate(5px, 6px);
	transform: rotate(225deg) translate(5px, 6px);
}
/** End of Animated Menu Button Style **/

body.nav-open {
	left: 280px;
	overflow: hidden;
}
.navbar-collapse {
	position: fixed;
	top: 0;
	width: 280px;
	height: 100%;
	left: -280px;
	margin: 0!important;
	background: #004f98;
	padding: 15px;
	z-index: -10;
	border-radius: 0;
	box-shadow: none;

}
.navbar-collapse.nav-open {
	left: 0;
}
.menu-icon.navbar-toggle.active {
	background-color: #004f98 !important;
	right: 15px;
	border-radius: 0;
	top: 0;
}
.menu-icon.navbar-toggle.active .menu-bar1, .menu-icon.navbar-toggle.active .menu-bar2, .menu-icon.navbar-toggle.active .menu-bar3 {
	background: #fff;
}
.login-box {
	width: 100%;
	margin: 20px auto 30px auto;
}
.login-box .forgot-password, .login-box .create-account {
	font-size: 13px;
}
#login-page .lang {
	right: 15px;
}
.login-heading {
	margin: 10px 0;
}
.navbar-header {
    float: left;
    width: 100%;
    margin: 0 !important;
}
.navbar-brand{ float:right;}
.navbar-nav > li {
    float: right;
    display: block;
    width: 100%;
}
}

.header-right {
  float: left;
  margin-top: 20px;
  text-align: left;
}
.welcome-info {
  font-size: 13px;
  border-bottom: 1px dotted;
}
.welcome-info strong {
  font-weight: 600;
  display: inline-block;
  margin-left: 7px;
}
.welcome-info span {
  color: #004f98;
}
.header-right p {
  margin: 0;
  text-align: left;
}
.header-right p.verified {
  text-align: center;
  background: #269bc6;
  margin-top: 10px;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
}
.header-right p.Standard-acount {
  font-size: 16px;
  font-weight: 500;
  color: #004f98;
  margin-top: 10px;
}

.txt-error{
color:red;
}
.captchadisplay{
	align:right;
}
