body {
    padding-top: 60px;
    padding-bottom: 40px;
}
.sidebar-nav {
    padding: 9px 0;
}

@media (max-width: 980px) {
    /* Enable use of floated navbar text */
    .navbar-text.pull-right {
        float: none;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.showDragHandle{
    background-color: #1E90FF !important;
}

.myDragClass{
    cursor: move;
}

.option{
    margin-left: 10px;
}

hr {
    background: none repeat scroll 0 0 #d7d7d7;
    border: medium none;
    color: #d7d7d7;
    height: 2px;
    margin-top: 15px;
}


#page_login{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    background-color: #f5f5f5 !important;
}

#page_login .form-signin {
    max-width: 300px !important;
    padding: 19px 29px 29px !important;
    margin: 0 auto 20px !important;
    background-color: #fff !important;
    border: 1px solid #e5e5e5 !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05) !important;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05) !important;
    box-shadow: 0 1px 2px rgba(0,0,0,.05) !important;
}
#page_login .form-signin .form-signin-heading,
#page_login .form-signin .checkbox {
    margin-bottom: 10px !important;
}
#page_login .form-signin input[type="text"],
#page_login .form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}

.thead{
    background-color: #0088cc;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

td, .control-label{
    font-weight: bold;
}

.row-fluid .span12 {
    padding-left: 30px;
}

.btn-ajout{
    margin-bottom: 20px;
    margin-top: 20px;
}

.rempli{
    background-color: #F9F9F9;
}

.structure td{
    font-weight : normal !important;
}

.structure td.question_left{
    width: 80%;
}

.manquant{
    color: #BD362F;
     font-weight: bold;
}


.rouge{
    color :red;
}

.vert{
    color :green;
}

.bleu{
color : #0088CC !important;
}