body {
    background-color: #ebebeb;
    font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
    font-size: 12px;
}

header {
    background: #DFE7D7;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    height: 80px;
    width: 95%;
    margin: 15px auto;
}

#logo img {
    margin: 10px;
    height: 60px;
}

#newCall {
    margin-top: 25px;
    text-align: center;
}

#newCall img {
    width: 160px;
    height: 30px;
    cursor: pointer;
}

#loggedAs {
    margin-top: 30px;
    text-align: right;
    color: #006400;
}

section {
    width: 95%;
    margin: 15px auto 15px;
    background: #E7D6E1;
    padding: 15px 15px 0;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

nav {
    height: 25px;
}

nav#nav-aidants,
nav#nav-partenaires {
    width: 90%;
    margin: auto;
}

nav > ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

nav > ul > li {
    position: relative;
    display: block;
    float: left;
    margin-right: 1px;
    height: 25px;
    width: 125px;
    background: #fff;
    border: 1px solid #360;
    border-radius: 10px 10px 0 0;
    border-bottom: none;
    font-size: 14px;
    text-align: center;
}

nav > ul > li.menu-long {
    width: 160px;
}

nav > ul > li.menu-actif {
    background: #360;
}

nav > ul > li > a,
nav > ul > li > a:focus {
    position: relative;
    display: block;
    padding: 5px 2px;
    line-height: 1em;
    color: #084411;
    text-decoration: none;
}

nav > ul > li > a:hover {
    color: #084411;
    text-decoration: none;
}

nav > ul > li.menu-actif > a {
    color: #fff;
}

footer p {
    text-align: center;
    margin: 0;
    padding: 5px;
}

footer a {
    color: #036;
}

.table-menu {
    border-collapse: separate !important;
    border-spacing: 2px;
    margin-bottom: -2px;
    margin-left: -2px;
}

.sous_menu_actif {
    width: 125px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    background: #336600;
    border-radius: 0 0 10px 10px;
    border-top: 0;
    border-left: 0;
}

.sous_menu_actif_long {
    width: 150px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    background: #336600;
    border-radius: 0 0 10px 10px;
    border-top: 0;
    border-left: 0;
}

.sous_menu_actif a, .sous_menu_actif_long a {
    color: #FFFFFF;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
    margin-bottom: -10px;
}

.sous_menu_inactif {
    width: 125px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    background: #cccccc;
    border-radius: 0 0 10px 10px;
    border-bottom: 0;
}

.sous_menu_inactif_long {
    width: 150px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    background: #cccccc;
    border-radius: 0 0 10px 10px;
    border-bottom: 0;
}

.sous_menu_inactif a, .sous_menu_inactif_long a {
    color: #000000;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
    margin-bottom: -10px;
}

.main-content {
    border: 2px solid #360;
    background: #fff;
}

.box {
    border: 1px solid #360;
    background: #DFE7D7;
    margin: 15px 30px 30px;
}

.box-white {
    border: 2px solid #360;
    background: #fff;
    width: 90%;
    margin: auto auto 15px;
    padding: 10px;
}

.box-white h4 {
    margin-top: 0;
}

.box-header {
    min-width: 250px;
    height: 25px;
    text-align: left;
    font-size: 14px;
    background: #fff;
    border-radius: 0 0 10px 0;
    color: #cc3399;
    font-weight: bold;
    border-right: 1px solid #360;
    border-bottom: 1px solid #360;
    padding: 2px 5px 0;
    display: inline-block;
}

.box-body {
    padding: 10px;
}

.form-errors, .errors {
    color: #f00;
}

.form-box {
    width: 90%;
    margin: auto;
    border: 1px solid #360;
    box-shadow: 6px 6px 6px #999;
    background: #f9f4f7;
}

.form-label {
    background: #e7d6e1;
    color: #000;
    min-height: 32px;
    padding: 6px 15px 0;
    text-align: right;
    font-weight: bold;
}

.form-field {
    margin: 2px auto;
}

.liste {
    width: 100%;
}

.liste > thead > tr > th,
.liste > tbody > tr.thead > th {
    background: url('../images/titre_table.jpg') repeat-x;
    border: 1px #9c9c9c solid;
    padding: 2px 6px;
    cursor: pointer;
    text-align: center;
}

.liste > tbody > tr {
    background: #fff;
}

.liste > tbody > tr.fondRose {
    background: #e7d6e1;
}

.liste > tbody > tr:hover {
    background: #e8e8e8;
    cursor: pointer;
}

.liste > tbody > tr > td {
    border: 1px #9c9c9c solid;
    padding: 1px 3px;
}

.liste > thead > tr > th.desc {
    background: url('../images/arrow_down.gif') no-repeat scroll right center #d4d4d4;
    cursor: pointer;
    padding-right: 20px;
}

.liste > thead > tr > th.asc {
    background: url('../images/arrow_up.gif') no-repeat scroll right center #d4d4d4;
    cursor: pointer;
    padding-right: 20px;
}

.no-result {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.separator {
    display: block;
    height: 15px;
    clear: both;
}

.navigation {
    text-align: center;
}

.pagination {
    margin: 20px auto 0;
}

#box-entete-aidant {
    border: 2px solid #360;
    background: #fff;
    margin: 15px auto;
    text-align: center;
    width: 75%;
}

#box-relation-aide {
    margin: 10px 25px;
    padding: 0;
    border: 1px #360 solid;
}

#sortable {
    cursor: pointer;
    list-style-type: none;
    margin: 0;
    padding: 5px 7px;
    background: #fbfbfb;
    border: 1px solid #ccc;
}

#sortable > li {
    border: none;
    margin-bottom: 5px;
}

#sortable > li > div.input-group > .sortable-move {
    cursor: move;
}

#sortable > li.sortable-placeholder {
    height: 40px;
    border: 2px #ccc dashed;
}

#sortable > li.ui-state-default {
    color: initial;
}

#parametres-titre {
    margin-bottom: 10px;
}

#parametres-champs {
    margin-top: 10px;
    display: none;
}

#parametres-boutons {
    margin: 10px 0;
}

.valeur {
    width: 230px;
    display: inline;
    font-weight: normal;
}

.valeur.form-control {
    height: 34px;
}

#menu {
    margin-top: 10px;
}

#droppable {
    height: 50px;
}

.form-control {
    height: 28px;
    padding: 4px 7px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.boutonAjouter {
    float: right;
    width: 130px;
    height: 22px;
    background: url('../images/bouton.png');
    border: 0;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    padding-top: 2px;
}

.bouton {
    width: 130px;
    height: 22px;
    background: url('../images/bouton.png');
    border: 0;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 2px;
    margin-top: 10px;
}

.bouton-long {
    width: 180px;
    height: 22px;
    background: url('../images/bouton_long.png');
    border: 0;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 2px;
    margin-top: 10px;
}

.navBoutton {
    text-align: center;
}

.ui-datepicker-trigger {
    margin-left: 5px;
}

.selectMenu {
    width: 70%;
}

img[src$='trash.png'] {
    width: 18px;
    height: 18px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

#bubulle {
    background-color: #fafaff;
    border: 1px solid #aaf;
    text-align: center;
}

input[type="file"] {
    height: auto;
}

ul.tagit {
    background: #fff;
    cursor: text;
}

.role {
    border: 1px solid #3c3c3c;
    margin: 15px 0 10px 25px;
    padding-bottom: 5px;
}

.role legend {
    text-align: left;
    font-size: 1.1em;
    margin-bottom: 0;
    width: auto;
    border-width: 0;
    padding: 0 3px;
}

.role .checkbox {
    margin: 0;
}

.ui-datepicker-trigger {
    cursor: pointer;
}

.checkbox-group {
    height: 80px;
    overflow: auto;
}

.checkbox-group .checkbox {
    margin: 0;
}

.checkbox-group .checkbox label {
    padding-left: 5px;
    vertical-align: top;
}

.checkbox-group .checkbox input[type="checkbox"] {
    margin: 0;
    padding: 0 auto 7px;
    position: relative;
}

.checkbox label {
    font-weight: bold;
    vertical-align: middle;
}

.caisse-retraite, .infos-par, .empty-row {
    display: none;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

table#listePartenaires > tbody > tr > td {
    background: #fff;
}

table#listePartenaires > thead > tr > th,
table#listePartenaires > tbody > tr > td {
    border: 1px #0f0f0f solid;
}

input[type="date"].form-control, input[type="time"].form-control,
input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: initial;
}

label.required:after {
    content: ' *';
    color: #f00;
}
