@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('/html/ressources/fonts/Lato/Lato-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('/html/ressources/fonts/Lato/Lato-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('/html/ressources/fonts/Lato/Lato-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('/html/ressources/fonts/Lato/Lato-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'TecEdit';
    font-style: normal;
    font-weight: 400;
    src: url('/html/ressources/fonts/Tec/TECEDIT.ttf') format('truetype');
}

@font-face {
    font-family: 'TecEdit';
    font-style: normal;
    font-weight: 700;
    src: url('/html/ressources/fonts/Tec/TECEDITBOLD.ttf') format('truetype');
}

@font-face {
    font-family: 'TecEdit';
    font-style: normal;
    font-weight: bold;
    src: url('/html/ressources/fonts/Tec/TECEDITBOLD.ttf') format('truetype');
}

@font-face {
    font-family: 'TecEdit';
    font-style: italic;
    font-weight: 400;
    src: url('/html/ressources/fonts/Tec/TECEDITITAL.ttf') format('truetype');
}

.cdfProd {
    overflow:auto;
    border-radius:6px;
    margin:0px;
    background-color: #666666;
    overflow-x: hidden;
    z-index: 50;
    padding-right:400px;
}

#rightpanel {
    z-index: 1;
    border-radius:6px;
    margin:0px;
    overflow:auto;
    position: absolute;
    right: 0px;
    background-color:whitesmoke;
    width: 390px;
    overflow: hidden;
    height: 95%;
}

html, body{
    height: 100%;
    display: flex;
    flex-direction: column;
}

body > * {
    flex-shrink: 0;
}

body {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    background-color: #666666;
    padding-top: 0px;
}

#loginOK {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

[type="checkbox"] {
    height: 16px;
    width: 16px;
}
.navbar {
    border-radius:0px!important;
}
.xrtable {
    border: 1px solid grey;
}
.xrtable tr:hover {
    background-color: #ddd;
    cursor: pointer;
    border: 1px solid grey;
}
.xrtable th {
    padding: 2px;
    text-align: center;
    font-weight: bold;
    background-color: #ccc;
    border: 1px solid grey;
}
.xrtable td {
    padding: 5px;
    text-align: left;
    border: 1px solid grey;
}

#splashscreen{
    position: absolute;
    top:10px;
    left: 0px;
    width: 100%;
    color:white;
    height: 50px;
    text-align: center;
}

.show-time{
    font-size: 12px;
    vertical-align:bottom;
}
/*bouton generique*/
.buttongenerique {
    border:solid 1px #CCCCCC;
    background-color: transparent;
    color: #CCCCCC;
    height: 24px;
    line-height: 20px;
    float:left;
    padding-left:5px;
    padding-right:5px;
    font-size: 13px;
    cursor:pointer;
    margin-left: 15px;
    margin-top:8px;
}
.buttongeneriqueactive {
    border:solid 1px #D643F9;
    color: #D643F9;
    background-color:#000000;
}

.buttongeneriquepanel {
    border: none;
    color: white;
    margin: 2px;
    margin-left: 5%;
    width: 90%;
    text-align: center;
    border-radius: 3px;
}

/*barre d'entete avec l'heure et le login*/
.navbar-nav > li {
    line-height:40px;
}
#entete {
    padding-top: 2px;
    margin: 0px !important;
    background-color: #272727;
}
#dateheure {
    color: white;
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin-left:20px;
}

#zoneuser {
    border-left: solid 1px #5b5b5b;
    padding-left:20px;
}
#initiales {
    width:30px;
    height:30px;
    background-color:orange;
    color:#ffffff;
    padding:4px 0px 6px;
    margin-left: 5px;
    margin-top:5px;
    border-radius:500px;
    display:inline-block;
    vertical-align: top;
    text-align: center;
    letter-spacing: -0.1em;
    font-weight:300;
    line-height: 20px;
}

/*menus deroulants Titres, parutions, editions*/

.menus {
    position: relative;
    background-color:#333333;
    overflow: hidden;
    margin: 0px;
    padding-bottom: 0px;
}

.menus select {
    position: relative;
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 15px;
    color:#FFFFFF !important;
    font-size: 18px !important;
    height: 40px !important;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid #5b5b5b !important;
    padding-right: 60px !important;
    background:url("../img/iconeFleche.png") top right no-repeat #333333 !important;
    background-size: contain;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

}
.menus input:not([type=checkbox]) {
    padding-left: 5px;
    color:#FFFFFF !important;
    font-size: 18px !important;
    line-height: 40px !important;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid #5b5b5b !important;
    background-color:#333333;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

}

/*Gestion des onglets*/
#onglets {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0px;
    margin-top:10px;
}
#nouvelonglet {
    background-color: #333333;
    padding-right: 15px;
    opacity: 1;
}

.onglet {
    border:solid 1px #D643F9;
    border-bottom:none;
    background-color: #D643F9;
    color: white;
    opacity: 0.45;
    height: 30px;
    border-top-left-radius:5px;
    border-top-right-radius: 5px;
    float:left;
    padding-left:10px;
    padding-right:5px;
    cursor: pointer;
    margin-left: 2px;
}
.ongletselected {
    opacity: 1;
}
.onglettec {
    border:solid 1px #bb75b5;
    background-color: #bb75b5;
}

.ongletclose {
    border-left: solid 1px white;
    padding-left: 8px;
    line-height: 19px;
    padding-right: 5px;
    opacity: 0.5;
}
.ongletclose:hover {
    opacity: 1;
}
/*Zone sous un onglet*/
.zoneContenu {
    border-top: solid 1px #D643F9;
}

#zoneContenucdf {
    overflow: auto;
    border-radius: 6px;
    margin: 0px;
    background-color: #666666;
    overflow-x: hidden;
    z-index: 50;
}
.enteteContenu {
    background-color: #272727;
    margin: 0px;
    padding: 0px;
}

.enteteContenulectureseule {
    display: none;
}

/*Bouton Zoom pour l'affichage du cdf*/
.zoomPop {
    margin-top: 8px;
    margin-right: 8px;
    color:white;
    font-size: 16px !important;
    height: 24px !important;
    line-height: 24px;
    border-radius: 0 !important;
    border: none !important;
    padding-left: 30px !important;
    background:url("../img/zoom.png") 5% no-repeat #333333;
    background-size: contain;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/*Bouton Zoom pour l'affichage du cdf*/
.oldlisteStates {
    margin-top: 8px;
    margin-right: 8px;
    color:white;
    height: 24px !important;
    line-height: 24px;
}

/*Boutons de l'onglet PDF*/
.buttonpdf {
    padding-left: 50px;
    width: 40%;
    border: none;
    color: white;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    float: left;
}

.colphotoidetat {
    display: none;
}
.coletat{
    min-width: 24px;
    max-width: 24px;
}
.cercleetat{
    border-radius:50%;
    width:12px;
    height:12px;
    margin-left:45%;
}
.imageetat_0{
    background-color: orange;
    border-color: orange;
}
.imageetat_1{
    background-color: green;
    border-color: green;
}
.imageetat_99{
    background-color: red;
    border-color: red;
}
.imageetatborder{
    border-style: solid;
    border-width: 2px;
}
.notification {
    width:20px;
    height:20px;
    color:#ffffff;
    padding-right:2px;
    border-radius:500px;
    display:inline-block;
    vertical-align: top;
    text-align: center;
    margin-top: 5px;
    letter-spacing: -0.1em;
    font-weight:bold;
    line-height: 20px;
    cursor: pointer;
}

/*Zone du cdf*/
.zonecdf {
    margin: 0px;
    background-color:#666666;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 10px;
}

.zonecahier {
    background-color: #EEEEEE;
    margin: 2px;
    margin-bottom: 5px;
    border-radius:4px;
}
.zonelistearticles {
    background-color: #EEEEEE;
    padding-top: 10px;
    overflow: auto;
    padding-bottom: 50px;
}
.twopages {
    float: left;
    margin: 4px;
    page-break-after: avoid;
}

.pageune {
    position: relative;
    float: left;
    height: fit-content;
}
.onepage {
    float: left;
    height: fit-content;
    position: relative;
}
.onepagedouble {
    float: left;
    height: fit-content;
    position: relative;
}
.folio {
    height: 16px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    background-repeat:no-repeat;
    margin-top:2px;
    position:relative;
}
.divpetitepage {
    position: relative;
    margin: 0;
    padding: 5px;
    min-width: 100%;
	overflow: hidden;
}

.petitevignette,.petitevignettemarbre  {
    top: 0px;
    left: 0px;
    position: relative;
    min-height: 100%;
    max-height: 100%;
    max-width: 100%;
}

.dateok,.dateretard  {
    height: 14px;
    overflow: hidden;
    text-align: center;
    font-style: italic;
    font-size: 10px;

}
.dateretard {
    color:red;
}
.verrouille {
    height: 16px;
    overflow: hidden;
    color: red;
    font-size:12px;
}
.rubrique {
    height: 14px;
    overflow: hidden;
    text-align: left;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 2px;
    padding-left: 1px;
}
.pagesection1 {
    width: 100%;
    margin-bottom: 2px;
    font-size: 10px;
}
.pagesection2 {
    width: 100%;
    margin-bottom: 2px;
    font-size: 10px;
}

.pageselected {
    opacity: 0.6;
}
.iconepagepaire {
    position: relative;
    float: left;
    margin-right: 2px;
}

.iconepageimpaire, .iconepagedouble {
    position: relative;
    float: right;
    margin-left: 2px;
}


/*Tableau des pubs et reserves de pubs*/
.reservestories {
    opacity: 0.75;
    position: absolute;
}
.reservestoriesstripped {
    background-image:repeating-linear-gradient(45deg,transparent,  transparent 10%, black 14%);
}
.reserveordre {
    background-color: yellow;
    opacity: 0.75;
    padding: 2px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 8px;
    font-weight: bold;
    position: absolute;
}

.status_interne {
    background-color: #dddddd;
}
.status_option {
    background-color: #ff8822;
}
.ordredraggable {
    z-index: 0;
    cursor: move;
}

.ordreinvisible {
    display: none !important;
}
.ordreinvisiblerecherche {
    display: none !important;
}
.ordreinvisiblerechercherub {
    display: none !important;
}
.ordreinvisiblerecherchessrub {
    display: none !important;
}

.reserveordrerigueur {
    background-color: chocolate;
    opacity: 0.75;
    padding: 2px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 8px;
    font-weight: bold;
}

.reserveordrenonimportee {
    position: absolute;
}
.reserveordreimportee {
    position: absolute;
}

/*Marges sur les pages*/
.margehor{
    left: 0px;
    right: 0px;
    background-color: black;
    height: 1px;
    position: absolute;
    margin: 0;
}

.margever{
    top: 0px;
    bottom: 0px;
    border-left:1px solid gray;
    background-color: black;
    width: 1px;
    position: absolute;
    margin: 0;
}


/* pour les encarts*/
.encart {
    background-image: url( "../img/encart-xrail.png");
    background-repeat:no-repeat;
    float: left;
    right: 0px;
    width: 20px;
    height: 1000px;
}
.milieu {
    background-image: url( "../img/milieu-xrail.png");
}



.rightpanel_entete {
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

#divordresaplace {
    margin-top: 10px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    overflow: auto;
    width: 100%;
    min-width: 0;
    max-height: 350px;
}

.divordresplaces {
    margin-top: 10px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    overflow: auto;
    width: 100%;
    min-width: 0;
    max-height: 350px;
}

.divordresenpage {
    margin-top: 10px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    overflow: auto;
    width: 100%;
    min-width: 0;
    min-height: 0;
}

.rightpanel_soustitre {
    text-align: left;
    font-weight: bold;
    margin-bottom: 3px;
}

.tabcommentaires {
    width: 100%;
}


.tabcommentairescheck{
    width:30px;
    max-width: 30px;
}
.tabcommentairesdate{
    width:60px;
    max-width: 60px;
}
.tabcommentairesuser{
    width:90px;
    max-width: 90px;
}
.newcomment {
    margin-bottom: 3px;
}

.coordordre {
    display:none;
}
.colpartenariat, .colreserve, .colcanet, .coltypevente, .collibelleordre, .colsecteur, .collargeur, .colhauteur, .colreellargeur{
    display:none;
}
.colreelhauteur, .colreelx, .colreely, .colrubrique, .colsousrubrique{
    display:none;
}
.colordretrash {
    column-width: 16px;
    cursor: initial;
}
.coleditordre, .colpartenariat,
.coleditordre {
    column-width: 16px;
    cursor: initial;
}

.ui-widget {
    font-family: inherit !important;
}
.ui-widget-content a{
    color:#ffffff;
}

.ui-dialog .ui-widget-header {
    border: 1px solid #dddddd;
    font-weight: bold;
    background: #000000;
    color: #D643F9;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: #000000;
    border: none;
}
.tabdepotscheck{
    width:30px;
    max-width: 30px;
}
.tabdepotsdate{
    width:60px;
    max-width: 60px;
}
.tabdepotsfichier{
    display: none;
}
.tabcommentairesuser{
    width:90px;
    max-width: 90px;
}
.iconedepot {
    height: 32px;
    width: 32px;
}
.progressvisible {
    display: inline;
}
.progresshide {
    display: none;
}

#zoneuser .btn-group {
    color: white;
    background-color: #272727;
}

#zoneuser .btn-group a {
    color: white;
    background-color: #272727;
    border: none;
    outline: none;
}

#zoneuser .btn-group a:hover {
    color: white;
}

#zoneuser .btn-group .dropdown-menu {
    background-color: #272727;
    color: white;
}

.togglerightpanel {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    color: #D643F9;
    cursor: pointer;
}

.iconebutton {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    color: #D643F9;
    cursor: pointer;
}
.marbresupprimee {
    display: none;
}

.navbar {
    min-height: 0px;
    border: none;
}


ul.tabs{
    background-color:#272727;
    color:#bbbbbb;
    margin: 5px;
    padding: 0px;
    list-style: none;
}

ul.tabs li.current{
    background-color: #000000;
    color: #D643F9;
}

ul.tabs li{
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

.tab-content{
    display: none;
    padding: 15px;
    max-height: 80%;
    overflow: auto;
}

.tab-content.current{
    display: inherit;
}

#classeurspop{
    margin-bottom: 5px;
}

.formespop {
    margin-bottom: 5px;
}

#formeszone, #assemblageszone {
    margin-top: 50px;
    height: 1000px;
}
#articlesmepzone {
    margin-top: 30px;
    height: 1000px;
}
#articlesmepzone .cdfarticles {
    background-color: white!important;
}
.formedraggable {
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px;
    border: red solid 2px;
}
.assemblagedraggable {
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
    border: red solid 2px;
}
.reserveforme {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: red solid 2px;
    position: absolute;
}
.cdfarticles {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: solid 2px;
    height: 120px;
    opacity:0.75;
	padding: 3px;
}
.hiddenforme {
    display: none;
}

#detailreserves {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top:5px;
    left: 5px;
}


.libelleonglet{
    display: inline-block;
    margin-left:10px;
    margin-right: 10px;
}

.meparticle_sujet{
    height: 20px;
    max-height:20px;
    overflow:hidden;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.teclistbtnrevert {
    color:#666666;
    color: #666666;
    border: none;
    background-color: inherit;
}
.teclistbtn {
    color:white;
    background-color: #666666;
    border: none;
    width: 30px;
    height: 30px;
    border-radius:3px;
    /*float:right;*/
    margin-left: 5px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.teclistbtn:hover {
    background-color: white; /* Green */
    color: #666666;
    border: #666666 solid 1px;
}

.ui-widget-overlay
{
    opacity: .80 !important; /* Make sure to change both of these, as IE only sees the second one */
    filter: Alpha(Opacity=80) !important;

    background: rgb(20, 20, 20) !important; /* This will make it darker */
}

.zoneclonagemere select{
    background-color: #faebcc;
}

.zoneclonagefille select{
    background-color: #dff0d8;
}
.zoneclonage select {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 5px;
}

.btnalert {
    margin-top: 5px;
    line-height: 0px;
}

.explorercolonne ul {
    list-style-type: none;
    padding: 0px;
    cursor: default;
}
.explorercolonne li {
    overflow: hidden;
    line-height: 24px;
    max-height: 24px;
    padding-left: 5px;
    padding-right: 5px;
}

.explorercolonne {
    overflow-y: scroll;
    max-height: 380px;
    height:380px;
}

.explorer_selected {
    background-color: #CCCCCC;
    color: black;
}

.jsPanel {
}

#lblafficherdoublons, #chkafficherdoublons {
    display: none;
}

.selectBox {
    position: relative;
    margin-right: 30px;
}

.selectBox select {
    width: 100%;
}


.selectwithcheckbox {
    display: none;
    position: fixed;
    z-index: 10000;
    max-height: 400px;
    overflow: auto;
    background-color:#333333;
    padding-left: 20px;
    padding-right:  20px;
    padding-bottom:  20px;
}

.selectwithcheckbox label {
    display: block;
    color:#FFFFFF !important;
    font-size: 18px !important;
    font-weight: 400;
    background-color:#333333;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 0px;
    line-height: 20px;
}

.selectwithcheckbox [type="checkbox"]  {
    margin-right: 30px;
}
#importpubbtn {
    display: none;
}
.ui-autocomplete {
    z-index: 5000;
}

.artfusionnable {

    border-radius:50%;
    width:12px;
    height:12px;
    background-color: red;
}

@-webkit-keyframes blink {
    0%   {
        border-color:black;
    }
    50%  {
        border-color:white;
    }
    100% {
        border-color:black;
    }
}
@-moz-keyframes blink {
    0%   {
        border-color:black;
    }
    50%  {
        border-color:white;
    }
    100% {
        border-color:black;
    }
}
@-ms-keyframes blink {
    0%   {
        border-color:black;
    }
    50%  {
        border-color:white;
    }
    100% {
        border-color:black;
    }
}
.animateFusionnable {
    -webkit-animation: blink 1.5s infinite;
    -moz-animation:    blink 1.5s infinite;
    -ms-animation:     blink 1.5s infinite;
    border: 3px solid;
}

.qrcodediv {
    width: 128px;
    height: 128px;
}

.pageicones {
    height: 16px;
    position: absolute;
    top: 4px;
    width: 100%;
}

.articlemodif {
    /*border: solid 2px red;*/
}

.tagmotclef em {
    display: none;
}

.cm2 {
    text-align:left;
    height:16px;
    font-size:12px;
    color:#12b113;
}

.editforme {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom:dashed 1px black;

}

.articlerightpanel li:first-of-type .btn-up-panel {
    display:none;
}

.articlerightpanel li:last-of-type .btn-down-panel {
    display:none;
}

.mdobligatoire {
    font-weight: 700;
}
.mdobligatoire:before {
    content: '* ';
}
li[data-archive="1"], li[data-archive="2"] {
    color:#aaaaaa;
}

.cke_button__endnotes  {
    display:none !important;
}
.textVersion del {
    color:red;
}
.textVersion ins {
    color:blue;
}

.previewimg {
    max-width:100%;
    max-height:100%;
}

.optionrapportindesign {
    display: none;
}

#pubImportFile {
    display:none;
}
.compteurphotos {
	color:black;
	padding-right:5px;
}