body, td, th, input, textarea, select, button {
    font-family: 'Libre Franklin', Arial, sans-serif!important;
}

body {
    margin: 10px;
    padding: 0;
    background: #fff;
    padding-bottom: 1px;
    font-size: 11px;
}

* {
    box-sizing: border-box;
}

#minwidth {
    min-width: 960px;
}

.clr {
    clear: both;
    overflow: hidden;
    height: 0;
}

a, img {
    padding: 0;
    margin: 0;
}

img {
    border: 0 none;
}

form {
    margin: 0;
    padding: 0;
}

h1 {
    margin: 0;
    padding-bottom: 8px;
    color: #326B7B;
    font-size: 20px;
    font-weight: bold;
}

h3 {
    font-size: 13px;
}

a:link {
    color: #0B55C4;
    text-decoration: none;
}

a:visited {
    color: #0B55C4;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.text-success {
    color: #28a745!important;
}
.text-error {
    color: #BA0001!important;
}

fieldset {
    margin-bottom: 10px;
    border: 1px #ccc solid;
    padding: 5px;
    text-align: left;
}

fieldset p {
    margin: 10px 0;
}

legend {
    color: #0B55C4;
    font-size: 12px;
    font-weight: bold;
}

input, select {
    font-size: 1em;
    border: 1px solid silver;
}

textarea {
    font-size: 11px;
    border: 1px solid silver;
}

button {
    font-size: 1em;
}

input.disabled {
    background-color: #F0F0F0;
}

.libelle_disabled {
    color: #666666;
    font-style: italic;
}

.text_center {
    text-align: center !important;
}

.text_bold {
    font-weight: bold !important;
}

input.button {
    cursor: pointer;
}

input:focus,
select:focus,
textarea:focus {
    background-color: #ffd
}

.button1,
.button1 div {
    height: 1%;
    float: right;
}

.button1 {
    background: url(../../img/interface/j_button1_left.png) no-repeat;
    white-space: nowrap;
    padding-left: 10px;
    margin-left: 5px;
}

.button1 .next {
    background: url(../../img/interface/j_button1_next.png) 100% 0 no-repeat;
}

.button1 a {
    display: block;
    height: 26px;
    float: left;
    line-height: 26px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    padding: 0 30px 0 6px;
}

.button1 a:hover {
    text-decoration: none;
    color: #0B55C4;
}

.button1 .next {
    background: url(../../img/interface/j_button1_next.png) 100% 0 no-repeat;
}

/* -- overall styles ------------------------------ */

#border-top.h_green {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background: #0C5063;
    color: #fff;
    border-bottom: 7px solid #C1DA03;
    box-shadow: inset 0px 10px 80px rgba(255,255,255,0.4);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#border-top img.logo {
    display: inline-block;
    padding: .2em .5em;
}

#border-top .left {
    display: flex;
    align-items: center;
}

#border-top .title {
    font-size: 1.75em;
    font-weight: bold;
    color: #fff;
    line-height: 44px;
    padding-left: 10px;
}

#border-top .version {
    padding: .5em;
}

#content-box {
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 1em;
}

#border-bottom {
    background: url(../../img/interface/j_bottom.png) repeat-x;
}

#border-bottom div {
    background: url(../../img/interface/j_corner_br.png) 100% 0 no-repeat;
}

#border-bottom div div {
    background: url(../../img/interface/j_corner_bl.png) no-repeat;
    height: 11px;
}

#footer .copyright {
    margin: 10px;
    text-align: center;
}

#header-box {
    border: 1px solid #ccc;
    background: #f0f0f0;
}

#header-box-toolbar {
    border: 1px solid #ccc;
    border-top: 0;
    background: #f0f0f0;
}

#header-box-toolbar [name="code_agent_general"] {
    font-size: 1em;
}

#header-box-toolbar div[id^="header"] {
    padding: .5em;
    margin: .25em 0;
}

/* MENU POUR INTERFACES BILLETTERIE */
#header-box-toolbar {
    display: flex;
    align-items: center;
}

#header-box-toolbar select {
    padding: .10em;
}

#header-box-toolbar .accueil {
    color: #303030;
    padding: .5em;
    border-right: 1px solid #CCC;
    font-weight: bold;
}

#header-box-toolbar .accueil:before {
    content: '\f060';
    font-family: 'FontAwesome';
    margin-right: .5em;
}

#header-code-barre:before {
    content: '\f02a';
}

#header-ref-produit:before {
    content: '\f02b';
}

#header-vendeur:before {
    content: '\f041';
}

#recherche_reference {
    display: inline;
}

#header-code-barre, #header-ref-produit, #header-vendeur {
    padding: 0 .75em;
}

#header-code-barre label, #header-ref-produit label, #header-vendeur span {
    display: inline-flex;
    vertical-align: middle;
    font-weight: bold;
    padding-left: .25em;
}

#header-code-barre textarea {
    vertical-align: middle;
}

#header-box-toolbar select, #header-box-toolbar input, #header-box-toolbar textarea {
    min-height: 20px;
}

#vendeur_recherche {
    max-width: 200px;
}

/* -- status layout */
#module-status {
    float: right;
}

#module-status span {
    display: block;
    float: left;
    line-height: 16px;
    padding: 4px 10px 0 22px;
    margin-bottom: 5px;
}

#module-status .logout {
    background: url(../../img/icones/16x16/deconnexion.png) 3px 3px no-repeat;
}

#module-status .reload {
    background: url(../../img/icones/16x16/reload.png) 3px 3px no-repeat;
}

#module-status .alert {
    width: 100px;
}

#module-status .alert a {
    color: red;
    border: 1px solid red;
    padding: 3%;
    font-weight: bold;
}

#module-status .alert img {
    vertical-align: middle;
}

/* -- toolbar layout */
#module-racourcis {
    float: right;
}

#module-racourcis span {
    font-weight: bold;
    margin: 3px;
    vertical-align: middle;
}

#header-box-toolbar div[id^="header"] {
    display: inline-block;
    border-right: 1px solid #CCC;
}

#header-box-toolbar div[id^="header"]:before {
    font-family: 'FontAwesome';
    font-size: 1.25em;
    display: inline-flex;
    vertical-align: middle;
}

#header-agent:before {
    content: '\f007';
}

#header-caisse:before {
    content: '\f108';
}

#header-agent span {
    font-weight: bold;
    margin: 2px 0;
    vertical-align: middle;
}

#code_agent_general {
    border: none;
    background: #f0f0f0;
    text-align: center;
}

#header-agent #code_agent {
    white-space: nowrap;
}

#header-agent #etat_code_agent:empty {
    display: none;
}
#header-agent #etat_code_agent .fa {
    font-size: 1.3em;
}
#header-agent #etat_code_agent .fa-check {
    color: #28a745;
}
#header-agent #etat_code_agent .fa-times {
    color: #BA0001;
}

#header-caisse label {
    font-weight: bold;
    margin: 3px;
    vertical-align: middle;
}

#toolbar-box {
    background: #fbfbfb;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: .5em;
}

/** toolbar **/

div.header {
    font-size: 22px;
    font-weight: bold;
    color: #0B55C4;
    line-height: 48px;
    padding-left: 55px;
    background-repeat: no-repeat;
    margin-left: 10px;
}

div.header2 {
    font-size: 22px;
    font-weight: bold;
    color: #0B55C4;
    line-height: 48px;
    padding-left: 10px;
    background-repeat: no-repeat;
    margin-left: 10px;
}

div.header span {
    color: #666;
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
}

div.header2 span {
    color: #666;
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
}

div.configuration {
    font-size: 14px;
    font-weight: bold;
    color: #0B55C4;
    line-height: 16px;
    padding-left: 30px;
    margin-left: 10px;
    background: url(../images/menu/icon-16-config.png) no-repeat;
}

.titre_descriptif {
    color: #666666;
    font-size: 11px;
    font-weight: normal;
}

.titre_descriptif_icone {
    margin-top: 10px;
    padding-left: 65px;
    color: #666666;
    font-size: 11px;
    font-weight: normal;
}

div.toolbar {
    float: right;
    text-align: right;
    padding: 0;
}

table.toolbar {
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

table.toolbar td {
    padding: 1px 1px 1px 4px;
    text-align: center;
    color: #666;
    height: 48px;
}

table.toolbar td.spacer {
    width: 10px;
}

table.toolbar td.divider {
    border-right: 1px solid #eee;
    width: 5px;
}

table.toolbar span {
    float: none;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    display: block;
}

table.toolbar a {
    display: block;
    float: left;
    white-space: nowrap;
    border: 1px solid #fbfbfb;
    padding: 1px 5px;
    cursor: pointer;
}

table.toolbar a:hover {
    border: 1px solid #eee;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    text-decoration: none;
    color: #0B55C4;
}

/****************************/
/* ---   LES MESSAGES   --- */
/****************************/
.alert_msg {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: auto;
    padding: 1em;
    max-width: 700px;
    border:1px solid;
}

.alert_msg i {
    font-size: 2em;
    margin-right: 0.5em;
}

.alert_msg span {
    font-size: 12px;
    font-weight: bold;
}

.alert_msg_confirmation {
    color: #008000;
    border-color: #008000;
}
.alert_msg_attention {
    color: #E89729;
    border-color: #E89729;
}
.alert_msg_erreur {
    color: #E83729;
    border-color: #E83729;
}
.alert_msg_note {
    color: #4b686a;
    border-color: #4b686a;
}
.alert_msg_info {
    color: #045A9A;
    border-color: #045A9A;
}

/* Message d'erreur */
.msg-erreur {
    font-size: 12px;
    font-weight: bold;
    color: #E83729;
}

.msg-erreur2 {
    font-size: 10px;
    font-weight: bold;
    color: #E83729;
}

.msg-erreur3 {
    font-size: 10px;
    font-weight: normal;
    color: #E83729;
}

/* Message de confirmation */
.msg-confirmation {
    font-size: 12px;
    font-weight: bold;
    color: #008000;
}

/* Message d'avertissement */
.msg-attention {
    font-size: 12px;
    font-weight: bold;
    color: #E89729;
}

/**********************/
/* ---   DIVERS   --- */
/**********************/
.surbrillance1 {
    color: #B22222;
}

.separateur {
    border-bottom: 1px dotted #306271;
}

.titre_separateur1 {
    border-bottom: 1px dotted #306271;
    font-weight: bold;
}

table.adminform {
    background-color: #f9f9f9;
    border: solid 1px #d5d5d5;
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0 0;
}

table.adminform.nospace {
    margin-bottom: 0;
}

table.adminform tr.row0 {
    background-color: #f9f9f9;
}

table.adminform tr.row1 {
    background-color: #eeeeee;
}

table.adminform th {
    font-size: 11px;
    text-align: left;
    color: #000;
    background-repeat: repeat;
}

table.adminform td {
    text-align: left;
}
table.adminform td.helpMenu {
    text-align: right;
}

fieldset.adminform {
    border: 1px solid #ccc;
    margin: 0 10px 10px 10px;
}

/** cpanel settings **/

#cpanel div.icon {
    text-align: center;
    margin-right: 5px;
    float: left;
    margin-bottom: 5px;
}

#cpanel div.icon a {
    display: block;
    float: left;
    border: 1px solid #f0f0f0;
    height: 80px;
    width: 120px;
    color: #666;
    vertical-align: middle;
    text-decoration: none;
}

#cpanel div.icon a:hover {
    border: 1px solid #eee;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    background: #f9f9f9;
    color: #0B55C4;
}

#cpanel img {
    padding: 0;
    margin: 0 auto;
}

#cpanel span {
    display: block;
    text-align: center;
    font-weight: bold;
}

/*   Les liens   */

a.lien-classique {
    text-decoration: none;
    color: #000000;
    font-size: 11px;
}

a.lien-classique:hover {
    text-decoration: none;
    color: #4B686A;
}

a.lien-classique2 {
    text-decoration: none;
    color: #B22222;
    font-size: 11px;
    font-weight: bold;
}

a.lien-classique2:hover {
    text-decoration: none;
    color: #B22222;
    font-weight: bold;
}

a.lien-classique3 {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}

a.lien-classique3:hover {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

a.lien-classique4 {
    text-decoration: none;
    color: #4b686a;
    font-size: 11px;
    font-weight: bold;
}

a.lien-classique4:hover {
    text-decoration: none;
    color: #4b686a;
    font-weight: bold;
}

a.lien-titre {
    text-decoration: none;
    color: #4b686a;
    font-size: 12px;
    font-weight: bold;
}

a.lien-titre:hover {
    text-decoration: none;
    color: #4b686a;
    font-weight: bold;
}

a.lien-icone-suppression {
    background: url(../../img/icones/32x32/delete.png) no-repeat;
    height: 32px;
    padding-left: 40px;
    padding-top: 10px;
    vertical-align: middle;
    text-decoration: none;
    color: #4b686a;
    font-size: 11px;
    font-weight: bold;
    display: block;
}

a.lien-icone-suppression:hover {
    text-decoration: none;
    color: #4b686a;
    font-weight: bold;
}

/* pane-sliders  */
.pane-sliders .title {
    margin: 0;
    padding: 2px;
    color: #666;
    cursor: pointer;
}

.pane-sliders .panel {
    border: 1px solid #ccc;
    margin-bottom: 3px;
}

.pane-sliders .panel h3 {
    background: #f6f6f6;
    color: #666
}

.pane-sliders .content {
    background: #f6f6f6;
}

.pane-sliders .adminlist {
    border: 0 none;
}

.pane-sliders .adminlist td {
    border: 0 none;
}

.jpane-toggler span {
    background: transparent url(../../img/interface/j_arrow.png) 5px 50% no-repeat;
    padding-left: 20px;
}

.jpane-toggler-down span {
    background: transparent url(../../img/interface/j_arrow_down.png) 5px 50% no-repeat;
    padding-left: 20px;
}

.jpane-toggler-down {
    border-bottom: 1px solid #ccc;
}

.style-infobulle {
    background-color: #b55555;
    padding: 5px;
}

/*************************/
/* ---  CSS INGENIE  --- */
/*************************/
.copyright {
    color: #006891;
}

.accroche {
    font-weight: bold;
    font-size: 14px;
}

a.lien_web_ingenie {
    text-decoration: underline;
}

a.lien_web_ingenie:hover {
    text-decoration: none;
}

.bord {
    background: url(bord.gif) no-repeat center left;
    padding: 0 30px;
}

.autres_infos {
    font-size: 11px;
}

.donnees_tech {
    font-size: 11px;
    color: #999999;
}

.periode_cal {
    margin: 0;
    padding: 0;
    border: 1px solid #000;
    width: 200px;
}

.popup_google {
    position: absolute;
    visibility: hidden;
    -moz-outline: 0;
    outline: 0;
}

.btn_popup {
    cursor: pointer;
    border: 1px solid #306271;
    font-weight: bold;
    font-size: 12px;
}

.invalid {
    color: red;
    text-decoration: line-through;
    cursor: pointer;
}

.valid, a.valid {
    color: #008000;
    cursor: pointer;
    text-decoration: none;
}

a.email {
    cursor: pointer;
    text-decoration: none;
    color: black;
}

/**
 * Billet Oti pass (Dispo, billetterie, Dossier)
 */

.bloc_otipass .msg_ctrl_otipass_ok {
    margin-left: 2px;
    background: url("../../img/icones/16x16/actif.png") no-repeat;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    display: inline-block;
}

.bloc_otipass .msg_ctrl_otipass_err {
    margin-left: 2px;
    background: url("../../img/icones/16x16/erreur.png") no-repeat;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    display: inline-block;
}

.otipass_valid {
    height: 50px;
    margin: auto auto 10px;
    text-align: center;
    width: 500px;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
}

.otipass_non_valid {
    height: 100px;
    margin: auto auto 20px;
    text-align: center;
    width: 500px;
    color: #9c1212;
    font-weight: bold;
    font-size: 14px;
}

.otipass_msg {
}

.datagrid-form [type="submit"] {
    background-image: url("/img/icones/16x16/enregistrer.png");
}

.agent {
    width: 25px;
    border: none;
    text-align: center;
    background-color: #f0f0f0
}

/***** STYLE DISPO / BILLETTERIE ******/
#resultat-dispo-entete {
    text-align: right;
}

#resultat-dispo-resultats {
    display: flex;
}

#zone_liste_dispo {
    flex: 1;
    border-right: 3px solid #0C5063;
}

#zone_descriptif_dispo {
    flex: 2;
}

/* CLEARFIX */
.clear:before,
.clear:after {
    content: "";
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

#corps-formulaire fieldset label.reallabel {
    float:none;
    width:auto;
}

.flex_table {
    display: flex;
    flex-flow: column wrap;
    max-height: 150px;
}

.flex_table > div {
    flex: 1;
}