@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);

* {
    padding: 0;
    margin: 0;
}



/*----------------index Page*/
body {
    font-family: Tahoma;
}

#top {
    background-color: #1a636a;
    border-bottom: 5px solid #248e98;
    height: 30px;
    width: 100%;
    overflow: hidden !important;
}


.rtl {
    text-align: right;
}

.ltr {
    text-align: left;
}

.dirr {
    direction: rtl;
}

.dirl {
    direction: ltr;
}

.main {
    margin: 0px;
    padding-top: 2px;
}

.inner {
    padding: 0px;
    margin: 0px;
}

.logul {
    list-style: none;
}

    .logul li {
        float: right;
        padding-right: 15px;
    }

        .logul li a {
            font-family: Tahoma;
            font-size: 12px;
            color: #eeefef;
            font-weight: 700;
        }

            .logul li a:hover {
                text-decoration: none;
                color: #2deeff;
            }

#logo {
    max-height: 215px;
    background-image: url(../images/swirl_pattern.png);
    text-align: center;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

    #logo img {
    }

    #logo h1 {
        text-shadow: rgba(0,0,0,.2) 2px 6px 5px,rgba(255,255,255,.4) 0 -4px 30px;
        font-family: 'Droid Arabic Naskh', Tahoma;
        font-size: 18px;
        font-weight: bold;
        color: #2d2d2d;
        position: relative;
        top: -35px;
        left: 19px;
        padding: 0;
        margin: 0;
    }

@media only screen and (min-width: 767px) {
    .logo_r {
        text-align: right;
    }

    .logo_l {
        padding-top: 32px;
        text-align: left;
    }
}

/*menu*/

.navbar-nav {
    font-family: 'Droid Arabic Naskh', Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    z-index: 2000;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #FFF;
    background-color: #1a636a;
    z-index: 2000;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #FFF;
    background-color: #1a636a;
    z-index: 2000;
}

@media only screen and (max-width: 768px) {
    .navbar-default .navbar-nav > li > a {
        direction: rtl;
        text-align: right;
        z-index: 2000;
    }

    .navbar-nav {
        background-color: #ededed;
    }
}

@media only screen and (min-width: 768px) {
    .navbar-default .navbar-nav > li > a {
        color: #FFF;
        z-index: 2000;
    }

    .navbar-nav > li {
        float: right;
        direction: rtl;
    }
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-align: right;
}

.dropdown-submenu {
    position: relative;
    z-index: 2000;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        right: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.navbar-default {
    background-image: url(../images/menu_bg.png);
    border: none;
    border-radius: 0;
    height: 56px;
    z-index: 2000;
}

.navbar {
    margin-bottom: 0;
}
/*end*/


.cvc {
    position: relative;
}

.covc {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    position: absolute;
}


footer {
    width: 100%;
    height: auto;
    min-height: 303px;
    background-image: url(../images/noisy_net.png);
}

.tpb {
    border-top: 6px solid #1a636a;
    padding-top: 30px;
}

#footb {
    width: 100%;
    height: 70px;
    border-top: 1px solid #555555;
    color: #939393;
    font-family: Tahoma;
    font-size: 12px;
    margin-top: 30px;
}



.fabout {
    width: 100%;
    margin: 0 auto;
    direction: rtl;
    text-align: right;
}

    .fabout h4 {
        font-family: 'Droid Arabic Naskh', Tahoma;
        font-size: 14px;
        color: #d1d0d0;
    }

    .fabout p {
        font-family: Tahoma;
        font-size: 12px;
        color: #d1d0d0;
        text-align: justify;
        direction: rtl;
    }



.flink {
    width: 100%;
    margin: 0 auto;
    direction: rtl;
    text-align: right;
}

    .flink ul {
        width: 100%;
        list-style: none;
        height: auto;
    }

        .flink ul li {
            width: 100%;
            height: 38px;
            border-bottom: 1px solid #404852;
            background-image: url("../images/arow_link.png");
            background-repeat: no-repeat;
            background-position: left;
            text-align: right;
            direction: rtl;
            padding-top: 10px;
        }

            .flink ul li a {
                font-family: Tahoma;
                font-size: 12px;
                color: #d1d0d0;
                text-align: right;
                direction: rtl;
            }

    .flink h4 {
        font-family: 'Droid Arabic Naskh', Tahoma;
        font-size: 14px;
        color: #d1d0d0;
    }


.fcon {
    width: 100%;
    margin: 0 auto;
    direction: rtl;
    text-align: right;
}

    .fcon ul {
        width: 100%;
        list-style: none;
        height: auto;
    }

        .fcon ul li {
            width: 100%;
            min-height: 32px;
            background-repeat: no-repeat;
            background-position: left;
            text-align: right;
            direction: rtl;
            font-family: Tahoma;
            font-size: 12px;
            color: #d1d0d0;
        }
  .fcon ul li i{
	     font-size: 36px;
	  margin-left: 15px;
	  color:white;
}

    .fcon h4 {
        font-family: 'Droid Arabic Naskh', Tahoma;
        font-size: 14px;
        color: #d1d0d0;
    }

.adame-box {
    text-align: left;
    direction: rtl;
    font-family: 'Droid Arabic Naskh', Tahoma;
    font-size: 14px;
    padding-top: 20px;
    font-weight: bold;
}

    .adame-box a {
        text-decoration: none;
        color: #1a636a;
    }

        .adame-box a:hover {
            color: #9b0254;
        }

    .adame-box i {
        margin-right: 10px;
    }
/*----------------index Page End */


/*box nazar GridView*/
.box-nazar {
    width: 100%;
    height: auto;
    direction: rtl;
    text-align: right;
    background-color: #d0d0cf;
    padding: 10px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 3px;
}

    .box-nazar h4 {
        color: #33051d;
        font-family: 'Droid Arabic Naskh', Tahoma;
        font-size: 13px;
    }

    .box-nazar span {
        font-size: 12px;
        color: #5a5658;
    }

    .box-nazar p {
        color: #33051d;
        font-family: 'Droid Arabic Naskh', Tahoma;
        font-size: 12px;
        text-align: justify;
        direction: rtl;
        padding-bottom: 25px;
    }

.Panel-box {
    width: 100%;
    height: auto;
    direction: rtl;
    text-align: right;
    background-color: #b6d5d0;
    padding: 10px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 3px;
}

    .Panel-box h4 {
        color: #33051d;
        font-family: 'Droid Arabic Naskh', Tahoma;
        font-size: 13px;
    }



    .Panel-box p {
        color: #33051d;
        font-family: 'Droid Arabic Naskh', Tahoma;
        font-size: 12px;
        text-align: justify;
        direction: rtl;
        padding-bottom: 25px;
    }




/*box nazar GridView*/


/*----------------Pager*/
.PagerCurrent {
    font: 14px tahoma;
    color: White;
    background: #9b0254;
    padding: 4px 10px;
    text-decoration: none;
    text-decoration: none;
}


.PagerNormal {
    font: 14px tahoma;
    color: White;
    background: #43165e;
    padding: 4px 10px;
    text-decoration: none;
}

    .PagerNormal:hover {
        font: 14px tahoma;
        color: White;
        background: #9b0254;
        padding: 4px 10px;
        text-decoration: none;
        text-decoration: none;
    }

    .PagerNormal a {
        text-decoration: none;
        color: #43165e;
    }

.tbp30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

/*----------------Pager*/
.bodym {
    background-image: url(../images/pw_maze_white.png);
}

.well {
    background-color: white;
}

/*taki blag arshiv*/

.box_ab {
    direction: rtl;
    color: white;
    text-align: justify;
    padding-bottom: 15px;
    padding-top: 30px;
    background-image: url(../images/menu_pat.png) !important;
    font-family: Tahoma;
    font-size: 12px;
    min-height: 900px;
}

.box_ab_img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e3e3e3;
}

.box_ab a {
    text-decoration: none;
}

    .box_ab a:hover {
        text-decoration: none;
    }

.box_ab_tit {
    font-family: 'Droid Arabic Naskh', Tahoma;
    font-size: 14px;
    font-weight: normal;
    color: #2b2b2b;
    height: 36px;
    padding-top: 9px;
    cursor: pointer;
}

    .box_ab_tit:hover {
        color: #721d1d;
    }

.box_ab_p {
    text-align: justify;
    direction: rtl;
    font-family: Tahoma;
}

/*End*/
/*exam*/
#top {
    width: 100%;
    height: 25px;
  background-color:#00383e;
}

.div_new {
    width: 100%;
    max-width: 100%;
    background-color: #2d8390;
    border-radius: 15px;
    padding: 20px;
    min-height: 180px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-top: 30px;
    text-align: right;
}

    .div_new a:hover {
        text-decoration: none;
    }

    .div_new img {
        width: 187px;
        height: 140px;
        border-radius: 15px;
        float: right;
        margin-left: 15px;
    }

    .div_new h3 {
        color: #FFA500;
        font-family: nasimm;
        font-size: 18px;
        text-align: right;
    }

    .div_new span {
        font-size: 11px;
        color: #191b1f;
        text-align: right;
    }

    .div_new p {
        font-size: 12px;
        color: rgb(12, 12, 12);
        text-align: right;
    }

    .div_new:hover {
        background-color: #808385;
    }

    .title_box{
      font-family: 'Droid Arabic Naskh', Tahoma;
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    max-width: 100%;
    background-color: #0b353c;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    }
    .form_s *{
        text-align:right;
    }
/*exam end*/
