@import url(//fonts.googleapis.com/css?family=Arvo:400,700);

table.manqueAgagner {
    height: 262px;
    font-size: 11px;    
}

table.manqueAgagner.sTable tbody td {
    padding: 6px 12px;
}

.force_lower {
    text-transform: lowercase !important;
}

/* DASHBOARD CUSTOMS */
.tutolink {
    text-transform: uppercase;
    margin: -25px 0 0;
}

.tutolink .button,
.formSubmit .greenwB,
.button.greenwB.tutoBtn {
    color: #FFF;
    border: 1px solid #6D8737;
}

.fluid.dash .span6:nth-child(2n-1) {
    clear: both;
    margin: 0;
}

@media only screen and (max-width: 1024px) {
    .fluid .span8.panierMoyenHome,
    .fluid .span4.caDeviceHome,
    .fluid.dash [class*="span"] {
        clear: both;
        width: 100%;
        margin: 0;
    }

    .fluid.dash .formRow > label {
        float: left;
        padding: 4px 0;
    }

    .fluid.dash .formRow .formRight {
        float: right;
        margin: 0;
    }
}

.ui-dialog .ui-dialog-title {
    padding: 0;
}

.ui-dialog .dialog .uicategtitle {
    margin: 0;
    font-weight: bold;
}

.ui-dialog .dialog .uilabel,
.ui-dialog .dialog .measurment,
.ui-dialog .dialog .uiradiocontainer,
.ui-dialog .dialog .uitxt,
.ui-dialog .dialog .labelErr,
.ui-dialog .dialog .labelForm {
    line-height: 14px;
    padding: 8px 0;
    margin: 10px 0;
}

.ui-dialog .dialog .measurment sup {
    font-size: 9px;
    vertical-align: super;
}

.ui-dialog .dialog .uitxt {
    display: block;
    float: left;
}

.ui-dialog .dialog .selector {
    margin: 11px 0;
}

.ui-dialog .dialog .uichecklabel {
    margin: 0 0 0 10px;
}

.ui-dialog .dialog .uifile {
    width: 100%;
}

.ui-dialog .dialog .uploader {
    width: 100%;
    margin: 11px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ui-dialog .dialog .uiinputlegend {
    text-align: left;
    margin: -10px 0 0;
}

a.tipS, a.tipW, a.tipN, a.tipE {
    display: inline-block;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

a.tipN {
    margin: unset;
}

span.tipDisplayMail {
    width: 1000px;
}

.nNote .errLine {
    display: block;
}

.titleNote {
    float: right;
    padding: 8px 15px;
}

.fluid .picPreview {
    display: inline-block;
    float: none;
}

.fluid .picPreview img {
    cursor: move;
}

.fluid .picPreview .photoModif {
    padding: 5px 7px;
    margin: 5px 0 0 0;
}

.list.doted {
    list-style: disc;
    padding-left: inherit;
    padding-right: inherit;
}

.list.doted > li {
    text-align: justify;
    padding: 0;
    margin: 0 0 10px;
}

.list.doted > li:last-child {
    margin: 0;
}

.align {
    padding: 4px 0;
}

.fluid div.selector select[disabled] {
    cursor: default;
}

.not_btn_icon {
    vertical-align: -3px;
}

.force_m0 {
    margin: 0 !important;
}

.force_mt0 {
    margin-top: 0 !important;
}

.force_mr0 {
    margin-right: 0 !important;
}

.force_mb0 {
    margin-bottom: 0 !important;
}

.force_ml0 {
    margin-left: 0 !important;
}

.no_padding {
    padding: 0;
}

.force_p0 {
    padding: 0 !important;
}

.force_pt0 {
    padding-top: 0 !important;
}

.force_pr0 {
    padding-right: 0 !important;
}

.force_pb0 {
    padding-bottom: 0 !important;
}

.force_pl0 {
    padding-left: 0 !important;
}

.curPointer {
    cursor: pointer;
}

/* Charts and Graphics */
@media screen and (min-width: 860px) {
    .chartWrapper .body > div:not(.pie) .legend {
        top: -40px !important;
    }
}

.chartWrapper .body > div:not(.pie) .legend {
    right: 0 !important;
}

.pieLabel div {
    font-size: 13px !important;
}

.nps_legend_overlay {
    position: absolute;
    right: 10px;
    bottom: -5px;
}

@media screen and (max-width: 1024px) {
    .nps_legend_overlay {
        position: relative;
        right: auto;
        bottom: auto;
    }
}

#tooltips {
    position: absolute;
    color: #FFFFFF;
    display: none;
    border: 1px solid #000000;
    padding: 2px;
    z-index: 1000000;
    size: 10px;
    border-radius: 6px;
    background-color: rgb(32, 32, 32);
    opacity: 0.80;
}

.xAxis .tickLabel {
    position: relative;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 10px;
}

.xAxis .tickLabel span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 70px;
    text-align: center;
    margin-left: -35px;
    line-height: 10px;
}

@media only screen and (min-width: 740px){
    .smart_btn_container {
        display: inline-flex;
        position: relative;
        min-width: 200px;
        height: 30px;
        text-align: right;
    }
}
.loginControl .smart_btn_container {
    width: 100%;
}

.smart_btn_container:after {
    display: block;
    clear: both;
    content: '';
}

.smart_btn_container .button, .smart_btn_container button, .smart_btn_container input[type=submit], .smart_btn_container input[type=reset], .smart_btn_container input[type=button] {
    position: absolute;
    right: 0;
    bottom: 0;
}

.smart_btn_container a.button {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    height: 30px;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.smart_btn_container a.button span {
    margin: 0 15px 0 0;
}

@media only screen and (min-width: 740px){

    button.button.basic.loader {
        display: none;
        position: absolute;
        right: 0;
        bottom: 0;
        text-align: center;
        min-width: 175px;
        width: unset;
        height: 30px;
        margin: 0;
        padding: 0 0.5rem 0 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 1;
        font-weight: normal;
    }
}

#wrapper_gestion_retours button.button.basic.loader, #orders_search button.button.basic.loader {
    bottom: 0;
}


/* Invisible Element that prevents the user from clicking frantically */
.fg-toolbar .shield {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tbl_load {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.button.loader .icon {
    padding: 0;
}

.button.loader span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.table_liste .form input[type=text] {
    width: 140px;
    height: 26px;
    padding: 0 8px;
    margin: 0 8px;
    font-size: 12px;
}

.body.user_card {
    height: 260px;
    padding: 0;
}

.user_card .leftSide {
    float: left;
    width: 44%;
    height: 100%;
    position: relative;
}

.user_card .leftSide table {
    width: 100%;
    height: 100%;
}

.user_card .rightSide {
    float: right;
    width: 55%;
    height: 100%;
    border-left: 1px solid #E2E2E2;
    margin-left: -1px;
}

.user_card .rightSide table {
    border-left: 1px solid white;
}

.user_portrait {
    text-align: center;
    vertical-align: middle;
}

.user_portrait .user_pic {
    border: 1px solid #e8e8e8;
    outline: solid 4px #fff;
    max-width: 130px;
    width: 86%;
}

.user_card .rightSide table {
    width: 100%;
    margin-right: 1px;
    height: 100%;
}

.user_card .rightSide table tr:last-child .formRow {
    border-bottom: none;
}

.user_card .rightSide table tr:first-child .formRow {
    border-top: none;
}

.body.user_card .formRow {
    padding: 0;
    text-indent: 10px;
    border-bottom: 1px solid #E2E2E2;
    border-top: 1px solid white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.body.user_card .formRow.odd {
    background: #F6F6F6;
    font-weight: normal;
}

.body.user_card .formRow label {
    padding: 5px 0;
}

.body.user_card .formRow span.align {
    height: 31px;
    line-height: 32px;
    vertical-align: middle;
    display: block;
    overflow: hidden;
}

.body.legende {
    font-style: italic;
    color: #595959;
    padding: 9px 16px;
}

.blog p:first-child {
    padding: 0;
}

.blog .blog_link {
    float: right;
    display: inline-block;
    line-height: 21px;
    padding: 0 10px;
    border-radius: 3px;
    margin: 5px 0 0;
    background: #202020;
    color: #FFF;
}

.pie .legend {
    max-width: 200px !important;
}

.logo_wshop {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 232px;
    text-align: center;
}

.widget .title h6 .info {
    margin-left: 5px;
    cursor: pointer;
}

.pie_container.span3:nth-child(4n+1) {
    margin-left: 0;
}

.toggle .contents_info {
    float: right;
    display: inline-block;
    text-align: center;
    margin: 8px 8px 0 0;
    font-size: 11px;
    color: #4286AD;
    text-decoration: underline;
    text-transform: uppercase;
}

.wrapper_all_news_home {
    height: 260px;
    background: #fff;
    overflow: auto;
}

.wrapper_news_home {
    position: relative;
    width: 100%;
    min-height: 90px;
    padding: 12px 12px 8px 152px;
    font-family: Arial,sans-serif;
    font-size: 12px;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper_news_home .news_home_pict {
    position: absolute;
    top: 12px;
    left: 12px;
    border: 1px solid #CCC;
}

.wrapper_news_home .news_home_contents {
    width: 100%
}

.wrapper_news_home p.title {
    min-height: 22px;
    line-height: 22px;
    border: none;
    background: transparent;
}

.wrapper_news_home p.title strong {
    font-family: 'Arvo',serif;
    font-weight: 700;
    font-size: 15px;
}

.wrapper_news_home p.title span {
    font-family: 'Arvo',serif;
    font-weight: 400;
    font-size: 11px;
    color: #06F;
    vertical-align: 1px;
}

.wrapper_news_home .txt_full, .wrapper_news_home .txt_full * {
    font-family: Arial,sans-serif !important;
    font-size: 13px !important;
    color: #333 !important;
    text-align: left !important;
    line-height: 20px !important;
}

/*HOME ALERTS*/
#dashboard_alert_list ul {
    padding: 10px 20px;
}

#dashboard_alert_list ul li {
    margin-bottom: 10px;
}

#dashboard_alert_list ul li:before {
    content: '- ';
}

#dashboard_alert_list ul li .home_alert_date {
    font-weight: bold;
}


/*
@media only screen and (max-width:1280px) {
    .wrapper_news_home {width:100%;}
    .wrapper_news_home p {padding:0 50px 0 0;}
}
@media only screen and (max-width:1543px) {
    .wrapper_news_home {width:100%;}
    .wrapper_news_home p {padding:0 50px 0 0;}
}
@media only screen and (max-width:640px) {
    .wrapper_news_home {width:100%;}
    .wrapper_news_home p {padding:0 50px 0 0;}
}²
*/
.mod_display {
    padding-bottom: 50px;
}

.mod_display > .title {
    margin-top: -25px;
}

/* wProgBar */
.wProgBar {
    position: relative;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: url('../images/ui_elements/progress.png') repeat-x;
    overflow: hidden;
}

.wProgBar .loadbar {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 1px;
    margin: -3px 0 0;
    background: url('../images/ui_elements/progressOverlay.png');
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
}

div.center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

div.center span {
    position: static;
    background: transparent;
    width: auto;
    height: auto;
}

div.center span + img {
    width: 14px;
    height: auto;
    margin-left: 0.25em;
}

.dualSelects .multiple option[disabled] {
    display: none;
}

/*Responcive Graph*/

/*Full*/

@media only screen and (max-width:1500px) and (min-width:1100px) {
    .chartWrapper.full .chart .xAxis .tickLabel:nth-child(2n+2) {
        display: none;
    }
}

@media only screen and (max-width:1100px) and (min-width:500px) {
    .chartWrapper.full .chart .xAxis .tickLabel {
        display: none;
    }

    .chartWrapper.full .chart .xAxis .tickLabel:first-child, .chartWrapper.full .chart .xAxis .tickLabel:nth-child(3n+4) {
        display: block;
    }
}

@media only screen and (max-width:500px) and (min-width:375px) {
    .chartWrapper.full .chart .xAxis .tickLabel {
        display: none;
    }

    .chartWrapper.full .chart .xAxis .tickLabel:first-child, .chartWrapper.full .chart .xAxis .tickLabel:nth-child(5n+6) {
        display: block;
    }
}

@media only screen and (max-width:375px) {
    .chartWrapper.full .chart .xAxis .tickLabel {
        display: none;
    }

    .chartWrapper.full .chart .xAxis .tickLabel:first-child, .chartWrapper.full .chart .xAxis .tickLabel:nth-child(7n+8) {
        display: block;
    }
}

/*two colls*/

@media only screen and (max-width:1150px) and (min-width:1024px) {
    .span6 .chartWrapper .chart .xAxis .tickLabel:nth-child(2n+2) {
        display: none;
    }
}

@media only screen and (max-width:500px) {
    .span6 .chartWrapper .chart .xAxis .tickLabel:nth-child(2n+2) {
        display: none;
    }

    .span4 .chartWrapper .chart .xAxis .tickLabel:nth-child(2n+2) {
        display: none;
    }
}

@media screen and (max-width: 1500px) {
    #id_card, #info_feed {
        width: 100%;
        margin: 0;
    }
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable{
    min-width: 360px;
    position: fixed;
    top: 555px;
}

/* safari only */
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable input.button:not(:root:root){
   display: inline-block;
   text-align: center;
}

/* Comments on chartWrapper graph */
#chart_evo_ca .data-point-label, #chart_evo_ca .data-point-label-n1 {
    cursor: pointer;
    width: 24px;
    height: 24px;
    color: black;
    overflow: hidden;
}


#chart_evo_ca .data-point-label::before, #chart_evo_ca .data-point-label-n1::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
}

#chart_evo_ca .data-point-label::before {
    background-image: url(../images/icons/vector/comment_mark.svg);
}

#chart_evo_ca .data-point-label-n1::before {
    background-image: url(../images/icons/vector/comment_mark_grey.svg);
}

/* Comment line */
#ca_dashboard {
    overflow: visible;
}
#chart_evo_ca .comment_block .commentLine {
    position: relative;
}
/* #chart_evo_ca .comment_block .commentLine:not(:first-child) {
    padding-top: 1rem;
}
#chart_evo_ca .comment_block .commentLine:not(:last-child)::after {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #e2e2e2;
    position: absolute;
    bottom: 0;
    left: 10px;
} */

#chart_evo_ca .comment_block {
    display: none;
    z-index: 2;
    width: 200px;
    min-height: 50px;
    height: auto;
    padding: 1.5rem 1.5rem 0 1.5rem;
    background-color: white;
    border: 1px solid #e2e2e2;
    flex-direction: column;
}

#chart_evo_ca .commentLine {
    display: flex;
    flex-direction: row;
}

#chart_evo_ca .commentInfos:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
}

#chart_evo_ca .commentLine .imgContainer{
    width: 35px;
    height: 35px;
    border-radius: 1rem;
    overflow: hidden;
}

#chart_evo_ca .imgContainer img {
    width: 100%;
    height: auto;
    transform: scale(1.1, 1.1) translate(2%, 2%);
}

#chart_evo_ca .comment_block .commentLine .commentInfos {
    padding: 0 0 0 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#chart_evo_ca .comment_block .commentLine {
    font-size: 1rem;
    box-sizing: border-box;
}

#chart_evo_ca .comment_block .commentLine .commentInfos__date {
    font-style: italic;
    font-size: 0.7rem;
}

#chart_evo_ca .comment_block .commentInfos__text {
    padding-bottom: .75rem;
    margin-bottom: .75rem;
}

.commentsWidget .sortable_item tr,
.commentsWidget .sortable_item tr:hover {
    transition: background-color .3s ease-out !important;
}

.commentsWidget .sortable_item.highlighted tr,
.commentsWidget .sortable_item.highlighted tr:hover {
    background-color: #CCE4FC !important;
}