* {
    font-family: sans-serif;
    font-size: 12px;
}

body {
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
    min-width: 320px;
}

h5 {
    color: #666;
    margin-bottom: 0px;
    font-size: 22px;
    border-bottom: 1px solid #CCC;
}

input[type=button] {
    cursor: pointer;
}

input[type=button].small {
    width: auto;
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
}

#overlay-content {
    width: 50%;
    height: 50%;
    margin: 60px auto;
    background-color: #FFF;
}

#overlay-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    background-color: #E9E9E9;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    cursor: pointer;
}

#overlay-close img {
    vertical-align: middle;
    margin: 5px;
}

#overlay-close:hover {
    font-weight: bold;
}

#overlay-content iframe {
    width: 100%;
    height: 100%;
    box-shadow: 2px 2px 26px 2px rgba(1, 0, 0, 0.7);
    background: white;
}

#content {
    width: 100%;
    max-width: 850px;
    padding: 0;
    margin: 0 auto;
}

.erreurs {
    -webkit-transition-duration: .5s, .3s;
    -webkit-transition-timing-function: linear, ease-out;
    position: fixed;
    z-index: 99;
    top: 0;
    right: -1000px;
    width: 1000px;
    height: 100%;
    overflow: scroll;
    background: #FEE;
    border-left: solid 10px #aaa;
}

.erreurs:hover {
    right: 0px;
}

input, textarea, select, a.btn {
    padding: 3px 5px;
    border: solid 1px #E5E5E5;
    outline: 0;
    font: normal 13px/100% Verdana, Tahoma, sans-serif;
    width: 200px;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF),
    color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}

textarea {
    width: 80%;
    height: 150px;
    line-height: 150%;
}

fieldset {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 15px;
}

legend {
    font-size: 1.2em;
    color: #000;
}

input:hover, textarea:hover, input:focus, textarea:focus {
    border-color: #C9C9C9;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

form label {
    margin-left: 10px;
    color: #666;
}

input[type='submit'], .submit, .live_titre {
    width: auto;
    padding: 5px 7px;
    background: #617798;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}

.submit {
    background: #916698;
}

input[type='checkbox'] {
    width: auto;
}

a img {
    vertical-align: middle;
    border-style: none;
}

.onAir {
    box-shadow: red 0px 0px 10px 3px;
    text-decoration: blink;
}

#live_start {
    background: -webkit-gradient(linear, left top, left 25, from(#FEE),
    color-stop(4%, #FEE), to(#ECC));
    background: -moz-linear-gradient(top, #FEE, #FEE 1px, #ECC 25px);
    cursor: pointer;
}

#footer {
    background: #eee;
    border-top: solid 1px #ccc;
    position: fixed;
    bottom: 0px;
    height: 30px;
    width: 100%;
    z-index: 9999;
    text-align: center;
}

#header .onglet {
    display: inline-block;
    min-width: 100px;
    cursor: pointer;
    background: #DDD;
    border: #888 solid 1px;
    margin-left: 20px;
    text-align: center;
    vertical-align: middle;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 9px 0px;
    height: 100%;
    width: 130px;
}

#idUser {
    width: 80%;
    padding: 0;
    margin: 10px auto;
    overflow: hidden;
    text-align: center;
    display: none;
}

/**
 * Select des clients
 */
#clients {
    width: 80%;
    padding: 0;
    margin: 10px auto;
    overflow: hidden;
    text-align: center;
    display: none;
}

/**
 * Liste des lots
 */
#lots_container {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-bottom: 2px solid #000;
    background-color: #FAFAFA;
    width: 80%;
    padding: 0;
    padding-bottom: 2px;
    margin: 10px auto;
    overflow: hidden;
}

#lots_container li {
    float: left;
    cursor: pointer;
    width: 25%;
    min-width: 60px;
    max-width: 160px;
    list-style-type: none;
    padding: 0px;
}

#lots_container img {
    display: block;
    margin: 0 auto;
    width: 60%;
}

#lots_container span {
    display: block;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lot .selected {
    background-color: #CCC;
    -webkit-border-radis: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}

/**
 * Details du lot selectionn�
 */
#selectedLot {
    background-color: #CCC;
    width: 80%;
    margin: 10px auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 15px;

}

#selectedLot from input {
    display: block;
}

#chk {
    display: block;
}

#selectedLot form label {
    display: block;
}

#selectedLot ul {
    list-style-type: none;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    display: none;
}

#selectedLot li {
    margin-bottom: 20px;
}

#selectedLot .lot_progressbar {
    background-color: #333;
    width: 250px;
    height: 20px;
    margin: 0 auto;
    margin-top: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#selectedLot .lot_progressbar div {
    background-color: #7CC627;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#selectedLot .lot_progressbar_text {
    margin: 0 auto;
    margin-top: -1.5em;
    color: #FFF;
    text-align: center;
}

#selectedLot .lot_nom {
    color: #333;
    font-size: 1.5em;
    text-weigth: bold;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 3px;
}

#selectedLot input[type='button'] {
    margin-left: 52px;
}

#selectedLot .go_supervision {
    margin-left: 30px;
    font-size: 1em;
    color: #444;
    text-decoration: none;
}

#selectedLot .go_supervision:hover {
    color: #000;
    text-decoration: underline;
}

/**
 * Liste des taches
 */
#taches {
    padding: 10px;
    margin: 10px auto;
    width: 80%;
    min-width: 250px;
    -webkit-border-radis: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
}

#taches > * {
    margin-left: 20px;
    padding: 10px;
    list-style-type: circle;
    cursor: pointer;
}

#taches > .tache > img {
    float: left;
}

.tache span {
    font-size: 1.2em;
}

.tache img.avatar {
    float: left;
    width: 32px;
    -webkit-transition-duration: .5s, .3s;
    -webkit-transition-timing-function: linear, ease-out;
}

.tache:hover img.avatar {
    width: 64px;
}

#taches .nbr_travaux {
    margin-left: 30px;
    font-size: 0.9em;
    color: #444;
    text-decoration: none;
}

#taches .nbr_travaux:hover {
    color: #000;
    text-decoration: underline;
}

#addTache {
    list-style-type: none;
}

/**
*	Autres
*/
#addWork {
    border: thin solid #CCC;
    padding: 10px;
    margin: 10px auto;
    width: 80%;
    -webkit-border-radis: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

form {
    z-index: 100;
    background-color: #CCC;
    -webkit-border-radis: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    padding: 4px;
}

#creaLot > * {
    margin: 10px;
}

.selected {
    background-color: #CCC;
    -webkit-border-radis: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.ui-datepicker-prev {
    border: none !important;
}

.ui-datepicker-next {
    border: none !important;
}

.ui-datepicker-prev span {
    float: left;
}

.ui-datepicker-next {
    float: right;
}

.ui-datepicker-title {
    text-align: center;
}

.bigTitre {
    font-size: 2em;
}

#quit_edit_mode {
    font-size: 1.2em;
    color: #444;
    text-decoration: none;
}

#quit_edit_mode:hover {
    color: #000;
    text-decoration: underline;
}

#page_refresh {
    margin-left: 30px;
    font-size: 1.2em;
    color: #444;
    text-decoration: none;
}

#page_refresh:hover {
    color: #000;
    text-decoration: underline;
}

form.inline_form {
    display: inline;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

#delLot_btn, #delTache_btn {
    height: 32px !important;
    width: 32px !important;
    display: inline;
}

input[type='image'] {
    background: transparent;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    display: inline;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

h5.depliable:hover {
    border-bottom: 1px solid #999;
    cursor: pointer;
}

h5 span.h5_recap {
    float: right;
    margin-top: 12px;
}

h5 img.btn {
    height: 15px;
    margin-right: 20px;
}

#lotEdit {
    margin-left: 0;
}

#dsp_detailLot {
    margin: 0;
    text-align: center;
    cursor: pointer;
}

#emptyChart {
    height: 100%;
    font-size: 2em;
}

.small_btn {
    margin-left: 10px;
    width: 130px;
}

.alert {
    text-align: center;
    font-size: 1.2em;
}

.alert:before, .alert:after {
    content: url('../img/icones/Info.png');
    margin: 5px;
    margin-top: -5px;
    position: relative;
    top: 11px;
}

.alert a {
    color: #AAA;
    text-decoration: none;
}

.alert a:hover {
    color: #444;
    text-decoration: underline;
}

.unwrap_btn {
    float: left;
    margin-left: -23px;
    margin-top: 47px;
    cursor: pointer;
}

.selected,
.travail_important {
    background: -webkit-gradient(linear, left top, left 65, from(#ECFFD3), to(#83D90B));
    background: -moz-linear-gradient(top, #ECFFD3, #ECFFD3 1px, #83D90B 65px);

}

/* CSS Ajout Ticket */
.clear {
    clear: both;
}

#global-site-content {
    min-width: 850px;
    width: 80%;
    margin: 0px auto 20px auto;
}

.container-hover-popup {
    position: absolute;
    text-align: right;
    bottom: -5px;
    right: 55px;
    width: 300px;
    opacity: 0;
}

.main-txt-hover-popup {
    display: inline-block;
    background-color: rgb(241, 241, 241);
    padding: 2px 7px;
    box-shadow: 0px 0px 10px #CCC;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 2px;
    opacity: .7;
}

/* CSS New Header */

.slow-transition-300 {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#header {
    background: #eee;
    border-bottom: solid 1px #ccc;
    width: 100%;
    height: 36px;
    min-width: 850px;
    padding: 0;
    margin-bottom: 25px;
    position: relative;
    z-index: 5;
}

.txt-to-bottom {
    margin: 0px;
    position: absolute;
    bottom: -20px;
    right: 5px;
    opacity: .2;
}

#header #displayUpperHeader {
    background: url('../img/icones/Down.png') no-repeat center;
    height: 16px;
    font-size: 0;
    opacity: .6;
    padding: 10px 25px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#header #displayUpperHeader:hover {
    background-color: whitesmoke;
    opacity: 1;
}

#header.display-upper-content #displayUpperHeader {
    background: whitesmoke url('../img/icones/Up.png') no-repeat center;
    box-shadow: inset 0px 0px 10px #CCC;
    opacity: 1;
}

#upper-header-content {
    background-color: #EEE;
    border-radius: 0 0 5px 5px;
    border: 1px solid #CCC;
    border-top: none;
    box-shadow: -2px 0 10px rgb(202, 202, 202);
    text-align: right;
    padding: 10px;
    width: 485px;
    position: absolute;
    z-index: 30;
    top: 0px;
    right: 101px;

    -webkit-transform: translateY(-700px);
    -moz-transform: translateY(-700px);
    -o-transform: translateY(-700px);
    -ms-transform: translateY(-700px);
    transform: translateY(-700px);
}

#header.display-upper-content #upper-header-content {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -o-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
}

#upper-header-content form {
    background: none;
    padding: 0px;
}

#content-download-ext a {
    display: inline-block;
    padding: 3px 9px;
    background-color: rgb(75, 75, 75);
    border-radius: 3px;
    border: 1px solid rgb(37, 37, 37);
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-shadow: 0px 1px 0px rgb(0, 0, 0);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.65);
    margin-top: 10px;
}

#content-download-ext a:hover {
    color: rgb(40, 177, 28);
    box-shadow: inset 0px 0px 2px rgb(40, 177, 28);
}

#content-download-ext a:active {
    /* 	background-color: whitesmoke; */
    /* 	border: 1px solid rgb(252, 252, 252); */
    color: #EEE;
    text-shadow: 0px 1px 0px rgb(40, 177, 28, .5);
    box-shadow: inset 0px 0px 5px rgba(40, 177, 28, .5);
}

#lower-header-content {
    height: 36px;
    border-top: 1px solid #CCC;
    position: relative;
    z-index: 50;
    top: -1px;
    background: -webkit-gradient(
            linear,
            left top, left bottom,
            from(#EEE),
            to(#DDD)
    );
    background: -webkit-linear-gradient(
            top,
            #EEE,
            #DDD
    );
    background: -moz-linear-gradient(
            top,
            #EEE,
            #DDD
    );
    background: -o-linear-gradient(
            top,
            #EEE,
            #DDD
    );
    background: linear-gradient(
            top,
            #EEE,
            #DDD
    );

    box-shadow: -2px 0px 10px rgb(202, 202, 202);
}

#lower-header-content ul {
    padding: 0px;
    margin: 0px;
}

#lower-header-content li {
    display: inline-block;
    width: auto;
    float: left;
    border-right: 1px solid #CCC;
    border-left: 1px solid rgba(255, 255, 255, .5);
}

#lower-header-content li:first-child {
    border-left: none;
}

#lower-header-content li:last-child {
    border-right: none;
}

#lower-left-content {
    float: left;
    margin-left: 50px;
}

#lower-right-content {
    float: right;
    margin-right: 50px;
}

#lower-header-content .ongletHeader {
    color: rgb(54, 54, 54);
    text-shadow: 0 1px 0 rgb(255, 255, 255);
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    float: left;
    padding: 8px 25px 7px 25px;
    margin: 0;
}

#lower-header-content .ongletHeader.logout {
    background: url('../img/icones/Logout-30.png') no-repeat center;
    box-shadow: none;
    padding: 0;
    font-size: 0;
    height: 36px;
    width: 50px;
    opacity: .5;
}

#lower-header-content .ongletHeader.logout:hover {
    opacity: 1;
}

#lower-header-content .ongletHeader:hover, #lower-header-content .ongletHeader.warning {
    background-color: #ffcaca;
    box-shadow: inset 0 0 10px #CCC;
}
#lower-header-content .ongletHeader:hover, #lower-header-content .ongletHeader.error {
    background-color: #fb7373;
    box-shadow: inset 0 0 10px #CCC;
}
#lower-header-content .ongletHeader:hover, #lower-header-content .ongletHeader.actif {
    color: #212121;
    background-color: lightgoldenrodyellow;
    box-shadow: inset 0 0 10px #CCC;
}
#lower-header-content .ongletHeader.home {
    background: rgb(85, 216, 85) url('../img/logomini.png') no-repeat 15px 0;
    box-shadow: inset 0 0 15px rgb(102, 255, 31);
    padding: 8px 40px 7px 40px;
    text-indent: -9999px;
    width: 15px;
}

#lower-header-content .ongletHeader.home:hover, #lower-header-content .ongletHeader.home.actif {
    box-shadow: inset 0 0 15px rgb(40, 177, 28);
}

/* CSS Bouton Live */
#live_container {
    position: relative;
    margin-right: 10px;
}

#live_container:hover #content-infos-live {
    opacity: 1;
}

#content-infos-live {

}

#main-txt-infos-live {

}

#lower-right-content form {
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

#lower-right-content #live_start {
    background: whitesmoke;
    color: rgb(202, 202, 202);
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: none;
    border-radius: 2px;
    border: 2px solid rgb(202, 202, 202);
    width: auto;
    height: 32px;
    padding: 0px 10px;
    margin: 2px;
}

#lower-right-content #live_start.onAir, #lower-right-content #live_start:hover {
    background-color: rgba(206, 48, 48, 1);
    box-shadow: inset 0px 0px 10px rgb(255, 0, 0),
    0px 0px 2px rgba(255, 0, 0, 0.85);
    border: 2px solid red;
    color: white;
    text-shadow: 0px 1px 1px rgb(255, 0, 0),
    0px -1px 1px rgb(255, 0, 0),
    1px 0px 1px rgb(255, 0, 0),
    -1px 0px 1px rgb(255, 0, 0);

    animation: animOnAir 3s ease infinite;
    -webkit-animation: animOnAir 3s ease infinite;
}

@-webkit-keyframes animOnAir {
    from {
        box-shadow: inset 0px 0px 10px rgb(255, 0, 0),
        0px 0px 2px rgba(255, 0, 0, .85);
        background-color: rgba(206, 48, 48, 1);
    }

    55% {
        box-shadow: inset 0px 0px 10px rgb(200, 0, 0),
        0px 0px 10px rgba(255, 0, 0, 1);
        background-color: rgba(255, 74, 74, 1);
    }

    to {
        box-shadow: inset 0px 0px 10px rgb(255, 0, 0),
        0px 0px 2px rgba(255, 0, 0, .85);
        background-color: rgba(206, 48, 48, 1);
    }
}

/* CSS New Header */

/* CSS Accueil ticket */
.content-un-client {
    background-color: rgb(236, 236, 236);
    padding: 5px;
    margin: 10px auto;
    border: 1px solid #CCC;
    border-radius: 0px 5px 5px 5px;
    box-shadow: inset 0px 0px 2px white;
}

.content-un-client h2 {
    font-size: 16px;
    padding-left: 10px;
    margin-top: 5px;
}

.content-un-client table {
    background-color: rgb(241, 241, 241);
    width: 100%;
    border-spacing: 0px;
    border-radius: 0px 5px 5px 5px;
    overflow: hidden;
    border: 1px solid #FFF;
}

.content-un-client table .entete-tableau {
    background-color: rgb(85, 216, 85);
    color: rgb(63, 63, 63);
    text-shadow: 0px 1px 0px rgba(240, 240, 240, 0.5);
}

.content-un-client table .entete-id, .content-un-client table .id-ticket {
    text-align: center;
    width: 5%;
}

.content-un-client table .entete-titre {
    width: 25%;
}

.content-un-client table .entete-lot-tache {
    width: 30%;
}

.content-un-client table .entete-assigne {
    width: 10%;
}

.content-un-client table .entete-priorite {
    width: 10%;
}

.content-un-client table .entete-statut {
    width: 15%;
}

.content-un-client table .entete-actions {
    width: 5%;
}

.content-un-client table .user-assigne-ticket {
    text-shadow: 1px 1px 0px rgb(180, 180, 180);
}

.content-un-client th {
    text-align: left;
}

.content-un-client th, .content-un-client td {
    padding: 3px 7px;
}

.content-un-client td a {
    color: rgb(60, 60, 60);
    text-decoration: none;
}

.content-un-client td a:hover, .content-un-client td a:visited:hover {
    color: #CCC;
}

.content-un-client td a:visited {
    color: #000;
}

.content-un-ticket .priorite-ticket span, .content-tickets-client .lbl-prio-ticket span {
    display: block;
    text-align: center;
    padding: 1px 5px;
    color: #000 !important;
    border: 1px solid red;
    border-radius: 2px;
    text-shadow: 0px 1px 0px rgba(255, 173, 173, .7);
    font-weight: normal;
}

.content-un-client tr:nth-child(2n) {
    background-color: #FFF;
}

.content-un-client .onAir,
.content-un-client .onAir a,
.content-un-client .onAir .user-assigne-ticket {
    font-weight: bold;
    background-color: rgb(235, 88, 88) !important;
    text-shadow: 0px 1px 0px red;
    color: whitesmoke !important;
}

.content-un-client form {
    padding: 0px;
    background-color: initial;
}

.content-un-client select {
    width: 100%;
    padding: 0px;
}

.content-un-client .btn-manage-ticket, #main-content-notif-tickets .btn-manage-ticket {
    float: left;
}

.content-un-client .btn-manage-ticket a, #main-content-notif-tickets .btn-manage-ticket a {
    background: gray;
    font-size: 0px;
    display: block;
    height: 20px;
    width: 20px;
    margin: 0px auto;
}

.content-un-client .btn-start-ticket a, #main-content-notif-tickets .demarrer-ticket a {
    background: url('../img/icones/Start.png') no-repeat center;
    background-size: 10px;
}

.content-un-client .btn-pause-ticket a, #main-content-notif-tickets #pause-ticket-cours a {
    background: url('../img/icones/Pause.png') no-repeat center;
    background-size: 14px;
}

.content-un-client .btn-stop-ticket a, #main-content-notif-tickets #arreter-ticket-cours a {
    background: url('../img/icones/Stop.png') no-repeat center;
    background-size: 14px;
}

.content-un-client .btn-infos-ticket a, #main-content-notif-tickets .btn-infos-ticket a {
    background: url('../img/icones/Info.png') no-repeat center;
    background-size: 17px;
}

#main-content-manage-ticket {

}

.main-content-start-ticket {
    width: 20px;
    margin: 0px auto;
}

/* [Début] CSS Filtres */
#content-form-filtres {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

#content-form-filtres form {
    background-color: rgb(236, 236, 236);
    border-radius: 5px;
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgb(165, 165, 165);
}

#content-form-filtres #titre-content-filtres {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;

    font-size: 55px;
    z-index: 3;
}

#content-form-filtres #content-filtres-tickets {
    position: relative;
    z-index: 4;
}

#content-filtres-tickets .titre-filtre {
    color: rgb(63, 63, 63);
    font-weight: bold;
    text-shadow: 0px 1px 0px whitesmoke;
    text-align: right;
    display: inline-block;
    min-width: 135px;
    margin-left: 0px;
}

#content-filtre-statuts-auto .btn-statut-auto {
    cursor: pointer;
    opacity: .7;
    color: whitesmoke;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    box-shadow: inset 0px 0px 1px #FFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    top: 1px;
    width: auto;
    height: auto;
    font-size: 12px;
    padding: 3px 8px;
}

#content-filtre-statuts-auto .btn-statut-auto:hover {
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: inset 0px 0px 5px rgba(255, 255, 255, .5);
}

#content-filtre-statuts-auto .btn-statut-auto:active {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    top: 2px;
}

/*  [Fin]  CSS Filtres */
/* CSS Accueil ticket */

/* [Début] CSS Apercu/Ajouter/Modification Ticket */
.content-msg-retour {
    background-color: #CCC;
    border: 1px solid rgb(158, 158, 158);
    width: 250px;
    margin: 0px auto;
    padding: 2px 10px;
    text-align: center;
    border-radius: 2px;
    font-weight: bold;
    color: rgb(22, 22, 22);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.65);
}

.content-msg-retour#success {
    background-color: rgb(85, 216, 85);
    border: 1px solid rgb(78, 189, 26);
}

.content-msg-retour#fail {
    background-color: rgb(216, 85, 85);
    border: 1px solid rgb(189, 26, 26);
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}

.page-ticket h2 {
    font-size: 20px;
}

.page-ticket h3 {
    font-size: 18px;
    margin: 0px 0px 15px 0px;
}

#content-infos-ticket {
    position: relative;
    background-color: #EEE;
    border: 1px solid #CCC;
    border-radius: 0px 5px 5px 5px;
    padding: 10px;
}

.info-ticket {
    padding: 3px;
}

#lib-info-commentaire {
    display: block;
    margin: 8px 0px;
}

.info-ticket span {
    display: inline-block;
}

.info-ticket .lib-info {
    width: 120px;
    font-weight: bold;
}

.content-user-assigne img {
    float: left;
    padding: 2px;
    margin-right: 5px;
    border: 1px solid #CCC;
}

#content-gravatar-createur {
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 10px;
    padding: 5px;
    height: 50px;
    width: 50px;
    border: 1px solid #CCC;
}

/* CSS Modification/Ajout */
#content-ajouter-ticket input, #content-ajouter-ticket select,
#content-modifier-ticket input, #content-modifier-ticket select {
    width: 175px;
}

#content-ajouter-ticket label,
#content-modifier-ticket label {
    color: rgb(48, 48, 48);
    text-shadow: 0px 1px 0px rgb(223, 223, 223);
    text-align: right;
    display: inline-block;
    width: 80px;
    margin-right: 5px;
}

#content-mod-infos-ticket, #content-add-infos-ticket {
    margin-top: 15px;
}

#content-mod-infos-ticket #lbl-comm-ticket, #content-add-infos-ticket #lbl-comm-ticket {
    float: left;
    margin-right: 8px;
}

#content-mod-infos-ticket textarea, #content-add-infos-ticket textarea {
    max-width: 85%;
}

#content-mod-infos-ticket #input-titre-ticket, #content-add-infos-ticket #input-titre-ticket {
    width: 430px;
}

#content-btn-mod-ticket, #content-btn-add-ticket {
    margin: 5px auto;
    width: 100px;
}

#content-btn-mod-ticket input, #content-btn-add-ticket input {
    width: 100%;
}

/* CSS Ajouter */
#form-ajout-ticket {
    width: 100%;
}

/* CSS Logs */
#content-changelog-ticket {
}

.ticket-log {
    margin: 10px;
    background-color: rgb(247, 247, 247);
    padding: 5px;
    border-radius: 3px;
    border: 1px solid rgb(233, 233, 233);
}

.ticket-log.auto-log {
    background: none;
    border: none;
    border-top: solid 1px #ccc;
    border-radius: 0px;
    padding: 5px 0px 0px 0px;
}

.log-author {
    min-height: 35px;
}

.log-author .content-gravatar {
    float: left;
    border: 1px solid #CCC;
    height: 25px;
    padding: 3px;
    margin-right: 5px;
}

.log-author .infos-mod {
    display: block;
    padding-top: 6px;
    font-size: 13px;
}

.content-desc-log {
    margin-left: 30px;
}

.content-desc-log span {
    font-style: italic;
}

.content-desc-log .lbl-champs-change {
    font-style: normal;
    font-weight: bold;
}

.img-desc {
    max-width: 200px;
    border: 2px solid white;
    box-shadow: 0px 0px 10px #CCC;
    margin: 5px;
}

.img-desc:hover {
    max-width: 500px;
}

/*  [Fin]  CSS Apercu/Ajouter/Modification Ticket */

/* [Début] CSS Notif Tickets */
.content-tickets-client {
    margin: 5px 10px;
}

#main-content-notif-tickets ul, #infos-ticket-cours {
    background-color: rgb(235, 235, 235);
    box-shadow: inset 0px 0px 2px white;
    border: 1px solid #CCC;
    border-radius: 0px 5px 5px 5px;
    padding: 0px;
    margin: 3px 0px;
    overflow: hidden;
}

#main-content-notif-tickets li {
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #FFF;
    display: block;
    padding: 7px 5px;
}

#main-content-notif-tickets .ticket-en-cours {
    background-color: rgba(255, 0, 0, 0.65);
    color: whitesmoke;
    text-shadow: 0px 1px 0px rgb(187, 0, 0);
    box-shadow: inset 0px 0px 15px rgb(190, 0, 0);
}

#main-content-notif-tickets li:first-child {
    border-top: none;
}

#main-content-notif-tickets li:last-child {
    border-bottom: none;
}

#main-content-notif-tickets li span {
    display: block;
}

#main-content-notif-tickets li > span {
    padding: 2px 0px;
}

#main-content-notif-tickets li .indic-ticket, #content-ticket-en-cours .indic-ticket {
    font-weight: bold;
    float: left;
    width: 60px;
}

#main-content-notif-tickets li .priorite-ticket {
    float: left;
}

.priorite-ticket .lbl-prio-ticket {
    float: left;
    margin: -2px 0px 0px -6px;
}

#main-content-notif-tickets li .statut-ticket {
    text-align: right;
}

#main-content-notif-tickets li .demarrer-ticket {
    text-align: center;
}

#main-content-notif-tickets h2, #main-content-notif-tickets h3 {
    margin: 2px 0px;
}

/* CSS Ticket en cours */
#content-ticket-en-cours {
    margin-bottom: 20px;
}

#infos-ticket-cours {
    padding: 5px;
    margin: 0px 10px;
}

#infos-ticket-cours .indic-ticket {
    min-width: 85px;
    width: auto;
}

/*  [Fin]  CSS Notif Tickets */

.lot-comptabilise {
    color: red;
}

.lot-comptabilise .titre-ticket:after {
    content: " /!\\ LOT COMPTABILISÉ";
}

/* AJOUT D'UN LOT */
.choose-your-lot {
    width: 100%;
}