﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #e7e7e7;
    font-family: 'Droid Arabic Kufi', "Segoe UI", sans-serif;
    direction:rtl;

}
.container  {
    /*width: 90%;
    max-width: 70em;
    margin: 0 auto;
    padding: 0 1.875em 3.125em 1.875em;
*/

    width:auto;
    /*max-width:1200px;*/
    float:right;
}
.fixedwidth {
    width:120px;
    float:right;
}

.form-group input[type=text],
input[type=number],
input[type=email] {
    outline: none !important;
    width: 100%;
    height: auto;
    padding: .7em;
    /*font-family: 'noto_sansregular' !important;*/
    border: 1px solid #ccc;
    margin-bottom: .7em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.form-group select {
    outline: none !important;
    width: 100%;
    height: auto;
    padding: .7em;
    border: 1px solid #ccc;
    margin-bottom: .7em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.form-group{
    color:black;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.5em;
}



/* HEADINGS   
----------------------------------------------------------*/


/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    max-width:90%;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #fff;
    border-radius:10px;
    min-width:700px
    
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: #1C5E55;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.header h1
{
  
    color: #fff;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    direction:rtl;
    width:100%;
    min-width:400px;
    float:right;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #000;
    padding: 2em 0px 0px 0px;
    padding-bottom:3em;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    font-size:0.9em
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #194b44;
    width: 100%;
    z-index: 1;
    height: 40px;
}

div.menu
{
    padding: 4px 0px 4px 8px;
    float:right!important;
}

div.menu ul
{
    list-style: none;
    margin:0px;
    padding: 0px;
    width: auto;
    


}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #1C5E55;
    border: 1px #246b61 solid;
    color: #fff;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

    div.menu ul li a:hover {
        background-color: #72c02c ;/*#246b61;*/
        color: #fff;
        text-decoration: none;
    }

div.menu ul li a:active
{
    background-color: #319889;
    color: #fff;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: right;
    text-align: right;
    width: 100%;
    
}

.loginDisplay
{
    display: block;
    /*padding: 10px;*/
    color: #fff;
}

.loginDisplay a:link
{
    color: #52ecd6;
}

.loginDisplay a:visited
{
    color: #fff;
}

.loginDisplay a:hover
{
    color: #fff;
}

.failureNotification
{
    font-size: 1em;
    color: Red;
}

.bold
{
    font-weight: bold;
    height: 26px;
}

.submitButton {
    width: 10em;
    font-weight: bold;
    border-width: 1px;
    height: 2.5em;
    background-color: #72c02c;
    color: white;
    font-family:'Droid Arabic Kufi';
    border-radius:5px;
}
.deleteButton {
    width: 10em;
    font-weight: bold;
    border-width: 1px;
    height: 2.5em;
    background-color: #ce1010;
    color: white;
    font-family: 'Droid Arabic Kufi';
    border-radius: 5px;
}

.labelVal
{
    color: Red;
}

.textboxInput {
    min-width: 300px;
    max-width: 350px;
    width: 50%;
    height:25px;
    border-radius:5px;
    border-width:1px;
    border-color:gray;
    font-family:'Droid Arabic Kufi' , 'Segoe UI';
}
.ddlBox {
    /*width: 300px;*/
    min-width: 306px;
    max-width: 356px;
    width: 51%;
    height: 28px;
    border-radius: 5px;
    border-width: 1px;
    border-color: gray;
    font-family:'Droid Arabic Kufi';
}
.headerRow {
color:darkgreen;
font-weight:bold;
}
.documentRow {
    /*background-color:lightblue;*/
    font-weight:bold;
    color:black;
    width:100%;
}

.documentRow td {
        width:6.5em
    }

.div1 {
    float: right;
    width: 55%;
    min-width: 450px;
}
.div2 {
   
    float: right;
    width: 45%;
    min-width:350px;
}

/*MOBILE && SMALL SCREENS STYLES*/
@media only screen and (max-width: 800px) {

    .div1 {
        width: 100%;
        float: right;
    }

    .div2 {
        width: 100%;
        margin-top: 25px;
        float:right;
    }

    /*.textboxInput {
       width: 98%;
    }

    .ddlBox {
        width: 98%;
    }*/
}
