BODY	 { 
	background: #FFFFFF; 
	margin:0;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: 300;	
	color: #333333;
	position: relative;
	font-size: 14px;
}

.header { 
	background: rgba(255,255,255,0.9); 
	position: fixed;
	width:100%;
	top:0;
	z-index: 1000;
}

.toplogo img {
	width: 28px;
	margin-left: 5px;
}

h1 { color: #333333; font-weight: 600; font-size: 1.5rem; }
h2 { color: #333333; font-weight: 600; font-size: 1.3rem;}
h3 { color: #333333; font-weight: 600; font-size: 1.2rem;}
b, th { font-weight:600; color: #333333; }


a {
	color: #11416D;
	text-decoration: None;
}

a:link   {color: #11416D;text-decoration: None;}
a:active {color: #11416D;text-decoration: None;}
a:visited{color: #11416D;text-decoration: None;}
a:hover  {color: #FF9900;text-decoration: None;}

button {
	cursor: pointer;
}

.mobheader {
	display:none;
	margin:5px;
}


.mobmenu {
	display:none;
	float: right;
	border-top-left-radius: 5px;
	margin-right: 5px;
	padding: 1px 10px;
	background: rgba(0,0,0,0.1); 
	border-radius: 5px;
}

.desktop {
	display: block;
}

.topnav {
	overflow: hidden;
	background: rgba(0,0,0,0.1); 
	padding: 0 10px;
}

.topnav a {
	float: left;
	color: black;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	font-size: 13px;
}

.topnav a:hover {
	background: rgba(0,0,0,0.9);
	color: #fff;
}

.topnav .active {
	background:rgba(0,0,0,0.7);
	color: #fff;
	font-weight: 500;
}

.subnav {
	overflow: hidden;
}

.subnav a {
	float: left;
	color: black;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
	font-size: 13px;
}

.subnav a:hover {
	background-color: rgba(0,0,0,0.05);  
}

.subnav .active {
	background-color: rgba(0,0,0,0.1);
	font-weight: 600;
}

.contentfull {
	padding: 10px;
	min-height: 90%;
	position:relative;
	padding-top: 46px;
}

.cloudbox {
	margin-top: 20px;
}

ul.cloud {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1.50rem;
  width: 100%;
  max-width: 800px;
  margin: auto;
}

ul.cloud a {

  font-size: calc(var(--size) * 0.25rem + 0.5rem);
  display: block;
  padding: 0.125rem 0.25rem;
  position: relative;
  text-decoration: none;
  color: rgba(0,0,0,0.3);

}

ul.cloud a[data-weight="1"] { --size: 1; }
ul.cloud a[data-weight="2"] { --size: 2; }
ul.cloud a[data-weight="3"] { --size: 3; }
ul.cloud a[data-weight="4"] { --size: 4; }
ul.cloud a[data-weight="5"] { --size: 5; }
ul.cloud a[data-weight="6"] { --size: 6; }
ul.cloud a[data-weight="7"] { --size: 7; }
ul.cloud a[data-weight="8"] { --size: 8; }
ul.cloud a[data-weight="9"] { --size: 9; }

ul[data-show-value] a::after {
  content: " (" attr(data-weight) ")";
  font-size: 1rem;
}

ul.cloud a:hover {
  color: rgba(0,0,0,0.8);
  font-size: calc(var(--size) * 0.25rem + 0.55rem);
}

ul.cloud .active {
  color: #11416D;
  font-weight: 600;
}

@media (prefers-reduced-motion) {
  ul.cloud * {
    transition: none !important;
  }
}

.arabic1 {
	font-family: 'Amiri', 'Noto Naskh Arabic', serif;
	font-size: 1.5rem;
}

.arabic2 {
	font-family: 'Noto Sans Arabic', sans-serif;
	font-size: 1.5rem;
}

.arabic3 {
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 300;
}	

.leftnav {
	overflow: hidden;
	float: left;
	width: 160px;
	padding-top: 5px;
	border-right: 0;
	min-height: 95%;
}

.leftnav a {
	width: 134px;
	display: block;
	padding: 7px 12px;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	margin-bottom:1px;
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
}

.leftnav a:hover {
	color: rgba(0,0,0,0.8);
	background-color: #bf9ecf;
}

.leftnav .active {
	background: #c6b3cf;
	font-weight: 600;
	text-shadow: 0px 1px 1px #FFF;
}

.leftnav .addnew {
	background: rgba(0,0,0,0.1);
}

table {
	border-collapse: collapse; 
	width:100%;
}

th {
	background-color: rgba(0,0,0,0.1);
}

td {
	font-size: 13px;
}

.tableborder { 
	border: 1px solid rgba(0,0,0,0.2); 	
}

.ntd {  
	padding: 7px 4px; 
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.prove {
	padding: 14px 10px; 
}

.floatleft {
	overflow: auto;
	padding:3px; 
	margin-right: 5px;
	min-height: 24px;
	line-heigh: 24px;
	display: inline-block;
	white-space: nowrap;
}

.tags {
	background: rgba(0,0,0,0.1);
	border-radius: 15px;
	padding: 2px 5px;
}

.small {
	font-size: 90%;
}

.content_in {
	background: #F6F6F6;
	border-radius: 5px;
	padding: 1px 10px;
	margin: 10px 0;
}


.thebox, .thesub	 {
	border: 1px solid #CCC;
	padding: 5px;
	width: 120px;
	border-radius: 5px;
	margin: 3px;
}

.thesub	 {
	width: 80px;
	font-weight: 600;
}


.menutitle {
	font-size:16px; 
	font-weight: 600;
	padding: 5px 8px;
}

.footer {
	clear: both;
	font-size:12px;
	color: #555555;
	background: #F6F6F6;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #E6E6E6;
	
}

#search			{float:right; padding:3px}
#search form	{margin:0px;padding:0px}
#search fieldset{margin:0px; padding:0px;white-space: nowrap; border:0; width:230px; max-width:50%;}
#search .text {border: 0; background: rgba(255,255,255,0.3); border-radius: 3px; width:200px; height:25px; margin:2px; padding:5px; }
#search .button-search {border: 0; background:transparent; margin:0; padding:0; color:rgba(0,0,0,0.6)}

.colorbox {
	height: 30px;
	border-radius: 5px;
}

.notices {
	background: rgba(255,200,0,0.3); 
	display: block;
	border: 1px solid rgba(255,200,0,0.6);
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.bold {
	font-weight: 600;
}

.dash_80p {
	width: 80%;
	float: left;
	margin-bottom: 10px;
}

.dash_70p {
	width: 70%;
	float: left;
	margin-bottom: 10px;
}

.dash_60p {
	width: 60%;
	float: left;
	margin-bottom: 10px;
}
.dash_50p {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}

.dash_40p {
	width: 40%;
	float: left;
	margin-bottom: 10px;
}

.dash_30p {
	width: 30%;
	float: left;
	margin-bottom: 10px;
}

.dash_20p {
	width: 20%;
	float: left;
	margin-bottom: 10px;
}

.dash_in {
	margin:8px;
}

.dashboard_column {
    column-width: 360px;
    column-gap: 0px;
    column-span: none;
    column-fill: balance;
	min-height: 400px;
}

figure {
    flex-flow: column wrap;
    -webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	margin: 0;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}

.figurein {
	border-radius: 5px;
    -webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}


.quotes {
	padding: 20px;
	background: rgba(0,0,0,0.07);
	border-radius: 5px;
    break-inside: avoid;
}

.quoteday {
	padding: 40px 20px;
	border: 1px solid rgba(0,0,0,0.07);
	border-radius: 5px;
    break-inside: avoid;
	font-size: 130%;
}

.quoteby {
	clear:both; 
	overflow:hidden;
	font-size: 95%;
}

.quoteby span {
	float: right; 
	margin-top: 10px;
	font-size: 90%;
	font-weight: 600;
}

.quotenumber {
	float:left; 
	width: 44px; 
	text-align:center; 
	color: rgba(0,0,0,0.3); 
	font-size:18px; 
	border-right: 1px solid rgba(0,0,0,0.2);
}

.pink { background: #FFBCD9; }
.blue { background: #87CEFA; }
.yellow { background: #FFFF9F; }
.purple { background: #C9A0DC; }
.green { background: #D0F0C0; }
.orange { background: #FFDD66; }
.brown { background: #EFDECD;  }
.red { background: #FFC0C0; }
.transparent { background: rgba(0,0,0,0); }

.fpink, .fhpink:hover { color: DeepPink !important; }
.fblue, .fhblue:hover { color: RoyalBlue !important; }
.fpurple, .fhpurple:hover { color: MediumPurple !important; }
.fred, .fhred:hover { color: Crimson !important; }
.fblack, .fhblack:hover { color: Black !important; }
.forange, .fhorange:hover { color: Orange !important; }
.fbrown, .fhbrown:hover { color: brown !important; }
.fgreen, .fhgreen:hover { color: green !important; }

ul.funlist {
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

ul.funlist li {
  padding: 0.5em 0;
  color: #73C2FB;
  list-style-type: square;
}


@media only screen and (max-width: 900px) {
	body {
	}
	
	.dash_80p,
	.dash_70p,
	.dash_60p,
	.dash_50p, 
	.dash_40p,
	.dash_30p,
	.dash_20p {
		width: 100%;
		float: none;
	}
	
	.dash_in {
		margin:1px;
	}

}

@media only screen and (max-width: 720px) {
	.mobmenu {
		display:block;
		background: rgba(0,0,0,0.09);
	}
	
	.mobheader {
		display:block;
	}
	
	.desktop {
		display: none;
	}
	
	.topnav {
		padding: 0;
		display: none;
	}
	
	.topnav a {
		padding: 10 0px;
		width: 50%;
	}
		
}