

/* Start Registration  */

.box-registration {
    padding: 10px;
    max-width: 800px;
    min-height: 300px;
      box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
      border: 1px solid transparent;
      background-color: #fff;
      margin-right: 15px;
  }


.box-registration .box-header {
    background-color: #f7f7f7;
    padding: 20px;
    border: 1px solid #eeeeee;
} 
.box-registration .box-header h2 {
    text-align: center;
} 


.box-registration .box-body {
    max-width: 800px;
    min-height: 300px;
    margin-left: 20px;
    margin-top: 20px;
    border: 1px solid #eeeeee;
} 

/* .box-registration .box-body form .form-group label, .box-registration .box-body form .form-group input {
    display: inline-block;
} 
*/

.box-registration .box-body form .form-group label {
    min-width: 150px;
    min-height: 20px;
}

.box-registration .box-body form .form-group input {
    height: 30px;
    min-width: 350px;
}
.box-registration .box-body form .form-group input[placeholder] {
    font-style: italic;
    padding-left: 10px;
 }
 .box-registration .box-body form .form-group textarea {
    min-width: 350px;
    min-height: 150px;
} 
.box-registration .box-body form .send-button {
    text-align: left;
    margin-top: 80px;
} 
.box-registration .box-body form .send-button {
    text-align: left;
    margin-top: 80px;
} 

  /* End Registration */




/* Connexion */


.box-login .connexion {
    max-width: 400px;
    height: 400px;
    border: 0px solid rgb(104, 40, 40);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    border: 1px solid transparent;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    text-align: left;
  }

.box-login .connexion .box-header {
    max-width: 400px;
    height: 60px;
    border: 0px solid rgb(104, 40, 40);
    border-bottom: 2px solid rgb(104, 40, 40);
    color: rgb(104, 40, 40);
    margin: 0 auto;
    margin-top: -40px;
    text-align: center;
  }

.box-login .connexion .box-header h1 {
    margin-top: 20px;
  }

 .box-login .connexion form    {
    margin-top : 30px;
    width: 400px;
     height: 270px;
    border: 0px solid rgb(104, 40, 40);
  }

.box-login .connexion form .form-group   {
    width: 320px;
    margin: 0 auto;
  }
  .box-login .connexion form .form-group label  {
    text-align: left;
    width: 320px;
    height: 25px;
    margin: 0 auto;
    margin-top: 10px;
  }
  .box-login .connexion form .form-group input {
    height: 35px;
    width: 320px;
    margin: 0 auto;
    text-align: left;
    border-radius: 5px;
  }
  .box-login .connexion form .form-group input[placeholder] {
    padding-left: 15px;
 }
 .box-login .connexion form button  {
    margin-top: 40px;
    width: 320px;
  }

  .box-login .connexion hr {
    width: 320px;
    border: 1px solid rgb(104, 40, 40);
    margin-top: -70px;
  }

  .box-login .connexion .new-account  {
    width: 320px;
    height: 25px;
    margin: 0 auto;
    text-align: center;
    border: 0px solid rgb(104, 40, 40);
    margin-top: -60px;
    font-size: 12px;
  }
  .box-login .connexion .new-account a:hover {
    text-decoration: none;
    cursor: pointer;
    color: rgb(104, 40, 40);
  }

/* End Connexion */





  /* sidebar */


.sidebar-menu-customer {
    width: 300px;
    min-height: 300px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    margin: 0 auto;
    margin-left: 50px;
}

.sidebar-menu-customer .panel-heading {
    text-align: center;
    width: 300px;
    padding: 10px 5px 10px 5px;
    background: #fff;
}
.sidebar-menu-customer .panel-heading h5 {
    text-align: center;
}
.sidebar-menu-customer .panel-heading img {
    margin: 0 auto;
}

.sidebar-menu-customer .panel-body {
    width: 300px;
    min-height: 300px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
}
.sidebar-menu-customer .panel-body .menu  {
    width: 300px;
    min-height: 300px;
    color: #fff;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    margin: 0 auto;
    margin-bottom: 5px;
    margin-left: -16px;
    margin-top: -16px;
}
.sidebar-menu-customer .panel-body .menu li {
    width: 280px;
    height: 40px;
    margin-top: 1px;
    margin-bottom: 5px;
    background-color: rgba(57, 44, 75, 0.9);
    padding: 0px 0px 0px 0px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    border-radius: 5px;
    margin: 0 auto;
}
.sidebar-menu-customer .panel-body .menu li a  {
    color: #fff;
    margin-bottom: 10px;
    margin-left: 0px;
}

.sidebar-menu-customer .panel-body .menu li:hover  {
    color: #fff;
    background: #397992;
    cursor: pointer;
}
.sidebar-menu-customer .panel-body .menu li a:hover  {
    color: #fff;
    background: #397992;
    cursor: pointer;
}


/* End sidebar-customer */


/* Orders */
.bloc-orders {
    max-width: 940px;
    min-height: 500px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    margin: 0 auto;
    margin-left: 30px;
    background: #fff;
}
.bloc-orders .content-heading {
    text-align: center;
    width: 940px;
    padding: 10px 5px 10px 5px;
    background: #fff;
}
.bloc-orders .content-heading h5 {
    text-align: center;
}
.bloc-orders .content-body {
    max-width: 900px;
    min-height: 300px;
    background: #fff;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    margin: 0 auto;
}

/* End my orders */





/* Start Manager  */

.box-manager {
    max-width: 800px;
    height: 600px;
    padding: 10px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    border: 1px solid transparent;
    background-color: #fff;
    margin: 0 auto;
  }


  .box-manager .box-header {
    background-color: #f7f7f7;
    padding: 20px;
    border: 1px solid #eeeeee;
} 
.box-manager .box-header h2 {
    text-align: center;
} 


.box-manager .box-body .content {
    width: 230px;
    height: 200px;
    border: 0px solid #eeeeee;
    display: inline-block;
    margin-top: 20px;
    margin-left: 22px;
    float: left;
} 
.box-manager .box-body .content h4 {
    text-align: center;
    height: 34px;
    padding-top: 9px;
    background-color:rgba(136, 36, 36, 0.9);
    color: #fff;
} 
.box-manager .box-body .content p ul li a:hover {
    text-decoration: none;
} 


  /* End Manager */





/* Bloc Confirm  */

.bloc-confirm {
    max-width: 940px;
    min-height: 500px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    margin: 0 auto;
    margin-left: 30px;
    background: #fff;
}
.bloc-confirm .content-heading {
    text-align: center;
    width: 940px;
    padding: 10px 5px 10px 5px;
    background: #fff;
}
.bloc-confirm .content-heading h5 {
    text-align: center;
}
.bloc-confirm .content-body {
    max-width: 900px;
    min-height: 300px;
    background: #fff;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    margin: 0 auto;
}

/* End my orders */