@font-face {
	font-family: "Cocon Next Arabic";
	src:
			url("./font/CoconNextArabic-Light Font Info/4fdca598434885f33f83ffdb03d1c5e7.eot");
	src:
			url("./font/CoconNextArabic-Light Font Info/4fdca598434885f33f83ffdb03d1c5e7.eot?#iefix") format("embedded-opentype"),
			url("./font/CoconNextArabic-Light Font Info/4fdca598434885f33f83ffdb03d1c5e7.woff2") format("woff2"),
			url("./font/CoconNextArabic-Light Font Info/4fdca598434885f33f83ffdb03d1c5e7.woff") format("woff"),
			url("./font/CoconNextArabic-Light Font Info/4fdca598434885f33f83ffdb03d1c5e7.ttf") format("truetype"),
			url("./font/CoconNextArabic-Light Font Info/4fdca598434885f33f83ffdb03d1c5e7.svg#Cocon Next Arabic") format("svg");
}
/*
@font-face {
	font-family: "HelveticaNeueLT Arabic 55 Roman";
	src:
			url("./font/HelveticaNeueLT Arabic 55 Roman/6184b9bbcb2982ca518dc0c37b9d3199.eot");
	src:
			url("./font/HelveticaNeueLT Arabic 55 Roman/6184b9bbcb2982ca518dc0c37b9d3199.eot?#iefix") format("embedded-opentype"),
			url("./font/HelveticaNeueLT Arabic 55 Roman/6184b9bbcb2982ca518dc0c37b9d3199.woff2") format("woff2"),
			url("./font/HelveticaNeueLT Arabic 55 Roman/6184b9bbcb2982ca518dc0c37b9d3199.woff") format("woff"),
			url("./font/HelveticaNeueLT Arabic 55 Roman/6184b9bbcb2982ca518dc0c37b9d3199.svg#typotheque_webfonts_service") format("svg");
}


.line-2 {
	line-height: 200%;
}

.line-3 {
	line-height: 250%;
}


@font-face {
	font-family: "Greta Arabic Regular 9";
	src:
			url("./font/Greta Arabic Regular 9/WF-000099-009539-002201-699379eebfb8f6aec788e05905501bc8.eot");
	src:
			url("./font/Greta Arabic Regular 9/WF-000099-009539-002201-699379eebfb8f6aec788e05905501bc8.eot?#iefix") format("embedded-opentype"),
			url("./font/Greta Arabic Regular 9/WF-000099-009539-002201-699379eebfb8f6aec788e05905501bc8.woff2") format("woff2"),
			url("./font/Greta Arabic Regular 9/WF-000099-009539-002201-699379eebfb8f6aec788e05905501bc8.woff") format("woff"),
			url("./font/Greta Arabic Regular 9/WF-000099-009539-002201-699379eebfb8f6aec788e05905501bc8.svg#typotheque_webfonts_service") format("svg");
}

@font-face {
	font-family: "Greta Arabic Medium 4";
	src: url("./font/Greta Arabic Medium 4/WF-000099-009539-002202-f0e73e43ff998710917a4506d9c84c5c.eot");
	src: url("./font/Greta Arabic Medium 4/WF-000099-009539-002202-f0e73e43ff998710917a4506d9c84c5c.eot?#iefix") format("embedded-opentype"),
	url("./font/Greta Arabic Medium 4/WF-000099-009539-002202-f0e73e43ff998710917a4506d9c84c5c.woff2") format("woff2"),
	url("./font/Greta Arabic Medium 4/WF-000099-009539-002202-f0e73e43ff998710917a4506d9c84c5c.woff") format("woff"),
	url("./font/Greta Arabic Medium 4/WF-000099-009539-002202-f0e73e43ff998710917a4506d9c84c5c.svg#typotheque_webfonts_service") format("svg");
}

@font-face {
	font-family: "SegoeUI-Semibold";
	src:
		local('Segeo UI Semibold'),
		url('SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'),
		url('SegoeUI-Semibold.woff') format('woff'),
		url('SegoeUI-Semibold.ttf') format('truetype'),
		url('SegoeUI-Semibold.svg#Segoe') format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "fontawesome-webfont";
	src: url('fontawesome-webfont.eot');
	src: url('fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
	url('fontawesome-webfont.woff') format('woff'),
	url('fontawesome-webfont.ttf') format('truetype'),
	url('fontawesome-webfont.svg#Segoe') format('svg');
	font-weight: 100;
	font-style: normal;
}
*/
@font-face {
	font-family: "fontawesome-webfont";
	src:
	url('./font/fontawesome-webfont/fa-solid-900.woff') format('woff'),
	url('./font/fontawesome-webfont/fa-solid-900.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

:root {
	direction: rtl;
}

html, body {
	height: 100%;
}
body {
    font-family: "Cocon Next Arabic";
    font-size: 15px; /*font-size: 15px;*/
    color: #333333;
    text-align: right;
    background-color: #ECF0F5;
    margin: 0;
	font-weight: lighter;
}

/* fffffffffffffffff*/
div#container {
    width: 100%;
	height:100%;
	border:none;
    background-color: #333;
	/*display: flex;
	flex-direction: column;*/
}


header {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	width: 100%;
	height: 60px;
	background-color: #00ACD6;
}
#logo-div {
	display: flex;
	/*justify-content: center;*/
	text-indent: 25px;
	text-align: right;
	width: 180px;
	padding-top: 18px;
	padding-right: 0px;
}
#logo-div:hover {
	background-color: #357CA5;
}
#navicon-div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	cursor: pointer;
}
#navicon-div:hover {
	background-color: #357CA5;
}
#nav-icon {
	font-family: 'fontawesome-webfont';
	font-size: 20px;
	color: #ECF0F5;
}
#user-div {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: calc(100% - 210px);
	font-size: 15px; /*font-size: 15px;*/
	color: #FFFFFF;
}
#user-div ul {
	height: 100%;
	list-style-type: none;
	margin-left: 20px;
	padding: 0;
	overflow: hidden;
}
#user-div li {
	display: flex;
	align-items: center;
	float: left;
	height: 100%;
	vertical-align: middle;
	padding: 0 10px 0 10px;
}

#user-div li a {
	color: #FFFFFF;
	display: block;
	color: white;
	text-align: center;
	text-decoration: none;
}

#user-div li:hover {
	background-color: #357CA5;
}


.icon_a {
	font-family: 'fontawesome-webfont';
	font-size: 20px;
	color: #ECF0F5;
	float: left;
}

.icon_b {
	font-family: 'fontawesome-webfont';
	font-size: 15px;
	line-height: 20px;
	color: #ECF0F5;
	float: inline-end;
	margin-inline-end: 10px;
}

.hidden {
	display: none;
}

.hidden-child * {
	display: none;
}

.dark {
	color: #555555;
}

.pre {
	white-space: pre;
}




#mega-menu-icon {
	text-align: center;
	margin: 20px 0 0 0;
	/*margin: 0px 0 0 35px;*/
	cursor: pointer;
	font-family: 'fontawesome-webfont';
	font-size: 20px;
}




#mega-menu {
	display: block;
	top:60px;
	position: static;
	width: 180px;
	min-width: 180px;
	/*background-color: #222D32;*/
	background-color: #1F4B60;
	overflow-x: hidden;
	overflow-y: auto;
	height: calc(100vh - 90px);
	/*box-shadow: 0px 10px 60px 10px #333333;*/
	/*border-top: 1px solid #444444;*/
	z-index: 10;
	scrollbar-width: thin;          /* "auto" or "thin"  */
	scrollbar-color: #B8C7CE #222D32;   /* scroll thumb & track */
	transition: width .25s ease-in-out;
}
#mega-menu::-webkit-scrollbar {
	width: 12px;               /* width of the entire scrollbar */
}
#mega-menu::-webkit-scrollbar-track {
	background: orange;        /* color of the tracking area */
}
#mega-menu::-webkit-scrollbar-thumb {
	background-color: blue;    /* color of the scroll thumb */
	border-radius: 20px;       /* roundness of the scroll thumb */
	border: 3px solid orange;  /* creates padding around scroll thumb */
}

#company-logo {
	/*
	height: 100px;
	background-image: url(../assets/logo.company.png);
	background-repeat: no-repeat;
	background-position: right 20px top 30px;
	*/
	color:gold;
	font-size:20px;
	text-indent:20px;
	padding-bottom: 20px;
}

#mega-menu-container {
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: wrap;
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 20px;
}

#mega-menu-container > div {
	width: 100%;
	/*border-top: 1px solid #B8C7CE;*/
}

#mega-menu ul {
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 10px 0px;
	/*background-color: #2C3B41;*/
	background-color: #1b4253;
	display: none;
}

#mega-menu li {
	font-size: 13px; /*font-size: 15px;*/
	padding: 5px 10px 3px 0px;
	list-style-type: none;
}
#mega-menu li>a {
	color: #FFFFFF;
	line-height: 25px;
	text-decoration: none;
	display:block;
}
#mega-menu li>a:hover {
	color: #00CDFF;
	text-decoration: none;
}
#mega-menu h3 {
	font-size: 14px; /*font-size: 15px;*/
	font-weight: normal;
	color: #FFFFFF;
	padding: 10px 20px 10px 10px;
	margin: 0;
	cursor: pointer;
}
#mega-menu h3 a {
	text-decoration: none;
	font-size: 14px; /*font-size: 15px;*/
	font-weight: normal;
	color: #FFFFFF;
}
#mega-menu h3:hover {
	background-color: #00ACD6;
}
#mega-menu h3::before {
	content: ":: ";
}
.h3-slidedown {
	background-color: #00ACD6;
}
main {
	background-color: #EEEEEE;
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	display: flex;
	flex: 1;
	height: calc(100vh - 120px);
}
#article-div {
	display: flex;
	align-content: start;
	align-items: start;
	flex-wrap: wrap;
	width: 100%;
}
footer {
	width: 100%;
	height: 30px;
	color: #FFFFFF;
	background-color: #00ACD6;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	flex: none;
}
nav#accordian {
	/*width: 230px;*/
	width: 230px;
	transition: 0.2s;
}
nav > ul {
	display: inline;
}

.icon {
	cursor: pointer;
	font-family: 'fontawesome-webfont';
	font-size: 13px; /*font-size: 15px;*/
	margin-left: 5px;
}


section#page-upper {
	height: 50px;
	font-weight: 100;
	margin: 0px 25px;
	width: 100%;
	display: flex;
	flex-direction: row;
}
section #page-title {
	line-height: 50px;
	font-weight: 100;
	color: #333333;
	/*color: #007997;*/
	font-size: 24px;
	padding: 0;
}
section #page-button {
	color: #007997;
	flex: 1;
	text-align: left;
	padding: 10px 0 10px 0;
}
section#company_logo {
	text-align: center;
	padding: 20px 0;
	/*margin: 0px auto;*/
	width: 100%;
}
section#company_logo img {
	width: 100px;
}
section#page_desc {
	font-size: 13px;
	margin: 0px auto;
	width: 98%;
}
section#page-content {
	margin: 0 25px 10px 25px;
	/*width: calc(100vw - 260px);*/
	width: 100%;
	border-top:solid 4px #00acd6;
	border-bottom:solid 4px #999;
	background: #ffffff;
	padding: 0 10px 0 10px;
	overflow: auto;
	height: calc(100vh - 200px);
	
	/*box-shadow: 0px 0px 100px 1px #FFFFFF;*/
}

section#page-login {
	margin: 0 25px 10px 25px;
	/*width: calc(100vw - 260px);*/
	width: 400px;
	border-top:solid 4px #00acd6;
	border-radius: 3px;
	background: #ffffff;
	padding: 0 10px 0 10px;
	overflow: auto;
	/*box-shadow: 0px 0px 100px 1px #FFFFFF;*/
}



/* fffffffffffffffff*/



.filterbox {
	display: flex;
  	flex-wrap: wrap;
	padding: 10px 0;
}

.filterbox div {
	height: 60px;
	min-width: 100px;
	padding-inline-end: 20px;
	padding-bottom: 20px;
	align-self: flex-end;
}
.filterbox div button {
	margin-top: 30px;
}






/* CSSTerm.com Simple CSS menu */
.menu_simple {
	margin-top: 20px;
	width: 100%;
}
.side_menu ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}
.side_menu ul li span {
	text-decoration: none;
	color: #fff;
	padding: 12px 6px;
	background-color: #39516C;
	display:block;
	border-bottom: solid 1px #567DA5;
}
.side_menu ul li a {
	text-decoration: none;
	color: #ffffff;
	padding: 12px 22px;
	background-color: #39516C;
	display:block;
	border-bottom: solid 1px #567DA5;
}
.side_menu ul li a.active {
	background-color: #567DA5;
}
.side_menu ul li a:visited {
	color: white;
}
.side_menu ul li a:hover, .side_menu ul li .current {
	color: white;
	background-color: #00acd6;
}

li {
}
ul ul {
	display: none;
}


.data-table th {
	position: -webkit-sticky;
	position: sticky;
	top: 35px;
	border-top: 10px solid #FFFFFF;
	cursor: pointer;
	
  }

  .data-table th:hover {
	background-color: #007a99;
  }

/*cccccccccccccccccccccc*/
.data-table-browser {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: #FFFFFF;
    padding: 10px 0 0 0;
    font-weight: 100;
    width: 100%;
    height: 30px;
}
.data-table-info {
	font-size: 13px;
    width: 40%;
    float: right;
    text-align: right;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    margin-top: 8px;
}
.paging-box {
	font-family: "fontawesome-webfont";
	font-size: 11px;
	float: left;
	text-align: left;
	position: relative;
	min-height: 1px;
	box-sizing: border-box;
}
ul.paging-btns {
	margin: 2px 0;
	white-space: nowrap;
	display: inline-block;
	padding-left: 0;
	border-radius: 4px;
	box-sizing: border-box;
	text-align: right;
	font-weight: 100;
}
li.paging-btn {
	display: inline;
	box-sizing: border-box;
	white-space: nowrap;
	text-align: right;
	font-weight: 100;
	color: #666666;
}
li.nbr {
	font-family: "Cocon Next Arabic";
}
li.paging-btn a, li.paging-btn a:visited {
	color: #666666;
	background-color: #fafafa;
	position: relative;
	float: right;
	padding: 2px 8px;
	margin-left: -1px;
	line-height: 1.42857143;
	text-decoration: none;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	white-space: nowrap;
	text-align: right;
	font-weight: 100;
}
li.paging-btn:last-child a {
	margin-left: 0;
}
li.paging-btn:first-child a {
	margin-right: 0;
	}
li.disabled a,li.disabled a:visited,li.disabled a:hover, li.disabled a:focus {
	font-weight: 100;
	color: #CCC;
	cursor: default;
	background-color: #ffffff;
	border-color: #dddddd;
}
li.active a:visited,li.active a:hover, li.active a:focus {
	font-weight: 100;
	color: #ffffff;
	cursor: default;
	background-color: #00ACD6;
	border-color: #dddddd;
}
li.paging-btn:not(.disabled) a:hover {
	z-index: 2;
	color: #FFFFFF;
	background-color: #00ACD6;
	border-color: #dddddd;
}
.empty-data-table {
	font-size: 13px;
	color: #AAA;
	text-align: center;
	padding: 0;
	margin: 0;
	height: 0;
	line-height: 100px;
}
/*cccccccccccccccccccccc*/


button, a.button:link, a.button:active, a.button:visited {
	font-family: "Cocon Next Arabic";
    font-size: 15px; /*font-size: 15px;*/
    font-weight: 100;
    color: #FFFFFF;
    border: none;
	background-color: #00acd6;
    margin: 0 0 0 20px;
    padding: 4px 20px 4px 20px;
	border-radius: 3px;
	text-decoration: none;
}
button:hover, a.button:hover {
	background-color: #222D32;
	color: #FFF;
    cursor: pointer;
	text-decoration: none;
}
button.start {
	margin: 0;
}

button.small, a.button.small {
	height: 28px;
	font-size: 15px;
	font-weight: 100;
	padding: 4px 15px 4px 15px;
	border: none;
}
button.small span, a.button.small span {
	font-size: 15px;
	padding-inline-start: 5px;
}

button.tiny, a.button.tiny {
	height: 25px;
	font-size: 13px; /*font-size: 14px;*/
	font-weight: 100;
	padding: 4px 6px 2px 6px;
	border: none;
}

button.tiny span, a.button.tiny span {
	font-size: 13px; /*font-size: 14px;*/
}

button.icon {
	font-family: 'fontawesome-webfont';
	font-size: 12px;
	font-weight: 100;
	padding: 4px 7px;
	margin: 0px 4px;
}
.en {
	direction: ltr;
}
input, input:invalid, select, select:invalid {
	line-height: 25px;
	font-family: "Cocon Next Arabic";
	font-size: 13px; /*font-size: 15px;*/
    font-weight: 100;
    color: #777777;
    border: solid 1px #d2d6de;
	border-radius: 4px;
    margin: 0;
    /*padding: 4px 12px 2px 12px;*/
    box-shadow: none;
    box-sizing: border-box;
	text-indent: 10px;
}
textarea {
	line-height: 25px;
	font-family: "Cocon Next Arabic";
	font-size: 13px; /*font-size: 15px;*/
    font-weight: 100;
    color: #777777;
    border: solid 1px #d2d6de;
	border-radius: 4px;
    margin: 0;
    /*padding: 4px 12px 2px 12px;*/
    box-shadow: none;
    box-sizing: border-box;
}

input:disabled, textarea:disabled {
	background-color: #eee;
} 

input::placeholder {
	color: #666;
}
input:focus, select:focus {
	border-color: #3c8dbc;
	box-shadow: none;
}
input.red, input:invalid, select.red, select:invalid {
    border-color: #dd4b39;
}
input.green, select.green {
    border-color: #00a65a;
}
input.small, select.small, textarea.small {
	width: 90px;
}
input.small-medium, select.small-medium, textarea.small-medium {
	width: 100px;
}
input.medium, select.medium {
	width: 180px;
}
input.big-medium, select.big-medium, textarea.big-medium {
	width: 380px;
}
input.big, select.big, textarea.big {
	width: 580px;
}
input.wide, select.wide, textarea.wide {
	width: 100%;
}
input.thick, select.thick {
	height: 35px;
}
input[type="radio"], input[type="checkbox"], input[type="file"], input[type="date"] {
	text-align: center;
	border: 0px;
	padding: 0px;
	display: inline-block;
	border: solid 1px #d2d6de;
}

input[type="checkbox"].small {
	width: auto;
	display: inline;
	margin-inline-start: 50px;
}

label.checkbox {
    font-weight: 100;
    display: inline;
    margin: 5px 0 5px 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #DDD;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #DDD;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #DDD;
}
:-moz-placeholder { /* Firefox 18- */
	color: #DDD;
}
label {
    /* font-size: 13px; */
    font-weight: 100;
    display: block;
    margin: 5px 0 5px 0;
}
label.red {
	color: #dd4b39;
}
label.green {
	color: #008648;
}
label.checkbox, label.radio {
	display: inline-block;
	cursor: pointer;
	margin:0;
}

#search-div {
	display:flex;
	flex-direction:row;
	padding-bottom: 5px;
}
#search-div>div:first-child {
	flex: 1 1 auto;
	text-align: right;
}
#search-form {
	padding-bottom: 15px;
}
#search-form label {
	display: inline-block;
}

div.form-row {
	display: flex;
	flex-wrap: nowrap;
}

div.form-item {
	position: relative;
    margin-bottom: 15px;
    box-sizing: border-box;
	padding-inline-end: 20px;
}

div.sub-form-item {
	position: relative;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.box-body {
	display: flex;
	flex-wrap: wrap;
}
.datarow {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
}
.datarow .form-item {
	margin-bottom: 0px;
}
.datarowsum {
	margin-top: 20px;
}
div.form-item {
	padding-inline-end: 20px;
}
.full {
	width: 100%;
}
.nowrap {
	display: flex;
	flex-wrap: nowrap;
}
.half {
	width: 50%;
	min-width: 300px;
}
.part1of3 {
	width: 33.33%;
	min-width: 300px;
 }
 .part2of3 {
	width: 66.66%;
	min-width: 300px;
 }
.part1of4 {
	width: 25%;
	min-width: 200px;
 }
.part3of4 {
	width: 75%;
	min-width: 250px;
 }
 .part1of5 {
	width: 20%;
	min-width: 100px;
 }
 .part2of5 {
	width: 40%;
	min-width: 100px;
 }
 .part3of5 {
	width: 60%;
	min-width: 100px;
 }
 .part4of5 {
	width: 80%;
	min-width: 100px;
 }
.part1of6 {
	width: 16.66%;
	min-width: 80px;
 }
.part5of6 {
	width: 83.33%;
	min-width: 100px;
 }
.part1of7 {
	width: 14.28%;
	min-width: 60px;
 }
.part2of7 {
	width: 28.57%;
	min-width: 120px;
 }
.part3of7 {
	width: 42.85%;
	min-width: 180px;
 }
 .part1of8 {
	width: 12.5%;
	min-width: 60px;
 }
 .part3of8 {
	width: 37.5%;
	min-width: 100px;
 }

 .part1of10 {
	width: 10%;
	min-width: 50px;
 }

 .part1of12 {
	width: 8.33%;
	min-width: 40px;
 }

 .part1of20 {
	 width: 5%;
	 min-width: 40px;
 }

 .info-subtable td {
	padding: 5px;
	white-space: nowrap;
	vertical-align: top;
 }
 .info-subtable td label {
	font-size: 13px; /*font-size: 14px;*/
 }
 .row-entry th {
	font-weight: normal;
 }

div.form-footer {
	margin-top: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    height: 50px;
	line-height: 50px;
	text-align: left;
	width: 100%;
}



.w50 { width: 50px;}
.w75 { width: 75px;}
.w100 { width: 100px;}
.w150 { width: 150px;}
.w200 { width: 200px;}
.w250 { width: 250px;}
.w300 { width: 300px;}
.w350 { width: 350px;}
.w400 { width: 400px;}
.w450 { width: 450px;}
.w500 { width: 500px;}
.w550 { width: 550px;}
.w600 { width: 600px;}


.my-custom-theme .tooltipster-content  {
	border: 0px;
	background: #ccc;
}




/**8888888888888888888888888*/
.data-table {
	height: auto;
	width: 100%;
}
div.sub-title {
	font-size: 22px;
	color: #888888;
	height: 60px;
	line-height: 50px;
	box-sizing: border-box;
}
.info-subtable {
	display: none;
	max-width: 100%;
}

.data-table th, .info-table th, .info-subtable th {
	width: auto;
	white-space:nowrap;
}

.vertical.info table td:nth-child(1)  {
	white-space:nowrap;
	width: 150px;
	text-align: left;
}

.data-table, .input-table, .info-table, .info-subtable, .form-subtable {
	font-size: 13px;
	border-spacing: 1px;
}

.info-subtable table td {
	word-wrap: normal;
}
.input-table table, .info-table table, .info-subtable table {
	width: 100%;
}

.data-table thead th, .data-table tfoot td, .input-table th, .info-table th, .info-subtable th, .form-subtable th {
	background-color: #00ACD6;
	color: #ffffff;
	font-size: 15px; /*font-size: 16px;*/
	font-weight: 100;
	padding: 0px 10px 0 10px;
	height: 26px;
}

.data-table td, .input-table td, .info-table td, .info-subtable td {
	font-size: 15px;
	direction: rtl;
	padding: 6px 8px 6px 8px;
	vertical-align: top;
}
.info-subtable table tbody tr:nth-child(odd) td, .input-table tr:nth-child(odd) td, .info-table  tr:nth-child(odd) td, .info-subtable  tr:nth-child(odd) td, .form-subtable  tr:nth-child(odd) td {
	background-color: #F4F4F4;
}
.info-subtable>table>tbody>tr:nth-child(even) td, .input-table tr:nth-child(even) td, .info-table  tr:nth-child(even) td, .info-subtable  tr:nth-child(even) td, .form-subtable  tr:nth-child(even) td {
	background-color: #EAEAEA;
}
.info-subtable table tbody tr:hover td, .input-table tr:hover td, .info-table tr:hover td {
	background-color: #BDE7F2;
	border: solid 0px #5BC0DE;
}

.title {
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 30px;
}
.text1 {
	font-size: 14px;
}
.text2 {
	font-size: 18px;
}
.text3 {
	font-size: 22px;
}
.text4 {
	font-size: 26px;
}
.text5 {
	font-size: 30px;
}
.blackcolor {
	color: #000000;
}
.graycolor {
	color: #888888;
}
.skycolor {
	color: #357CA5;
}







.data-table tbody tr:nth-child(odd) td, .input-table tr:nth-child(odd) td, .info-table  tr:nth-child(odd) td, .info-subtable  tr:nth-child(odd) td, .form-subtable  tr:nth-child(odd) td {
	background-color: #F4F4F4;
}
.data-table tbody tr:nth-child(even) td, .input-table tr:nth-child(even) td, .info-table  tr:nth-child(even) td, .info-subtable  tr:nth-child(even) td, .form-subtable  tr:nth-child(even) td {
	background-color: #EAEAEA;
}










.data-table tbody tr:hover td, .input-table tr:hover td, .info-table tr:hover td {
	background-color: #BDE7F2;
	border: solid 0px #5BC0DE;

}
.data-table td.en {
	direction: ltr;
}
/**8888888888888888888888888*/









.upper-letters {
	text-transform: uppercase;
}
.ltr {
	text-align: left;
	direction: ltr;
}
.rightltr {
	text-align: right;
	direction: ltr;
}
.rtl {
	direction: rtl;
}

.bottom {
	position: absolute;
	bottom: 0px;
}

.error {
	color: #990000;
	font-size: 13px; /*font-size: 16px;*/
	padding-right: 10px;
}


.error-hint {
	color: #990000;
	font-size: 13px;
	display: inline;
	padding-left: 10px;
}

.error-message {
	font-size: 13px; /*font-size: 15px;*/
	color: #A44E56;
	text-indent: 10px;
	line-height: 35px;
	background-color: #F8D7DA;
	border: solid 1px #F5C6CB;
	border-radius: 2px;
	width: 100%;
	display: none;
	margin-bottom: 20px;
}

.message {
	/*padding: 0 20px;*/
	/*border: 1px solid #DDDDDD;*/
	/*background-color: #f8f8f8;*/
	font-size: 15px; /*font-size: 15px;*/
	/*color: #666666;*/
}

.message h3 {
	font-size: 20px;
	font-weight: normal;
}



/*tool tip*/
.tooltip{
	display: inline;
	position: relative;
}

.tooltip:hover:after{
	font-family: "Cocon Next Arabic";
	font-size: 12px;
	background: #333;
	top: -100%;
	color: #fff;
	content: attr(data-title);
	left: 100%;
	padding: 5px;
	position: absolute;
	z-index: 98;
}
/*tool tip*/




a.recordbtn, a:active.recordbtn, a:visited.recordbtn {
	cursor: pointer;
	margin: 0 6px;
	padding: 0px 8px;
	direction: rtl;
	border-radius: .2em;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.recordbtn {
	cursor: pointer;
	text-decoration: none;
	background-color: #555555;
}
.graybtn, a.button.graybtn:link, a.button.graybtn:active, a.button.graybtn:visited {
	background-color: #BBB;
	color: #333;
}
.bluebtn, a.button.bluebtn:link, a.button.bluebtn:active, a.button.bluebtn:visited {
	background-color: #408EBA;
	/*border: 1px solid #3A80A7;*/
}
.skybtn, a.button.skybtn:link, a.button.skybtn:active, a.button.skybtn:visited {
	background-color: #20C0ED;
	/*border: 1px solid #1CACD4;*/
}
.redbtn, a.button.redbtn:link, a.button.redbtn:active, a.button.redbtn:visited {
	/*background-color: #DB4C3F;*/
	background-color: #DF494A;

	/*border: 1px solid #D43A2D;*/
}
.orangebtn, a.button.orangebtn:link, a.button.orangebtn:active, a.button.orangebtn:visited {
	background-color: #EEC520;
	/*border: 1px solid #DE9C14;*/
}

a.button.graybtn:hover, a.button.bluebtn:hover, a.button.skybtn:hover, a.button.redbtn:hover, a.button.orangebtn:hover  {
	background-color: #222D32;
	color: #FFF;
}



/*////////////////////////////////////////////////////////////////////////*/
/*DropDown Btn*/
/*
.dropbtn {
	cursor: pointer;
	margin: 0 2px;
	padding: 0px 12px 2px 12px;
	direction: rtl;
}
.dropbtn::after {
	content: "  ▼";
	font-size: 5px;
	margin: 0 2px 0 0;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	left: 0;
	background-color: #2C3B41;
	min-width: 120px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
	z-index: 1;
}

.dropdown-content a {
	font-size: 13px;
	color: #FFFFFF;
	padding: 5px 8px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	color: #00ACD6;
	background-color: #1E282C;
}

.dropdown:hover .dropdown-content {
	display: block;

}

*/
/*DropDown Btn*/
/*////////////////////////////////////////////////////////////////////////*/










/*dialog*/
/*/////////////////////////////////////////////////////*/
#dialogOverlay, #loadingOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 100000;
}

#loadingBox {
	border: 10px solid #f3f3f3; /* Light gray */
	border-top: 10px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 2s linear infinite;
	position: fixed;
	left: 50%;
	top: 50%;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
#dialogBox {
	background: #fff;
	width: 500px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -130px 0 0 -230px;
	border: 1px solid #fff;
}
#dialogBox h3 {
	background: #00ACD6;
	color: #fff;
}
#dialogBox h3, #dialogBox #buttons {
	padding: 15px 40px;
	margin: 0;
}
#dialogBox p {
	padding: 30px 40px;
}
#dialogBox #buttons {
	text-align: left;
	border-top: 1px solid #f4f4f4;
}
/*/////////////////////////////////////////////////////*/
/*dialog*/














 /* The alert message box */
 .alert {
	display: none;
	padding: 10px;
	border: 1px solid #fc7f7f;
	background-color: #ffc8c4; /* Red */
	color: #a50000;
	margin-bottom: 15px;
  }
  
  /* The close button */
  .closealert {
	margin-left: 15px;
	color: #fc7f7f;
	font-weight: bold;
	float: left;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
	cursor: pointer;
  }
  
  /* When moving the mouse over the close button */
  .closebtn:hover {
	color: white;
  } 


 input[type="file"] {
    display: none;
}
.upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.popuper {
	cursor: pointer;
}

.popuper:hover {
	text-decoration: underline;
}


button span, .button span {
	font-family: "fontawesome-webfont";
	padding: 0;
}

.icon-filter span::after {
	content: '';
}

.icon-resetfilter span::after {
	content: '';
}

.icon-exportfilter span::after {
	content: '';
}

.icon-info span::after {
	content: '';
}

.icon-leftarraw span::after {
	content: '';
	padding-right: 8px;
}

.icon-rightarraw span::before {
	content: '';
	padding-left: 8px;
}

.icon-details span::after {
	content: '';
}

.clickableRow {
	cursor: pointer;
}

.duprow {
	white-space: nowrap;
	margin-bottom: 3px;
}








/*MAIN MENU*/
.topnav {
	padding-inline-start: 25px;
	overflow: hidden;
	background-color: #1F4B60;
	min-height: 30px;
}
.topnav a {
	float: right;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 5px 18px 5px 18px;
	text-decoration: none;
	font-size: 16px;
	height: 26px;
}
.topnav a:first-child {
	/*padding: 7px 25px 0px 35px;*/
}
a.active {
	background-color: #EEEEEE;
	color: #333333;
}
.dropdown.active {
	background-color: #EEEEEE;
	color: #333333;
}
.dropdown.active .dropbtn {
	color: #333333;
}
.dropdown-content .active {
	background-color: #1F4B60;
	color: #fff;
}
.dropdown-content .active::before {
	content: ":: ";
}
.topnav .icon {
	display: none;
}
.dropdown {
	float: right;
	overflow: hidden;
	border-radius: 3px 3px 0px 0px;
}
.dropdown .dropbtn {
	display: block;
	border: none;
	color: white;
	background-color: inherit;
	margin: 0;
	border-radius: 0;
	padding: 0 18px;
	height: 36px;
	font-size: 16px;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #1f698b;
	min-width: 160px;
	box-shadow: 0px 10px 10px -2px rgba(0,0,0,.3);
	z-index: 1;
	border-radius: 3px 0px 3px 3px;
}
.dropdown-content a {
	float: none;
	color: #fff;
	padding: 5px 18px;
	text-decoration: none;
	display: block;
	text-align: right;
}
.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #1f698b;
	color: white;
}
.dropdown-content a:hover {
	background-color: #2c92c2;
	color: #fff;
}
.dropdown:hover .dropdown-content {
	display: block;
}
@media screen and (max-width: 600px) {
	/*.topnav a:not(:first-child), .dropdown .dropbtn {*/
	.topnav a, .dropdown .dropbtn {
		display: none;
		padding: 5px 18px 5px 18px;
	}
	.topnav a.icon {
		float: left;
		display: block;
		margin: 0;
	}
}
@media screen and (max-width: 600px) {
	.topnav.responsive {position: relative;padding-inline-start: 0px;}
	.topnav.responsive .icon {
		position: absolute;
		left: 0;
		top: 0;
	}
	.topnav.responsive a {
		height: 20px;
		float: none;
		display: block;
		text-align: right;
	}
	.topnav.responsive .dropdown {float: none;}
	.topnav.responsive .dropdown-content {position: relative;}
	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		height: 100%;
		text-align: right;
	}
}
/*MAIN MENU*/