﻿.dialog {
    top: 5px !important;
}
.mainHeader {
    background: #4d94c2;/* url(Images/Images/Main_03.gif) repeat-x;*/
}
.logo1
{
	width:271px;
	height:70px;
    margin-right:-61px;
	background:url(Images/Images/Main_04.gif) no-repeat;
	float:right;
	font-weight:bold;
	overflow:hidden;
}
.logoSaafta {
    width: 271px;
    height: 70px;
    margin-right: -61px;
    background: url(Images/Images/Main_Saafta.gif) no-repeat;
    float: right;
    font-weight: bold;
    overflow: hidden;
}
.logo1 .pad, .logoSaafta .pad
{
    height: 34px;
}
.logo2 .date {
    color: white;
    font-size: 8pt;
    display: block;
    background: url(Share/Images/Date.gif) no-repeat right;
    padding: 10px 20px;
}
.logo2 .info
{
	color:white;
	margin-right:46px;
    position:relative;
}
.logo2 .info span
{
	padding-top:8px;
}
.logo2 .un
{
	padding:10px 20px;
	display:block;
	background:url(Share/Images/User.png) no-repeat right;
}

.company {
   /*padding:10px 20px;*/
    float: none;
    font-weight: bold;
    font-size:x-large;
    font-family: "Bahij Myriad Arabic";
    color: white;
    display: flex;
    align-items: center;
    justify-content: center 
}
.logo2 {
    background: #4d94c2 ;/*url(Images/Images/Main_03.gif) no-repeat;*/
    /*margin-top:-89px;*/
    height: 70px;
    /*padding-left:5px;*/
    /*margin-top:-30px;*/
    float: left;
    width: 275px;
}

.navPath {
    background-color: #4d94c2;
    position:absolute;
    margin-top: 39px;
    padding-right: 20px;
    font-family: 'Bahij Myriad Arabic';
    font-size: 19px;
    /*font-weight:bold;*/
    color: white;
    /*overflow:no-display;*/
}
.LogaccessNotify {
    background-color: #4d94c2;
    position: absolute;
    margin-top: 20px;
    left: 18%;
    float: left;
    padding-right: 20px;
    font-family: 'Bahij Myriad Arabic';
    font-size: 15px;
    border: #ffffff;
    border-style: double;
    /*font-weight:bold;*/
    color: red;
    /*overflow:no-display;*/
}
.logo2 .lgnStatus {
    color: white !important;
    background: url(Share/Images/SignOut.png) no-repeat right;
    padding: 0px 20px;
    position: absolute;
    left: 0px;
    top: 14px;
}
.content
{
	overflow:hidden;
	_height:100%;/*IE6 bug*/
}
.footer
{
	height:49px;
	font-size:11pt;
	text-align:center;
    z-index: 10;
}
.leftLabel .date
{
	color:White;
}

.page 
{
    min-height:100%;
    height:auto;
}
.modalDialog {
    position: fixed;
    font-family: 'Bahij Myriad Arabic';
    align-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(73,73,73,0.9);
    z-index: 9;
    /*opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;*/
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    text-align: center;
    min-height: 30%;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
} 
.modalDialog .row
{
    width:315px;
    float:right;
    vertical-align:middle;
    _margin:2px;
    margin:2px 0;
    min-height:27px;
}
.modalDialog .row .col1, .rowFull .col1, .rowFull .col1Full
{
    float:right;
    width:106px;
    font-weight:bold;
    font-family: 'Bahij Myriad Arabic';
    /*padding:5px;*/
}
.modalDialog .btnDef
{
    margin-top: 20%;
    width:85px;
    /*margin-left: -25%;*/

    /*margin:-100px,20px,0,0;*/
}
.modalDialogclose {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

    .modalDialogclose:hover {
        background: #00d9ff;
    }
