* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    font-family: Arial, Sans-serif;
}

.downloadLink {
    color:#0a6aa1;
    text-decoration:none;
    border-bottom:1px solid #0a6aa1;
}

.outputFile {
    margin-left : 20px;
}

body {
    background-color: #f5f5f5;
}

.clear {
    clear: both;
    font-size: 0px;
    height: 0;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
}

#content {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0px auto 0 auto;
    min-width: 780px;
    padding: 0px 0px 30px 0px;
    min-height: 600px;
    display: flex;
    flex-direction: row;
}

.center_content {
    margin: 25px auto 0 auto;
    max-width: 1260px;
    min-width: 780px;

}

.upload_popin {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0px auto 0 auto;
    background-color:white;
}

.vakata-context {
    z-index:10000;

}

.sidebar {
    margin-top: 0px;
    height:70%;
    border : 1px solid #CCC ;
    background-color: rgba(255,255,255,0.9);
    border-radius: 5px;
    float: left;
    position: relative!important;
    width: 15%;
    min-width:10%;
}

#user_account {
    width: 500px;
    /*display: inline-block;*/
    margin-right: auto;
    margin-left: auto;
}

.mainpart {
    float: right;
    width:100%;
    position: relative;
    margin-left: 5px;
}

#listeGenerique {
    width: 80%!important;
}

/* HEADER */
#header_block {
    border-bottom: 1px solid #7e7e7e;
    font-size: 12px;
}

#page-top-container {
    margin: 0 auto;
    max-width: 1260px;
    min-width: 850px;
    position: relative;
}

#page-top {
    color: white;
}

.header_logo {
    display:inline-block;
    float:right;
    text-align: center;
    margin: 8px 0 8px 0;
}

.left-part {
    float:left;
}

.header_logo img {
    height:60px;
}

#page-top h1 {
    padding-top: 16px;
    padding-bottom: 8px;
    color: #161b4a;
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
    float:left;
}

#titreSite a {
    text-decoration: none;
}

.lglink img {
    height:15px;
}
#titreSite a:hover {
    text-decoration: none;
}

/*  NAVIGATION ----------------------------------------------- */
.nav {
    float: left;
    font-family: Tahoma, Sans-serif;
    font-size: 13px;
    height: 38px;
    position: relative;
    width: 600px;
    min-width: 600px;
    z-index: 500;
}

.nav-divider {
    float: left;
    height: 40px;
    width: 15px;
}

.nav a {
    color: #fff;
    display: block;
    float: left;
    height: 37px;
    line-height: 35px;
    padding: 0 20px 0 20px;
    text-decoration: none;
    white-space: nowrap;
}

#nav-right a:hover, #nav-left a:hover {
    color: #CCC;
}

.nav-outer-repeat {
    height: 34px;
}

.nav-outer {
    margin: 0 auto;
    max-width: 1260px;
    min-width: 850px;
}

#nav-right {
    float: right;
    position: relative;
    z-index: 0;
}

#nav-left {
    float: left;
    position: relative;
    width: 500px;
    z-index: 0;
}

#nav-left a, #nav-right a, .nav-info {
    color: #fff;
    display: block;
    float: left;
    height: 37px;
    line-height: 35px;
    padding: 0 20px 0 20px;
    text-decoration: none;
    white-space: nowrap;
}

.nav-info {
    font-style: italic;
    color: #EEEEEE;
}

.nav .table {
    display: table;
}

/*  LOGIN -------------------------------------------------------------------------------- */
.info {
    text-align: center;
    font-weight: bold;
    margin: 5px auto 5px auto;
    color: #fff;
    font-family: Tahoma, Sans-serif;
    padding: 0 0 0 20px;
    background-color: #009900;
    border: 1px solid #009900;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.error {
    text-align: center;
    font-weight: bold;
    margin: 5px auto 5px auto;
    color: #ce2700;
    font-family: Tahoma, Sans-serif;
    padding: 0 0 0 20px;
    background-color: #fbd3b1;
    border: 1px solid #fbd3b1;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#login-holder {
    margin: 0px auto 0 auto;
    width: 508px;
}

#loginbox {
    font-size: 12px;
    height: 150px;
    line-height: 12px;
    padding-top: 60px;
    position: relative;
    width: 350px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0px solid black;
}

#login-inner {
    color: #161616;
    font-family: Tahoma, Sans-serif;
    font-size: 13px;
    line-height: 12px;
    margin: 0 auto;
    width: 310px;
}

#login-inner label {
    color: #161616;
    cursor: pointer;
    font-family: Tahoma, Sans-serif;
    font-weight: bold;
    line-height: 12px;
    padding-left: 10px;
}

#login-inner th {
    padding: 0 0 6px 0;
    text-align: left;
    width: 95px;
}
#login-inner td {
    padding: 0 0 6px 0;
}

.login-inp {
    color: #000;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    height: 28px;
    padding: 2px 6px 2px 6px;
    width: 292px;
}

#login-inner table {
    border: 0;
    border-spacing: 0;
}

a.forgot-pwd {
    bottom: 45px;
    color: #999999;
    font-family: Arial, Sans-serif;
    font-size: 11px;
    line-height: 12px;
    position: absolute;
    right: 40px;
    text-decoration: none;
}

a:hover.forgot-pwd {
    color: #333333;
    text-decoration: underline;
}

.submit-login {
    border: none;
    cursor: pointer;
    display: block;
    height: 29px;
    width: 73px;
}

table.tform {
    border-spacing: 10px;
}

.entetePublication {
    width:99%;
}

.entetePublication table {
    width:100%;
    margin-bottom:2px;
    border-spacing: 10px;
}

.entetePublication  .titrePublication {
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2em;
}

.entetePublication  .soustitrePublication {
    font-size: 1.5em;
    font-weight: bold;
}

#usersAssoc, #usersNonAssoc {
    border: 1px solid #999;
    width: 250px;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px;
    float: left;
    margin-right: 10px;
    background-color: #F1F1F1;
}

#usersAssoc li, #usersNonAssoc li {
    margin: 5px;
    padding: 5px;
    font-size: 1.2em;
}

/*  FORMULAIRES ---------------------*/
#pub_search {
    margin-bottom: 2px;
    width:95%;
}

.label_input_data {
    display: inline-block;
    padding:0 0 2px 2px;
    margin-right : 2px;
    text-align: right;
    width:auto;
    font-weight: normal;
}
#frm_saveBrique .label_input_data{
    text-align: left;
}

input, select ,.ui-widget input {
    border: 1px solid #999999;
    border-radius: 2px;
    color: #393939;
    height: 20px;
    margin: 0;
    padding: 2px 5px 2px 5px;
    width: 186px;
    background-color: #F1F1F1;
    display:inline-block;
    margin-right:20px;
}

input.isbn {
    width: 130px;
}

input[readonly="readonly"], select[readonly="readonly"] {
    border: 1px solid #F1F1F1;
    border-radius: 2px;
    color: #333333;
    height: 26px;
    margin: 0;
    padding: 2px 5px 2px 5px;
    width: 186px;
    background-color: #FFF;
    display:inline-block;
    margin-right:20px;
}

.select_multiple {
    height: auto;
}

input[type="submit"], button , a.btn,.ui-widget input[type="submit"] , .ui-widget button {
    display: inline-block;
    font-size: 14px;
    border: 0;
    width: auto;
    padding: 2px 5px 2px 5px;
    margin-top: 5px;
    border-radius: 2px;
    background-color: #CCC;
}

button.btDelete, button.btDelete:hover, button.btDelete_gtfs, button.btDelete_gtfs:hover {
    background-image: url("images/drop.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px;
    width: 11px;
    height: 12px;
    margin: 0 10px 0 0;
    float:right;
    background-color: transparent;
}

button.btStartTask {
    margin-right: 5px;
    font-size: 12px;
    margin-top:0px;
}

button#resetUploadLog {
    height:auto;
}

input[type="submit"]:hover, button:hover , a.btn:hover {
    background-color: #333;
    color: #FFF;
    cursor: pointer;
}

input[type="checkbox"].selectAll {
    margin-right: 2px;
}

input[type="checkbox"] {
    width: 12px;
    height: 12px;
    display: inline-block;
}

#newUserModal h2 {
    border-bottom: 2px solid #161616;
    margin-bottom: 20px;
}

#div_fichiers {
    width:99%;
    display:block;
    float:left;
}

#instructionUpload, #gtfsUpload {
    display: block;
    color: #385d8a;
    margin-bottom: 1em;
    border: 2px dashed #385d8a;
    border-radius: 5px;
    width: 50%;
    padding: 5px;
    background-color: #dce6f2;
    font-weight: bold;
    text-align: center;
}

#synthese_fichiers {
    width:70%;
    display:block;
    float:left;
}

#div_fichiers > .arboFichiers {
    /* margin-top:20px;*/
    margin-right: 1%;
    width:20%;
    float:left;
    display:block;
}

.arbofichierSidebar .arboFichiers {
    /*  margin-top:20px;*/
    display:block;
}

.folderHasFile {
    font-weight: bold;
}

.arbofichierSidebar  #syntheseFichiersEnErreurs {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    background-color: #F1F1F1;
    border-radius: 5px;
    border: 1px solid #CCC;
}

.arbofichierSidebar {
    /*width:20%;*/
    float:left;
    display:block;
    margin-right: 10px;
}

.arboFichiers > ul {

    padding-left : 5px;
    -webkit-padding-start: 0px;
}

.arboFichiers .jstree-anchor {
    padding: 0 0px 0 0px;
}

.arboFichiers .jstree-default .jstree-icon:empty {

    display:none;
}

.arboFichiers .jstree > ul > li > a {
    margin-left : 5px;
}

#div_fichiers .contenuFichiers {
    width:100%;
    float:left;
    display:block;
    border: 1px solid #999999;
}

#collection #div_fichiers .contenuFichiers {
    width:78%;
}

.listeDocumentsColl {
    margin-top : 20px;
}

#div_fichiers .contenuFichiers .dataTables_wrapper {
    width:100%;
}

.centeredCell {
    text-align: center;
}

.Uploadsuccess {
    background-color: green;
}

.UploadFailed {
    background-color: red;
}

#syntheseFichiersEnErreurs {
    width: 98%;
    margin: 10px 0 0 0;
    padding: 10px 10px 10px 10px  ;
    background-color: #F1F1F1;
    border-radius: 5px;
    border: 1px solid #CCC;
}

#syntheseFichiersEnErreurs h2 {
    display:inline-block;
    margin-bottom: 10px;
    margin-right:10px;
    font-size:12px;
    margin-left : 5px;
}

.deposeFichierFinaux {
    background-color: ivory !important   ;
}

#tablesynthesesFichiersEnErreurs {
    width:100%;
    border: 1px solid #CCC;
    table-layout: auto;
    border-collapse: collapse;
    background-color: white;
    font-size:11px;
}

#tablesynthesesFichiersEnErreurs th {
    text-align:left;
    border: 1px solid #CCC;
}

#tablesynthesesFichiersEnErreurs th , #tablesynthesesFichiersEnErreurs td {
    padding:0.2em;
}

/* ---------------- ARbo de navigation ----- */
.search_tree {
    height: 90%;
    overflow-y: scroll;
    overflow-x: hidden;
    border-right: solid 1px #999;
    margin-bottom: 10px;
    background-color:#F5F5F5;
    border:1px solid #CCC;
    width:98%;
}

.jstree_archive_node {
    display:none;
}

/* Page detail */
.button_new_publication, .button_new_service {
    display: inline-block;
    height: 15px;
    width: 15px;
    font-size: 10px;
    font-weight: bold;
    padding: 0;
    margin-left: 20px;
}

a.contextMenu {
    width:99%;
    display:block;

}

.button_bar, .bottom_button_bar {
    width: 100%;
    display: block;
    height: 32px;
}

.bottom_button_bar {
    text-align: center;
}

.bottom_button_bar button.cancel {
    float:right;
    margin-right:  5%;
}

.bottom_button_bar button.save {
    float:right;

}

.button_bar button {
    width: auto;
    float: right;
    margin: 0 0 10px 10px;
    padding: 5px 10px 5px 10px;
}

.button_bar .txt_avant_bouton {
    font-size: 12px;
    float: right;
    margin-top: 16px;
}

.block_form {
    margin-top: 0px;
    margin-bottom:10px;
}

.contenu_formulaire {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    background-color: rgba(255,255,255,0.9);
}

.dataTables_filter label, .dataTables_length label{
    width:auto;
}

label {
    padding: 0 0 10px 10px;
}

form label {
    color: #666;
    padding: 12px 0 0 0;
    text-align: left;
    line-height: 16px;
    font-size: small;
    font-weight: bolder;
    display: inline-block;
    min-width:110px;
}

.listeTraitements {
    margin: 0 auto !important;
    margin-top:10px;
}

#listeTraitements {
    margin: 0 auto !important;
    margin-top:10px;
    width: 100%!important;
}



/* DATATABLE */
.dataTables_filter  {
    margin: 0px 0px 20px 0;
}
.dataTables_filter input {
    display: inline-block;
    padding: 0;
    margin:0px
}

.dataTables_length select {
    display:inline;
    width : auto;
    margin: 0 2px 0 2px;
}

table.display thead th {
    border-bottom: 1px solid #666;
    text-align:left;
}

.bandeauEtat {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1em 0 1em 0;
    margin-top: 0.5em;
    border-radius: 5px;
    color: white;
    font-size:14px;
}

.file_entry::after {
    content:';';
}

.file_entry {
    margin-right: 5px;
    display: block;
    float: left;
}

.listeFichiers_wrapper table {
    width:100%;
}

.details-control {
    margin-right: 0.8em;
}

.detailRow, .detailRowpair,.detailRowimpair {
    background-color: #fbd3b1;
}

.detailRow.retour, .detailRowpair.retour,.detailRowimpair.retour {
    background-color: #fbd3b1 !important;
}

.detailRow.depot, .detailRowpair.depot,.detailRowimpair.depot {
    background-color: #fbd3b1 !important;
}

#listeFichiers, #listeFichiersgtfs {
    table-layout: auto;
    border-collapse: collapse;
    width:100%;
    border: 1px solid #CCC;
}

#listeFichiersModeles {
    table-layout: auto;
    border-collapse: collapse;
    width:100%;
    border: 1px solid #CCC;
}

.table-permissions-users td {
    vertical-align:top;
}

#listeFichiers th, #listeFichiersModeles th , #listeLogs th, #listeFichiersgtfs th {
    text-align:left;
    border: 1px solid #CCC;
}

#listeFichiers th, #listeFichiers td, #listeFichiersModeles th, #listeFichiersModeles td, #listeFichiersgtfs th, #listeFichiersgtfs td {
    padding:0.5em;
    border-left: 1px solid #CCC;
}

.version_en_cours {
    background-color: #009900;
}

.version_bat {
    background-color: #009900;
}

.ui-widget-content {
    background-color: #FFF;
    border: 0;
}
.ui-widget-header {
    color: #000;
    background-color: #CCC;
}

.ui-dialog .ui-dialog-title {
    color: #000;
}

/* onglets */
.etabs {
    margin: 0;
    padding: 0;
}
.tab {
    display: inline-block;
    zoom:1;
    background:#eee;
    border: solid 1px #999;
    border-bottom: none;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;

}
.tab a {
    font-size: 14px;
    line-height: 2em;
    display: block;
    padding: 0 10px;
    outline: none;
    text-decoration: none;
    color:#000000;
}

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

.tab.active {
    background: #fff;
    padding-top: 6px;
    position: relative;
    top: 1px;
    border-color: #666;

}
.tab a.active {
    font-weight: bold;
}

.tab-container .panel-container {
    background: #ffffff;
    border: solid #666 1px;
    padding: 10px;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
}

.tab-container .table-droits td {
    vertical-align: top;
}

select#usersNonAssoc, select#usersAssoc {
    height: auto;
    overflow-y: scroll;
}

/* ----- Pop Up ----- */
.label_input_text {
    display: inline-block;
    width: 20%;
    font-size:12px;
    color:#999;
    padding:0 0 2px 2px;
    margin:0;
    font-weight: bold;
}

#dialog-confirm, #dialog-confirm .block_form {
    margin:0;
}

#dialog-confirm {
    min-width: 800px;
    min-height: 500px;
    padding:0 1em 0 1em;
}

#dialog-confirm h1 {
    font-size:1.5em;
}

#dialog-confirm table {
    width:100%;
    font-size:12px;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;}

#dialog-confirm label {
    font-size:12px;
}

#dialog-confirm table th, #dialog-confirm table td {
    padding:0.5em;
    border-left: 1px solid #CCC;
    word-break: break-all;
}

.dialog-confirm .dataTables_filter {
    width: 100%;
    float: none;
}

.listeTraitement {
    width:48%;
    display:inline-block;
    float:left;
    list-style: none;
    min-height: 150px;
    border:1px solid #CCC;
    padding: 5px;
    margin-right: 5px;
    overflow-y: auto;
    max-height: 350px;
}

.listeTraitement li {
    margin-bottom: 5px;
}

.label_demi_page {
    width:47%;
    display:inline-block;
    float:left;
}

/****************************************************************************/
.fullScreenDropZone {
    position: fixed;
    top: 25%;
    left: 25%;
    display: block;
    width: 70%;
    height: 70%;
    z-index: 50000;
    background-color: rgba(0,0,0,0.8);
}

.fullScreenDropZone .titre_publication {
    color: white;
    font-size: 2em;
    margin-top: 2%;
    margin-bottom: 4%;
    text-align: center;
}

.fullScreenDropZoneBody {
    width: 84%;
    height: 70%;
    border: 2px #FFF dashed;
    border-radius: 10px;
    margin: 5%;
    padding-left: auto;
    padding-right: auto;
    text-align: center;
    vertical-align: middle;
}

.fullScreenDropZone .folder {
    color: white;
    float: left;
    width: 33%;
    height: 16%;
    margin-bottom: 5%;
}

.folderContent {
    margin: 0 2%;
    padding: 2em;
    border-radius: 10px;
}

.folderContent.hover {
    background-color: rgba(255,255,0,0.15);
    transition-duration: 0.3s;
    transition-property: color, background-color;
}

.fullScreenDropZone .folder img {
    width: 20%;
}

.ongletsPublication {
    margin: 0;
    padding: 0;
    clear: both;
}

.onglets {
    list-style-type : none;
}

.onglet {
    display: inline-block;
    zoom:1;
    background: #eee;
    border: solid 1px #999;
    border-bottom: none;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.onglet a {
    font-size: 12px;
    line-height: 2em;
    display: block;
    padding: 0 10px;
    outline: none;
    text-decoration: none;
    color:#000000;
}

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

.onglet.active {
    background: #fff;
    padding-top: 6px;
    position: relative;
    top: 1px;
    border-color: #666;
}

.onglet a.active {
    font-weight: bold;
}

#onglets {
    font : bold 12px Batang, arial, serif;
    list-style-type : none;
    padding-bottom : 24px;
    border-bottom : 1px solid #9EA0A1;
    margin-left : 0;
}

#onglets li {
    float : left;
    height : 21px;
    background-color: #F4F9FD;
    margin : 2px 2px 0 2px !important;  /* Pour les navigateurs autre que IE */
    margin : 1px 2px 0 2px;  /* Pour IE  */
    border : 1px solid #9EA0A1;
}

#onglets li.active {
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

#onglets a {
    display : block;
    color : #666;
    text-decoration : none;
    padding : 4px;
}

#onglets a:hover {
    background : #fff;
}

.retour {
    background-color: #ffefff !important;
}

.retour:hover {
    background-color: #f6e7f6 !important;
}

.depot {
    background-color: #e4edf8 !important;
}

.depot:hover {
    background-color: #d6e5f6 !important;
}

tr.nonOuvert a.downloadLink, tr.nonOuvert td .datedepot, tr.nonOuvert td .dateretour {
    font-weight: bold !important;
}

.datedepot {
    width:110px;
    display: inline-block;
}

.dateretour {
    width:110px;
    display: inline-block;
}

.depotvide, .retourvide {
    width:110px;
    display: inline-block;
}

.dataTable input[type="checkbox"] {
    width:15px !important;
    height:15px !important;
}

.detailRow .tdPage, .detailRow .tdEtat, .detailRow .tdDernierTraitement, .detailRow .tdTraitement {
    background-color: #fbd3b1 !important;
}

.col_action_content {
    width:150px !important;
}

button.btDeleteDir, button.btDeleteDir:hover {
    background-image: url("images/drop.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px;
    width: 11px;
    height: 12px;
    margin: 0 10px 0 0;
    background-color: transparent;
}

.commentairesPublication {
    text-align: right;
}

.lienCommPublication {
    padding:5px;
    margin:0 10px 10px 10px;
    color:cornflowerblue;
    text-decoration: none;
    border-radius: 5px;
    background-color: #dce6f2;
    font-weight:bold;
}

.titreCommentaires {
    margin-bottom: 1em;
    font-weight: bold;
}

.tableCommentairesPub {
    border-collapse: collapse;
}

#dialog-confirm table.tableCommentairesPub td {
    border:1px solid #ccc;
}

.tableCommentairesPub .th_date {
    width:120px;
}

.tableCommentairesPub .th_fichier {
    width:200px;
}

.tableCommentairesPub .th_user {
    width:200px;
}

a.lienCommFichier {
    background-image: url(images/loupe.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px;
    width: 11px;
    height: 11px;
    margin: 0 10px 0 0;
    background-color: transparent;
    display:inline-block;
}

a.lienCommFichierAdd {
    padding: 0px;
    width: 11px;
    height: 11px;
    margin: 0 10px 0 0;
    text-decoration: none;
    font-size: 1.5em;
    cursor: pointer;
}

.nomOngletGras {
    font-weight: bold;
}

.objet_msg {
    width:98% !important;
    background-color: white !important;
}

.message_destinataire {
    font-size: 0.8em;
    margin-bottom:0.5em;
}

.emailautre {
    background-color: white !important;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    font: 0/0 a, Sans-serif;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#collection #dialog-confirm {
    min-height: 30px;
}

#table_param_dossiers input[type="text"], #table_param_dossiers select {
    width:140px !important;
}

#table_param_dossiers input[type="text"].input-petit {
    width:20px !important;
}

input.emaillong {
    width: 400px;
}

/* Jquery-ui overload*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #cccccc;
    background: #f6f6f6 url(../dependances/jqueryui/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #1c94c4;
}

.ui-widget {
    font-family: Arial, Sans-serif;
    font-size: 1.1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Arial, Sans-serif;
    font-size: small;
}
*[data-tooltip], *[data-tooltip-pub] {
    position: relative;
}

*[data-tooltip-pub]::after{
    content: attr(data-tooltip-pub);
    position: absolute;
    top: -25px;
    left: 10px;
    width: 200px;
    color: #080808;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    display: block;
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
    background: #ececec;
    padding: 2px 2px;
    border-radius: 4px;
    border: 1px solid #6c757d;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.4);
}

*[data-tooltip]::after{
    content: attr(data-tooltip);
    position: absolute;
    top: -20px;
    right: -20px;
    width: 150px;
    color: #080808;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    display: block;
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
    background: #ececec;
    padding: 2px 2px;
    border-radius: 4px;
    border: 1px solid #6c757d;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.4);
}

*[data-tooltip]:hover::after, *[data-tooltip-pub]:hover::after {
    opacity: 1;
}
/* Jquery-ui overload*/

.collectionHidden {
    display: none;
}

.dataTables_info {
    width: 30%;
    margin-top: 10px;
    margin-left: 5px;
}

/*
* Filter
 */

.dataTables_filter input {
    margin-right: 10px;
}

/*
 * Pagination
 */
a.paginate_button,
a.paginate_active {
    display: inline-block;
    padding: 2px 6px;
    margin-left: 2px;
    cursor: pointer;
}

a.paginate_active {
    background-color: transparent;
    border: 1px solid black;
}

a.paginate_button_disabled {
    color: #3d6672;
}
.paging_full_numbers a:active {
    outline: none
}
.paging_full_numbers a:hover {
    text-decoration: none;
}

div.dataTables_paginate span>a {
    width: 15px;
    text-align: center;
}

.paging_simple_numbers {
    text-align: center;
    width: 70%;
    margin: 7px 0;
    float: none;
}

.dataTables_length {
    margin-top: -5px;
    margin-right: 10px;
}

.dataTables_filter {
    margin: 10px 0px 20px 0;
}
.progress {
    height: 18px;
    width: 50%;
    background-color: #e9ecef;
    border-radius: 3px;
    margin-bottom: 5px;
    color: white;
}
.bar {
    height: 18px;
    background-color: #28a745;
    border-radius: 3px;
}

.interlocuteurs_select {
    width: 230px!important;
}

.interlocuteurs_label {
    min-width: 100px;
    width: 260px;
}

.lancement_auto {
    min-width: 100px;
    width: 350px;
}

.highlight_characters {
    text-decoration: underline;
    color: red;
}

.btn-formats, .btn-genres {
    width: 67%;
    margin-left: 18%;
    margin-bottom: 15px;
}

#genresNonAssoc, #formatsNonAssoc,#genresAssoc, #formatsAssoc {
    margin-left: 20px;
}

.table-formats > tbody > tr > td, .table-genres  > tbody > tr > td {
    width: 300px;
}

.btn-add {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-remove {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn {

    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}
fieldset.ean_format {
    width: 250px;
    padding-bottom: 15px;
    margin: 10px 0;
}

fieldset.ean_format > div > input {
    width: 50px;
    height: 15px;
    margin-left: 15px;
}

fieldset.ean_format > div > label {
    min-width: 120px;
}

fieldset.ean_format > legend > span {
    margin: 10px;
}

.button-del_pub {
    position: relative;
    padding: 8px 16px;
    border: none;
    outline: none;
    border-radius: 2px;
    cursor: pointer;
}

.button__text {
    transition: all 0.2s;
}

.button--loading .button__text {
    visibility: hidden;
    opacity: 0;
}

.button--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

.container-identification {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 95%;
    margin: 0 auto;
}

.container-fr, .container-en {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    border: 1px solid grey;
    border-radius: 20px;
    margin: 10px;
}

.container-fr h3, .container-en h3 {
    margin: 0.5rem;
}

.container-input {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0.8rem 0.3rem 0.8rem;
}
