/**
 * GLOBAL
 **/
i.fa-check {
    color: #008749;
}
i.fa-times {
    color: #f00000;
}

/**
 * LOGO
 **/
#side-menu .nav-header {
    padding: 30px 10px;  
}
.nav-header img {
    width: 100%;
}

/**
 * LISTING DES CONTENUS
 **/
div.table-responsive {
    overflow-x: hidden;
}
table tfoot th.actions a {
    margin: 0 5px;
}

/**
 * EDITION DES CONTENUS
 **/
form .input-group + .input-group {
    margin-top: 1%;
}
form .img-contenu {
    margin-left: 18%;
    width: 200px;
}
form .note-editor .note-editable {
    border: 1px solid #e7eaec;
    min-height: 200px;
}
form input[type="checkbox"] {
    width: auto;
    margin-top: 0;
}
form input[type="file"] {
    padding: 0;
    border: none;
}

/**
 * EDITION DE MASSES DES COMMANDES
 **/
#mass-edit-modal .modal-dialog {
    margin-top: 10%;
}
#mass-edit-modal form fieldset {
    margin-bottom: 15px;
}