/* Colors */
body {
    color: var(--main-text);
}

.barre_nav a,
.barre_nav a:visited {
    color: var(--nav-text);
}

body .required:after,
body .error,
body .errors,
body .errors *,
body .error * {
    color: var(--error-text);
}

body .notice {
    color: var(--notice-text);
}

body .success {
    font-weight: bold;
    color: var(--success-text);
}

body .warning {
    color: var(--warning-text);
}

.modules a,
.modules a:visited,
.main > .left a,
.main > .left a:visited {
    color: var(--anchor);
}

.modules .bokeh-days > a {
    color: var(--bokeh-event);
}

.modules .bokeh-days > a:hover {
    color: var(--bokeh-event-highlight);
}

body {
    background-color: var(--main-background);
}

.admin-form a.redmine_status.redmine_green,
body .digital_connectors_status.enabled:disabled,
body .digital_connectors_status.enabled,
body .digital_connectors_status.enabled:focus,
body .digital_connectors_status.enabled:hover {
    background-color: var(--success-background);
}

.admin-form a.redmine_status {
    background-color: var(--error-background);
}

body #banniere,
.barre_nav {
    background-color: var(--nav-background);
}

.modules > table > tbody > tr.soustitre:hover,
.modules > table > tbody > tr.soustitre:focus {
    background: var(--clear-background);
}

td[id*="menu_item"] {
    background: var(--clear-background) !important;
}

pre,
.ouvertures_index .modules ul > li,
.modules div.second .critique,
.modules > table > tbody > tr:nth-child(2n) {
    background-color: var(--even-line-highlight);
}

.modules .menus > div:hover,
.modules .menus > div li:hover,
[class*=edit-multiple] .modules form tr:hover,
.modules .profils ul li li:hover,
.modules [class*="models"] tbody tr:hover,
.modules > table > tbody > tr:hover,
.modules [class*="tree"] li:hover,
.modules .profils ul li li:focus,
.modules [class*="models"] tbody tr:focus,
.modules > table > tbody > tr:focus,
.modules [class*="tree"] li:focus {
    background-color: var(--line-highlight);
}

.should-not-change .multiple-selection-hook:after {
    background-color: var(--line-locked-highlight);
}

.main > .left > * a,
.main > .left > *,
.main > .modules {
    background-color: var(--widget-background);
}

.modules h1 > i {
    margin-right: 5px;
}

.modules h1 [href*="/config"] img{
    background-color: var(--config-shortcut);
}

.modules h1 [href*="/config"]:hover img 
				    .modules h1 [href*="/config"]:focus img {
    background-color: var(--config-shortcut-highlight);
}

.modules h1 [class*="help"] img {
    background-color: var(--help-link);
}

.modules h1 [class*="help"]:hover img, 
.modules h1 [class*="help"]:focus img {
    background-color: var(--help-link-highlight);
}

#updating .lieu_updated:before {
    background: var(--error-background);
}

#updating .lieu_updated.found:before {
    background: var(--success-background);
}

/* Border */
#fieldset-custom_fields tbody > tr + tr,
.modules h3,
.modules h2,
.modules .digital_connectors td {
    border-top: 1px solid var(--separator);
}

.tablesorter a:hover img,
.modules a:hover img.ico,
.tree .actions a:hover img,
.treeView a:hover img ,
.tablesorter a:focus img,
.modules a:focus img.ico,
.tree .actions a:focus img,
.treeView a:focus img,
.tablesorter a:hover i,
.modules a:hover i.ico,
.tree .actions a:hover i,
.treeView a:hover i ,
.tablesorter a:focus i,
.modules a:focus i.ico,
.tree .actions a:focus i,
.treeView a:focus i {
    color: var(--main-text);
    border: 1px solid var(--border-highlight);
}

.tablesorter a img,
.modules img.ico,
.tree .actions img,
.treeView a img,
.tablesorter a i,
.modules i.ico,
.tree .actions i,
.treeView a i {
    border: 1px solid var(--transparent-border);
}

.modules .profils > ul > li:not(:first-child) {
    border-top: 1px solid var(--separator);
}

.modules a[data-order] {
    border-bottom: 1px solid var(--main-background);
}

.modules a[data-order^="order"] {
    border-bottom: 1px solid var(--border-highlight);
}


/* shadows */
.modules .menus > div,
.selected_items_widget > div,
.main > .left > *,
.main > .modules {
    box-shadow: 1px 1px 5px var(--widget-shadow);
}

pre {
    box-shadow: inset 1px 1px 5px var(--widget-shadow);
}


/* Font */ 
body,
body * {
    font-family: arial, sans-serif;
}

h1 {
    font-size: 1.4em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.1em;
}

h1,
h2,
h3 {
    font-weight: normal;
    text-transform: uppercase;
}

th {
    text-align: left;
}

a {
    text-decoration: none;
    font-weight: normal;
}

.modules form ,
.modules form * {
    font-size: 1em !important;
}

.modules .tablesorter-default {
    font-size: 1em;
}

.error,
.errors {
    font-weight: bold;
}

td > p.error, td > p.notice, td > p.success, td > p.warning {
    padding: 0;
    margin: 0;
}

form .commentaire {
    font-size: 0.8em !important;
}

/* Global */
body {
    font-size: 1em;
}

.left .selected a,
.modules a.selected,
a:hover, 
a:focus {
    text-decoration: underline;
}

#banniere {
    background: url(icons/bokeh-logo.png) no-repeat center / 32px;
    display: inline-block;
    float: left;
    height: 3em;
    overflow: hidden;
    width: 5%;
    left: 0;
}

body #banniere,
.barre_nav {
    position: fixed;
    top: 0;
    z-index: 101;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.barre_nav {
    display: inline-block;
    float: left;
    text-align: center;
    width: 95%;
    left: 5%;
}

.barre_nav li {
    display: inline-block;
    margin: 0 1em;
}

.barre_nav li:last-child {
    float: right;
} 

.barre_nav li a {
    line-height: 3em;
    vertical-align: middle;
    display: inline-block;
}

.barre_nav li a img {
    vertical-align: middle;
    margin-right: 4px;
    height: 24px;
}

.barre_nav li a[href*="/admin/redmine"] img {
    filter: invert(1);
}

.barre_nav li a[data-count] .menu_info {
    font-weight: bold;
    border-radius: 30px;
    padding: 0.2ex 0.35em;
}

.barre_nav li a[data-count] .menu_info {
    background-color: var(--error-background);
}

.barre_nav li .menu_info {
    margin-left:.5em;
}

.main > .left {
    display: inline-block;
    float: left;
    padding-left: 2%;
    width: 20%;
}

.main > .left > * {
    margin-bottom: 0.5em;
    padding: 0.2em 1em;
    overflow: hidden;
}

.main > .left > *:hover {
    overflow: visible;
}

.main > .modules,
.main > .left {
    margin-top: 65px;
}

.main > .modules {
    display: inline-block;
    float: left;
    margin-left: 2%;
    padding: 1% 2%;
    width: 70%;
}

.actions a,
.actions > img,
.treeMenu div[align=right] a,
table#suggestions td:last-child a {
    margin-left: 5px;
}

.treeView .categorie .label {
    margin-left: 5px;
} 

.modules table.models td > a img {
    margin-right: 5px;
    vertical-align: text-bottom;
}

.modules table.models td > .actions {
    min-width: 100px;
}

.modules table.models .group_title {
    background-color:var(--nav-background);
    color:white;
    font-size:120%;
    padding:2px 10px;
    font-weight:bold;
}

.treeView .ui-accordion .ui-accordion-content {
    padding-top: 0.5em;
}

.treeView .root {
    margin-top: 20px;
    padding-left: 20px;
}

.tablesorter a i,
.modules i,
.tree .actions i,
.treeView a i,
.tablesorter a img,
.modules img.ico,
.tree .actions img,
.treeView a img {
    height: 16px;
    width: 16px;
    padding: 1px;
}

[data-logged="false"] .main > .modules {
    display: block;
    float: none;
    margin: 6em auto;
    max-width: 500px;
}

[data-logged="false"] .main > .modules p.error,
[data-logged="false"] .main > .modules h1 {
    text-align: center;
}

.main > .left .titre {
    font-weight: bold;
    line-height: 1.5em;
    vertical-align: middle;
}

.main > .left a {
    display: inline-block;
    line-height: 1.6em;
    vertical-align: middle;
}


.main > .left .menuAdmin li {
    white-space: nowrap;
    position: relative;
}

.main > .left img {
    vertical-align: middle;
    margin-right: 4px;
    width: 24px;
}

.left .selected a {
    position: relative;
}

.left .selected a:after {
    content: '<';
    font-weight: bold;
    margin-left: 1em;
    position: absolute;
}

.copyright {
    float: left;
    margin-top: 3em;
    width: 100%;
    text-align: center;
}

.copyright ~ button {
    top: inherit !important;
    bottom: 0;
}


/*body*/


body {
    float: left;
    position: relative;
    width: 100%;
}

.modules h2 + ul > li {
    margin-bottom: 1em;
}

.modules ul li > div {
    display: inline-block;
}

.modules ul li > .actions {
    float: right;
    min-width: 120px;
}

.modules ul li > .actions a {
    float: left;
}

.modules form > ul > li ul,
.modules h2 + ul > li ul {
    clear: both;
    margin-left: 1em;
    width: 100%;
}

.modules h2 + ul > li ul li {
    line-height: 1.5em;
}

table {
    border-collapse: collapse;
    width: 100%;
}

.left table li span {
    float: right;
    line-height: 1.2em;
    position: absolute;
    right: 0;
}

.modules h1 [href*="/config"],
.modules h1 [class*="help"] {
    margin: 0 0.3em;
}

.modules h1 [class*="help"] img,
.modules h1 [href*="/config"] img {
    border-radius: 15px;
    height: 12px;
    padding: 2px;
}

.modules h3,
.modules h2 {
    margin-top: 1em;
    padding-top: 1em;
}

.modules fieldset {
    margin: 10px 0;
}

.index_index .modules .ligne_info {
    line-height: 1.5em;
}

.index_index .modules .ligne_info * {
    font-size: 1em !important;
}

.modules .tree li {
    clear: both;
    line-height: 1.5em;
}

.modules .tree li li {
    margin-left: 1em;
}

.treeMenu li > div + div {
    float: right;
}

.sousTreeMenu {
    margin-left: 1em;
}

.treeMenu li > div:first-child {
    width: 90%;
}

.modules .menu li a span {
    padding-left: 0.5em;
}

.modules table#newsletters tr td:first-child,
.modules table#newsletters tr td:first-child + td {
    width: 37%;
}

.modules > table {
    margin-top: 2em;
}

.modules > table .soustitre {
    font-weight: bold;
}

.main {
    float: left;
    width: 100%
}

.modules .menu li {
    display: inline-block;
    padding: 0 0.5em;
    margin: 1em 0.5em;
}

.modules .menu li:first-child {
    margin-left: 0;
    padding-left:0;
}

.modules .menu ul > li a img {
    vertical-align: middle;
    margin-right: 5px;
}

.modules .menu li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.modules > table .soustitre,
.modules > table thead th{
    line-height: 2em;
}

.modules .digital_connectors td {
    margin: 1em 0;
    padding: 1em 0;
}

.modules .profils > ul > li:not(:first-child) {
    padding-top: 10px;
}

.modules .digital_connectors td:nth-child(2) {
    padding-left: 1em;
}


.digital_connectors_status {
    min-width: 150px;
}

.pager {
    text-align: center;
    margin-top: 5px;
}

.pager span {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
}

.pager .current a {
    font-size: 1.5em;
    font-weight: bold;
}

.modules > table > tbody > tr > td {
    line-height: 1.5em;
}

.critique {
    margin-bottom: 1em;
    margin-top: 1em;
    float: left;
    width: 100%;
}

.critique .vignette_notice {
    position: relative;
}

.critique .vignette_notice .icone_support {
    position: absolute;
    margin: 0;
    width: auto;
    right: 5px;
}

.contenu_critique {
    margin-top: 1em;
}

.critique_commentaire,
.critique .actions,
.auteur_critique {
    float: right;
}

.critique .moderation {
    display: none;
}

.vignette_notice {
    border: none;
    float: left;
    margin-right: 1em;
    text-align: center;
    width: 5em;
}

.vignette_notice img {
    width: 4.5em;
}

.admin-form a.redmine_status {
    display: inline-block;
    border-radius: 8px;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    vertical-align: middle;
}

.redmine_edit-issue .models td {
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.redmine_edit-issue .models ul {
    padding-left: 10px;
}

.redmine_edit-issue .models ul li {
    list-style: disc;
}

form .tag_selection {
    width: 100%;
    min-height: 15px;
}

form .tag_saisie {
    display: none;
}

.selected_items_widget > div {
    margin: 0.5em;
    padding: 0.5em;
}

.multiple_widget_action {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-left: 0.8em;
}

.multiple_widget_action[onclick*="list"] {
    background-image: url('icons/actions/ouvrir_24.png');
    background-repeat: no-repeat;
    background-size: 0.8em;
    background-position: right center;
    padding-right: 1em;
}

.selected_items_widget.list .multiple_widget_action[onclick*="list"] {
    background-image: url('icons/actions/fermer_24.png');
}

.selected_items_widget.list .select_items_content {
    max-height: 19em;
    overflow: auto;
}

.select_items_content {
    max-height: 0;
    overflow: hidden;
    width: 100%;
    transition: all 0.4s ease-out;
}

.selected_items_widget.show h4 ,
.selected_items_widget.show p {
    margin: 0;
    padding: 0;
}

.selected_items_widget.show div.multiple_widget_actions,
.selected_items_widget.show p {
    display: inline-block;
}

.selected_items_widget.show div.multiple_widget_actions {
    float: right;
}

.modules form .multiple-selection-checkbox {
    margin-left: 1em;
    vertical-align: middle;
    display: table-cell;
    font-size: 0.759em !important;
}

.should-not-change .multiple-selection-hook {
    position: relative;
}

.should-not-change .multiple-selection-hook * {
    pointer-events: none;
    cursor: default;
}

.should-not-change .multiple-selection-hook:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
}

.ouvertures_index .modules ul > li {
    border: 1px solid;
    margin: 0 1em 0.2em 1em;
    padding: 0 1em 0.2em 1em;
}

.ouvertures_index .modules ul > li > h2 {
    border-top: 0;
    margin: 0.2em 0;
    padding: 0.2em 0;
}

.ouvertures_index .modules ul > li > table th {
    min-width: auto !important;
}

.ouvertures_index .modules ul > li > table th:last-child {
    width: 60px;
}

form td .lieu {
    display: inline-block;
}

form #fieldset-location td:first-child {
    float: left;
}

form #fieldset-location .lieu,
form #fieldset-location .edit_location {
    float: right;
}

a[class^="edit_"] {
    margin: 0 3px;
}

.required:after { 
    content:" *"; 
}

#updating .lieu_updated {
    padding: 1em;
    margin: 0.5em;
    width: 210px;
    height: 180px;
    float: left;
}

#updating .lieu_updated:before {
    content: ' ';
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 30px;
}


form .droite {
    min-width: 30%;
    text-align: right;
}

.droite > label {
    display: block;
    margin-right: 1em;
}

.ui-dialog {
    z-index: 999 !important;
}

.header_actions {
    float: right;
}

.header_actions .selected {
    border-bottom: 3px solid;
}


.fonction_menu {
    cursor: pointer;
}

.fonction_menu:hover {
    text-decoration: underline;
}

.modules .breadcrumb {
    font-size: 1.4em;
}

.modules .breadcrumb .actions {
    display: inline-block;
}

.systeme_status dt {
    width: 400px;
    text-align: right;
    display: inline-block;
}

.systeme_status dd {
    width: 200px;
    text-align: right;
    display: inline;
    clear: left;
    margin-left: 1em;
}

.systeme_status dd:after {
    display: block;
    content: '';
}

.modules .bokeh-days > a {
    font-size: 1.1em;
}

tr.modified > td + td {
    background-color: var(--current-version-background);
}


tr.modified > td + td + td {
    background-color: var(--previous-version-background);
}

tr.modified label,
.modules a.modified {
    color: var(--error-text);
}


.toggle_video {
    background-image: url('icons/actions/ouvrir_24.png');
    background-repeat: no-repeat;
    background-size: 0.8em;
    background-position: right 1em;
    cursor: pointer;
}

.toggle_video + div > iframe {
    width: 90% !important;
    border: none;
}

.toggle_video.on {
    background-image: url('icons/actions/fermer_24.png');
}

.modules .menus ul {
    padding-left: 2em;
}

.modules .menus > div img {
    height: 16px;
    width: 16px;
}

.modules .menus {
    text-align: center;
}

.modules .menus > div {
    display: inline-block;
    width: 40%;
    overflow: hidden;
    vertical-align: top;
    text-align: left;
}

form.profils {
    margin: 1em 0;
    max-height: 15em;
    overflow-y: auto;
    overflow-x: hidden;
}

.modules .menus h4 {
    margin: 0.5em;
}

.modules .menus a {
    margin: 0 0.3em;
}

.modules .menus > div {
    padding: 0.5em;
    margin: 0.5em;
}

.list_search_wrapper {
    text-align: right;
}

.list_search_wrapper > div,
.list_search_wrapper > form {
    display: inline-block;
}

table#logs img {
    vertical-align: middle;
}

.modules th {
    white-space: nowrap;
}


table#album_item th, table#album_usage_report th {
    white-space: normal;
}


.modules th a img {
    width: 8px;
    height: 12px;
    vertical-align: middle;
}

.modules th a {
    margin:0 0 0 0.2em;
}

.modules th a + a {
    margin: 0 1em 0 0;
}

.modules a[data-order] {
    display: block;
    color: var(--main-text) !important;
    font-size: 1em;
    line-height: 2em;
    cursor: pointer;
    font-weight: bold;
    margin-left: 0;
    padding-left: 0;
    background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 1.5em;
}

.modules a[data-order^="order"] {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

.modules a[data-order$="desc"] {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

pre {
    text-align: left;
    margin: 1ex 1em;
    padding: 1ex 1em;
    overflow: auto;
    max-height: 300px;
}

#learn_more > * {
    vertical-align: middle;
    margin-right: 0.2em;
}

#learn_more button {
    background-color:var(--bokeh-event);
    padding: 0.5ex 2em;
    text-transform:uppercase;
}

#learn_more button:focus, 
#learn_more button:hover {
    background-color:var(--bokeh-event-highlight);
}


/*icones avis*/
.modo_index .critique .vignette_notice .icone_support {
    position: initial;
    width: auto;
    height: 50px;
}
.modo_index .critique .contenu_critique .note_critique {
    display: block;
}

.test_my_opac .http_status {
    display: inline-block;
    height: 1em;
    width: 1em;
    border-radius: 30px;
    margin-right: 5px;
    background-color: var(--button-disabled);
}

.test_my_opac .http_status.success {
    background-color: var(--success-background);
}

.test_my_opac .http_status.error {
    background-color: var(--error-background);
}

.test_my_opac li {
    padding: 5px 0;
    margin: 10px 0;
    border-bottom: 1px solid;
    border-color: var(--separator);
}

.test_my_opac a:first-of-type {
    width: 350px;
}

.test_my_opac a {
    max-width: 350px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.test_my_opac a + a {
    margin-left: 50px;
}

.test_my_opac li:hover {
    background-color: var(--line-highlight);
}


#journal_details pre {
    margin: 0;
    padding: 0;
    box-shadow: none;
    line-height: 1em;
    font-family: mono;
    background: #002b36;
    color: #93a1a1;;
}


#journal_details pre.code-removed {
    color: #dc322f;
}


#journal_details pre.code-added {
    color: #859900;
}


.profil_accueil .selected_items_widget {
    position: fixed;
    top: 125px;
    bottom: unset;
    right: 5%;
    left: unset;
    z-index: 101;
}

.profil_accueil .selected_items_widget > div {
    background: var(--widget-background);
}

.profil_accueil .selected_items_widget.show ~ .profils.form {
    margin-top: 80px;
}


.album_add-website div.error {
    margin: 50px;
    background-color: lightpink;
    border: 1px solid red;
    padding: 50px;
    font-size: 1.2em !important;

}


.album_add-website div.error a {
    text-decoration: underline;
}


.album_add-website div.error input[type=submit] {
    margin: 20px auto;
    display: block;
}

img.cke_slideShow {
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    margin: 5px;
}


.CodeMirror pre {
    box-shadow: none;
}

table a:not(:first-child) i {
    margin-left: 5px;
}

dl {
    margin: 0;
}

dl dt {
    font-weight: bold;
}

dl dt:not(:first-of-type) {
    margin-top: 2ex;
}
