@charset "utf-8";
/* CSS Document */

body {margin:0 auto;
      width:1024px;
      background: #e54d11 url(../images/bg_01.png) repeat-x top;
      min-width:1024px;
}

@font-face
{
    font-family: "droid Sans Arabic";
    src: url(DroidSansArabic.ttf);
}

#header {width:1024px;
         height:352px;
         margin:0 auto;
         background:url(../images/rocket_02.png) no-repeat top right;
}

.logo {float:right !important;
       padding-top: 70px;
} .logo img {border:none !important;}

.user-login {padding-top:20px;
             margin-left:130px;
}
.user-login img {padding-left:10px;}

/*******************/

#menu {
    background: rgba(179, 67, 0, 0.52);
    width: 610px;
    height: 39px;
    float: left;
    border-radius: 5px;
    margin-top: 25px;
}

#menu ul {float:right;
          direction:rtl;}

#menu ul, li {display:inline-block;
              list-style:none;
              padding:5px 18px;
              margin:0 !important;}

.nav a {
    text-decoration:none;
    color:#fff;
    font-family: "droid Sans Arabic";
    font-size:15px;
}

.nav a:hover {
    color:#fcca97;
}
/**************/
.ad-ban { width: 610px;
          height: 90px;
          float: left;
          margin-top: 30px;
}

#holder {width:1024px;
         margin:0 auto;
         /*height:700px;*/
         border-radius:5px;
         background:#e4e4e4;
         padding-top:30px;
}

.content { width:1004px;
           /*height:515px;*/
           margin:0 auto;
           background:#fff;
}

.rocket {float: right;
         margin: -30px 121px 0 0;
}

#right {float:right;
        width:305px;
        margin:0;
        padding:30px 15px;
}

#login {
    width: 310px;
    /*    height: 155px;*/
    padding-bottom: 12px;
    background: #f6f6f6;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    float: right;
    direction: rtl !important;
}

.chart {width: 310px;
        height: 171px;
        padding-bottom: 12px;
        background: #fff6ed;
        border: 1px solid #ffd1bf;
        margin-top: 30px;
        border-radius: 5px;
        float: right;
        direction: rtl !important;
}

.chart h2 {
    color: #de4e00;
    font-size: 16px;
    font-family: "droid Sans Arabic";
    font-weight: lighter;
    text-align: right;
    padding: 5px;
    margin: 0;
    border-bottom: 1px solid #ffd1bf;
}

#login h2 {
    color: #282828;
    font-size: 16px;
    font-family: "droid Sans Arabic";
    font-weight: lighter;
    text-align: right;
    padding: 5px;
    margin: 0;
}

#login h3 {
    color: #282828;
    font-size: 15px;
    font-family: "droid Sans Arabic";
    font-weight: lighter;
    text-align: right;
    padding: 8px;
    margin: 0;
    float: right;
}

/*********************************************************************************************FORM**************************/

.register input[type=text], .register input[type=password] ,.register select,.register textarea {
    width: 186px;
    height: 28px;
    float:left;
}
.register p.terms {
    float: left;
    line-height: 31px;
}
.register p.terms label {
    font-size: 12px;
    color: #777;
    cursor: pointer;
}
.register p.terms input {
    position: relative;
    bottom: 1px;
    margin-right: 4px;
    vertical-align: middle;
}
.register p.submit {
    text-align: right;
}

.register-help {
    margin: 20px 0;
    font-size: 11px;
    text-align: center;

    color:#FFFFFF;
}
.register-help a {
    color:#FF3679;
    text-shadow:0 1px #1E0E13;
}

:-moz-placeholder {
    color: #c9c9c9 !important;
    font-size: 13px;
}

::-webkit-input-placeholder {
    color: #ccc;
    font-size: 13px;
}

input {
    font-family:"Trebuchet MS",tahoma;
    font-size: 14px;
}

input[type=text], input[type=password] ,.register select,.register textarea {
    margin: 5px;
    padding: 0 10px;
    height: 34px;
    color: #404040;
    background: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #c4c4c4 #d1d1d1 #d4d4d4;
    margin: 5px auto;
}
input[type=text]:focus, input[type=password]:focus{
    border-color:#FFF7F9;
    outline-color:rgba(254, 225, 235, 0.7);
    outline-offset: 0;
}

input[type=submit] {
    height: 29px;
    width: 100px;
    float: left;
    border: none;
    font-size: 0px;
    background: url(../images/in.png) no-repeat;
    margin-top: 5px;
}

#send {background:url(../images/send.png) no-repeat;}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
    line-height: 34px;
}
.register select {
    padding:6px 10px;
    width: 300px;
    color: #777777;
}
.register textarea {
    height: 50px;
    padding: 10px;
    color: #C9C9C9;
}


/**************************END FORM**********/

#left {width:640px;
       /*height:500px;*/
       padding: 0 10px;
       float:left;
       direction:rtl;
       font-family: "droid Sans Arabic";
       background:url(../images/br.png) no-repeat right center;
}

#left .inde {
    line-height: 2.5;
    text-align: justify;
    font-size: 16px;
    padding: 10px 30px;
    background: url(../images/arr.png) no-repeat right top 23px;
}
#left .page {
    line-height: 2.5;
    text-align: justify;
    font-size: 16px;
    padding: 10px 30px;
    background: url(../images/arr.png) no-repeat right top 23px;
}
/*******************************/


#footer {width:1024px;
         margin:0 0 !important;
         border-bottom: 1px solid #B8B8B8;
         height: 115px;
}

.footer-content {width:1024px;
                 margin: 0 auto;
}

#footer ul {
    list-style: none;
    float: right;
    padding: 0 15px;
    margin: 0;
}

#footer ul li { display:inherit;
                padding:0 !important;
                list-style: circle;
}

#footer h3 {
    padding: 0 14px 14px 0;
    margin: 0;
    font-size: 14px;
    font-family: "droid Sans Arabic";
    width: 100px;
    direction: rtl;
    text-align: right;
    float: right;
    font-weight: lighter;
}

#footer a {
    font-family: Droid Sans Arabic;
    font-family: "droid Sans Arabic";
    font-size: 12px;
    text-align: right;
    text-decoration: none !important;
    line-height: 2.5;
    color: #6e6e6e;
}

#footer a:hover { color:#999;}


#last {color:#afafaf !important; font-size:14px !important; font-family: "droid Sans Arabic";
       line-height: 2.5;

}

#last a {color:#afafaf !important; font-size:14px; font-family: Verdana, Geneva, sans-serif;}


.social {float: right;
         padding: 10px 60px;
         border-left: 1px solid #B8B8B8;
         height:40px;}

#footer p{width: 315px;
          float: right;
          padding: 0 15px;
          margin: 0px;
          font-size: 12px;
          color: #6e6e6e;
          font-family: "droid Sans Arabic";
          text-align:justify;
          font-weight:lighter;
}

#short-footer {
}

#short-footer a {font-family:"droid Sans Arabic"; 
                 color: #e54100;
                 text-decoration:none;
}

#short-footer h5 { font-family:"droid Sans Arabic"; color:#666; text-decoration:none;
                   font-size:12px;
                   font-weight:lighter;
                   margin:0;
                   padding-top:5px;
}.head{
    color:#E65113;
}.clear{
    clear: both;
}.log{
    padding-top: 12px;
}.log li{
    color: #555;
    font-size: 19px;    
    display: block;
}.log li a{
    color: #555;

}.log li a:hover{
    color: #E65113;
}.upload_image{
    background: #FFF7F0;
    border: solid 1px #FFBB72;
    min-height: 150px;
    margin-top: 33px;
}.img_im{
    text-align: center;
    position: relative;
    top: -20px;
}.upload_file{
    background: #F7F7F7;
    border: solid 1px #9C9C9C;
    min-height: 150px;
    margin-top: 33px;  
}.meter { 
    height: 10px;  /* Can be anything */
    position: relative;
    margin: 20px; /* Just for demo spacing */
    background: #fff;
    border: solid 1px #E65113;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    /*    padding: 10px;*/
    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    -moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
    box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);

}
.meter > span {
    display: block;
    height: 100%;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgb(43,194,83);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(43,194,83)),
        color-stop(1, rgb(84,240,84))
        );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(43,194,83) 37%,
        rgb(84,240,84) 69%
        );
    -webkit-box-shadow: 
        inset 0 2px 9px  rgba(255,255,255,0.3),
        inset 0 -2px 6px rgba(0,0,0,0.4);
    -moz-box-shadow: 
        inset 0 2px 9px  rgba(255,255,255,0.3),
        inset 0 -2px 6px rgba(0,0,0,0.4);
    box-shadow: 
        inset 0 2px 9px  rgba(255,255,255,0.3),
        inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}
.meter > span:after, .animate > span > span {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-image: 
        -webkit-gradient(linear, 0 0, 100% 100%, 
        color-stop(.25, rgba(255, 255, 255, .2)), 
        color-stop(.25, transparent), color-stop(.5, transparent), 
        color-stop(.5, rgba(255, 255, 255, .2)), 
        color-stop(.75, rgba(255, 255, 255, .2)), 
        color-stop(.75, transparent), to(transparent)
        );
    background-image: 
        -moz-linear-gradient(
        -45deg, 
        rgba(255, 255, 255, .2) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgba(255, 255, 255, .2) 50%, 
        rgba(255, 255, 255, .2) 75%, 
        transparent 75%, 
        transparent
        );
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.animate > span:after {
    display: none;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.orange > span {
    background-color: #f1a165;
    background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
    background-image: -webkit-linear-gradient(#f1a165, #f36d0a); 
    width: 0;
}

.red > span {
    background-color: #f0a3a3;
    background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0a3a3),color-stop(1, #f42323));
    background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}#loaded_n_total,#loaded_n_total2{
    font-size: 11px;
    float: left;
    margin-left: 10px;
}.button{
    background: #F9AA51;
    border: none;
    border-radius: 5px;
    color: #fff;
}.tb{
    width: 97%;
    margin: 0 auto;
    background: #F6F5DC;
    font-size:12px;
    text-align: center;
}.tb img{
    width: 120px;
    /*    height: 120px;*/
}.tb a{
    color: #E65113;
}.dawnload{
    border: solid 1px #F9AA51;
    border-radius: 5px;
    margin: 5px;
    background: #F6F5DC;
    text-align: center;
    padding: 5px;
}.dawnload span{
    color: #E65113;
}.title{
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);

}        .progress { position:relative; width:90%; border: 1px solid #ddd; padding: 1px; border-radius: 6px;margin: 0 auto; }
.bar { background-color: #E28640; width:0%; height:20px; border-radius: 5px; }
.percent { position:absolute; display:inline-block; top:3px; left:48%; color: #E6F7F7;}
#anc_add_more{background-color: #E28640; color: #FFF;padding: 4px;text-decoration: none; margin: 5px;}
.dv_add{margin-bottom: 25px;}
