.modalBackground,
.modalPopupBackground 
{/*Modal islemde arka sayfa icin*/
	background-color:#e6e6e6;
	filter:alpha(opacity=70);
	opacity:0.7;
	left:0;
	top:0;
}

.modalPopupBackground
{
    z-index:90000 !important;
}

.progressBar 
{/*ProgressBar islemde arka sayfa icin*/
	background-color:#e6e6e6;
	filter:alpha(opacity=70);
	opacity:0.7;
	left:0;
	top:0;
	bottom: 0;
	z-index:99999999; 
	position: fixed; 
	visibility: visible;
    vertical-align: bottom;
    text-align:center; 
    padding: 0px; 
    margin: 0px; 
    width: 100%;
    height: 100%;
    border-width: 0px;
}

.topProgressBar 
{/*TopProgressBar islemde arka sayfa icin*/
	filter:alpha(opacity=70);
	opacity:0.7;
	left:35%;
	right:35%;
	top:0;
	z-index:99999999;
	position: fixed; 
	visibility: visible;
    vertical-align: bottom;
    text-align:center;   
    border-width: 0px;  
}

.failureNotification
{
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #f2dede;
    border-color: #eed3d7;
}

.jsBrand
{
	position:absolute;
	text-align:left;
	z-index:999999999;
}

.Inner 
{/*Exceldeki gibi yazi kesmek icin*/
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1000001;
	text-align:center;
	vertical-align:middle;
	border-bottom:#ffffff 0px none;
	border-left:#ffffff 0px none;
	border-top:#ffffff 0px none;
	border-right:#ffffff 0px none;
}
.Outher
{/*Exceldeki gibi yazi kesmek icin*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	text-decoration: none;
	position:relative;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1000000002;	
	overflow: hidden;
	white-space: nowrap;	
	border-bottom:#ffffff 1px none;
	border-left:#ffffff 1px none;
	border-top:#ffffff 1px none;
	border-right:#ffffff 1px none;	
	
}

.InnerDesc
{/*Exceldeki gibi yazi kesmek icin*/
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1000001;
	text-align:center;
	vertical-align:middle;
}
.OutherDesc
{/*Exceldeki gibi yazi kesmek icin*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	text-decoration: none;
	width:120px; /**/
	height:100%;
	left:0;
	top:0;
	z-index:102;	
	overflow: hidden;
	white-space: nowrap;
}
.TableInfo
{
	font-size:8pt;
	font-family:Arial;
	height:100%;
	width:100%;
	
	
}
.TableInfo TD
{
	vertical-align: top; 
	text-align: left;
	
}

.scrollableCountDownTimer
{
	position: fixed;
	bottom: 0;
	border: 1px solid;
	background-color:#e6e6e6;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.ShowInfo
{
	background-color:#ffffe1;
	z-index:999999;
	border: #000000 1px solid;	
	position:absolute;
	padding: 1px 1px 1px 1px;
}

.YA {
	cursor:pointer;
}

.pdfExport {
    background-color: #F5F5F5;
    background-image: url(../../../Images/imgPdf.png);
    background-position: left;
    background-repeat: no-repeat;
    border-bottom: 0 none #B3B3B3;
    border-radius: 4px;
    border-right: 0 none #E6E6E6;
    border-top: 0 none #E6E6E6;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 5px 10px 5px 25px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.pdfExport:hover, .pdfExport:focus, .pdfExport:active, .pdfExport.active, .pdfExport.disabled, .pdfExport[disabled]
{
    background-color: #E6E6E6;
    color: #333333;
    
}

.pdfExport:active, .pdfExport.active {
}
.pdfExport:first-child {
}
.pdfExport:hover, .pdfExport:focus {
    color: #333333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.pdfExport:focus {
    outline: thin dotted #333333;
    outline-offset: -2px;
}
.pdfExport.active, .pdfExport:active {
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}
.pdfExport.disabled, .pdfExport[disabled] {
    background-image: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.65;
} 