﻿
@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('/fonts/DroidKufi-Regular.eot');
    src: url('/fonts/DroidKufi-Regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/DroidKufi-Regular.woff') format('woff'),
         url('/fonts/DroidKufi-Regular.ttf') format('truetype'),
         url('/fonts/DroidKufi-Regular.svg#ge_ss_twolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color:#9ea2a6;background-image:url('/images/pattern_new.png');
    text-align:right;
    font-family: 'Droid Arabic Kufi';
    font-size:12pt; color:gray;
}

.jtgnav{

    color:#2b2b2b; font-family:'Droid Arabic Kufi' !important; font-size:1.0em; text-align:right; font-weight:300; font-style:normal; margin-top:26px
}

.jtgnav a { text-decoration:none; color:#454546; font-weight:300; font-weight:900;font-family:'Droid Arabic Kufi' !important; text-decoration:none }
.jtgnav a:hover { text-decoration:none; color:#00b44e; font-weight:300; font-weight:900;font-family:'Droid Arabic Kufi' !important; text-decoration:none; border-bottom:6px solid #00b44e; transition:0.1s ease-in;}
.jtgnav a.active { text-decoration:none; color:#00b44e; font-weight:300; font-weight:900;font-family:'Droid Arabic Kufi' !important; text-decoration:none; border-bottom:6px solid #00b44e; }
.jtgnav span.start{color:#454546; font-weight:900;font-family:'Droid Arabic Kufi' !important; }


.rowz { background: #fff; cursor:pointer;transition:0.25s ease-out; color:gray; text-decoration:none}
.rowz:hover{background:#fafafa; transition:0.25s ease-in}


hr{ 
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px rgba(255,255,255,0.5) inset; margin-bottom:0;
}


@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-eclipse {
  position: relative;
}
.lds-eclipse div {
  position: absolute;
  -webkit-animation: lds-eclipse 1s linear infinite;
  animation: lds-eclipse 1s linear infinite;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  box-shadow: 0 8px 0 0 rgba(89.01960784313724%,71.76470588235293%,52.54901960784313%,0.983);
  -webkit-transform-origin: 80px 84px;
  transform-origin: 80px 84px;
}
.lds-eclipse {
  width: 94px !important;
  height: 94px !important;
  -webkit-transform: translate(-47px, -47px) scale(0.47) translate(47px, 47px);
  transform: translate(-47px, -47px) scale(0.47) translate(47px, 47px);
}

#bobloader
{
     position:fixed; width:100%; height:100vh; background:rgba(255,255,255,0.5);z-index:99999;
     opacity:0; transition: 1s ease-out;display:none;
}

#bobloader.pre{
    
    opacity:1; transition: 1s ease-in;display:block

}


.dt{font-size:9pt;float:left; margin-top:5px;}
.neym{color:yellow}

.alertYes
{background:Red url('/images/pattern_new.png'); color:white}
.alertYes:hover {background: black url('/images/pattern_new.png');}

.alertNo
{background:white; color:gray}