/*----------------------------------------------
Author : www.webthemez.com
License: Commons Attribution 3.0
http://creativecommons.org/licenses/by/3.0/
------------------------------------------------*/

/* Prevent horizontal layout shift when modals toggle body overflow */
html {
    overflow-y: scroll;
}

/* Prevent horizontal layout shift when Bootstrap modals add padding-right to body */
body.modal-open {
    padding-right: 0 !important;
}

/*----------------------------------------------
    COMMON  STYLES
------------------------------------------------*/

body {
    font-family: 'Public Sans', sans-serif;
    background-color: #eee;
}

.loader {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background: #1b1d28;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #226ed1;
    animation:fadeout 0.5s 1;
    animation-fill-mode: forwards;
    animation-delay:2.5s;
}
@keyframes fadeout{
    from {opacity :1;}
    to {opacity :0; z-index: -1;}
}
@keyframes fadein{
    from {opacity :0;}
    to {opacity :1;}
}
.loader .logo {
    width: 80vw;
    height: 8vh;
    max-width: 657px;
    background: url(../img/logo-progest-1314px.png) no-repeat center center;
    background-size: contain;
    margin-bottom: 3vh;
}
.loader .spinner {
    font-size: 6em;
    text-align: center;
    height: 120px;
    animation:fadein .5s 1;
}
.spin-fast {
    animation: fa-spin .6s infinite linear;
}
.fa-spin {
    animation: fa-spin 1s infinite linear;
    color: #fff;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    position: relative;
    top: 55px;
    padding: 15px 15px;
    /*background: url(../img/background2.png) no-repeat 50% 4%;*/
}

#page-inner {
    width: 100%;
    margin: 10px 20px 10px 0px;
    background-color: transparent;
    padding: 10px;
}

.text-center {
    text-align: center;
}

.no-border {
    border: 1px solid #f3f3f3;
}

h1, .h1,
h2, .h2,
h3, .h3 {
    font-weight: bold;
    margin-top: 7px;
    margin-bottom: 5px;
}

h1.page-header {
    margin-top: 10px;
}

.supervision h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

h2 {
    color: #000;
}

.easypiechart-panel h4 {
    padding-top: 10px;
    font-size: 22px;
    font-weight: 600;
}

a {
    color: green;
}

a:hover {
    color: #5cb85c;
}

a.no-underline:hover,
a.no-underline:focus {
    text-decoration: none;
    color: #000;
}

/* Avoids the big black border if accessibility is not enabled */
a:focus {
    outline: none;
}

a:focus-visible {
    outline: 2px solid #333;
    outline-offset: 2px;
}

.modal-dialog {
    color: #333;
}

.ticket .client-comment a {
    color: rgba(255, 255, 255, .8);
    text-decoration: underline;
}

.ticket a:hover {
    text-decoration: none;
    color: #fff;
}

.ticket a.btn:hover {
    color: #333;
}

.client-comment.neutre time a {
    color: inherit;
    text-decoration: none;
}

.client-comment.neutre time a:hover {
    color: inherit;
    text-decoration: none;
}

.ticket-heading .btn {
    margin-top: 3px;
}

.comment-modal {
    color: #000;
}
.comment-modal textarea {
    width: 100%;
    height: 110px;
}
textarea.comment-multiline {
    height: 34px;
    font-weight: normal;
}

.square-btn-adjust {
    border: 0px solid transparent;
    border-radius: 0px;
}

p {
    font-size: 16px;
    line-height: 25px;
    padding-top: 20px;
}

.panel {
    border-radius: 6px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
}

.panel-heading {
    border-radius: 6px !important;
    padding: 15px 15px 0px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.top-navbar {
    position: fixed;
    width: 100%;
    z-index: 300;
    margin: 0px;
    background: #fff;
    border-bottom: none;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}

.top-navbar .nav > li {
    padding: 20px !important;
    cursor: default;
}

.navbar-side {
    z-index: 500;
    position: fixed;
    width: 260px;
    top: 60px;
    background: #1b1d28;
    overflow-y: auto;
}

.navbar-side .menu-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 1.5em;
}

.navbar-default .navbar-toggle {
    position: absolute;
    right: 0px;
    top: 4px;
}

@media (max-width: 767px) {
    #page-wrapper {
        top: 110px;
    }
    .navbar-side {
        right: 0;
    }
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #2497BA;
    border-color: #428bca;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
    /* background-color: #FAFAFA; */
    border-radius: 0;
}


/*----------------------------------------------
    KPI CARDS (Dashboard)
------------------------------------------------*/

/* Make KPI row a flexbox for equal-height cards */
.kpi-row {
    display: flex;
    flex-wrap: wrap;
}

.kpi-row > [class*="col-"] > a.text-no-underline {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.kpi-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.kpi-card .panel-body {
    display: flex;
    align-items: center;
    padding: 20px 15px;
}

.kpi-card .kpi-icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: rgba(34, 110, 209, 0.2);
    flex-shrink: 0;
    margin-right: 15px;
}

.kpi-card .kpi-icon-circle i {
    font-size: 1.5em;
    color: #226ed1;
}

.kpi-card .kpi-text {
    flex: 1;
}

.kpi-card .kpi-label {
    font-size: 1.3em;
    color: #999;
    margin: 0 0 2px 0;
    padding: 0;
}

.kpi-card .kpi-value {
    font-size: 2.5em;
    font-weight: bold;
    margin: 0;
    line-height: 1.1;
    padding: 0;
}

a.text-no-underline {
    color: inherit;
    text-decoration: none;
}

a.text-no-underline .kpi-card .panel {
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

a.text-no-underline:hover .kpi-card .panel {
    box-shadow: 0 3px 12px 0 rgba(0,0,0,.2);
    transform: translateY(-2px);
}

.panel-back {
    background-color: #fff;
}

.panel-default {
    animation:fadein 0.2s 1;
    z-index: 5;
}

.panel-default>.panel-heading {
    color: #000;
    border-color: #FFF;
    background: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

.panel-default>.panel-heading input {
    font-weight: normal;
}

.jumbotron,
.well {
    background: #fff;
}

.noti-box {
    min-height: 100px;
    padding: 20px;
}

.noti-box .icon-box {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    width: 70px;
    height: 70px;
    line-height: 75px;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
}

.text-box p {
    margin: 0 0 3px;
}

.main-text {
    font-size: 25px;
    font-weight: 600;
}

.set-icon {
    border-radius: 50px;
}

.panel-primary {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}

.text-gray {
    color: #bbb;
}

.green {
    background-color: #5cb85c;
    color: #fff;
}

.blue, .btn-blue {
    background-color: #226ed1;
    color: #fff !important;
}

.red {
    background-color: #F0433D;
    color: #fff;
}

.brown {
    background-color: #f0ad4e;
    color: #fff;
}

.btn-gray {
    background-color: #aaa;
    color: #fff;
}
.btn-gray.focus,
.btn-gray:focus,
.btn-gray:hover {
    color: #fff;
}

.btn-purple,
.progress-bar-purple {
    background-color: #d94fc4;
    color: #fff;
}

.btn-purple.focus,
.btn-purple:focus,
.btn-purple:hover {
    background-color: #cc37b6;
}

.btn-pink {
    background-color: #bc7399;
    color: #fff;
}

.btn-pink:hover {
    background-color: #a76085;
}

a:focus .tag {
    color: #fff;
}

.back-footer-red {
    background-color: #F0433D;
    color: #fff;
    border-top: 0px solid #fff;
}

.icon-box-right {
    display: block;
    float: right;
    margin: 0 15px 10px 0;
    width: 70px;
    height: 70px;
    line-height: 75px;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
}

.main-temp-back {
    background: #8702A8;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.main-temp-back .text-temp {
    font-size: 40px;
}

.back-dash {
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 0px;
    background-color: #2EA7EB;
    color: #fff;
}

.back-dash p {
    padding-top: 16px;
    font-size: 13px;
    color: #fff;
    line-height: 25px;
    text-align: justify;
}

.color-bottom-txt {
    color: #000;
    font-size: 16px;
    line-height: 30px;
}

.mt-5 {
    margin-top: 5px;
}
/*Charts*/

.main-chart {
    background: #fff;
}

.easypiechart-panel {
    text-align: center;
    padding: 1px 0;
    margin-bottom: 20px;
}

.placeholder h2 {
    margin-bottom: 0px;
}

.donut {
    width: 100%;
}

.easypiechart {
    position: relative;
    text-align: center;
    width: 300px;
    height: 300px;
    margin: 20px auto 10px auto;
}

.easypiechart .percent {
    display: block;
    position: absolute;
    font-size: 4em;
    top: 98px;
    width: 300px;
    font-weight: bold;
}

#easypiechart-blue .percent {
    color: #5cb85c;
}

#easypiechart-teal .percent {
    color: #1ebfae;
}

#easypiechart-orange .percent {
    color: #ffb53e;
}

#easypiechart-red .percent {
    color: #ef4040;
}

.chat-panel .panel-body {
    height: 450px;
    overflow-y: scroll;
}

.chat-box {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat-box li {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #808080;
}

.chat-box li.left .chat-body {
    margin-left: 90px;
}

.chat-box li .chat-body p {
    margin: 0;
    color: #8d8888;
}

.chat-img>img {
    margin-left: 20px;
}

footer {
    cursor: default;
    text-align: right;
}

.footer-hr {
    margin-top: 40px;
}


/*----------------------------------------------
    MENU STYLES
------------------------------------------------*/

.user-image {
    margin: 25px auto;
    border-radius: 10px;
    max-height: 170px;
    max-width: 170px;
}

.btn-fullscreen {
    right: 12px; top: 70px; position: absolute;
}

.searchbox {
    margin: 13px 0 13px 25px;
}

.top-navbar .navbar-brand {
    color: #fff;
    width: 260px;
    text-align: left;
    height: 60px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    background: url('../img/logo-progest-60px.png') #1b1d28 no-repeat center center;
    background-size: 204px;
}

@media (max-width: 767px) {
    .btn-fullscreen,
    .navbar-top-links {
        display: none;
    }
    .top-navbar .navbar-brand {
        width: 100%;
    }
    .navbar-side {
        background-color: transparent !important;
    }
}

.sidebar-collapse {
    background: #333;
}

.top-navbar .nav>li {
    position: relative;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.top-navbar .nav>li>a {
    position: relative;
    display: block;
    padding: 20px;
    margin: 0px;
}

.top-navbar .dropdown-menu {
    min-width: 230px;
    border-radius: 0 0 4px 4px;
}

.top-navbar .dropdown-menu>li>a:hover,
.top-navbar .dropdown-menu>li>a:focus {
    color: #225081;
    background: none;
}

.dropdown-tasks {
    width: 255px;
}

.dropdown-tasks .progress {
    height: 8px;
    margin-bottom: 8px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 0px;
}

.dropdown-tasks>li>a {
    padding: 0px 15px;
}

.dropdown-tasks p {
    font-size: 13px;
    line-height: 21px;
    padding-top: 4px;
}

.active-menu {
    background-color: #5cb85c !important;
    color: #fff !important;
}

.active-menu i {
    color: #fff !important;
}

.arrow {
    float: right;
    margin-top: 8px;
}

.fa.arrow:before {
    content: "\f104";
}

.active>a>.fa.arrow:before {
    content: "\f107";
}

.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

.nav-second-level li a {
    padding-left: 37px;
}

.nav-third-level li a {
    padding-left: 55px;
}

.sidebar-collapse,
.sidebar-collapse .nav {
    background: none;
}

.sidebar-collapse .nav {
    padding: 0;
}

.sidebar-collapse .nav>li>a {
    color: #B5B5B5;
    background: transparent;
    text-shadow: none;
}

.sidebar-collapse>.nav>li>a {
    padding: 12px 10px 14px;
}

.sidebar-collapse>.nav>li {
    border-bottom: 1px solid rgba(107, 108, 109, 0.19);
}

ul.nav.nav-second-level.collapse.in {
    background: #0a0b0f;
}

.sidebar-collapse .nav>li>a:hover,
.sidebar-collapse .nav>li>a:focus {
    outline: 0;
}

.top-navbar .nav>li>a>i {
    margin-right: 2px;
}

.top-navbar .navbar-brand:hover {
    background-color: #1b1d28;
}

.dropdown-user li {
    margin: 8px 0;
}

.navbar-default {
    border: 0px solid black;
}

.navbar-header {
    background: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(255,255,255,.2);
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.nav>li>a>i {
    margin-right: 10px;
    color: #666;
}


/*----------------------------------------------
    UI ELEMENTS STYLES
------------------------------------------------*/

.btn-circle {
    width: 50px;
    height: 50px;
    padding: 6px 0;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-primary,
.tag,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    padding: 7px 16px 7px;
}

.btn-large,
.btn-large:active,
.btn-large:focus,
.btn-large:hover {
   padding: 10px 30px;
}

.btn {
    border: 0;
    border-radius: 3px;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: -2px;
}

.form-check-label {
    margin-right: 30px;
    cursor: pointer;
}

small label {
    font-weight: 500;
}

.modal-content {
    border: 0;
    box-shadow: 0 9px 24px 0 rgba(0,0,0,.3);
}

.alert {
    max-width: 800px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.datepicker {
    padding: 6px 12px;
}


/*----------------------------------------------
    MEDIA QUERIES
------------------------------------------------*/

@media(min-width:768px) {
    #page-wrapper {
        margin: 0 0 0 260px;
        padding: 15px 30px;
    }
    .navbar-side {
        width: 260px;
        height: calc(100vh - 60px);
    }
    .navbar {
        border-radius: 0px;
    }
}

@media(max-width:767px) {
    .navbar-side {
        box-shadow: 0 9px 24px 0 rgba(0,0,0,.3);
        border-bottom-left-radius: 6px;
    }
}

@media(max-width:480px) {
    .page-header small {
        display: block;
        padding-top: 14px;
        font-size: 19px;
    }
}


/*----------------------------------------------
    NAVBAR
------------------------------------------------*/

.top-navbar .nav>li>a {
    border-left: 1px solid #ccc;
    color: #000;
    padding: 20px 1.2vw;
    text-transform: uppercase;
}

.nav>li>a.user-active,
.nav>li>a:hover {
    background: #5cb85c;
    color: #fff;
}

.nav>li>a.user-active {
    font-weight: bold;
}

.navbar-right {
    margin-right: 0;
}

.navbar-side .nav>li>a>i {
    color: #fff;
}


/*----------------------------------------------
    CLIENTS
------------------------------------------------*/

.clients-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.clients-ul li {
    margin: 1px;
}

.clients-ul a {
    display: block;
    width: 100%;
    padding: 5px;
    color: #000;
}

.clients-ul .v {
    text-transform: uppercase;
    font-size: 0.8em;
    color: #aaa;
    float: right;
}

.clients-ul .societe {
    text-transform: capitalize;
    font-style: italic;
    color: #aaa;
    padding-left: 43px;
}

.clients-ul .t {
    display: none;
}

.clients-ul a:hover,
a.actif {
    background: #5cb85c;
    color: #fff;
    text-decoration: none;
}

.clients-ul a:hover .v,
.actif .v,
.clients-ul a:hover .societe,
.actif .societe {
    color: #fff;
}

@media(min-width:1200px) {
    .clients-fixed {
        position: fixed;
        width: calc(33.3333% - 120px);
    }
}

#client-ajax {
    min-height: calc(100vh - 186px);
}

.auto-scroll {
    overflow-y: scroll;
    height: calc(100vh - 160px);
}

/*----------------------------------------------
    FILE BADGE
------------------------------------------------*/

.file-badge {
    display: none;
    position: absolute;
    top: -4px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #226ed1;
    border-radius: 9px;
    z-index: 10;
}

.file-badge.visible {
    display: inline-block;
}

/* Ensure parent buttons position the badge correctly */
.btn-group .btn>.file-badge,
.btn>.file-badge {
    /* fallback: button already has position from Bootstrap */
}

.btn-group .dropdown-toggle {
    position: relative;
}

@media(max-width:1199px) {
    .auto-scroll {
        height: auto;
        max-height: 35vh;
    }
}

.client-info {
    padding-top: 0;
}

#client-fiche {
    line-height: 1.6em;
}

#client-fiche h3,
#client-fiche h4 {
    cursor: default;
    font-weight: bold;
}

#client-fiche h4 i {
    color: #5cb85c;
}

#client-fiche h4 {
    margin-top: 5px;
    padding-top: 0;
}

#client-fiche h3 small {
    font-size: .9em;
}

.contrat {
    box-shadow: 0 0 0px 4px #226ed1 inset;
}
.litige {
    box-shadow: 0 0 0px 4px #dd0000 inset;
    background: rgba(255,0,0,.1);
}

.client-comment {
    display: block;
    padding: 5px 10px;
}

.client-comment.neutre {
    background-color: #fafafa;
    margin: 5px 0 5px 30px;
    border-radius: 8px;
}

.serenite {
    background: url('http://i.giphy.com/G0vaYbZDJV0cM.gif') no-repeat center right #f4f4f4;
    animation: bounce 800ms ease-out;
}
[hidden] {
  display: none !important;
}
.button-label {
    cursor: pointer;
    display: block;
}
.deleteFileBtn {
    position: absolute;
    right: -20px;
    margin-top: -26px !important;
    color: #fff !important;
    padding: 2px 6px !important;
}
.deleteFileBtn:hover {
    color: #333 !important;
}


/* W3, Opera 12+, Firefox 16+ */

@keyframes bounce {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    5% {
        transform: translateY(-100%);
        opacity: 0;
    }
    15% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-50%);
    }
    40% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(-30%);
    }
    70% {
        transform: translateY(0%);
    }
    80% {
        transform: translateY(-15%);
    }
    90% {
        transform: translateY(0%);
    }
    95% {
        transform: translateY(-7%);
    }
    97% {
        transform: translateY(0%);
    }
    99% {
        transform: translateY(-3%);
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


.numserie {
    font-family: monospace;
    opacity: .9;
}
.numserie::placeholder {
    font-family: 'Public Sans';
}
input.numserie {
    width: 100% !important;
}

.materiel-liste {
    padding-top: 5px;
    position: relative;
    overflow-y: hidden;
}

.bg-secondary-green {
    background: #e7efe7;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 15%) inset;
    padding: 1.8em 2em 1em;
    margin-bottom: -16px;
}
.bg-secondary-green small {
    color: rgba(0,0,0,.5);
}

.form-add-materiel .fullwidth,
textarea .fullwidth,
a.fullwidth {
    width: 100%;
}

.ticket, .materiel {
    position: relative;
    margin: 10px 0;
    color: #fff;
    border-radius: 8px;
}

.materiel {
    padding: 2px 10px;
    font-size: 1.1em;
    margin: 5px 0 0;
    cursor: pointer;
}
.materiel:hover {
    opacity: .8;
}

.materiel i {
    opacity: .7;
}

.materiel-filter .btn {
    padding: 7px 28px;
    opacity: .9;
    filter: grayscale(.6);
    transition: all .2s;
}
.materiel-filter .btn.active {
    opacity: 1;
    filter: grayscale(0);
    box-shadow: inset 0px 3px 5px rgba(0,0,0,.3);
}

.showmore {
    position: absolute;
    width: calc(100% - 36px);
    padding-top: 10px;
    margin-top: -58px;
    border-radius: 6px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 100%);
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    color: #4c994c;
    transition: all .2s;
}
.showmore:hover {
    opacity: .8;
}
.showmore i {
    height: 18px;
}


/* Autocomplete */
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: block;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

/* Search popup */
.popup-materiel {
    position: absolute;
    z-index: 100;
    border-radius: 6px;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    max-height: 60vh;
    padding: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    font-size: .9em;
    font-weight: normal;
}

.ticket .casier {
    font-size: 8em;
    font-weight: 900;
    right: 60px;
    top: 20px;
    position: absolute;
    line-height: .7;
    opacity: .3;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.tag {
    display: inline-block;
    border-radius: 4px;
    margin-right: 5px;
    border: 1px solid #333;
}

.btn-primary.disabled {
    opacity: .5;
    padding-left: 38px !important;
    cursor: not-allowed;
    margin-top: 3px;
    border: 0;
    background-color: transparent;
}

.ticket .form-group {
    padding: 10px;
}

.client-comment time {
    opacity: .7;
    margin-right: 10px;
    padding: 0 5px;
    font-size: .9em;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, .5);
    transition: all .6s;
    cursor: pointer;
    float: left;
}
.client-comment time:hover {
    opacity: 1;
    background: rgba(0,0,0,.5);
    color: #fff;
    border-color: transparent;
    transition: all .3s;
}
.inline-block {
    display: inline-block;
}
.client-comment .inline-block {
    max-width: calc(100% - 140px);
}

.noselect,
.client-comment time {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.progress {
    height: 40px;
    font-weight: bold;
}

.progress-bar {
    font-size: 16px;
    line-height: 40px;
    overflow: hidden;
}


/*----------------------------------------------
    SUPERVISION
------------------------------------------------*/

.supervision h3 {
    margin-bottom: 20px;
}

.supervision .dep-block {
    display: block;
    width: 100%;
    margin: 4px 0;
    font-weight: bold;
    border-bottom: 2px solid rgba(0, 0, 0, .5);
}

.supervision .casier-mini {
    font-size: 1.4em;
    background-color: rgba(0, 0, 0, .3);
    width: 40px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    float: left;
}

.supervision a {
    text-decoration: none;
}

.supervision .name {
    padding: 6px;
    margin-left: 40px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    z-index: 10;
    font-size: 1.4em;
    color: #000;
}

.supervision small {
    font-weight: 300;
    font-size: 0.75em;
}
@media(max-width:992px) {
    .supervision h3 {
        margin-top: 30px;
        margin-bottom: 10px;
    }
}


.supervision .btn-default .name {
    text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff;
}

.supervision .icon {
    text-shadow: none;
    color: rgba(0, 0, 0, .3);
    position: absolute;
    right: 23px;
    margin-top: -34px;
}


/* Supervision Clock */

.clock-container {
    position: fixed;
    opacity: .08;
    right: 0;
    bottom: 0;
    text-align: right;
    user-select: none;
    cursor: default;
}

.clock {
    width: 800px;
    margin: 0 auto;
    padding: 30px;
    border: 1px solid #333;
    color: #fff;
}

#Date {
    font-size: 36px;
}

.clock-container ul {
    padding: 0px;
    list-style: none;
    font-weight: bold;
}

.clock-container ul li {
    display: inline;
    font-size: 11em;
    line-height: 1em;
}

#point {
    position: relative;
    animation: mymove 1s ease infinite;
    padding-left: 10px;
    padding-right: 10px;
}

@media(min-width:538px) {
    .fullscreen .navbar-side {
        visibility: collapse;
    }
}

.fullscreen #page-wrapper {
    z-index: 1;
}

.fullscreen .jquery-notific8-notification.family-legacy {
    max-height: 10em;
}

.fullscreen .jquery-notific8-notification.open {
    height: 9em;
}

.fullscreen #txtsearch {
    border-color: #226ed1;
    background: #12141b;
    margin-top: 2px;
}
.fullscreen .searchbox .btn {
margin-top: 2px;
}

.gold-text {
    color: #c3a343;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(transparent, transparent), url(http://iris.ovh/assets/img/gold-background.jpg) repeat;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
}


/*----------------------------------------------
    TIMELINE
------------------------------------------------*/

.timeline {
    width: 3300px;
}

.timeline .today {
    position: absolute;
    margin-top: -1vh;
    height: 86vh;
    width: 2px;
    background: #dd0000;
}

.col-month {
    border-right: 1px solid rgba(255,255,255,.2);
    color: #888;
    height: 84vh;
    width: 200px;
    padding: 10px;
    display: inline-block;
}

.project {
    position: absolute;
    padding: 5px 10px !important;
    line-height: 1.1em;
}
.timeline .project:hover {
    max-width: none !important;
}

.name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.encours {
    background-color: #ec971f;
}
.attenteclient {
    background-color: #31b0d5;
}


body::-webkit-scrollbar {
    width: .8em;
    height: .8em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}


/*----------------------------------------------
    SLOTS
------------------------------------------------*/
.date {
    color: #777;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.date strong {
    width: 2em;
    line-height: 2em;
    display: block;
    margin: 0 auto;
    font-size: 1.8em;
}
.active .date strong {
    background-color: #888;
    color: #fff;
    border-radius: 50px;
}
.slots {
    display: flex;
    position: relative;
    width: 100%;
    margin-bottom: 2vh;
    flex-direction: column;
    min-height: 55vh;
    padding-left: 2%;
    padding-right: 2%;
    border-left: 1px solid #dadce0;
}
.col-1-5.first .slots {
    border-left: none;
}
.slot {
    text-align: left;
    flex: 1;
}
@media(max-width:694px) {
    .slots {
        min-height: auto;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #dadce0;
    }
}



/*----------------------------------------------
    HELPERS
------------------------------------------------*/
.mr-5 {
    margin-right: 20px;
}
.mb-5 {
    margin-bottom: 20px;
}
.mt-2 {
    margin-top: 10px;
}
.mb-2 {
    margin-bottom: 10px;
}
.col-1-5 {
    width: 20%;
    float: left;
}
@media(max-width:694px) {
    .col-1-5 {
        width: 100%;
    }
}

/* Password complexity hint — smaller, gray, with info icon, close to field */
.pwd-hint {
    display: block;
    margin-top: 4px;
    font-size: 12px;
}
.pwd-hint .fa-info-circle {
    margin-right: 3px;
}
