/* 
    Document   : form.css
    Created on : 4 mars 2013, 07:16:02
    Author     : launda
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}


form>div, table.tabForm {
    margin-left:auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
    box-shadow: 5px 5px 5px black;
    padding:1em;
    margin-bottom: 2em;
    margin-top: 2em;
    min-width:40%;
    
}

li.chantier select {
    margin-left:1ex;
    margin-right:1ex;
    width: 48ex;
}

/* pour centrer les boutons */
form>p {
    text-align: center;
}

/* pour cacher le form technique */
/*div#form {
    display:none;
}*/

form.fbutton {
    text-align: center;
}

ul.record_actions {
    text-align: center;
    margin-bottom: 2em;
}

ul.record_actions li {
    display: inline-block;
    margin:0;
    padding:0;
}

/*form li {
    color: red;
    font-weight: bold;
}*/

input[type='text'],input[type='password'],select,input[type='email'],textarea {
    width: 100%;
}

td {
    padding: 0.5em 1em;
}

div.bouton {
    box-shadow: none;
    margin:0;
    padding:0;
}

/*
li.compteur {
    box-shadow: 2px 2px 2px grey;
 
}*/

#liste-compteur {
    border: 1px solid #65af26;
    border-radius: 5px;
    padding: 1ex;
    margin-bottom: 2ex;
}

bilancompteur_widget input {
    margin-left: 2ex;
}