*{
    padding: 0;
    margin: 0;
}
body{
    direction: ltr;
     font-family: Arial, Helvetica, sans-serif;
     text-align: left ;
}
.r{
    float: right;
}
.l{
    float: left;
}
.c{
    clear: both;
}
.w{
    width: 95%;
    margin: 0 auto;
}
.ww{
    width: 20%;
    margin: 0 auto;
}

/* Contenter    */
 .contenter{
     width: 100%;
     position: absolute;
     top: 0;
     right: 0;
 }

/*  end   */

/*     */
 .top{
      width: 80%;
      height: 50px;
      background: #16aad8;
      position: fixed;
      top: 0;
      z-index: 4;
      margin-left: 20%;
  }
  .top .title{
      width: 20%;
      height: 50px;
  }
  .top .title h3{
      width: 20%;
       height: 50px;
      color: #fff;
      line-height: 50px;
      margin-top: 0;
  }
  .top .title span{
      width: 20%;
       height: 50px;
      color: #fff;
      line-height: 50px;
      margin-top: 0;
      margin-left: 40px;
      font-size: 25px;
  }
  .top .title img{
      width: 10%;
      height: 15px;
      color: #fff;
      margin-top: 15px;
      margin-right: 50px;
      margin-left: 10px;
  }
  .top .adm{
      width: 0%;
      height: 50px;
  }
  .top .adm h3{
      width: 20%;
      color: #fff;
      line-height: 50px;
      margin-top: 0;
  }
  .top .adm img{
      width: 4%;
      height: 15px;
      color: #fff;
      margin-top: 15px;
      margin-right: 50%;
      margin-left: 10px;
  }
  .top .lang{
      width: 80%;
      height: 50px;
  }
  .top .lang .navbar {
      margin-right: 50px;
      height: 50px;
  }


  .top .lang .tops{
      color: #fff
      margin-right: 10px;
      float: right;
  }


  .top .lang .tops li{
      color: #fff;
      margin-left: 10px;

  }
  .top .lang .tops .dropdown-toggle{
    height: 50px;
    margin-right: 10px;
    color: #fff;
    line-height: 20px;
  }
  .top .lang .tops .dropdown-toggle:hover{
     color: #000;
  }

  .top .lang .tops .dropdown-toggle img{
    width: 25px;
    height: 25px;
    border-radius: 100%;
  }

  .top .lang .tops  .dropdown-menu li img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .top .lang .tops li a{
       color: #000;
  }
  .top .lang .navbar-brand {

    margin: 0;
    padding: 0;
  }
  .top .lang .navbar-brand img{
    width: 100px;
    height: 40px;
    margin-left: 10px;
    padding: 0;
    margin-top: 5px;
  }


/*  end   */

/*  right   */
  .right{
      width: 20%;
      height: 660px;
      background: #333;
      position: fixed;
      left: 0;
      top: 0px;
       z-index: 3;
  }
  .right .nav{
      width: 85%;
      height: 360px;
      margin: 0px 20px;
  }
  .right .nav .container{
      width: 100%;
      margin-top: 20px;
      background: #333;
  }
  .right .nav .container .collapse{
      min-height: 50px;
      background: #333;
  }
  .right .nav .container .collapse .list-group{
      background: #333;
  }
  .right .nav .container .collapse .list-group-item a{
      font-size: 15px;

  }


  .right .nav .container .collapse .list-group a{
      color: #000;
      margin-right: 10px;
      height: 30px;
      display: block;
      margin-bottom: 10px;
      font-weight: bold;
      line-height: 40px;
  }


  .right .nav .container .panel-heading{
      color: #fff;
      font-weight: bold;
      font-size: 15px;
      text-align: left;
      background: #333;
  }

  .right .nav .container .panel-heading  .glyphicon-menu-right{
      float: right;
  }


  .right .nav ul{
      padding: 0;
      margin: 0;
      list-style: none;
  }
  .right .nav ul li{
      height: 40px;
      padding: 5px;

  }
  .right .nav ul li a{
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      line-height: 20px;
  }

  .right .nav ul li img{
      width: 20px;
      height: 20px;
      margin-left: 10px;
  }


/*  end   */

/*  left   */
  .left{
      width: 80%;
      min-height: 600px;
      margin-top: 50px;
      z-index: 2;
  }
  .left .title{
      width: 90%;
      height: 150px;
      border: 1px solid #ccc;
      margin: 20px auto;

  }

  .left .title img{
      width: 100%;
      height: 150px;
  }

  .left .content{
      width: 80%;
      min-height: 400px;
      margin: 10px auto;
  }
  .left .content .link{
      width: 30%;
      height: 150px;
      margin: 20px auto;
      margin-right: 20px;
      background: #407e11;
  }
  .left .content .link .img{
      width: 50%;
      height: 70px;
      margin: 20px auto;
       border-radius: 20%;
  }
  .left .content .link .img img{
      width: 100%;
      height: 70px;
       border-radius: 20%;
  }
  .left .content .link .txt{
      width: 80%;
      height: 30px;
      margin: 10px auto;
  }
  .left .content .link .txt a{
      display: block;
      text-align: center;
      color: #fff;
      font-weight: bold;
      font-size: 17px;
      text-decoration: none;
      line-height: 30px;
  }
    #link1{
      background: #cf5935;

  }
  #link1:hover{
      box-shadow: 2px 1px 1px 2px rgba(0,0,0,0.4);
  }

  #link2{
      background: #0077d6;

  }
  #link3{
      background: #444b5d;

  }
  #link4{
      background: #5c39b7;

  }
  #link5{
      background: #ae6e27;

  }

/*  end   */

/*  emp   */
.left .title_e{
      width: 100%;
      height: 60px;
      border: 2px solid #ccc;
      margin-top: 20px;
  }
  .left .title_e .tit{
      width: 40%;
      height: 50px;

  }

  .left .title_e .btn{
     height: 40px;
     line-height: 40px;
     padding:0 10px;
     margin-bottom: 10px;
     margin-top: 4px;
  }
  .left .title_e .btn a{
      background: #9ACD32;
      border-radius: 10px;
      font-weight: bold;
      text-decoration: none;
      font-size: 15px;
  }

  .left .title_e .tit h3{
      margin-right: 30px;
      font-size: 24px;
      margin-top: 0px;
      line-height: 50px;
      text-align: right;
  }
  .left .data{
      width: 100%;
      min-height: 500px;
      margin-top: 50px;
      margin-bottom: 20px;

  }
  .left .data form{
      padding: 10px;
       background: #E6E6FA;
       border-radius: 15px;
  }
  .left .data form h3{
      padding: 20px;
      font-size: 20px;
      border-bottom: 3px solid #0000CD;
      color: #0000CD;
  }
   .left .data form h4{
      width: 20%;
      padding: 20px;
      font-size: 20px;
      border: 1px solid #0000CD;
      color: #0000CD;
      margin: 0 auto;
      text-align: center;
      background: #fff;
      border-radius: 10px;
  }

  .left .data .input{
      width: 90%;
      min-height: 50px;
      margin-left: 20px;
      margin-top: 10px;
  }

  .left .data .input label{
      font-size: 17px;
      font-weight: bold;
      color: #0000CD;
      margin-left: 20px;
      line-height: 50px;

  }
   .left .data .input input[type=text]{

   }
   .left .data .input select{

   }
   .left .data .input textarea{
      ;
   }
   .left .data .input input[type=submit]{
       width: 20%;
       height: 35px;
       border: 1px solid #ccc;
       font-size: 17px;
       margin-top: 10px;
       background: #f00;
       text-align: center;
       color: #fff;
   }
   .left .data .input input[type=reset]{
       width: 20%;
       height: 35px;
       border: 1px solid #ccc;
       font-size: 17px;
       margin-top: 10px;
       background: #0000CD;
       color: #fff;
   }

   .left .data .input_edit{
      width: 90%;
      min-height: 50px;
      margin-right: 40px;
      margin-top: 10px;
  }

  .left .data .input_edit label{
      width: 20%;
      font-size: 17px;
      font-weight: bold;
      color: #0000CD;
      margin-left: 20px;
      display: block;
  }
   .left .data .input_edit input[type=text]{

   }
   .left .data .input_edit select{

   }
   .left .data .input_edit textarea{

   }
   .left .data .input_edit input[type=submit]{
       width: 10%;
       height: 35px;
       border: 1px solid #ccc;
       font-size: 17px;
       margin: 10px 40%;
       background: #1E47C2;
       text-align: center;
       color: #fff;
   }
   .left .data .input_edit input[type=reset]{
       width: 20%;
       height: 35px;
       border: 1px solid #ccc;
       font-size: 17px;
       margin-top: 10px;
       background: #0000CD;
       color: #fff;
   }

   .left .data .emp{
      width: 100%;
      min-height: 50px;
      margin-top: 10px;

  }
   .left .data .emp table{
       width: 100%;
   }

  .left .data .emp th{
      color: #000;
      text-align: left;
      font-weight: bold;
      font-size: 15px;
      background: #4169E1;
      color: #fff;
  }
  .left .data .emp td{
      height: 40px;
      font-size: 15px;
  }
   .left .data .emp td a{
    display: ?inline-block;;
   }

  .left .data .emp td .del{
      width: 80px;
      height: 30px;
      background: #F00;
      display: inline-block;;
      text-align: center;
      color: #fff;
      margin-top: 3px;
      line-height: 30px;
      border-radius: 5px;
      margin-left: 10px;
       font-size: 12px;
       font-weight: bold;
  }
  .left .data .emp td .edit{
      width: 80px;
      height: 30px;
      background: #F58700;
      display: inline-block;;
      text-align: center;
      color: #fff;
      margin-top: 3px;
      line-height: 30px;
      border-radius: 5px;
      font-size: 12px;
       font-weight: bold;
  }
  .left .data .emp td .edit_prise{
      width: 80px;
      height: 30px;
      background: #87B52C;
      display: inline-block;;
      text-align: center;
      color: #fff;
      margin-top: 3px;
      line-height: 30px;
      border-radius: 5px;
      font-size: 12px;
       font-weight: bold;
  }
  .left .data .emp td .bill{
      width: 80px;
      height: 30px;
      background: #D2691E;
      display: inline-block;;
      text-align: center;
      color: #fff;
      margin-top: 3px;
      line-height: 30px;
      border-radius: 5px;
      font-size: 12px;
       font-weight: bold;
  }

  .left .data .emp td i{
    line-height: 30px;
  }

  .left .data .emp td img{
      width: 50%;
      height: 20px;
  }
  .left .data .emp .more{
      width: 10%;
      height: 40px;
      border: 1px solid #ccc;
      display: block;
      text-align: center;
      line-height: 40px;
      margin: 10px 20px;
      background: #4169E1;
      text-decoration: none;
      font-size: 20px;
      font-weight: bold;
      color: #fff;
      border-radius: 10px;
  }
    .left .data .emp .page{
        width: 60%;
        min-height: 50px;
         border: 1px solid #ccc;
         margin-top: 20px;
    }
    .left .data .emp .pagination{
        margin-left: 50px;

    }
     .left .data .emp .pagination li{
         text-align: left;
     }

    .left .data .emp  p{
         font-size: 17px;
         margin-left: 50px;
         clear: both;
    }
    .left .data .emp .page p{
        width: 40px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        border: 1px solid #ccc;
        margin-top: 10px;
        background: #4169E1;
        color: #fff;
    }
    .left .data .emp .page .non{
        text-decoration: none;
        border: none;
    }

    .left .data .emp  .pay{
      width: 100%;
      height: 150px;
      margin-top: 50px;
  }

  .left .data .emp  .pay .one{
      width: 25%;
      height: 100px;
      margin-top: 20px;
      margin-left: 40px;
  }
  .left .data .emp  .pay .one h5{
      font-size: 17px;
      margin-right: 20px;
      font-weight: bold;
  }
   .left .data .emp  .pay .one .done{
      width: 90%;
      height: 50px;
      margin-top: 10px;
      border: 1px solid #ccc;
      margin-right: 20px;
      text-align: center;
      line-height: 50px;
      font-size: 20px;
      font-weight: bold;
      background: #6495ED;
      color: #fff;
  }


/*  end   */

/*  footer   */
 .footer{
     width: 100%;
     height: 50px;
     z-index: 1;
 }

/*  end   */

/*  login   */
.sign{
      background:  #333;
  }
  .login{
      width: 40%;
      min-height: 500px;
      background:  #fff;
      margin: 50px auto;
      border-radius: 15px;
      padding-bottom: 20px;
  }
  .login .title{
      width: 100%;
     height: 150px;
     border-radius: 15px;
     border: 1px solid #fff;

  }
  .login .title .title1{
      width: 30%;
      height: 70px;
      border-radius: 15px;
      margin: 0px auto;
      margin-top: 10px;
      border: 1px solid #fff;

  }
  .login .title .title1 img{
     width: 30px;
     height: 30px;
     margin-left: 40%;
     margin-top: 5px;
  }
  .login .title .title1 h4{
      text-align: center;
      font-weight: bold;
      font-size: 15px;
  }

  .login .title .title2{
      width: 100%;
      height: 50px;
      border-radius: 15px;
  }
  .login .title .title2 h2{
      line-height: 50px;
      text-align: center;
      font-weight: bold;
      font-size: 34px;
  }

  .login .form{
      width: 100%;
      min-height: 350px;
      border-radius: 15px;
      direction: rtl;
  }
  .login .form form{
      width: 90%;
      min-height: 300px;
      border-radius: 15px;
      margin-left: 20px;
  }
  .login .form form label{
      display: block;
      padding: 0 20px;
      font-weight: bold;
      margin-right: 50px;
      font-size: 17px;
      text-align: right;
  }
  .login .form form input[type=text]{
      width: 80%;
      height: 40px;
      border: 1px solid #ccc;
      margin-left: 30px;
      padding-left: 15px;
      font-size: 15px;
      font-weight: bold;
  }
  .login .form form input[type=password]{
      width: 80%;
      height: 40px;
      border: 1px solid #ccc;
      margin-left: 30px;
      padding-left: 15px;
      font-size: 15px;
      font-weight: bold;
  }
  .login .form form input[type=submit]{
      width: 83%;
      height: 40px;
      border: 1px solid #ccc;
      margin-left: 30px;
      padding-left: 15px;
      background: #1E47C2;
      color: #fff;
      font-weight: bold;
  }
  .login .form form  span{
      color:#FF5252;
      display: block;
      font-size: 12px;
      margin-left: 30px;
      margin-top: 5px;
  }
  .login .form form .car{
      margin-top: 30px;
      border: 1px solid #ccc;
      height: 100px;
  }
  .login .form   a{
      font-size: 18px;
      margin-left: 10px;
  }

/*  end   */
