/**
 * --------------------------------------------------
 * GAYA - CSS - BASE
 * --------------------------------------------------
 * Author: Gaya - La Nouvelle Agence - Sébastien Libbrecht
 * Author URI: http://www.gaya.fr
 * Version: 1.0
 * Since: 2013
 * --------------------------------------------------
 **/

/* =Elements Invisible Default Drupal
-------------------------------------------------- */
.element-invisible { display: none; }
/* =Noty Notification JS Override
-------------------------------------------------- */
#noty_bottom_layout_container li { margin: 0px; }
/* =Messages Drupal
-------------------------------------------------- */
div.messages { bakcground: none; }
div.messages ul, div.messages ul li { list-style-type: none; background: none; margin: 0px; padding: 0px; color: inherit; }
/* =Pagination
-------------------------------------------------- */
/*.paginate { padding: 10px 0; text-align: center; }
.paginate ul { margin-bottom: 0; display: inline-block; padding: 0px; margin: 0px; }
.paginate ul li { float: left; margin: 0 5px; background: none; padding: 0px; margin: 0px; }
.paginate ul li.nodiv { margin: 0; color: #3d7cba; }
.paginate ul li a { font: 14px 'open'; text-decoration: none; color: #6e6e6d; }
.paginate ul li a:hover, .paginate ol li a.active { text-decoration: underline; }
.paginate ul li.pager-current { font-weight: 700; color:#3D7CBA }*/

/* =Admin Bouton on Front <a>
-------------------------------------------------- */
.boutonAdminFront { height: 44px; color: white; position: fixed; z-index: 1000; bottom: 0px; right: 0px; width: 30%; text-align: center; border-bottom: 4px solid #4d8f46; background: none repeat scroll 0 0 #202020; margin: 0px; margin-top: 30px; padding-top: 10px; font-size: 13px; }
.boutonAdminFront a { background: none repeat scroll 0 0 #4d8f46; border: medium none; border-radius: 0; color: #fff; cursor: pointer; font-family: "Lucida Grande", Verdana, sans-serif; font-size: 12px; font-weight: normal; margin-bottom: 1em; margin-right: 1em; padding: 6px 10px; text-align: center; }
.boutonAdminFront a.warning { background: none repeat scroll 0 0 #b73939 }
.boutonAdminPageFront { position: relative; z-index: 1000; top: 3px; right: 0px; }
body.logged-in { margin-bottom: 40px; }
.workbench-info-block { height: 54px; font-size: 13px; font-weight: 700; background: none repeat scroll 0 0 #202020; margin-top: 34px; border-bottom: 4px solid #4d8f46; color: white; display: block; font-size: 13px; position: fixed; bottom: 0; width: 100%; z-index: 100; padding: 10px; padding-bottom: 0px; margin-bottom: 0px; }
.workbench-info-block a { color: white; font-style: italic; text-decoration: underline; }
.workbench-info-block em { font-weight: normal; padding-right: 10px; }
.workbench-info-block br { display: none; }
.workbench-moderation-moderate-form { display: block; }
.workbench-moderation-moderate-form p { float: left; padding-right: 10px; margin: 0px; }
.workbench-moderation-moderate-form input { background: none repeat scroll 0 0 #4d8f46; border: medium none; border-radius: 0; color: #fff; cursor: pointer; font-family: "Lucida Grande", Verdana, sans-serif; font-size: 12px; font-weight: normal; margin-bottom: 1em; margin-right: 1em; padding: 6px 10px; text-align: center; }
.workbench-moderation-moderate-form {
    bottom: -3px;
    left: 10px;
    position: fixed;
    z-index: 100;
}