/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20-févr.-2014, 13:53:16
    Author     : Julien
*/

h1 {
    color: var(--color_text_2);;
    font-size: 20px;
    margin: 5px 0;
}
h2,h3 {
    color: var(--color_text_2);
    font-size: 15px;
    margin: 5px 0;
}
.error_input li{
    color: red;
}
.clear{
    clear: both;
}
.btn-success{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    background-color:#415C89;
    *background-color:#415C89;
    background-image:-moz-linear-gradient(top,#7792BF ,#415C89 );
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#7792BF),to(#415C89));
    background-image:-webkit-linear-gradient(top,#7792BF,#415C89);
    background-image:-o-linear-gradient(top,#7792BF,#415C89);
    background-image:linear-gradient(to bottom,#7792BF,#415C89);
    background-repeat:repeat-x;
    border-color:#415C89 #415C89 var(--main_color);
    border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7792BF',endColorstr='#ff324D7A',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
    font-family: Arial !important;
}
input, button, select, textarea {
    font-family: Arial !important;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled]{
    color:#fff;
    background-color:#415C89;
    background-color:#415C89;
}
.btn-success:active,
.btn-success.active{
    background-color:#415C89;
    border-color: #415C89;
}

.btn-success:focus,
.btn-success:hover{
    background-color:#415C89;
    border-color: #415C89;
}

.btn {
    width:auto;
    font-family: Arial !important;
}

form{
    margin:0 0 10px 0;
}
input, textarea, .uneditable-input {
    width: 210px;
}
label {
    display: block;
    margin-bottom: 0;
    width: 210px;
}
label span{
    margin-bottom: 0;
    display: inline-block;
    width: 100%
}

.user_form span {
    display: block;
}

.user_form label {
    margin: 0 15px 0 5px;
}

.form_rules label{
    width: auto;
}

.form_rules label{
    display: inline;
}

.form_rules input{
    float:left;
    margin : 2px 10px 0 0;
}

.module_rules span {
    display: inline-block;
    margin : 0px 0 0px 10px;
}

.controller_rules span {
    display: inline-block;
    margin : 5px 0px 0px 40px;
}

.action_rules span {
    display: inline-block;
    margin : 5px 0px 0px 40px;
}
.module_rules {
    display: inline-block;
    vertical-align: top;
    //float: left;
    width: 250px;
    border : solid 1px var(--main_color);
    margin : 5px;
    border-radius: 15px;
    padding: 10px;
}

.module_rules input{
    width : auto;
}

tr.danger td{
    background-color: #F2DEDE;
}
tr.green td{
    background-color: #DFF0D8;
}

.table input{
    margin:0;
}

.table tr td{
    vertical-align: middle;
}

.table tr td.prix{
    text-align: right;
}

.table tr th.prix{
    text-align: right;
}
.table tr th.qte{
    text-align: center;
}
.table tr td.qte{
    text-align: center;
}

.bloc_form label{
    float:left;
    width: auto;
}
.bloc_form {
    clear: both
}
.bloc_form.radio label{
    width: 65px;
    margin : 5px 0 10px 0;
}
.bloc_form.checkbox span{
    display: inline-block;
}
.bloc_form.checkbox label{
    margin : 5px 0 10px 0;
    width : 110px;
}
.cp input{
    width:35px;
}
label.cp {
    width:auto;
}

.name input{
    width:150px;
}
label.name {
    width:auto;
}

.num_tel input{
    width:120px;
}
label.num_tel {
    width:auto;
}

.city input{
    width:150px;
}
label.city {
    width:auto;
}

.password input{
    width:90px;
}
label.password {
    width:auto;
}

.password2 input{
    width:90px;
}
label.password2 {
    width:auto;
}
img{
    height:calc;
}
