

body {
    background: #FFFFFF;
    /*font-family: "Trebuchet MS", Helvetica, sans-serif;*/
    font-family: 'Apercu arabic pro', sans-serif;
    font-size: 1.0em;
    color: #505050;
    font-weight: 200;
}

* {
    margin:0;
    padding:0;
    box-sizing: border-box;
}

table {
	width: 100%;
	text-align: left;
    border-spacing: 0;
    border-collapse: collapse;
    /*font-size: 0.9em;*/
}

th, td {
	padding: 1px 2px; 1px 2px;
}



.dataTables_wrapper label {
    color: #000000;
}


th:not(table.dataTable th) {
    color: #505050;
    background: #CCCCCC none repeat-x scroll left top;
}

td {
    border-bottom: 1px solid #CCCCCC;

    /*white-space: nowrap;*/

    /*overflow: hidden; text-overflow:ellipsis;*/

}

code, blockquote {
	display: block;
	border-left: 5px solid #1F1F1F;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #1F1F1F;
	color:#CCCCCC;
	border: none;
}
blockquote {
	border-left: 5px solid #1F1F1F;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #303030;
	height: 1%;
}

p {
	line-height: 1.9em;
	margin-bottom: 20px;
}


a:not(.ui-tabs-anchor) {
	color: #111;
	border-bottom: 1px solid #111;
	text-decoration: none;
}

a:not(.ui-tabs-anchor, button, button-small):hover {
	border-bottom-color: #101010;
	color: #101010;
}

a:not(.ui-tabs-anchor, button, button-smal):focus {
	outline: none;
}




/*  <a> button */
a.button-small,
a.button-small:active,
a.button,
a.button:active
{ 
    background-color: #FFFFFF;
    color: #000000;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;

    white-space: nowrap;

    border: 1px solid #e6e6e6;

    border-radius: 2px;
    cursor: pointer;
}

a.button-small,
a.button-small:active
{ 
    padding: 2px 4px;
    font-size: 0.80em;
}


a.button,
a.button:active
{ 
    padding: 8px 15px;

}

a.button-small:hover,
a.button:hover
{
	/*color: #FFFFFF;*/
    background-color: #e6e6e6;
    border-color: #c6c6c6;
}

a.button-small-reversed,
a.button-small-reversed:active,
a.button-reversed,
a.button-reversed:active
{ 
    background-color: #D0D0D0;
	/*border-bottom-color: #909090;*/
	color: #505050;
}

a.button-small-reversed:hover,
a.button-reversed:hover
{
	color: #101010;
}


/* inside a disabled element */
.disabled a.button-small,
a.button.disabled,
.disabled a.button
{
    background-color: #D0D0D0;
    /*border-bottom-color: #909090;*/
    color: #b0b0b0;
    cursor: default;
}










fieldset {
	display: block;
	border: none;
	border-top: 1px solid #CCCCCC;
}

fieldset legend {
	font-weight: bold;
	font-size: 0.9em;
	padding-right: 10px;
	color: #303030;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}



input[type=checkbox], input[type=radio] {

    position: relative;
    vertical-align: middle;
    bottom: 1px;
    margin-right: 0.5em;
}


input, select, textarea,
form input, form select, form textarea {
	padding: 5px;
	color: #303030;
	border: 1px solid #D0D0D0;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}


form input.formbutton {
	border: none;
	background: #00ff9c;
	color: #000000;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 0.8em;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
    text-transform: uppercase;
}




/*input[type="search"],*/
form.searchform input {
  font-size: 0.9em;
    padding: 6px;
}

form.searchform p {
	margin: 5px 0;
}


ul, ol {
	margin: 0 0 35px 35px;
}

li {
	padding-bottom: 5px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}

h1 {

    font-size: 45px;
    line-height: 1.1;
     font-weight: 700;
    text-align: left;
    letter-spacing: 0.009em;

	color: #000000;
/*	font-size: 2.0em;*/
	text-transform: uppercase;
}


h1 span {
    padding-left: 2.5em;

    font-weight: 400;
}


h2 {
	color: #404040;
	font-size: 2.0em;
	letter-spacing: -1.5px;
	font-weight: bold;
	padding: 0 0 5px;
	margin: 0;
}

h3 {
	/*color: #4791E7;*/
    color: #111111;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: -1px;


}


.steps-content h3 
{
    border-bottom:1px solid #000000;
}

h4 {
    color: #505050;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
}

h5 {
	padding-bottom: 10px;
	font-size: 1.1em;
	color: #202020;
}

.width {
	max-width: 1340px;
	margin: 0 auto;
}


#container {
    background-color: #FFFFFF;
    width: auto;
    margin: 0 auto;
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

header {
    margin: 0 auto;
    background-color: #000000;
    height: 88px;
    width: 100%;
    color: #FFFFFF;
}





.logo {

    position: absolute;
    height: auto;
    max-width: 190px;
    padding-top: 15px;
    padding-bottom: 5px;
    -o-object-fit: contain;
    object-fit: contain;

    margin-left: 280px;

}


header h1 a, header h1 a:hover {
    color: #E0E0E0;
    font-size: 1.35em;
    padding: 15px;
    letter-spacing: -2px;
    /*background-color: rgba(0, 0, 0, 0.8);*/
    border-bottom: none;
}




#page-container {

  width: auto;
   height: auto;
  /*height: 200px;*/

  background-color: #adadad;
  background-image: url("img/back.png");
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
  opacity: 1;
  direction: ltr;
  color: #000000;

  font-family: 'Apercu arabic pro', sans-serif;

  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  -o-object-fit: fill;
  object-fit: fill;
}


#page-content {
    display: flex;
    background-color: hsla(0, 0%, 96%, 0.36);
    min-height: 100%;
}


#content-left {

  margin: 8px 8px 8px 8px;


  width: 320px;
  background-color: #000000;

  /* background-color: hsla(0, 0%, 0%, 0.75); */

  overflow: hidden;

}

#content-right {

  overflow: hidden;

  min-height: 1000px;

  

  /*border: 2px solid green;*/

  width: 100%;

/*  margin: 8px 8px 8px 0px;*/

  /*padding: 8px 8px 8px 8px;*/

}





nav.main-nav {


    color: rgb(214, 214, 214);


    /*border: 1px solid red;*/


}


#nav-container {

    padding-top: 10px;

	/*width: 100%;*/
    /*border: 1px solid yellow;*/
}

#nav-user {

/*    border: 1px solid yellow;*/
    color: #FFFFFF;

    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 

    margin-right: 200px;
    margin-top: 30px;

    display: inline-block;
    float: right;
    font-size: 1.0em;

}

#nav-user a {
    color: #FFFFFF;
    text-decoration: none;
    border: none;
    padding-left: 30px;
}


#nav-user a:hover {
    color: #00ff9c;
}









#nav-links {
    /*display: inline-block;*/
    /*
    width: 50%;
    margin-left: 25%;

    */
    /*text-transform: uppercase;*/

    font-family: 'Apercu mono', sans-serif;

    color: rgb(214, 214, 214);


    /*border: 1px solid white;*/
}


#nav-links ul {
    width: 100%;
	list-style: none;
	margin: 0;
	padding: 19px 0 0;
	/*text-align: center;*/

    /*border: 1px solid red;*/
}

#nav-links ul li {

    color: rgb(214, 214, 214);
}


#nav-links ul li a {
    color: rgb(214, 214, 214);

    /*font-size: 1.2em;*/
    letter-spacing: 0;
    border-bottom: none;
}


#nav-links ul li a:hover {
	/*color: #CCDFF5;*/
    color: #00ff9c;
	text-decoration: none;
}

#nav-links ul li.selected a,
#nav-links ul li.selected a:hover {


	color: #FFFFFF;

    font-weight: bold;

    /*border-bottom: 2px solid red;*/

}


#nav-links li.list-header {

    font-weight: bold;
    color: #FFFFFF;
    padding-left: 0px;

    border-top: 1px solid #00ff9c;
    border-bottom: 1px solid #00ff9c;

    text-transform: uppercase;



    padding: 7px 0px 7px 0px;

    margin: 12px 20px 0px 20px;



}


#nav-links li:not(.list-header) {


    padding: 6px 0px 6px 20px;

    margin: 0px 20px 0px 20px;




}




img {
	max-width: 100%;
	height: auto;
}

#page-body {
    background: transparent;
    /*border: 1px solid green;*/
    width: 100%;
    margin-top: 20px;


}

.page-fill-height {
    height: 30em;
}

.steps-content
{
    padding: 0px 10px 10px 10px;
}

.steps-content,
#content
{
    float: left;
}
.content-extra
{
    clear: both;
    /*width: auto;*/
    width: 90%;
    /*margin: 0 2%;*/
}


.columns-1 {

    width: 100%;
    /*max-width: 1400px;*/
}


.columns-2 {
	width: 68%;
/*	margin: 0 2%;*/
}

.columns-3 {
	width: 47%;
/*	margin: 0 2%;*/
}


article {
    padding: 10px 10px 20px 5px;
 }

article h2 {
    padding-bottom: 0;
}

article .article-info {
    color: #C0C0C0;
    font-size: 0.9em;
    letter-spacing: -0.5px;
    padding: 0 0 10px 0;
}

article .article-info a { 
	color: #C0C0C0;
	border-bottom-color: #C0C0C0;
}

.sidebar {
    margin-top: 10px;
    width: 24%;
}

.sidebar-left { 
	float: left;
    min-height: 14em; /* Hack to keep content to the right when having more than one content section*/
}

.sidebar-right {
	float: right;
}

.sidebar h4 {
	font-size: 1.35em;
	/*color: #2B79D2;*/
    color: #303030;
	padding: 6px 0px;
	letter-spacing: -1px;
}



.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}



.sidebar > ul > li {
	margin-bottom: 20px;
	line-height: 1.9em;
	padding: 10px;

}



.sidebar ul li:empty {

    margin-bottom: 0;
    line-height: 0;
    padding: 0;
} 




.sidebar ul li.mark {
	background-color: #F0F0F0;
}

.sidebar ul li.mark h4 {
	color: #404040;
}



.sidebar li ul {
    list-style: none outside none;
    margin: 0px;
}



.sidebar li > ul li {
	display: block;
	border-top: none;
	padding: 7px 2px;
	margin: 0;
	line-height: 1.5em;
	font-size: 0.85em;
}

.sidebar li ul li {
	font-size: 0.9em;
}




.sidebar ul.blocklist {
	border-top: 1px solid #00ff9c;
}

.sidebar ul.blocklist li {
	border-bottom: 1px solid #00ff9c;
	padding: 0;
}

.sidebar ul.blocklist li a {
	border-bottom: 0;
	display: block;
	padding: 12px 10px;
}

.sidebar ul.blocklist-small li a {
	padding: 4px 10px;
}



.sidebar ul.blocklist li.current a,
.sidebar ul.blocklist li a.selected {
    /*background-color: #2B79D2;*/

    /*background-color: #555555;*/
	/*border: 1px solid #215DA1;*/
    border-left: 2px solid #00ff9c;
	color: #000000;
	font-weight: bold;
}




.sidebar ul.blocklist li.done a,
.sidebar ul.blocklist li a.done {

    border: none;

    /*
	background-color: #AdD8F2;
	border: 1px solid #417DC1;
    */

	/*color: #FFFFFF;*/

    background-color: #F5F5F5;
    color: #505050;
}

h1.error,h2.error,h4.error,h4.error,h5.error {
    color: #ff3111;
}


.sidebar ul.blocklist li.error a,
.sidebar ul.blocklist li a.error {
	background-color: #ff3111;
	border: 1px solid #ff5131;
	color: #FFFFFF;
}





.sidebar ul.newslist li {
	padding: 20px 5px;
	border-bottom: 1px solid #00ff9c;
}

.sidebar ul.newslist p {
	margin-bottom: 0;
}

.sidebar ul.newslist span.newslist-title,
.sidebar ul.newslist span.newslist-date { 
    /*background-color: #2B79D2;*/
    background-color: #303030;
	color: #FFFFFF;
	padding: 5px 10px;
    margin-right: 5px;
}

.sidebar li ul li.text { 
	border-bottom: none;
}


.sidebar li ul li a {
	 border-bottom-color: #505050;
	color: #505050;
}

.sidebar li ul li a:hover {
	border-bottom-color: #101010;
	color: #101010;
}


.sidebar li ul li a.readmore {
   font-weight: bold;
}



span.required {
	color: #FF0000;
}

.clear {
	clear: both;
}

footer {
	margin: 0px;
	background: #000000;
    color: #c8c8c8;

}

footer p {
	text-align: left;
    color: #c8c8c8;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

footer p a {
    color: #c8c8c8;
	font-weight: bold;
}

.footer-content {
	padding: 20px 25px 30px;
}

footer .footer-content ul {
	width: 24%;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

footer .footer-content li {
	padding: 5px 5px;
}

footer .footer-content li a, footer .footer-content h4 {
}

footer .footer-content li a {

    font-size: 0.9em;
}

footer .footer-content li a:hover { 

    border-bottom-color:#202020;
}

footer .footer-content h4 {
    font-size: 1.35em;
    font-weight: bold;
    padding-bottom: 0;
}

footer .footer-bottom {
    padding: 10px;
    text-align: center;
}

footer .footer-bottom p {
    text-align: center;
}

footer .footer-bottom p, footer .footer-bottom p a {
    border-bottom-color: #505050;
}


/*

@media screen and (max-width: 740px) {
    body { font-size: 0.8em; }	
    header h1 a, header h1 a:hover { padding: 5px; }
    div#container { width: auto; }
    footer .footer-content ul { margin-bottom: 15px; }
    footer .footer-content ul.endfooter { margin-bottom: 0px; }
    .width { width:auto; padding-left: 10px; padding-right: 10px; }
    .steps-content, .content-extra, #content, aside.sidebar { float: none; width: auto; }
    footer .footer-content ul { width: auto; float: none; }
}


@media screen and (max-width: 540px) {
    body { font-size: 0.75em; }
    header { padding: 25px 0px;}
    header h1 a, header h1 a:hover { text-align: center; padding: 10px 0 0 0; font-size: 1.1em; }



    #nav-links ul { margin-top: 0; padding: 10px; }
    #nav-links ul li { float: none; text-align:center;  }
    #nav-links ul li a { margin-top: 0; }
    #nav-links { height: auto; position: relative; }
}

@media print {
  @page { margin: 0; }
  body { margin: 1.6cm;
  color:black;}
  canvas {
        min-height: 100%;
        max-width: 100%;
        max-height: 100%;
        height: auto!important;
        width: auto!important;
    }
  h4{color:black;}

}

*/


div.slider {
    display: none;
}




.footer-bottom a {
    text-decoration: none;
    border: none;
    font-weight: normal;

}






/*  UI Taps hacking.... */

div.ui-tabs {
    background: transparent;
    border: none;
}

div.ui-tabs div.ui-widget-content {

    background: transparent;

    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

div.ui-tabs .ui-widget-header {

    background: transparent;

    border-top: none;
    border-right: none;
    border-left: none;

    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;


}

.rotate90 {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}











