@CHARSET "UTF-8";

body {
    background-color: #131313;
    color: #131313;
    margin: 0;
    padding: 0;

    font-family: Arial, sans-serif;
    font-size: 0.9em;
}

.bold
{
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #0F74C4;
}

.file-cell a {
    text-decoration: none;
    color: #0F74C4;
}

#div-body a
{
    font-weight: bold;
}

a:hover
{
    color: #799BB6;
}

.tutorial .special,h1.special
{
    font-size: 28px;
    font-family: WOL_SL, 'Segoe UI Semilight', 'Segoe UI', Tahoma, Helvetica, sans-serif;
    font-weight: 200;
    border-bottom: 3px solid;
    border-color: #EDEDF0;
    color:#000;
    margin: 25px;
}

.tutorial h1,.tutorial h2,.tutorial h3
{
    margin-left: 25px;
}

h2~p{
    padding-left: 50px;
}
ul
{
    padding-left: 50px; 
}

li{
    margin-top: 5px;
}

h1 {
    color: #1BA1E2;
    font-size: 24px;
    font-family: "Segoe UI Light", "Helvetica Neue", 'RobotoLight', "Segoe UI", "Segoe WP", sans-serif;
    font-weight: 100;
    line-height: normal;  
}

h2 {
    color: #2c6877;
    font-family: "Segoe UI Light", "Helvetica Neue", 'RobotoLight', "Segoe UI", "Segoe WP", sans-serif;
    font-size: 18px;
}

.tutorial p{
    margin-left: 20px;
}

:focus {
    outline: none !important;
}

div#header {
    background-color: #131313;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #6dc2e9;
    height: 37px;
}
div#header img {
    margin-left: 10px;
    width: 81px;
    height: 30px;
    margin-top: 3px;
}

div#header a#linkSING {
    font-size: 12px;
    float: right;
    line-height: 38px;
    vertical-align: middle;
    color: #7C9FAF;
    padding-right: 10px;
}

div#header a#linkSING:hover {
    text-decoration: underline;
}

div#footer {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px;
}

div#version {
    position: absolute;
    right: 10px;
    top: 6px;
    font-family: Arial Black, Arial, sans-serif;
    font-weight: bold;
}

div#header-image {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    //background-image: url("../images/header.png");
    height: 120px;
    position: relative;
    background: #E4E4E4;
    margin-top: 10px;
    border: 1px solid #999999;
}

#header-logo
{
    height: 100px;
    width: 150px;
    margin-top: 10px;
    margin-left: 15px;
}

#main_container {
    width: 100%;
    margin: 0 auto;
    min-height: 800px;
    background: white;

    margin-top: 0px;
    padding-bottom: 30px;
}

.email {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.code {
    font-family: Courier New, monospace;
}

.bew-description {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    margin-right: 20px;
    margin-left: 20px;
}

div#image-div {
    padding-top: 24px;
}

div.centered {
    text-align: center;
}

div.menu-item {
    text-align: center;
    padding-top: 24px;
}

div.menu-item a {
    text-decoration: none;
    font-size: 1.2em;
    color: #4A4A4A;
    text-transform: capitalize;
}

div.selected-menu-item a {
    font-weight: bold;
    color: #4A4A4A;
}
.figure
{
    width: 50%;
    height: 50%;   
}
.number
{
    color: #000000
}

#colourExample
{
    background-color: #faa628;
}

.rectangle-list ul, .rectangle-list { list-style-type: none }
.rectangle-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 4.5em .5em 2.5em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;   

}

.rectangle-list a:hover{
    background: #eee;
    color:#FD800D;
}   

.rectangle-list a:before{
    position: absolute; 
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #fa8072;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.rectangle-list a:after{
    position: absolute; 
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;               
}

.rectangle-list a:hover:after{
    left: -.5em;
    border-left-color: #fa8072;             
}
.svgico
{
    height: 32px;
    width: 32px;
}

#toTop {
    width: 64px;
    height: 64px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    top: 44px;
    position: fixed;
    right: 17px;
    padding: 0px 15px;
    z-index: 10;
    opacity: 0.5;
    border: none;
    border-radius: 5px 5px 5px 5px;
}

#toTop img
{
    width: 32px;
    height: 32px;
    opacity: 0.5;
}

#toTop:hover {
    background-color: #08C;
    opacity: 1;
}

.warning{
    border: 1px solid;
    margin: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding:10px 5px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;-moz-border-radius:.5em;
    -webkit-border-radius:.5em;
    border-radius:.5em;

}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
}

div#footer-container {
    background-color: transparent !important;
    width: 100%;
    height: 40px;
}

div#footer {
    background-color: #131313;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #E5F7FF;
}

div#footer a {
    color: #E5F7FF !important;
    font-weight: bold;
}

.gpl {
    width: 60px;
}