* {	
	margin: 0;
	padding: 0;
	/* -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
	/* -moz-tap-highlight-color: rgba(0, 0, 0, 0); */
}

html, body {
	/* height: 100%; */
	font-family: Arial, sans-serif;
}






body {
	/* background: url(img/bic.jpg) fixed no-repeat center top; */
	/* background-size: cover; */
	/* background-blend-mode: overlay; */
	background: #eaeaea !important;
	/* background: #e6e6e6; */
	/* background: #ffffff; */
	transition: 0.5s;
	height: 100%;
}


input:disabled, textarea:disabled, select:disabled {
	color: rgb(84, 84, 84) !important;
    cursor: default !important;
    background-color: rgb(235, 235, 228) !important;
}

input[type="submit"]:disabled, button:disabled {
	cursor: default !important;
    background-color: #cecece !important;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
	outline: none;
	color: #4e4e4e;
	text-align: right;
	direction: rtl;
}

select {
	cursor: pointer;
	outline: none;
	color: #4e4e4e;
	text-align: right;
	direction: rtl;
	/* font-size: 17px; */
	background: #fbfbfb;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #8a8a8a;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #8a8a8a;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #8a8a8a;
}

/*
[disabled]:hover {
	background: #bac2ca;
	color: #fff;
}

[disabled] {
	background: #bac2ca;
	color: #fff;
}
*/



/*
button, input {
	
}
*/


.header {
	z-index: 100;
	left: 0;
	top: 0;
	right: 0;
	border-top: 0;
	/* padding-top: 8px; */
	width: 100%;
	/* height: 50px; */
	height: 60px;
	background: #545f6b;
	/* box-shadow: 0 1px 7px rgba(0,0,0,.35); */
	box-shadow: 0 0.5px 7px rgba(0,0,0,0.35);
	/* border-radius: 0 0 5px 5px; */
}



/*	
.menu {
	
}
.menu ul {
	margin-left: 4%;
}
.menu ul li {
	float: left;
	padding: 8px;
	list-style: none;
}
.menu ul li a {
	text-decoration: none;
	color: #545f6b;
	border: 2px solid #545f6b;
	font-size: 18px;
	padding: 6px;
	border-radius: 7px;
}
.menu ul li a:hover {
	background: #fff;
	color: #545f6b;
	transition: 0.5s;
}
.logo {
	float: right;
	/* margin-top: 21px; *//*
	margin-right: 42px;
}
*/



/* .logo a {
	color: #545f6b;
	padding: 7px;
	font-size: 18px;
	text-decoration: none;
	border: 2px solid #545f6b;
	border-radius: 5px;
} */





.head {
	width: 94%;
	margin: 0 auto;
	padding-top: 10px;
}


.menu {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	font-size: 17.5px;
	line-height: 22px;
	float: left;
	margin-left: 2%;
}





/*#404040*/



.button a:hover {
	background: #687686;
	transition: 0.5s;
}


.button {
	float: left;
	margin-right: 17px;
	direction: rtl;
	border-radius: 6px;
	transition: 0.8s;
	
}

.button a {
	float: left;
	text-decoration: none;
	color: #f3f3f3;
	font-size: 18px;
	padding: 7px;
	border: 2px solid #ffffff;
	border-radius: 6px;
}





/*
.button a {
	color: #fff;
	text-decoration: none;
}
*/





/* .logo a {
	color: #545f6b;
	padding: 7px;
	font-size: 18px;
	text-decoration: none;
	border: 2px solid #545f6b;
	border-radius: 5px;
} */







#content {
	min-height: 75vh;
	padding-top: 18px;
	overflow: hidden;
	margin: 0 auto;
	width: 94%;
}

#content h3 {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin: 0 auto;
	/* float: right; */
	/* margin-right: 8%; */
	text-align: center;
	border: 3px solid #64ec1f;
	padding: 5px;
	color: #545f6b;
	background: #fff;
	/* margin: 0 auto; */
	border-radius: 5px;
	width: 38%;
	margin-bottom: 13px;
}


/* ===== error ===== */
.error {
	font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
	font-size: 14.5px;
	line-height: 23px;
	direction: rtl;
	text-align: center;
	color: #2a4057;
	background: #fff;
	/* font-size: 18px; */
	margin: 0 auto;
	width: 30%;
	margin-bottom: 5px;
	position: relative;
	padding: 0.75rem 1.25rem;
	border: 2.5px solid #ef3a3a;
	border-radius: 0.60rem;
}

.error a:hover {
	text-decoration: underline;
}

.error a {
	color: #ef3a3a;
	font-size: 19px;
	text-decoration: none;
}






.succ {
	font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
	font-size: 14.5px;
	line-height: 23px;
	direction: rtl;
	text-align: center;
	color: #2a4057;
	background: #fff;
	/* font-size: 17.5px; */
	margin: 0 auto;
	width: 30%;
	margin-bottom: 5px;
	position: relative;
	padding: 0.75rem 1.25rem;
	border: 2.5px solid #73f133;
	border-radius: 0.60rem;
}

.succ a:hover {
	text-decoration: underline;
}

.succ a {
	color: #16af3f;
	font-size: 19px;
	text-decoration: none;
}


.accun {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	font-size: 17.5px;
	line-height: 22px;
	float: right;
	margin-top: 20px;
	margin-right: 14%;
	text-align: right;
	direction: rtl;
	margin-bottom: 25px;
	color: #4a4a4a;
	/* font-size: 18px; */
	width: 73%;
	line-height: 26px;
}




.list {
	text-align: left;
	/* float: right; */
	margin: 0 auto;
	background: #ffffff;
	width: 96%;
	padding: 16px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid rgba(211, 211, 211);
	border-radius: 8px;
}



.dd1 {
	margin: 0 auto;
	text-align: center;
	margin-top: 90px;
	margin-bottom: 70px;
}

.dd1 img {
	width: 138px;
	margin-bottom: 15px;
}





.form_group1 {
	direction: rtl;
	/* height: 48px; */
	margin-bottom: 12px;
}







/*
.ser:focus {
	border: 2px solid #009688;
	box-shadow: 0px 0px 8px 0px rgba(0, 150, 136, 0.55);
}
*/




.ind {
	margin: 0 auto;
	margin-top: 5px;
	background: #fff;
	padding: 28px;
	padding-top: 21px;
	text-align: right;
	color: #545f6b;
	direction: rtl;
	margin-bottom: 15px;
	border: 1px solid rgba(211,211,211);
	border-radius: 5px;
}

.titind {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	font-size: 26px;
	line-height: 35px;
	margin-top: 4px;
	/* margin-right: 84px; */
	margin-right: 5%;
	margin-bottom: 46px;
	color: #545f6b;
}

.bodyind {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	font-size: 19px;
	line-height: 30px;
}

.wanind {
	margin-bottom: 30px;
}

.ntit {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	font-size: 20px;
	line-height: 30px;
	margin-right: 10px;
	margin-bottom: 12px;
	color: #565656;
}

.nbody {
	font-family: "Droid Arabic Kufi" ,Open Sans, sans-serif;
	color: #555;
	font-size: 16px;
	line-height: 30px;
}








.drop_list {
	float: left;
}


.drop_lists_c {
	float: left;
	margin-left: 20px;
}

.drop_list_c {
	float: left;
	/*margin-left: 7%;*/
}



	
.logo {
	float: right;
	/* margin-top: 4px; */
	margin-right: 2%;
}

.logo .logo_b {
	height: 40px;
	margin-top: 2px;
}

.logo .logo_m {
    display: none;
    width: 34px;
}





.dropdown.ltr {
	direction: ltr;
}

.dropdown.rtl {
	direction: rtl;
}






/*
.dropdown {
	font-size: 18px;
	user-select: none;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #7d7d7d;
	float: left;
	overflow: hidden;
}


.dropbtn:hover {
	background: #f1f1f1;
}

.dropbtn:active {
	background: #eaeaea;
}

.dropbtn {
	position: relative;
	display: block;
	cursor: pointer;
	outline: none;
	color: #545f6b;
	padding: 8px;
}
*/







.dropdown {
	/* direction: rtl; */
	font-size: 24px;
	/* background: #fff; */
	/* border-radius: 5px; */
	/* border: 1px solid #7d7d7d; */
	float: left;
	/* overflow: hidden; */
}





.dropbtn:hover {
	color: #dee1e6;
}

.dropbtn:active {
	color: #525252;
}

.dropbtn:focus {
	color: #525252;
}



.dropbtn {
	user-select: none;
	position: relative;
	display: block;
	cursor: pointer;
	outline: none;
	color: #f3f5f7;
	padding: 8px;
	/* padding-bottom: 0px; */
}

a.dropbtn {
	text-decoration: none;
}

.drpbtn {
	
}

.drpbtnp {
	padding-bottom: 0px;
}




.icon_menu:hover {
	color: #dee1e6;
	transition: 0.2s;
}

.icon_menu {
	color: #f3f3f3;
	transition: 0.2s;
}

.icon_menu:focus {
	color: #dee1e6;
	transition: 0.2s;
}

.icon_menu:active {
	color: #d3d7dc;
	transition: 0.2s;
}


.av_head {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	padding: 0px;
	float: right;
	margin: -8px;
	margin-left: 6px;
}



/*.fff:hover {
	color: #dee1e6;
}*/
.fff {
	color: #dee1e6 !important;
}


/*.fffe:hover {
	color: #d3d7dc;
}*/
.fffe {
	color: #d3d7dc !important;
}


.fffep {
	color: #525252 !important;
}




.mn-tabs:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border: 10px solid;
	border-color: #00000000 #00000000 #ffffff #00000000;
	left: 8px;
	top: -20px;
}


.mn-tabs {
	margin-top: 10px;
}


.tab-content {
	font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
	font-size: 14.4px;
	line-height: 19px;
	border-radius: 3px;
	border: 1px solid #8c8c8c;
	padding-top: 3px;
	padding-bottom: 3px;
	display: none;
	position: absolute;
	background: #ffffff;
	min-width: 138px;
	box-shadow: 0px 4.3px 18px 0px rgba(0, 0, 0, 0.35);
	z-index: 10;
}


.dropdown-content {
	font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
	font-size: 14.4px;
	line-height: 19px;
	border-radius: 3px;
	border: 1px solid #8c8c8c;
	padding-top: 3px;
	padding-bottom: 3px;
	display: none;
	position: absolute;
	background: #ffffff;
	min-width: 138px;
	box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.35);
	z-index: 5;
}

.dropdown-content a {
	cursor: pointer;
	user-select: none;
	outline-width: 0px;
	color: #2a4057;
	/* background: #ffffff; */
	padding-top: 11px;
	padding-right: 14px;
	padding-bottom: 11px;
	padding-left: 18px;
	text-decoration: none;
	display: block;
	text-align: right;
}

/*
.dropdown-content a:active {
	background: #1aab90;
	color: #fff;
}
*/

.dropdown-content a:hover {
	text-decoration: none;
	background: #545f6b;
	color: #fff;
}

.dropdown-content a:focus {
	outline-width: 1px;
}

.dropdown-content a:active {
	outline-width: 0px;
}


.overflow-tab {
	overflow-y: auto;
	/* /* overflow-x: hidden; */
	height: auto;
	max-height: 74vh; 
}



.overflow-tab::-webkit-scrollbar {
	cursor: pointer;
	/* height: 12px; */
	width: 12px;
}


.overflow-tab::-webkit-scrollbar-thumb:hover {
	background: #ababab;
}

.overflow-tab::-webkit-scrollbar-thumb {
	/* border-radius: 4px; */
	border-radius: 5px;
	background: #c1c1c1;
	cursor: pointer;
	/* box-shadow: inset 0 0 6px #b6b6b6; */
}


.overflow-tab::-webkit-scrollbar-track-piece {
	/* border-radius: 4px; */
	border-radius: 5px;
	/* background: #e8e8e8; */
	background: #efefef;
	/* box-shadow: inset 0 0 6px #dedede; */
}


.dv {
    margin: 4px auto;
    background: #dfe5e6;
    height: 1px;
    width: 90%;
}






.apps {
	display: inline-block;
	/* float: right; */
	/* padding: 14px; */
	/* padding-top: 0px; */
	padding-right: 2.5%;
	/* margin-top: 4px; */
}

.app {
	direction: ltr;
	float: right;
	margin-left: 12px;
	margin-bottom: 15px;
	display: inline-block;
	text-decoration: none;
}


img.logo_app:hover {
	border: 1px solid #c1c1c1;
	/* transition: 0.2s; */
}

img.logo_app {
	float: right;
	width: 58px;
	padding: 3px;
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius: 8px;
	transition: 0.2s;
}






.mn-menu:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border: 10px solid;
	border-color: #00000000 #00000000 #ffffff #00000000;
	left: 20px;
	top: -20px;
}


.mn-menu {
	margin-top: 14px;
}

.mn-menu a {
	padding-top: 13px;
	padding-right: 23px;
	padding-bottom: 13px;
	padding-left: 90px;
}





.content_tab {
	padding: 15px;
	padding-top: 11px;
	direction: rtl;
	overflow-y: scroll;
	word-break: break-word;
	overflow-x: hidden;
	height: 50vh;
	width: 26vw;
	/* height: 435px; */
	/* width: 335px; */
	
}

.content_tab::-webkit-scrollbar {
	cursor: pointer;
	/* height: 13px; */
	width: 13px;
}


.content_tab::-webkit-scrollbar-thumb:hover {
	background: #ababab;
}

.content_tab::-webkit-scrollbar-thumb {
	/* border-radius: 4px; */
	border-radius: 5px;
	background: #c1c1c1;
	cursor: pointer;
	/* box-shadow: inset 0 0 6px #b6b6b6; */
}



.content_tab::-webkit-scrollbar-track-piece {
	/* border-radius: 4px; */
	border-radius: 5px;
	/* background: #e8e8e8; */
	background: #efefef;
	/* box-shadow: inset 0 0 6px #dedede; */
}

.h_title {
	display: inline-block;
	/* float: right; */
	font-size: 17px;
	color: #3f4c67;
	font-weight: bold;
	margin-bottom: 14px;
	margin-right: 10px;
	text-decoration: none;
}




.mes_tab {
	font-family: Open Sans, sans-serif;
	float: right;
	text-align: right;
	margin-right: 13%;
	background: #fff;
	width: 75%;
	min-height: 102px;
	margin-bottom: 18px;
	/* padding: 21px; */
	padding-right: 13px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 11px;
	border: 1px solid rgba(211, 211, 211);
	border-radius: 8px;
	/* padding-bottom: 25px; */
}



.mes_right_tab {
	float: right;
	text-align: center;
	width: 39%;
}

.sender_mes_tab:hover {
	text-decoration: underline;
}

.sender_mes_tab {
	color: #545f6b;
	/* float: right; */
	text-decoration: none;
	/* margin-top: 0px; */
	/* margin-right: -6px; */
	/* margin-bottom: 4px; */
	font-size: 18px;
	/* width: 100%; */
}

.mes_left_tab {
	float: left;
	text-align: right;
	padding-top: 23px;
	width: 58%;
	height: 88px;
}

.mes_title_tab:hover {
	color: #ffffff;
	/* background: #21c7a8; */
	background: #1fbfa2;
	/* text-decoration: underline; */
	
}

.mes_title_tab {
	word-wrap: break-word;
	color: #ffffff;
	background: #1aab90;
	cursor: pointer;
	user-select: none;
	padding: 12px;
	text-decoration: none;
	display: block;
	text-align: right;
	border-radius: 8px;
	transition: 0.2s;
}






.ind_404 {
    font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
    font-size: 20px;
    line-height: 40px;
    direction: rtl;
    text-align: center;
    color: #8c8c8c;
    margin: 0 auto;
    height: 500px;
    padding: 4px;
}

.title_404 {
    color: #545f6b;
    font-size: 140px;
    line-height: 300px;
}

.index_404 a:hover {
	background: #e8e8e8;
	transition: 0.5s;
}

.index_404 a {
    font-family: Open Sans, sans-serif;
    line-height: 21px;
    text-decoration: none;
    color: #8c8c8c;
    font-size: 23px;
    padding: 10px;
    border: 2px solid #8c8c8c;
    border-radius: 6px;
    transition: 0.8s;
}






.show {
	display: block;
}

.caret {
	display: inline-block;
	width: 0px;
	height: 0px;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}






.footer {
	background: #fff;
	padding: 30px;
	padding-top: 20px;
	margin-top: 38px;
	/* margin-top: 10vh; */
	height: 89px;
	left: 0;
	right: 0;
	/* margin-top: 67px; */
	border-top: 1px solid rgba(211, 211, 211);
	/* border-radius: 5px 5px 0px 0px; */
	/* box-shadow: 2px 0 16px rgba(0,0,0,0.35); */
	/* position: relative; */
}

.fo_c {
	direction: rtl;
	text-align: center;
	color: #545f6b;
	font-size: 18px;
}

.fo_b {
	/* width: 97%; */
}

.fo_u {
	margin: 22px;
	margin-top: 18px;
	/* margin-right: 28px; */
	/* float: right; */
	text-align: center;
	color: #bfbfbf;
}

.fo_u a:hover {
	text-decoration: underline;
	transition: 0.5s;
}

.fo_u a {
	font-family: "Droid Arabic Naskh" ,Open Sans, sans-serif;
	font-size: 13.4px;
	line-height: 30px;
	text-decoration: none;
	margin: 4px;
	color: #7b7b7b;
	transition: 0.5s;
}


.footerlinks {
    color: #bfbfbf;
}

.footerlinks a:hover {
	text-decoration: none;
	transition: 0.5s;
}

.footerlinks a {
	text-decoration: underline;
	font-size: 14px;
	line-height: 0;
	color: #4e4e4e;
	transition: 0.5s;
}


.copyright {
	font-size: 17px;
	direction: ltr;
}




/* pc */
@media( min-width: 700px ){

.link {
	width: 460px;
}

}







	
	/* tablet2 */
@media( max-width: 1000px ){



.dd1 {
	/* margin-top: 18%; */
}




}






/* tablet1 telephone2 */
@media( max-width: 768px ){





	
.dd1 {
	/* margin-top: 30%; */
	margin-top: 18%;
}

.link {
	width: 65%;
}



	
	
.header2 {
	height: 140px;
	padding-top: 10px;
}


.footer {
	height: auto;
}





}


/*

17%

.dd1 {
	margin-top: 30%;
}
*/	
	
/* tablet2 
@media( max-width: 768px ){
	
#search1 {
	width: 50%;
}

}
*/


	
	/* telephone1 */
	
@media( max-width: 600px ){
	
	
	
/* #search1 {
	width: 60%;
} */

/*
.logo .logo_b {
    display: none;
}

.logo .logo_m {
    display: block;
}
*/


/* .menu {
	display: none;
} */

.footer {
	height: auto;
}


}

	/* logo */
	
@media( max-width: 407px ){

.but_re {
	display: none;
}

}





/*
@media( max-width: 908px ){
	h1::after {content}
}
	if ( screen.width >= 908px ){
		alert('pc');
	}
*/