/* 
    Document   : bootstrap
    Created on : 13 oct. 2012, 18:58:28
    Author     : zapafab
    Description:
        Purpose of the stylesheet follows.
*/

.row-fluid {
width: 100%;
}

.row-fluid .span3 {
   background-color: #ffffff;
   margin-left: auto;
/*   padding-left: 2%; */
   min-height: 950px;
   float: right;
    width: 258px;      
/*    border-left: 1px solid #aaa; */
}

.nav-tabs > li > a {
    background: none repeat scroll 0 0 whitesmoke;
    border-bottom: 1px solid #ddd;
    color: #A3A3A3;
}


.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    background-color: graytext;
    color: #fff;
}

label, input, button, select, textarea {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin-right: 5px;
    /*text-align: right;*/
}

button { cursor: pointer }
tr:hover { cursor: pointer }

.label-proposer, .badge-proposer { background-color: pink; }
.label-message, .badge-message { background-color: yellowgreen; }
.label-planifier, .badge-planifier { background-color: purple; }
.label-retard, .badge-retard { background-color: yellow; color: #333333 }


.modal {
    width: 800px;
    height: 710px;
    
}

.modal-body{
    max-height: 565px;
}

.modal-header h3 {
    line-height: 24px;
}

h3 {
    font-size: 18px;
}

.container {
   background-color: #ffffff
}

select {
    width: auto;
}


.groupe {
   background-color: #ddd;
   padding: 5px;
   font-size: 16px;
   font-weight: bold;
}

.form-errors .help-block, .form-errors .help-inline { color: #E81E10; }

input:required  { background-color: #fff0f0; border: 1px solid #ffc6c6; }

.alert { font-size: 16px; }
