body {
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: 'robotobold';
	src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'), url('../fonts/roboto-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotolight';
	src: url('../fonts/roboto-light-webfont.woff2') format('woff2'), url('../fonts/roboto-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotoregular';
	src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'roboto condensed';
    src: url('../fonts/roboto-condensed-webfont.woff2') format('woff2'),
         url('../fonts/roboto-condensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
header {
	width: 100%;
	float: left;
}
#header {
	/* background-color: #fff; */
	/* transition: 0.4s; */
	/* position: fixed; */
	/* width: 100%; */
	/* top: 0; */
	/* z-index: 99; 
	background-color: transparent;
	background-image: linear-gradient(to bottom,#ffffff9e,#f9f0f0ad,#f3f3f3a6,#f7f1f100); */
	background: url("/_layouts/15/RAKDCA assets/images/img_headerNav_transparent.png");
    background-repeat:repeat-x;
    transition: 0.4s;
    position: fixed;
    width: 100%;
    top: -1px;
    z-index: 99;
}
.top_head {
	background: #eee;
	display: block;
	border-bottom: 1px solid #000;
}
.top_head .navbar-expand-md {
	padding: 0;
}
.top_toggler .navbar-toggler {
	background-color: #2193d1;
	padding: 4px 9px 9px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	border: 1px solid #000;
	border-radius: 4px;
	font-size: 7px;
}
.top_toggler .navbar-toggler span.icon-bar {
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
	margin-top: 5px;
}
.tophead_left {
	width: 50%;
	float: right;
	margin: 0px;
	padding: 0px;
}
.tophead_right {
	width: 50%;
	float: right;
	margin: 0px;
	padding: 0px;
}
a.ms-signInLink {
    display: none !important;
}
.languages a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	color: #fff;
	padding: 6px 13px 7px 13px;
	float: right;
	text-decoration: none;
	background: #a5a6a7;
}
.languages a.active {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	color: #fff;
	padding: 6px 13px 7px 13px;
	float: right;
	background: #2193d1;
	text-decoration: none;
}
.languages a:hover {
	background: #fff;
	color: #000;
}
.size_changer {
	float: right;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.size_changer a {
	font-family: 'robotobold';
	padding: 5px 10px 6px 10px;
	float: right;
	color: #5f5f5f;
	text-decoration: none;
}
.size_changer a:hover {
	color: #2193d1;
}
.call_number {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	color: #5f5f5f;
	padding: 7px 20px 0 20px;
	float: right;
}
.call_number a {
	color: #5f5f5f;
	text-decoration: none;
}
.call_number a:hover {
	color: #2193d1;
}
button.openBtn {
	background: none;
	border: none;
	float: right;
	padding: 0;
}
.openBtn {
	background: none;
	border: none;
	float: left;
	padding: 0;
}
.openBtn .fa-search {
    background: #5f5f5f;
    padding: 4px;
    border-radius: 20px;
    float: left;
    color: #fff;
    margin: 7px 0 0 10px;
    font-size: 13px;
}
.arabicBody .openBtn .fa-search{
	transform: rotateZ(-263deg);
}
button.openBtn .fa-search {
	background: #5f5f5f;
	padding: 7px 8px;
	border-radius: 20px;
	float: right;
	color: #fff;
	margin: 10px 20px 0 0px;
}
.openBtn .fa-search:hover {
	color: #FFF;
	background-color: #2193d1;
}
.border-left {
	border-left: none !important;
}
.border-right {
	border-right: none;
}
.navbar-collapse .scrollbar {
	overflow-y: auto;
	height: 350px;
	display: block;
}
 input[type="button" i]:focus {
 outline:none;
}
.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
}
.overlay-content {
	position: relative;
	top: 46%;
	width: 80%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}
.overlay .closebtn {
	position: absolute;
	top: 20px;
	left: 45px;
	font-size: 60px;
	cursor: pointer;
	color: white;
}
.overlay .closebtn:hover {
	color: #ccc;
}
.overlay input[type=text] {
	padding: 15px;
	font-size: 17px;
	border: none;
	float: left;
	width: 80%;
	background: white;
}
.overlay input[type=text]:hover {
	background: #f1f1f1;
}
.overlay button, .overlay .overlaybtn {
	float: right;
	padding: 15px;
	background: #ddd;
	font-size: 17px;
	border: none;
	cursor: pointer;
	width: 10%;
    border-right: 1px solid grey;
}
.overlay button:hover, .overlay .overlaybtn:hover {
	background: #bbb;
}
.overlay button, .overlay .overlaybtn .fa-search{
	transform: rotateZ(-263deg);
}
.social_media {
	float: left;
	border-left: 1px solid #636363;
	border-right: 1px solid #636363;
	padding: 7px 8px;
}
.social_media a {
	background: #5f5f5f;
	border-radius: 30px;
	float: right;
	margin: 0px 3px;
	color: #fff;
	width: 21px;
	text-align: center;
	font-size: 14px;
}
.social_media a:hover {
	color: #FFF;
	background: #2193d1;
}
.login_wrapper {
	float: left;
	margin: 3px 0 0;
}
.login_wrapperN {
	float: left;
	padding: 7px 8px;
}
.login_wrapperN a {
	background: #5f5f5f;
	border-radius: 30px;
	float: left;
	margin: 0px 3px;
	color: #fff;
	width: 21px;
	height: 21px;
	text-align: center;
	font-size: 13px;
}
.login_btn {
	font-family: 'Roboto Condensed', sans-serif;
	background: #2193d1;
	float: left;
	font-size: 15px;
	color: #fff;
	padding: 2px 20px;
	margin: 0 0 0 20px;
	border: 1px solid transparent;
	transition: all 0.5s ease;
}
.register_btn {
	font-family: 'Roboto Condensed', sans-serif;
	background: #a5a6a7;
	float: left;
	font-size: 15px;
	color: #fff;
	padding: 2px 20px;
	margin: 0 0 0 20px;
	border: 1px solid transparent;
	transition: all 0.5s ease;
}
a.login_btn:hover, a.register_btn:hover {
	text-decoration: none;
	color: #000;
	background: #FFF;
	border: 1px solid #2193d1;
	transition: all 0.5s ease;
}
.mt-5 {
	margin-top: 3.4rem !important;
}
.middle_head {
	float: left;
	width: 100%;
	padding: 10px 0;
}
.sectionmargin {
	/*margin: 164px 0 0 0;*/
}
.sectionmargin .mainplaceholder {
	float: left;
	width: 100%;
}
#ms-designer-ribbon {
	position: fixed;
	top: 0;
	z-index: 199;
}
#ms-designer-ribbon.ribbonHandleNone {
	display: none;
}
div#s4-workspace {
	height: auto!important;
	width: 100%!important;
}
.RAKDCA-body {
	overflow: auto!important;
}
#ms-designer-ribbon + div #header {
	top: 85px;
}
#ms-designer-ribbon ~ .sectionmargin {
	padding-top: 85px;
}
#ms-designer-ribbon.ribbonHandleNone + div #header {
	top: 0px;
}
#ms-designer-ribbon.ribbonHandleNone ~ .sectionmargin {
	padding-top: 0;
}
#globalNavBox {
	background-color: rgba(239, 239, 239, 1);
}
.mm_header {
	font-family: 'Roboto Condensed', sans-serif;
	display: inline;
	margin: 0;
	font-size: 16px;
}
/* Login Form */
.formContent {
	display: none;
	position: absolute;
	height: auto;
	width: 320px !important;
	background: #f6f5f5;
	top: 34px;
	left: 0;
	z-index: 9999;
	border: solid 1px #cccccc;
	padding: 0 15px;
}
.formContent .dataSpacing {
	padding: 15px 0 0 0;
}
.formContent .border {
	border: solid 3px #2193d1 !important;
}
.formContent h2 {
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	margin: 0;
	padding-top: 10px;
}
.formContent p {
	font-size: 14px;
	color: #444444;
	margin: 0;
}
.grayborder {
	border: solid 0.5px #dad7d7;
	margin: 10px 0 14px 0;
}
.formContent .emailDetails {
	border-bottom: solid 0.5px #dad7d7;
	margin-bottom: 0px;
	float: left;
	width: 100%;
}
.formContent p a {
	color: #444444;
	text-decoration: underline;
}
.formContent .address {
	padding: 0px 20px 15px 20px;
}
.formContent .loginBtn {
	background-color: #2193d1;
	color: #fff;
	width: 100%;
	padding: 12px 0;
	text-align: center;
	border: 0;
}
.formContent .loginBtn .fa {
	font-size: 18px;
	padding-right: 10px;
	vertical-align: text-bottom;
}
.formContent .logOut {
	background-color: #2193d1;
	color: #fff;
	width: 100%;
	padding: 12px 0;
	text-align: center;
	border: 0;
	float: left;
}
.formContent .logOut a {
	color: #fff;
}
.formContent .logOut .fa {
	font-size: 18px;
	padding-right: 10px;
	vertical-align: text-bottom;
}
.formContent .logtime {
	padding: 22px 0 7px 0;
}
/*.formContent:before {
	content: "\f0d8";
	position: absolute;
	bottom: -1px;
	color: #fff;
	padding: 0;
	margin: 0;
	border: 0;
	font: normal normal normal 17px/1 FontAwesome;
	right: 60px;
	top: -14px;
}*/
.emailDetails .mycontent-left {
	border-right: solid 1px #dad7d7;
	float: left;
	padding: 17px;
	font-size: 14px;
}
.emailDetails .mycontent-left .fa, .emailDetails .mycontent-right .fa {
	color: #2193d1;
	padding-right: 3px;
}
.emailDetails .mycontent-right {
	float: left;
	padding: 17px;
	font-size: 13px;
}
.manageprofile {
	font-size: 14px;
	padding: 14px 0;
}
.sub-menu {
	float: left;
	display: block;
	text-align: center;
	width: 100%;
	border-bottom: solid 0.5px #dad7d7;
	padding: 15px 0;
}
.sub-menu .menu-title {
	display: block;
	margin-top: 30px;
}
.sub-menu .menu-title a {
	color: #444444;
	font-size: 14px;
}
.sub-menu .password {
	color: #2193d1;
	margin: 5px 0;
}
img[id$="cuurentUserImage"] {
	width: 100px!important;
}
.arabicBody .middle_head .pull-left {
    float: right;
}
.arabicBody .middle_head .pull-right {
    float: left;
}
