@import url('https://fonts.googleapis.com/css?family=Tajawal');

html, body {
	direction: rtl;
	font-family: 'Tajawal', sans-serif;
	background-color: #35414d;
	color: #fff;
}
th {
	text-align: right;
}
i.glyphicon-envelope {
	padding: 0 2px 0 0;
}
hr {
	border-top: 1px solid #005cb8 !important;
}

/*error & members pages*/
.box {
	color: #FFF;
	padding: 10px 0;
	position: absolute;
	top: calc(50% - 245px);
	right: 0;
	left: 0;
	margin-bottom: 60px !important;
	display: none;
}
.box.active {
	display: block;
}
.box > .header{
	background-color: #0075eb;
	font-weight: bold;
	padding: 10px;
}
.box > .body{
	background-color: #0f1c2f;
	color: #fff;
	font-size: 16px;
	padding: 10px 20px;
}
@media (min-width: 768px) {
	.box {
	width:50%;
	margin:0 auto;
	}
}
@media (min-width: 1024px) {
	.box {
	width:40%;
	margin:0 auto;
	}
}
.box img {
	display: inline-block;
	max-height: 125px;
	margin: 25px;
}
.box p {
	margin: 15px 0 0;
}
.box > a {
	background-color: #337AB7;
	padding: 10px;
	color: #fff;
	display: block;
	text-decoration: none;
	position: relative;
	border-top: 1px solid #0F1C2F;
	line-height: 20px;
	height: 40px;
}
.box > a:hover {
	background-color: #20416F;
}
.box > a > i {
	height: 40px;
	width: 40px;
	line-height: 40px;
	right: 0;
	top: 0;
	position: absolute;
	background-color: rgba(41,50,59,0.60);
}

/* Footer */
.copyright{
	background:#212429;
	bottom: 0;
	color:#FFF;
	left: 0;
	line-height: 60px;
	right: 0;
}
.copyright .row{
	display: block !important;
}

/* Help */
.help::before {
	content: "";
	position: absolute;
	right: 10px;
	top: -21px;
	border: 10px solid;
	border-color: transparent transparent #005CB8 transparent;
	transition: .4s all ease-in-out;
}
.help {
	position: absolute;
	right: 0;
	top: 50px;
	padding: 5px 10px;
	text-align: justify;
	max-width: 50%;
	background: #35414D;
	border: 1px solid #005CB8;
	color: #999;
	z-index: 1;
	display: none;
	font-size: 14px;
}
.help strong {
	color: #FFFFFF;
}
.help#_1.expanded {
	display: none !important;
}
.input#type:hover .help#_1 {
	display: block;
}
.input#username:hover .help#_2 {
	display: block;
}
.input#password:hover .help#_3 {
	display: block;
}
.input#email:hover .help#_4 {
	display: block;
}

/* Notice */
.notice::before {
	content: "";
	position: absolute;
	right: 10px;
	top: -21px;
	border: 10px solid;
	border-color: transparent transparent #AD0000 transparent;
	transition: .4s all ease-in-out;
}
.notice {
	position: relative;
	top: 5px;
	padding: 5px 10px;
	margin-bottom: 10px;
	text-align: justify;
	max-width: 50%;
	background: #212429;
	border: 1px solid #AD0000;
	color: #AD0000;
	display: none;
	font-size: 14px;
}

/* Inputs */
.input {
	position: relative;
}
.input > i {
	height: 40px;
	width: 40px;
	line-height: 40px;
	right: 0;
	top: 0;
	position: absolute;
	border-left: 1px solid #005cb8;
}
input[type="email"],
input[type="text"],
input[type="password"],
input[type="number"]{
	border: 1px solid #005cb8;
	border-radius: 0;
	height: 40px;
	margin-bottom: 5px;
	padding: 0 50px 0 10px;
	color: #fff;
	background: transparent;
}
input[type="number"]{
	padding: 5px 10px;
}
input[name="resetpasscode"]{
	display: none;
}
input:focus,
input:hover,
input:active{
	border-color: #0075eb !important;
	outline: none !important;
}
input[type="submit"], input[type="reset"], .btn-submit{
	background-color: #0075eb;
	border-radius: 0;
	width: 40%;
}
input[type="submit"]:hover, input[type="reset"]:hover, .btn-submit:hover{
	background-color: #005cb8;
}

/* Loader */
#LoaderIcon {
	display: none;
}
#success, #success1, #success2 {
	color: #ADFF2F;
	display: none;
}
#activation {
	margin-top: 20px;
}


.loginBtn {
	position: relative;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	font-size: 16px;
	color: #FFF;
	background-color: #4C69BA;
	background-image: linear-gradient(#4C69BA, #3B55A0);
	text-shadow: 0 -1px 0 #354C8C;
	text-decoration: none;
}
.loginBtn .fa-facebook-f {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-left: #364e92 1px solid;
}
.loginBtn span {
	padding: 0 10px;
}
.loginBtn:hover {
	background-color: #5B7BD5;
	background-image: linear-gradient(#5B7BD5, #4864B1);
	color: #FFF;
	text-decoration: none;
}
.loginBtn:focus {
	outline: none;
	background-color: #5B7BD5;
	background-image: linear-gradient(#5B7BD5, #4864B1);
}
.loginBtn:active {
	box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Direction */
.ltr{
	direction:ltr;
}
.rtl{
	direction:rtl;
}