@font-face {
    font-family: 'lutts';
    src: url('../fonts/lutts.eot');
    src: url('../fonts/lutts.eot') format('embedded-opentype'),
         url('../fonts/lutts.woff') format('woff'),
         url('../fonts/lutts.ttf') format('truetype'),
         url('../fonts/lutts.svg#GESSTwoLight') format('svg');
}

body {
    background-color: #f7f7f7;
    overflow-x: hidden;
     font-family: 'lutts';
     direction:rtl;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
    display: inline-block;
}
p, a {
color: #11263D;
font-size: 13px;
line-height: 22px;
 font-family: 'lutts';
}
img {
max-width: 100%;
}
h1.mi {
    width: 321px;
    height: 321px;
    margin: 0px auto;
    margin-top: 14px;
    letter-spacing: 1px;
}
.layout {
background: #fff;
margin: 14px auto;
border-radius: 10px;
box-shadow: 0 0 24px #ddd;
}
header {
width: 100%;
margin: 0px auto 20px;
z-index: 1011;
position: relative;
background-color: #fafafa;
border-radius: 11px 11px 0 0;
}
.logo {
   margin: 5px 0;
}
.logo img {
width: 113px;
height: 102px;
}
.navigation {
    background:#e7edea;
    border-bottom:5px solid #c2c4c3 !important;
    border-radius:0 !important;
padding: 0;
margin-top:5px;
}
.navbar {
padding: 0;
margin: 0;
display: block;
min-height: initial;
top: 0;

}
.navbar-nav {
position: relative;
top: -2px;
height: 26px;
float: right;
margin: 0;
padding: 0;
}
    .navbar ul li a {
    color:#402f01;
    padding: 5px 20px;
     transition:all 300ms linear;
    }
        .navbar ul li {
position: relative;
float: right;
margin-right: 5px;
margin-top: -1px;
    }

.navbar-nav>li a {
    color:#402f01;
    padding: 5px 20px;
     transition:all 300ms linear;

}

.navbar-nav>li.active  {
    background: #ffc52c;
    border-bottom: 5px solid #daa61c;
}
.navbar-nav>li.active a {
    color:#fff;

}
.nav>li:hover, .nav>li:focus {
        background: #ffc52c;
border-bottom: 5px solid #daa61c;
}
.nav>li:hover a, .nav>li:focus a
{
    background:transparent;
 color:#fff;
 -moz-animation: fadeInUp 300ms linear;
-webkit-animation: fadeInUp 300ms linear;
animation: fadeInUp 300ms linear;

}

.navbar-nav>li > ul {
position: absolute;
background: #FFF;
margin: 0;
right: 0;
top: 35px;
padding: 0;
display:none;
z-index: 9999;
}
.navbar-nav>li:hover > ul  {
display: block;
}

.navbar-nav>li > ul > li {
display: block;
margin: 0px;
width: 218px;
}
.navbar-nav>li > ul > li > a {
padding: 7px 6px;
display: block;
text-align: right;
margin: 0 0 2px 0;
font-size: 14px;
border-right: 5px solid #ffc52c;
background: #fff;
transition: all 300ms linear;
color: #402f01 !important;
}
.navbar-nav>li > ul > li > a:hover {
background:#ffc52c;
border-right-color:#daa61c;
text-decoration:none;
color:#fff !important;
}
.navbar-header .navbar-toggle {
    border-color: #fff;
}

.navbar-toggle .icon-bar {
    background-color: #1FA2D4;
}

.content {
    min-height:500px;
    padding-bottom: 25px;
    position: relative;
    z-index: 1;
}

footer {
border-top: 1px solid #ddd;
margin-top: 10px;
position: relative;
height: 73px;
}

.copyright  {
background-color: #60c5d8;
margin-top: 12PX;
margin-bottom: 12px;
margin-left: -6px;
position: relative;
left: -21px;
text-align: left;
padding-left: 15px !important;
border-radius: 8px 0 0 25px;
box-shadow: -3px 0px 0px #D9E3E7;
}
    .copyright p {
        margin-top: 11px;
        font-size: 13px;
        color: #fff;
    }

/* New Custom */
.zeropad {
    padding: 0;
}

.scroll-up{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    display:none;
    text-indent:-9999px;
    background: url('../images/to-top.png') no-repeat;
    right:100px;
    z-index: 99999999;
}
.forms{
    width: 100%;
    padding: 10px;
}

.forms .btns-block{
border-top: 1px solid #eee;
padding: 10px;
}
.forms table {
    width:100%
}
.forms table tr {

}
.forms table tr:nth-child(even) {
    background: #f2f2f2;
}
.forms table td {
    padding: 10px 5px;
    vertical-align: top;
    position: relative;

}

.ajax__calendar table
{
    width:85% !important;
}
.ajax__calendar table td
{
     margin:0;
     padding: 0px 0px !important;
}

.ajax__calendar table tr:nth-child(even) 
{
       background-color:White;
}

.forms label{
color: #000000;
font-size: 13px;
margin: 5px 0;
width: 100%;
font-weight: normal;
white-space: nowrap;
text-align: right;
}
.forms span[id*="RequiredFieldValidator"] ,
.forms span[id*="regexEmailValid"],
.forms span[id*="RegularExpressionValidator"] ,
.forms span[id*="CompareValidator"]  ,
.validate
 {
    color: #fff !important;
    font-size: 11px;
    background: #D82A2A;
    padding: 1px 10px;
    border-radius: 5px;
    margin-top: 7px;
    display: block;
    max-width: 200px;
}
.age_lbl {
    color: #fff;
    font-size: 11px;
    background: #63B2CF;
    padding: 1px 10px;
    border-radius: 5px;
    margin-top: 7px;
    display: inline-block;
}
.forms h3{
color: #444;
font-size: 18px;
margin: 5px 0;
display: block;
width: 100%;
padding: 9px 14px;
background: #eee;
border-right:5px solid #ffc52c
}
.forms input[type="text"],
.forms input[type="email"],
.forms input[type="datetime"],
.forms input[type="password"]{
width: 95%;
background: #fff;
border: 1px solid #E9E9E9;
padding: 5px 10px;
font-size: 13px;
margin-bottom: 2px;
font-family: arial;
}

.forms textarea{
width: 98%;
background: #fff;
border: 1px solid #E9E9E9;
padding: 5px 10px;
font-size: 13px;
margin-bottom: 0px;
}

.forms input[type="text"]:focus, 
.forms textarea:focus ,
.forms input[type="email"]:focus
,.forms input[type="datetime"]:focus
,.forms input[type="password"]:focus{
    border-color: #aaa;
}

.forms  input[type=submit] ,.submitBtn{
border: 0px solid;
color: #fff;
background-color: #0A72AF;
padding: 3px 34px;
cursor: pointer;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
-ms-transition: all 300ms linear;
transition: all 300ms linear;
display: inline-block;
margin: 5px;
}
.forms  input[type=submit]:hover ,.submitBtn:hover {
color: #fff;
box-shadow: 2px 2px 5px #D3D3D3;
}
.nextBtn {
    /*background-color:#7E7B75  !important*/
    float:left;
}
.forms select{
width: 95%;
background: #fff;
border: 1px solid #E9E9E9;
padding: 5px 10px;
font-size: 13px;
margin-bottom: 0px;
}


.forms.main table {
width: 98%;
margin: 0 auto;
border-radius:5px  ;
box-shadow:5px 5px 5px #eee
}
.forms.main table tr {
    border-bottom:1px solid #eee
;
    background: #f7f7f7;
}
.forms.main table tr:nth-child(odd) {
    background: #ededed;
}
.forms.main table tr:last-child {
    border-bottom:none
}
.forms.main table tr td {
    padding: 10px 15px;
}

.color1 {
    background-color:#0aa8c5;
    height:5px;
}
.color2 {
    background-color:#ffc52c;
    height:5px;
}
.color3 {
    background-color:#e0dfdf;
    height:5px;
}
.radius11 {
    border-radius:11px 0 0 0;
}
.radius11In {
 border-radius:0 11px 0 0;
}
.radius1up {
    border-radius: 0 0 0 11px;
}
.radius11Inup {
    border-radius: 0 0 11px 0;
}

.blocks {
background: #ccc;
height: 100px;
border-radius: 5px;
width: 98%;
text-align: center;
line-height: 100px;
position: relative;
margin: 11px auto;
transition:all linear 300ms;
overflow:hidden
}
.blocks a  {
    color: #fff;
font-size: 29px;
}
.blocks a span {
position: absolute;
right: 16px;
font-size: 70px;
opacity: 0;
-webkit-transform: rotate(-11deg);
transition:all linear 300ms;
}
.blocks:hover {
background-color:#1FA2D4
}
.blocks:hover a span {
-webkit-transform: rotate(0);
font-size:100px;
opacity: 0.1;
}

.loginBlock {
margin: 20px auto;
display: block;
text-align: center;
float: inherit;
}
.loginImg {
    margin: 7px auto;
}
.new-account {
    background: #ddd;
display: block;
width: 113px;
margin: 0 auto;
margin-bottom: 5px;
color:#fff;
transition: all linear 300ms
}
.new-account:hover {
    background: #1FA2D4;
color:#fff
}
.top-5 {
margin-top: -5px;
}
.saveimgbtn {
  width: 35px;
    position: absolute;
    left: 17px;
    background: #E7EDEA;
    padding: 2px;
    height: 35px;
    border-radius: 50%;
}

fieldset {
    padding: 0 15px 10px;
    margin: 30px auto;
    box-shadow: 0 2px 2px #eee;
    border: 1px solid #eee;
}
fieldset legend {
    border: none;
    display: inline-block;
    width: inherit;
    padding: 0 10px;
    font-size: 14px;
    background: #0AA8C5;
    color: #fff;
    border-radius: 5px;
}
.service-nav {
width: 100%;
clear: both;
margin-bottom: 22px;
padding: 0;
}
.service-nav li {
    display: inline-block;
margin-left: 2px;
}
.service-nav li a {
    display: block;
    background: rgb(10, 168, 197);
    text-align: center;
    padding: 4px 14px;
    color: #fff;
}
.service-nav li a:hover,
.service-nav li a.active {
    background:#FFC52C
}
.sign_out {
    position: absolute;
    background: #09869D;
    left: 16px;
    top: -5px;
    padding: 1px 13px;
    border-radius: 0 0 5px 5px;
    color: #fff;
    line-height: 22px;
    font-size: 11px;
}
.sign_out span {
    margin-left: 10px;
}
    .sign_out:hover {
     color:#fff
    }

.forms small {
position: absolute;
font-size: 8px;
margin-top: 8px;
color: #E80F0F;
padding: 2px 1px;
}