﻿@import url(http://fonts.googleapis.com/earlyaccess/notosanskufiarabic.css);

body {
    margin: 0px;
    background-color: LightGray;
}

.Master_MainDiv
{
    width: 1000px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
    box-shadow: 5px 5px 10px Gray;
}

.Master_HeaderDiv
{
    background-color: White;    
}

.Master_LogoTD
{
    padding: 25px;
    padding-left: 45px;
    width: 142px;   
}

.Master_TitleTD
{
    padding: 0px 25px 0px 25px; 
    width: 500px; 
}

.Master_TitleFirstLine
{
    font-family: Calibri;
    font-size: 23.8pt;
    margin: 0px;  
}

.Master_TitleSecondLine
{
    font-family: Calibri;
    font-size: 18pt;
    margin: 0px;  
    color: rgb(22,130,54);
}

.Master_ChangeLanguageTD
{
    text-align: right;
    vertical-align: middle;
    padding-right: 45px;
}

.Master_IconsTD
{
    vertical-align: top;
    padding-top: 35px;      
}

.Master_Link
{
    cursor: pointer;  
    margin-right: 5px;  
}

.SubmitButton
{
    padding: 10px;
    height: 40px;
    cursor: pointer;
    color: Black;
    font-family: 'Noto Sans Kufi Arabic', sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    box-shadow: 2px 2px 2px rgba(130,130,130, 0.5);
    color: rgb(22,130,54);
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
}

.SubmitButton:hover
{
    background: White;
}

.Master_MenuDiv
{
    background-color:  rgb(22,130,54);
    margin: 0px;
    height: 60px;
    padding: 0px 45px 0px 45px;
}

.MenuButton
{
    color: White;
    font-family: Arial;
    font-size: 12pt;
    background-color: Transparent;
    height: 60px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    border: none;
    margin: 0px;
    min-width: 135px;
}

.MenuButton:hover
{
    background-color: White;
    color: Black;
}

.DisabledMenuButton
{
    color: Black;
    font-family: Arial;
    font-size: 12pt;
    background-color: White;
    height: 60px;
    padding: 20px;
    text-align: center;
    cursor: default;
    border: none;
    margin: 0px;
    min-width: 135px;
}

.Master_ContentDiv
{
    background-color: White; 
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;  
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.Master_FooterDiv1
{
    background-color: LightGray;
    vertical-align: middle;
    padding-left: 38px;
    padding-right: 38px;
}

.Master_Footer1Link
{
    text-decoration: none;
    font-family: Arial;
    font-size: 9pt;
    color: #000000;
    cursor: pointer;
    margin: 5px 7px 5px 7px;
    font-weight: bold;
}

.Master_Footer1Link:Hover
{
    color: rgb(22,130,54);
}

.Master_IconImage
{
    height: 32px;
    width: 32px;
    opacity: 1;    
}

.Master_IconImage:Hover
{
    opacity: 0.75;    
}

.Master_FooterDiv2
{
    font-family: Arial;
    font-size: 10pt;
    text-align: center;
    color: rgb(237, 252, 241);
    padding-top: 5px;
    background-color: rgb(22,130,54);
    height: 50px;
}

.Home_IconsTD
{
    vertical-align: middle; 
    width: 33%;
    padding-bottom: 25px;
}

.Master_Image
{
    opacity: 0.75;
    width: 90%;    
}

.Master_Image:Hover
{
    opacity: 1;    
}

.Home_IconsContainer {
    width:920px; 
    margin:0px auto;
}

.Home_IconsContainer table {
    width: 920px;   
    padding: 15px;     
}

.TopIcon {
    padding-bottom: 50px;
}

.LeftIcon {
    text-align: left;
}

@media (max-width: 800px) 
{
    .Master_MainDiv
    {
        width: 100%;
        margin: 0px 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        box-shadow: none;
    }

    .Master_HeaderDiv
    {
        padding-top: 15px;   
        padding-bottom: 15px;
        border-bottom: 5px solid rgb(22,130,54);
    }

    .Master_LogoTD
    {
        padding: 0px;
        padding-right: 15px;
        padding-left: 15px;
        width: 40%;   
    }

    .Master_TitleTD
    {
        padding: 0px 0px 0px 0px; 
        width: 80%;   
    }

    .Master_TitleFirstLine
    {
        font-size: 11pt;
    }

    .Master_TitleSecondLine
    {
        font-size: 11pt;
    }

    .Logo {
        width: 100%;
        cursor: pointer;
    }

    .Master_ChangeLanguageTD
    {
        padding-right: 15px;
    }

    .Master_IconsTD
    {
        padding-bottom: 0px;  
    }

    .SubmitButton
    {
        padding: 5px;
        height: 40px;
    }

    .Master_MenuDiv
    {
        visibility: hidden;
        position: absolute;
    }

    .Master_FooterDiv1
    {
        padding-left: 15px;
        padding-right: 15px;
    }

    .Master_Footer1Link
    {
        font-size: 8pt;
    }

    .Master_IconImage
    {
        height: 25px;
        width: 25px;
        opacity: 1;    
    }

    .Master_FooterDiv2
    {
        font-size: 9pt;
        padding: 5px 15px 15px 15px;
    }

    .Home_IconsTD
    {
        vertical-align: middle; 
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    .Master_Image
    {
        opacity: 0.75;
        width: 100%;   
        border-radius: 5px;
        box-shadow: 3px 0px 15px Gray;
    }

    .Home_IconsContainer {
        width:100%; 
        margin:0px auto;
    }

    .Home_IconsContainer table {
        width: 100%;   
        padding: 5px;
        margin-top: -45px;
    }

    .TopIcon {
        padding-bottom: 15px;
    }
}