﻿/*#region Tooltips*/
.hsw-tooltip-green, hsw-tooltip-primary, hsw-tooltip-red, hsw-tooltip-yellow {
}

    .hsw-tooltip-green + .tooltip > .tooltip-inner {
        background-color: #00a65a;
        color: #FFFFFF;
        border: 1px solid lightgreen;
    }

.hsw-tooltip-primary + .tooltip > .tooltip-inner {
    background-color: #337ab7;
    color: #FFFFFF;
    border: 1px solid lightblue;
}

.hsw-tooltip-red + .tooltip > .tooltip-inner {
    background-color: red;
    color: #FFFFFF;
    border: 1px solid #dd4b39;
}

.hsw-tooltip-yellow + .tooltip > .tooltip-inner {
    background-color: #f39c12;
    color: #FFFFFF;
    border: 1px solid #c79039;
}
/*#endregion*/

/*#region Utilisé pour être référencé dans Workspaces.js*/
.menuTag, .menuDashboard {
}

#ulMenuDashboard li > a > .pull-right {
    position: relative;
}

.hswbutton {
}

.hsw-login-body {
    background: #d2d6de;
}

@media (max-width: 370px) {
    nav.navbar.navbar-static-top {
        font-size: 8pt;
    }
}

@media (max-width: 768px) {
    .login-box {
        width: 85%;
    }

    .content-hsw {
        padding-top: 8px;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
    }

    .box-body-hsw {
        padding: 8px 10px 5px 10px;
    }
}
/*#endregion*/

/*#region Surcharge hsw */
html, body, .wrapper, .content-wrapper, .content, .partialView,
.nav-tabs-custom, .tab-pane {
    height: 100%;
}

.main-header .logo .logo-lg {
    font-size: 14px;
}

.nav-tabs-custom.tab-danger > .nav-tabs > li.active {
    border-top-color: #f56954;
}

.nav-tabs-custom.tab-success > .nav-tabs > li.active {
    border-top-color: #00a65a;
}

.nav-tabs-custom.tab-warning > .nav-tabs > li.active {
    border-top-color: #f39c12;
}

.nav-tabs-custom.tab-lightblue > .nav-tabs > li.active {
    border-top-color: #b3e5fc;
}

.nav-tabs-custom.tab-cyan > .nav-tabs > li.active {
    border-top-color: #b2ebf2;
}

.nav-tabs-custom.tab-teal > .nav-tabs > li.active {
    border-top-color: #b2dfdb;
}

.label-teal {
    background-color: #b2dfdb;
    color: #443c3c;
}

    .label-teal[href]:hover,
    .label-teal[href]:focus {
        background-color: #80cbc4;
    }

.label-lightblue {
    background-color: #b3e5fc;
    color: #443c3c;
}

    .label-lightblue[href]:hover,
    .label-lightblue[href]:focus {
        background-color: #81d4fa;
    }

.label-brown {
    background-color: #d7ccc8;
    color: #443c3c;
}

    .label-brown[href]:hover,
    .label-brown[href]:focus {
        background-color: #bcaaa4;
    }

.btn-small-10 {
    height: 10px;
    line-height: 10px;
    font-size: x-small;
}

.btn-teal {
    background-color: #b2dfdb;
    border-color: #80cbc4;
}

    .btn-teal:hover,
    .btn-teal:active,
    .btn-teal.hover {
        background-color: #80cbc4;
    }

.panel-heading-hsw {
    padding-top: 5px;
    padding-left: 5px;
}

.panel-teal_ {
    border: 2px solid #b2dfdb;
}

.panel-heading-teal {
    background-color: #e0f2f1;
    padding: 5px;
}

.btn-red {
    background-color: #ffcdd2;
    border-color: #ef9a9a;
}

    .btn-red:hover,
    .btn-red:active,
    .btn-red.hover {
        background-color: #ef9a9a;
    }

.panel-red_ {
    border: 2px solid #ffcdd2;
}

.panel-heading-red {
    background-color: #ffebee;
    padding: 5px;
}

.btn-brown {
    background-color: #d7ccc8;
    border-color: #bcaaa4;
}

    .btn-brown:hover,
    .btn-brown:active,
    .btn-brown.hover {
        background-color: #bcaaa4;
    }

.panel-brown_ {
    border: 2px solid #d7ccc8;
}

.panel-heading-brown {
    background-color: #efebe9;
    padding: 5px;
}

.btn-orange {
    background-color: #ffccbc;
    border-color: #ffab91;
}

    .btn-orange:hover,
    .btn-orange:active,
    .btn-orange.hover {
        background-color: #ffab91;
    }

.panel-orange_ {
    border: 2px solid #ffccbc;
}

.panel-heading-orange {
    background-color: #fff3e0;
    padding: 5px;
}

.btn-lightblue {
    background-color: #b3e5fc;
    border-color: #81d4fa;
}

    .btn-lightblue:hover,
    .btn-lightblue:active,
    .btn-lightblue.hover {
        background-color: #81d4fa;
    }

.panel-lightblue_ {
    border: 2px solid #b3e5fc;
}

.panel-heading-lightblue {
    background-color: #e1f5fe;
    padding: 5px;
}

.btn-cyan {
    background-color: #b2ebf2;
    border-color: #80deea;
}

    .btn-cyan:hover,
    .btn-cyan:active,
    .btn-cyan.hover {
        background-color: #80deea;
    }

.panel-cyan_ {
    border: 2px solid #b2ebf2;
}

.panel-heading-cyan {
    background-color: #e0f7fa;
    padding: 5px;
}

.btn-detail-hidden {
    visibility: hidden;
}

.panel-heading-withbutton h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    width: 75%;
    padding-top: 8px;
}

.panel-radius5 {
    border-radius: 5px;
}

.panel-footer-input {
    background-color: #ddd;
    padding: 5px;
}

.bg-palette-blue-1 {
    background-color: #7400b8 !important;
    color: white;
}

.bg-palette-blue-2 {
    background-color: #5e60ce !important;
    color: white;
}

.bg-palette-blue-3 {
    background-color: #48bfe3 !important;
    color: white;
}

.bg-palette-blue-4 {
    background-color: #64dfdf !important;
}

.bg-palette-blue-5 {
    background-color: #c877f7 !important;
    color: white;
}
/*#region Surcharge BootStrap*/

/*fil d'arianne*/
.breadcrumb > li + li::before {
    padding: 0px;
}

/*#endregion*/

/*#region Surcharge Kendo*/

.k-virtual-scrollable-wrap td {
    white-space: nowrap;
}

.k-textbox > input, span.k-autocomplete .k-input, span.k-picker-wrap .k-input, span.k-numeric-wrap .k-input, span.k-dropdown-wrap .k-input, span.k-selectbox .k-input {
    /*font-size:12px; */
}

.k-state-disabled {
    filter: alpha(opacity=90);
    opacity: 0.9;
}

input.k-textbox {
    /*font-size:12px;*/
}


/*Grid*/

html .k-edit-cell .k-tooltip, html .k-grid-edit-row .k-tooltip {
    /*Surcharge message de validation dans la Grid*/
    max-width: 110px;
    white-space: pre-wrap;
}

.k-grid-header > div > table,
.k-grid-content > table,
.k-grid-content > div > table {
    width: 100%;
}

.StructureSelectorGridContainer .k-grid-header > div > table,
.StructureSelectorGridContainer .k-grid-content > table,
.StructureSelectorGridContainer .k-grid-content > div > table {
    width: 100% !important;
}
/*Padding en-tête*/
.k-grid-header th.k-header {
    padding: .5em .5em .4em .5em;
}

.k-grid-header-wrap[data-role="resizable"] th.k-header {
    border-right: 1px solid gainsboro;
}


.k-grid table tr:hover {
    background-color: #ecf0f5;
}

.k-grid table tr.hsw-disabled {
    background-color: #ecf0f5;
}

.k-grid tr.k-state-selected {
    background-color: #ecf0f5;
    color: black;
}

.k-grid .k-grouping-header {
    background-color: #fafafa;
    color: #444;
}

.k-grid td {
    padding: .1em .1em .1em .5em;
}

.k-dirty {
    margin-top: 0px;
}

.hsw-k-datepicker-small {
    width: 100px;
    font-size: 13px;
}

.hsw-k-datepicker-xsmall {
    font-size: 10px;
}

.hsw-k-dropdown-small {
    font-size: 12.5px;
}

.hsw-k-dropdown-xsmall {
    font-size: 11.5px;
}

/*Item TreeView*/
.k-treeview .k-in {
    padding: 0;
}

/*#endregion*/

/**#region reset everything to the default box model  http://docs.telerik.com/kendo-ui/third-party/using-kendo-with-twitter-bootstrap*/
/*
*, :before, :after
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
*/
/* set a border-box model only to elements that need it */

.form-control, /*if this class is applied to a Kendo UI widget, its layout may change */
.container,
.container-fluid,
.row,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
.k-widget .border-box-sizing,
.k-widget .border-box-sizing * {
    box-sizing: border-box;
}*/

/*#region chartjs */
.chart-legend li span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
/*#endregion*/

/*#endregion*/

/*#region Représente le conteneur des onglets */
#divTabs {
    padding-left: 0;
    padding-right: 0;
}

.content-header-hsw {
    float: left;
    margin: 0 0 0 0;
    /*padding: 5px 0 15px 0;*/
    width: 100%;
    position: fixed;
    background-color: #ecf0f5;
    top: 50px;
    overflow: auto;
    z-index: 1000;
}

    .content-header-hsw > .breadcrumb {
        float: right;
        background: transparent;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 12px;
        padding: 7px 5px;
        position: absolute;
        top: 15px;
        right: 10px;
        border-radius: 2px;
    }

        .content-header-hsw > .breadcrumb > li > a {
            color: #444;
            text-decoration: none;
            display: inline-block;
        }

            .content-header-hsw > .breadcrumb > li > a > .fa,
            .content-header-hsw > .breadcrumb > li > a > .glyphicon,
            .content-header-hsw > .breadcrumb > li > a > .ion {
                margin-right: 5px;
            }

.content-header > .breadcrumb > li + li:before {
    content: '>\00a0';
}

@media (max-width: 991px) {
    .content-header-hsw > .breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        right: 0;
        float: none;
        background: #d2d6de;
        padding-left: 10px;
    }

        .content-header-hsw > .breadcrumb li:before {
            color: #97a0b3;
        }
}

@media (max-width: 767px) {
    .nav-pills > li {
        float: none;
    }

    .k-grouping-header {
        display: none;
    }
}
/*#endregion*/

/*#region représente la croix pour fermer un onglet */
.closeTab {
    margin: -2px 0 0 10px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .closeTab:hover,
    .closeTab:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.closeTab {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
/*#endregion*/

/* titre onglet en small device */
.hsw-titre-pills-header {
    background-color: #337ab7;
}

.hsw-titre-pills {
    position: absolute;
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #fff;
    background-color: #337ab7;
    padding: 5px;
}


/*#region Classe des partiales views */
.partialView {
    padding-top: 0;
    margin-top: 0;
    background-color: transparent;
    position: relative;
}

.partialView-autosize {
    overflow-y: auto;
    overflow-x: hidden;
}

.partialView .modeListe {
    display: block;
    /* height:100%;*/
}

.partialView .modeTable {
    display: none;
    /*height:100%;*/
}

.partialView .modeDetail {
    background-color: #fff;
    display: none;
    padding: 5px;
    /*height:100%;*/
}
/*#endregion*/

/*#region Classe des widgets du tableau de bord */
.hsw-widget {
    display: none;
    height: 100%;
    /*overflow-y:auto;
    overflow-x:hidden;*/
}
/*#endregion*/

/*#region Classes cellule codes */
.hsw-weekend {
    background-color: #d0fce9;
}

.hsw-police-12 {
    font-size: 12px;
}

.hsw-police-10 {
    font-size: 10px;
}

.hsw-code {
    float: left;
    width: 40px;
    height: 22px;
    text-align: center;
    vertical-align: middle;
}

.hsw-code-jc, .hsw-code-dj {
    font-size: 12px;
    float: left;
    height: 22px;
    text-align: center;
    vertical-align: middle;
}

.hsw-code-jc {
    width: 80px;
}

.hsw-code-dj {
    width: 40px;
}
/*#endregion*/


/* TaskSelector*/
.box-task {
    position: absolute;
    width: 200px;
}

.box-task-last {
}

/* mise en valeur des champs requis */
select.error, textarea.error, input.error, span.error, div.error, button.error {
    border: 2px solid;
    border-color: #FF0000 !important;
}

.error-alt {
    box-shadow: red 0 0 0px 1px;
}

label.error {
    margin-bottom: 0px !important;
    display: none !important;
}

input.errorwithmsg {
    border-color: #FF0000;
}

label.errorwithmsg {
    color: #FF0000;
    margin-left: 5px;
}

@keyframes clignote {
    0% {
        box-shadow: 0px 0px 10px #FF0000;
    }

    50% {
        box-shadow: 0px 0px 0px #FF0000;
    }

    100% {
        box-shadow: 0px 0px 10px #FF0000;
    }
}

.hsw-error-anime {
    /*font-weight: bold;
    text-shadow: 0 1px 0 white;
    border-radius: 3px;
    padding: 5px 10px;
    border: 1px solid #DDD;*/
    box-shadow: 0px 0px 4px 1px #FF0000;
    animation-name: clignote; /*on affecte l'animation clignote à notre bouton*/
    animation-duration: 1s; /*on définit la durée de l'animation à 1s*/
    animation-iteration-count: 2; /*on dit que l'animation se répétera 2 fois.*/
}


/*suppresion des angles indicateur de modification dans la grille kendo*/
.k-dirty-clear {
    border-width: 0;
}

/*#region bg-background 2021*/
.widget-bg-blue0 {
    background: #4e54c8; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #8f94fb, #4e54c8); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #8f94fb, #4e54c8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.widget-bg-red {
    color: #ffffff;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(203, 45, 62), rgb(239, 71, 58)) repeat scroll 0% 0%;
}

.widget-bg-blue2 {
    color: #ffffff;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(26, 41, 128), rgb(38, 208, 206)) repeat scroll 0% 0%;
}

.widget-bg-blue1 {
    color: #ffffff;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(131, 96, 195), rgb(46, 191, 145)) repeat scroll 0% 0%;
}

.widget-bg-personal {
    background: rgba(252, 252, 253, 1.0);
    background: -webkit-linear-gradient(top left, rgba(252, 252, 253, 1.0), rgba(196, 229, 253, 1.0));
    background: -moz-linear-gradient(top left, rgba(252, 252, 253, 1.0), rgba(196, 229, 253, 1.0));
    background: linear-gradient(to bottom right, rgba(252, 252, 253, 1.0), rgba(196, 229, 253, 1.0));
}

.widget-bg-manager {
    background: rgba(253, 253, 252, 1.0);
    background: -webkit-linear-gradient(top left, rgba(253, 253, 252, 1.0), rgba(253, 234, 196, 1.0));
    background: -moz-linear-gradient(top left, rgba(253, 253, 252, 1.0), rgba(253, 234, 196, 1.0));
    background: linear-gradient(to bottom right, rgba(253, 253, 252, 1.0), rgba(253, 234, 196, 1.0));
}

.bg-blue-light {
    background-color: #b3e5fc !important;
}

.bg-teal-light {
    background-color: #a6e1e1 !important;
}

.bg-orange-light {
    background-color: #ffd6b2 !important;
}

.bg-red-light {
    background-color: #ff8273 !important;
}
/*#endregion*/
/*#region bg-background */
.bs-callout {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-default {
    border-left-color: #777;
}

    .bs-callout-default h4 {
        color: #777;
    }

.bs-callout-primary {
    border-left-color: #428bca;
}

    .bs-callout-primary h4 {
        color: #428bca;
    }

.bs-callout-success {
    border-left-color: #5cb85c;
}

    .bs-callout-success h4 {
        color: #5cb85c;
    }

.bs-callout-danger {
    border-left-color: #d9534f;
}

    .bs-callout-danger h4 {
        color: #d9534f;
    }

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

    .bs-callout-warning h4 {
        color: #f0ad4e;
    }

.bs-callout-info {
    border-left-color: #5bc0de;
}

    .bs-callout-info h4 {
        color: #5bc0de;
    }
/*#endregion*/
/*#region surcharge class table-bordered*/
.hsw-table-bordered > thead > tr > th, .hsw-table-bordered > tbody > tr > th, .hsw-table-bordered > tfoot > tr > th, .hsw-table-bordered > thead > tr > td, .hsw-table-bordered > tbody > tr > td, .hsw-table-bordered > tfoot > tr > td, .hsw-table-bordered {
    border: 1px solid #989898 !important;
}

/*#endregion*/
.hsw-no-record-grid {
    text-align: center;
    font-size: 15pt;
    padding: 20px;
}
/**
    Coller les box d'admin LTE l'une contre l'autre 
**/
.hsw-round-top {
    border-radius: 5px 5px 0px 0px;
}

.hsw-round-bottom {
    border-radius: 0px 0px 5px 5px;
}

.hsw-remove-margin-bottom {
    margin-bottom: 0px;
}
/**
    check box avancée

*/
/* The switch - the box around the slider */
.hsw-switch {
    position: relative;
    float: left;
    display: inline-block;
    width: 30px;
    height: 17px;
}

    /* Hide default HTML checkbox */
    .hsw-switch input {
        display: none;
    }

/* The slider */
.hsw-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .hsw-switch-slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .2s;
        transition: .2s;
    }

input:checked + .hsw-switch-slider {
    background-color: rgba(0, 165, 90, 1);
}

input:focus + .hsw-switch-slider {
    box-shadow: 0 0 1px rgba(0, 165, 90, 1)
}

input:checked + .hsw-switch-slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

.hsw-switch-label {
    margin-left: 5px;
    float: left;
    position: relative;
}

.hsw-inline {
    display: inline-block;
    vertical-align: top;
}

.hsw-nav-substitute {
    background: #ff4c4a !important;
}

.hsw-nav-restricted {
    background: #ff9800 !important;
}

.hsw-floatbar-fixed + div > div > ul.nav:first-child {
    background-color: lightgray;
    border-radius: 0px;
}

.hsw-floatbar-fixed + div > ul.nav:first-child {
    background-color: lightgray;
    border-radius: 0px;
}

.hsw-floatbar-fixed + div > div.bar > ul.nav:first-child {
    background-color: white !important;
}

.hsw-floatbar-fixed + div.bar > ul.nav:first-child {
    background-color: white !important;
}

.hsw-floatbar-fixed + .nav-tabs-custom > .nav-tabs-custom {
    border-radius: 0px;
}

.hsw-floatbar-fixed + .nav-tabs-custom {
    border-radius: 0px;
}

#divTabs > ul > li > a {
    border-top: 0px;
}

.btn-sm, .btn-group-sm > .btn {
    line-height: 1.9;
}

.btn-xs, .btn-group-xs > .btn {
    line-height: 1.5;
}

.login-box, .register-box {
    margin: auto !important;
    padding-top: 7%;
}

tr.hsw-sum-row {
    background-color: #d3d3d3;
}

    tr.hsw-sum-row:hover {
        background-color: #d3d3d3 !important;
    }

.hsw-key-missing {
    animation-name: make-it-blind;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
}

@keyframes make-it-blind {
    0% {
        background-color: red;
        color: yellow
    }

    50% {
        background-color: yellow;
        color: red
    }

    100% {
        background-color: red;
        color: yellow
    }
}

.hsw-pict-zoom {
    max-height: 50%;
    min-height: 50%;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    zoom: 115%;
    right: 0;
}

.hsw-close-directory-image-zoom {
    position: absolute;
    background-color: #000000b0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90000;
    padding: 30px;
}

.hsw-close-zoom {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 25pt;
    color: white;
    cursor: pointer;
}

    .hsw-close-zoom:hover {
        color: grey;
    }

.hsw-directory-image:hover {
    cursor: pointer;
}

.hsw-header {
    color: white !important;
    font-size: 10pt !important;
}

.col-ellipsis-min-width-compteur {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.k-grid-filter.k-state-active {
    background-color: #c1c1c1;
}
/** pour eviter l'ajout d'un fichier css juste pour une ligne*/
#contenu10800 button.btn.btn-info.btn-sm.btn-detail {
    line-height: 1;
}

.k-multicheck-wrap .k-item {
    line-height: 1.7em;
}

#showHelpList {
    position: absolute;
    right: 0;
    background-color: white;
    border: 1px solid grey;
    border-top: 0px;
    width: 250px;
    outline: none;
}

    #showHelpList ul li a {
        color: black;
    }

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.hsw-floatbar-content .fa-thumb-tack {
    transform: rotate(90deg);
    color: darkgrey;
    cursor: pointer;
}

.hsw-floatbar-fixed .fa-thumb-tack {
    transform: rotate(0deg);
    color: grey;
}

.hsw-with-libelle-code {
    display: inline-block;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 20px;
    vertical-align: top;
}

.hsw-with-libelle-name {
    margin-left: 3px;
    line-height: 20px;
    vertical-align: top;
}

#divBatchProcessIndicator {
    color: black;
}

#resultSpeech.workingInProgress {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@font-face {
    font-family: 'password';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/password.ttf');
}

.tlhContainer {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    color: #424949;
    background-color: #ECF0F1;
    padding: 11px 0 0;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 30px;
}

    .tlhContainer .flex-parent {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .tlhContainer .input-flex-container {
        display: flex;
        justify-content: space-around;
        align-items: center;
        /*width: 80vw;*/
        height: 100px;
        max-width: 1000px;
        position: relative;
        z-index: 0;
    }

    .tlhContainer .input {
        width: 25px;
        height: 25px;
        background-color: #2C3E50;
        position: relative;
        border-radius: 50%;
        margin-left: 30px;
        margin-right: 30px;
    }

        .tlhContainer .input.MainInput, .tlhContainer .input.AddInput {
            width: 45px;
            height: 45px;
            background-color: #2C3E50;
            position: relative;
            border-radius: 50%;
        }

        .tlhContainer .input.AddInput {
            border: 5px solid #2C3E50;
            background: white;
        }

        .tlhContainer .input:hover {
            cursor: pointer;
        }

        .tlhContainer .input::before, .tlhContainer .input::after {
            content: "";
            display: block;
            position: absolute;
            z-index: -1;
            top: 50%;
            transform: translateY(-50%);
            background-color: #2C3E50;
            width: 4vw;
            height: 5px;
            max-width: 50px;
        }

        .tlhContainer .input.AddInput::after {
            content: "";
            display: block;
            position: absolute;
            z-index: -1;
            top: 50%;
            transform: translateY(-50%);
            background-color: #2C3E50;
            width: 0px;
            height: 0px;
            max-width: 50px;
        }


        .tlhContainer .input::before {
            left: calc(-4vw + 12.5px);
        }

        .tlhContainer .input::after {
            right: calc(-4vw + 12.5px);
        }

        .tlhContainer .input.active {
            background-color: #2C3E50;
        }

            .tlhContainer .input.active::before {
                background-color: #2C3E50;
            }

            .tlhContainer .input.active::after {
                background-color: #AEB6BF;
            }

            .tlhContainer .input.active span {
                font-weight: 700;
            }

        .tlhContainer .input.MainInput i, .tlhContainer .input.AddInput i {
            color: white;
            width: 46px;
            height: 55px;
            position: absolute;
            text-align: center;
            vertical-align: middle;
            top: 16%;
            font-size: 30px;
        }

        .tlhContainer .input.AddInput i {
            color: #2C3E50;
        }

        .tlhContainer .input.AddInput.active i {
            color: white;
        }

        .tlhContainer .input.active span::before {
            font-size: 12px;
        }

        .tlhContainer .input.active span::after {
            font-size: 12px;
        }

        .tlhContainer .input.active ~ .input, .tlhContainer .input.active ~ .input::before, .tlhContainer .input.active ~ .input::after {
            background-color: #AEB6BF;
        }

        .tlhContainer .input span {
            width: 1px;
            height: 1px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            visibility: hidden;
        }

            .tlhContainer .input span::before, .tlhContainer .input span::after {
                visibility: visible;
                position: absolute;
                left: 50%;
            }

            .tlhContainer .input span::after {
                content: attr(data-year);
                top: 25px;
                transform: translateX(-50%);
                font-size: 14px;
            }

            .tlhContainer .input span::before {
                content: attr(data-info);
                top: -65px;
                width: 70px;
                transform: translateX(-5px) rotateZ(-45deg);
                font-size: 12px;
                text-indent: -10px;
            }

    .tlhContainer .description-flex-container {
        width: 80vw;
        font-weight: 400;
        font-size: 22px;
        margin-top: 100px;
        max-width: 1000px;
    }

        .tlhContainer .description-flex-container p {
            margin-top: 0;
            display: none;
        }

            .tlhContainer .description-flex-container p.active {
                display: block;
            }

@media (min-width: 1250px) {
    .tlhContainer .input::before {
        left: -37.5px;
    }

    .tlhContainer .input::after {
        right: -37.5px;
    }
}

@media (max-width: 850px) {
    .tlhContainer .input {
        width: 17px;
        height: 17px;
    }

        .tlhContainer .input::before, .input::after {
            height: 3px;
        }

        .tlhContainer .input::before {
            left: calc(-4vw + 8.5px);
        }

        .tlhContainer .input::after {
            right: calc(-4vw + 8.5px);
        }
}

@media (max-width: 600px) {
    .tlhContainer .flex-parent {
        justify-content: initial;
    }

    .tlhContainer .input-flex-container {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        height: auto;
        margin-top: 15vh;
    }

    .tlhContainer .input {
        width: 60px;
        height: 60px;
        margin: 0 10px 50px;
        background-color: #AEB6BF;
    }

        .tlhContainer .input::before, .tlhContainer .input::after {
            content: none;
        }

        .tlhContainer .input span {
            width: 100%;
            height: 100%;
            display: block;
        }

            .tlhContainer .input span::before {
                top: calc(100% + 5px);
                transform: translateX(-50%);
                text-indent: 0;
                text-align: center;
            }

            .tlhContainer .input span::after {
                top: 50%;
                transform: translate(-50%, -50%);
                color: #ECF0F1;
            }

    .tlhContainer .description-flex-container {
        margin-top: 30px;
        text-align: center;
    }
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
}

    .navbar::before {
        content: none !important;
    }

    .navbar::after {
        content: none !important;
    }

    .navbar p {
        padding: 2px 15px;
        margin-bottom: 0px;
        flex-grow: 1;
        color: white;
        max-height: 40px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

/*ECO-2953 : Si supérieur à 1330px alors on affiche le message complet et on cache l'icône */ 
@media (min-width: 1330px) 
{
    #alertMessageLoginRestricted 
    {
        display: block !important;
    }

     #iconLoginRestricted
     {
        display: none !important;
     }

}

/*ECO-2953 : Si entre 600 et 1330, alors on affiche le message restreint et l'icône d'avertissement cliquable */ 
@media (min-width: 600px) and (max-width: 1330px) 
{
    #alertMessageLoginRestricted 
    {
        display: none !important;
    }

    #iconLoginRestricted 
    {
        display: block !important;
    }

    #iconLoginRestricted .accesLimited 
    {
        display: flex !important;
    }

    #iconLoginRestricted 
    {
        display: flex !important; 
        align-items: center !important;
    }

    #iconLoginRestricted i 
    {
        margin-right: 8px !important; 
    }

}

/* ECO-2953 : Si max 600, alors on affiche uniquement l'icône d'avertissement cliquable */ 
@media (max-width: 600px) {
    #alertMessageLoginRestricted {
        display: none !important;
    }

    #iconLoginRestricted {
        display: block !important;
    }

    #iconLoginRestricted .accesLimited {
        display: none !important;
    }
}

#iconLoginRestricted i  {
    font-size: 1.1em; /* Taille de l'icône (ajuste selon besoin) */
    margin-right: 5px; /* Espacement entre l'icône et le texte */
    cursor: pointer;
}

#iconLoginRestricted {
    cursor: pointer;
}


    #ulNotifications {
        display: flex;
    }



    #ulNotifications {
        display: flex;
    }

    #ulInfosTraitement {
        padding-top: 5px;
        padding-left: 20px;
    }

    #debugClientHelper {
        background-color: #fdfefe;
        position: fixed;
        margin: 0;
        padding: 0;
    }

        #debugClientHelper ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            #debugClientHelper ul li {
                padding: 2px 4px;
                cursor: pointer;
            }

                #debugClientHelper ul li:nth-child(odd) {
                    background-color: #f4f6f7;
                }

                #debugClientHelper ul li a {
                    text-decoration: none;
                    color: #777777;
                }

                    #debugClientHelper ul li a.active {
                        color: #5dade2;
                    }

    .invalid-captcha-error {
        color: #FF7C7C
    }

    .captcha-loader-container {
        width: 320px;
        height: 83px;
        display: flex;
        justify-content: center;
    }

    .captcha-loader {
        animation: spin 1s infinite linear;
        border: 2px solid rgba(30, 30, 30, 0.5);
        border-left: 4px solid #fff;
        border-radius: 50%;
        height: 50px;
        margin-bottom: 10px;
        width: 50px;
        display: none;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .captcha-container {
        display: flex;
        justify-content: center;
        width: 320px;
    }
