﻿/* Variables declaration */
/* Globals */
/* Main blue */
/* Turquoise */
/* Pale blue */
/* Green */
/* Images path*/
/* Variables declaration */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

md-input-container {
  margin: 5px 0 0; }

.md-display-1 {
  margin: 20px 0 15px;
  text-transform: uppercase; }

md-tabs-wrapper {
  border: none !important; }

.layout-column > md-content:first-of-type {
  border: 1px solid #d7e4eb; }

md-tab-item {
  border-right: 1px solid #d7e4eb;
  border-bottom: 1px solid #d7e4eb; }

md-tab-item:last-of-type {
  border-right-color: #fff; }

.md-smallButton {
  font-size: 80%;
  line-height: 2;
  min-height: auto; }

md-ink-bar {
  height: 4px; }

.md-tab.md-active span {
  font-weight: bold !important; }

md-tabs.md-default-theme .md-tab, md-tabs .md-tab {
  color: #769cba; }

[layout-padding-lr] {
  padding: 0 8px; }

[layout-padding-tb] {
  padding: 8px 0; }

.datepickerLabel {
  position: absolute;
  top: -13px;
  -webkit-transform: translate3d(0, 6px, 0) scale(0.75);
  color: rgba(0, 0, 0, 0.54);
  transform: translate3d(0, 6px, 0) scale(0.75); }

md-progress-linear.md-default-theme .md-container, md-progress-linear .md-container {
  background: #fff; }

.layout-shadow-wrap .ng-table .ng-table-sort-header th {
  padding: 14px 2px !important; }

/* NgDateTimePicker */
md-dialog.dtp {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  max-height: none; }

.dtp *:focus {
  outline: none !important; }

.dtp table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%; }

.dtp .table > tbody > tr > td,
.dtp .table > tbody > tr > th,
.dtp .table > tfoot > tr > td,
.dtp .table > tfoot > tr > th,
.dtp .table > thead > tr > td,
.dtp .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.dtp, .dtp * {
  box-sizing: border-box !important; }

.dtp > .dtp-content {
  max-width: 300px;
  max-height: 500px; }

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #00467f;
  color: #fff;
  text-align: center;
  padding: 3px; }

.dtp div.dtp-date, .dtp div.dtp-time {
  background: #ecf2f6;
  text-align: center;
  color: #00467f !important;
  padding: 10px; }

.dtp div.dtp-date > div {
  padding: 0;
  margin: 0; }

.dtp div.dtp-actual-month {
  font-size: 1.5em; }

.dtp div.dtp-actual-num {
  font-size: 3em;
  line-height: 0.9; }

.dtp div.dtp-actual-maxtime {
  font-size: 3em;
  line-height: 0.9; }

.dtp div.dtp-actual-year {
  font-size: 1.6em;
  color: #00acdc; }

.dtp div.dtp-year-btn {
  font-size: 1.4em;
  line-height: 30px;
  cursor: pointer;
  color: #00acdc; }

.dtp div.dtp-year-btn-prev {
  text-align: right; }

.dtp div.dtp-year-btn-next {
  text-align: left; }

.dtp div.dtp-picker {
  padding: 10px;
  text-align: center; }

.dtp div.dtp-picker-month, .dtp div.dtp-actual-time {
  font-weight: 500;
  text-align: center; }

.dtp .dtp-close {
  position: absolute;
  top: 0.25em;
  right: 5px;
  font-size: 16px; }

.dtp .dtp-close > a {
  color: #fff;
  text-decoration: none; }

.dtp .dtp-close > a > i {
  font-size: 1em; }

.dtp table.dtp-picker-days {
  margin: 0;
  min-height: 220px; }

.dtp md-virtual-repeat-container.months {
  height: 260px; }

.dtp table.dtp-picker-days, .dtp table.dtp-picker-days tr, .dtp table.dtp-picker-days tr > td {
  border: none; }

.dtp table.dtp-picker-days tr > td {
  font-size: 11px;
  text-align: center;
  padding: 0; }

.dtp table.dtp-picker-days tr > td > span.dtp-select-day {
  color: #BDBDBD !important; }

.dtp table.dtp-picker-days tr > td > .dtp-select-day {
  width: 36px;
  height: 36px;
  display: inline-block; }

.dtp table.dtp-picker-days tr > td > .dtp-select-day, .dtp .dtp-picker-time > a {
  color: #212121;
  text-decoration: none;
  padding: 10px;
  border-radius: 50% !important; }

.dtp table.dtp-picker-days tr > td > a.selected {
  background: #ecf2f6;
  color: #00467f; }

.dtp table.dtp-picker-days tr > td > a:hover:not(.selected) {
  background: #dddddd; }

.dtp table.dtp-picker-days tr > th {
  color: #757575;
  text-align: center;
  font-weight: 700;
  padding: 4px 3px; }

.dtp .p10 > a {
  color: #00467f;
  text-decoration: none; }

.dtp .p10 {
  width: 10%;
  display: inline-block; }

.dtp .p20 {
  width: 20%;
  display: inline-block; }

.dtp .p60 {
  width: 60%;
  display: inline-block; }

.dtp .p80 {
  width: 80%;
  display: inline-block; }

.dtp a.dtp-meridien-am, .dtp a.dtp-meridien-pm {
  position: relative;
  top: 10px;
  color: #212121;
  font-weight: 500;
  padding: 7px 5px;
  border-radius: 50% !important;
  text-decoration: none;
  background: #eee;
  font-size: 10px; }

.dtp .dtp-actual-meridien a.selected {
  background: #00467f;
  color: #fff; }

.dtp .dtp-picker-time > a {
  display: block;
  line-height: 23px;
  padding: 3px 3px 3px 3px; }

.dtp .dtp-picker-time {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 1.1em;
  border-radius: 50%;
  cursor: pointer;
  text-align: center !important; }

.dtp .dtp-picker-time > a.dtp-select-hour.selected {
  background: #00467f;
  color: #fff; }

.dtp .dtp-picker-time > a.dtp-select-hour.disabled, .dtp .dtp-picker-time > a.dtp-select-minute.disabled {
  color: #757575; }

.dtp .dtp-picker-time > a.dtp-select-minute.selected {
  background: #ecf2f6;
  color: #00467f; }

.dtp div.dtp-picker-clock {
  margin: 10px 20px 0 20px;
  padding: 10px;
  border-radius: 50% !important;
  background: #eee; }

.dtp-clock-center {
  width: 15px;
  height: 15px;
  background: #757575;
  border-radius: 50%;
  position: absolute;
  z-index: 50; }

.dtp .dtp-hand, .dtp .dtp-hour-hand {
  position: absolute;
  width: 4px;
  margin-left: -2px;
  background: #BDBDBD;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  z-index: 1; }

.dtp .dtp-minute-hand {
  width: 2px;
  margin-left: -1px; }

.dtp .dtp-hand.on {
  background: #ecf2f6; }

.dtp .dtp-buttons {
  padding: 0 10px 10px 10px;
  text-align: right; }

.dtp.hidden, .dtp .hidden {
  display: none; }

.dtp .invisible {
  visibility: hidden; }

.dtp .left {
  float: left; }

.dtp .right {
  float: right; }

.dtp .clearfix {
  clear: both; }

.dtp .center {
  text-align: center; }

.autocompletedemoCustomTemplate .autocomplete-custom-template li {
  border-bottom: 1px solid #ccc;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: normal; }

.autocompletedemoCustomTemplate .autocomplete-custom-template li:last-child {
  border-bottom-width: 0; }

.autocompletedemoCustomTemplate .autocomplete-custom-template .item-title,
.autocompletedemoCustomTemplate .autocomplete-custom-template .item-metadata {
  display: block;
  line-height: 2; }

.autocompletedemoCustomTemplate .autocomplete-custom-template .item-title md-icon {
  height: 18px;
  width: 18px; }

.md-autocomplete-suggestions li {
  color: #000; }

.md-autocomplete-suggestions-container.md-default-theme li .highlight, .md-autocomplete-suggestions-container li .highlight {
  color: #ff0000; }

md-autocomplete.md-default-theme button md-icon path, md-autocomplete button md-icon path {
  fill: #000; }

.md-whiteframe-1dp, .md-whiteframe-z1 {
  box-shadow: none; }

md-autocomplete input:not(.md-input) {
  padding: 0px 5px 5px 5px; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #00acdc; }

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important; }

.field-validation-error {
  color: red;
  line-height: 1.5;
  font-size: 85%; }

.danger {
  background-color: #f1b9b9; }

.warning {
  background-color: #fbe7c8; }

html {
  background: transparent; }

body {
  background: url("/Ressources/Public/Images/bg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #00467f;
  font-size: 14px;
  font-family: "Lato", Verdana, sans-serif; }

textarea {
  height: auto !important;
  max-height: none;
  overflow: visible !important;
  min-height: 100px !important; }

.padInlineBlock {
  display: inline-block; }

@media screen {
  .no-print {
    /* display: none; */ }
  .only-print {
    display: none !important; } }

@media print {
  .no-print {
    display: none; }
  .shadow-wrap, .layout-shadow-wrap {
    margin: 0px auto 0px auto !important; }
    .shadow-wrap .top-nav, .layout-shadow-wrap .top-nav {
      margin: 0px auto 0px auto !important; }
    .shadow-wrap .container-fluid, .layout-shadow-wrap .container-fluid {
      padding: 0 50px 0px 50px !important; } }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #d7e4eb; }

.inline {
  display: inline-block; }

.shadow-wrap {
  -webkit-box-shadow: 0px 0px 15px #444;
  -moz-box-shadow: 0px 0px 15px #444;
  box-shadow: 0px 0px 15px #444;
  width: 95%;
  max-width: 640px;
  margin: 0 auto;
  background: #ecf2f6; }
  .shadow-wrap .container-fluid {
    padding: 15px; }

.shadow-wrap .top-nav, .layout-shadow-wrap .top-nav {
  margin: 95px auto 0px auto;
  border-radius: 0px;
  padding: 50px 50px 0px 50px;
  background: #ffffff;
  position: relative; }
    .shadow-wrap .top-nav {
        padding: 50px 20px 0;
    }
  .shadow-wrap .top-nav .topLogo, .layout-shadow-wrap .top-nav .topLogo {
    display: block;
    background: url("/Configuration/images/logo.png") no-repeat top left;
    background-size: contain;
    width: 100%;
    padding-top: 35%;
    /*height: 67px;*/ }

.shadow-wrap .topLogo-container {
    padding-bottom: 50px;
    max-width: 268px;
    margin-left: auto;
    margin-right: auto;
}

.layout-shadow-wrap .topLogo-container {
    min-width: 350px;
    width: 30%;
}

.shadow-wrap .btn-default, .layout-shadow-wrap .btn-default {
  border: 1px solid #d7e4eb;
  border-radius: 0px;
  background-image: none;
  background: #fff;
  font-size: 18px;
  color: #00acdc;
  font-weight: 700;
  text-align: center; }

.shadow-wrap .btn-default:hover, .layout-shadow-wrap .btn-default:hover {
  background: #fff; }

.shadow-wrap .btn-default-flip, .layout-shadow-wrap .btn-default-flip {
  border: 1px solid #d7e4eb;
  border-radius: 0px;
  background-image: none;
  background: #00acdc;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-align: center; }

.shadow-wrap .btn-default-flip:hover, .layout-shadow-wrap .btn-default-flip:hover {
  background: #00acdc; }

.shadow-wrap .btn-default-small, .layout-shadow-wrap .btn-default-small {
  border: 1px solid #d7e4eb;
  border-radius: 0px;
  background-image: none;
  background: #fff;
  font-size: 14px;
  color: #00acdc;
  font-weight: 700;
  text-align: center; }

.shadow-wrap .btn-validate, .layout-shadow-wrap .btn-validate {
  margin-top: -3px;
  padding-top: 1px !important; }

.shadow-wrap .fa-default-wrap, .layout-shadow-wrap .fa-default-wrap {
  font-size: 18px;
  color: #00467f; }

.shadow-wrap .fa-default, .layout-shadow-wrap .fa-default {
  font-size: 18px;
  color: #00acdc;
  cursor: pointer; }

.layout-shadow-wrap {
  -webkit-box-shadow: 0px 0px 15px #444;
  -moz-box-shadow: 0px 0px 15px #444;
  box-shadow: 0px 0px 15px #444;
  max-width: 1300px;
  min-width: 1260px;
  margin: 0px auto 95px auto; }
  .layout-shadow-wrap [placeholder]::-webkit-input-placeholder {
    color: #769cba; }
  .layout-shadow-wrap [placeholder]:-moz-placeholder {
    color: #769cba; }
  .layout-shadow-wrap [placeholder]::-moz-placeholder {
    color: #769cba; }
  .layout-shadow-wrap [placeholder]:-ms-input-placeholder {
    color: #769cba; }
  .layout-shadow-wrap .userRegistrationFirstName,
  .layout-shadow-wrap .userRegistrationLastName,
  .layout-shadow-wrap .userRegistrationEmail,
  .layout-shadow-wrap .userRegistrationPaidByName {
    width: 90%; }
  .layout-shadow-wrap .arrGroupPriceForEstablishment {
    width: 100px; }
  .layout-shadow-wrap input.search {
    background: #ecf2f6;
    height: 45px;
    width: 215px;
    border: 1px solid #d7e4eb;
    padding: 0px 18px;
    font-weight: 700;
    font-style: italic;
    color: #00467f;
    float: left;
    outline: none;
    margin-bottom: 13px;
    border-right: 0px; }
  .layout-shadow-wrap .search-form [type="submit"] {
    background: #ecf2f6 url("/Ressources/Public/Images/searchIcon.png") no-repeat center center;
    border: 1px solid #d7e4eb;
    width: 47px;
    height: 45px;
    float: left;
    outline: none;
    border-left: 0px; }
  .layout-shadow-wrap .top-nav .main-menu {
    list-style: none;
    margin: 37px 0px 0px 0px;
    padding: 0px;
    border-top: 1px solid #d7e4eb;
    text-align: center;
    height: 61px; }
    .layout-shadow-wrap .top-nav .main-menu a {
      display: inline-block;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 16px; }
    .layout-shadow-wrap .top-nav .main-menu a:hover {
      border-top: 4px solid #00acdc;
      text-decoration: none;
      padding: 18px 0px;
      color: #00467f;
      margin-top: -4px; }
  .layout-shadow-wrap .top-nav .anchor-rounded {
    display: inline-block;
    width: 73px;
    height: 73px;
    border-radius: 40px;
    border: 1px solid #d7e4eb;
    margin: 0px 0px 0px 22px; }
  .layout-shadow-wrap .top-nav .icon-portal {
    background: #ecf2f6 url("/Ressources/Public/Images/portalIcon.png") no-repeat center center; }
  .layout-shadow-wrap .top-nav .icon-schedule {
    background: #ecf2f6 url("/Ressources/Public/Images/scheduleIcon.png") no-repeat center center; }
  .layout-shadow-wrap .top-nav .icon-calendar {
    background: #ecf2f6 url("/Ressources/Public/Images/calendarIcon.png") no-repeat center center; }
  .layout-shadow-wrap .top-nav .icon-wallet {
    background: #ecf2f6 url("/Ressources/Public/Images/walletIcon.png") no-repeat center center; }
  .layout-shadow-wrap .top-nav .icon-report {
    background: #ecf2f6 url("/Ressources/Public/Images/reportsIcon.png") no-repeat center center; }
  .layout-shadow-wrap .container-fluid {
    margin: 0px auto;
    border-radius: 0px;
    background: #ecf2f6;
    padding: 0px 50px 50px 50px; }
    .layout-shadow-wrap .container-fluid .section-header {
      margin-bottom: 20px;
      border-bottom: 1px solid #d7e4eb; }
      .layout-shadow-wrap .container-fluid .section-header h1 {
        font-size: 26px;
        font-weight: 700;
        padding: 40px 0px;
        border-bottom: 1px solid #d7e4eb;
        text-transform: uppercase;
        border: none; }
    .layout-shadow-wrap .container-fluid h3 {
      font-size: 24px;
      padding: 0px 0px 10px 0px; }
    .layout-shadow-wrap .container-fluid h4 {
      font-size: 16px;
      padding: 0px 0px 10px 0px; }
    .layout-shadow-wrap .container-fluid .ibTitle {
      display: inline-block; }
    .layout-shadow-wrap .container-fluid .collapse {
      margin-bottom: 0px; }
    .layout-shadow-wrap .container-fluid .collapseHandleWrap {
      width: 83px;
      height: 21px;
      background: #ecf2f6;
      margin: -21px auto 0 auto;
      display: block;
      position: relative; }
      .layout-shadow-wrap .container-fluid .collapseHandleWrap span {
        width: 46px;
        height: 46px;
        background: #fff;
        display: block;
        position: absolute;
        top: -23px;
        left: 19px;
        color: #00acdc;
        border-radius: 23px;
        text-align: center;
        padding-top: 14px;
        border: 1px solid #d7e4eb;
        cursor: pointer;
        outline: none; }
    .layout-shadow-wrap .container-fluid .chart-wrap p {
      font-size: 18px;
      padding: 20px;
      width: 160px;
      text-align: center; }
    .layout-shadow-wrap .container-fluid .chart-wrap .svg-chart-wrap {
      width: 160px;
      text-align: center;
      float: left;
      margin-right: 50px;
      padding-top: 50px; }
    .layout-shadow-wrap .container-fluid .chart-wrap .chart-full-width {
      width: 100%; }
      .layout-shadow-wrap .container-fluid .chart-wrap .chart-full-width p {
        width: auto; }
    .layout-shadow-wrap .container-fluid .chart-wrap #circularChart {
      position: relative;
      height: 342px; }
    .layout-shadow-wrap .container-fluid .chart-wrap #pieChart {
      position: relative;
      margin: 0 auto; }
      .layout-shadow-wrap .container-fluid .chart-wrap #pieChart g.legend {
        font-size: 14px; }
        .layout-shadow-wrap .container-fluid .chart-wrap #pieChart g.legend rect {
          cursor: pointer;
          stroke-width: 2; }
        .layout-shadow-wrap .container-fluid .chart-wrap #pieChart g.legend rect.disabled {
          fill: transparent !important; }
      .layout-shadow-wrap .container-fluid .chart-wrap #pieChart .tooltipChart {
        background: #eee;
        box-shadow: 0 0 5px #999999;
        color: #222;
        display: none;
        font-size: 14px;
        left: 130px;
        padding: 10px;
        position: absolute;
        text-align: center;
        top: 95px;
        width: 250px;
        z-index: 10; }
    .layout-shadow-wrap .container-fluid .chart-wrap .chart {
      height: 246px; }
      .layout-shadow-wrap .container-fluid .chart-wrap .chart rect {
        stroke: white;
        fill: steelblue; }
      .layout-shadow-wrap .container-fluid .chart-wrap .chart text {
        font-size: 18px;
        fill: #769cba; }
      .layout-shadow-wrap .container-fluid .chart-wrap .chart text.smaller {
        font-size: 14px; }
      .layout-shadow-wrap .container-fluid .chart-wrap .chart rect.first {
        stroke: none;
        fill: #00467f; }
      .layout-shadow-wrap .container-fluid .chart-wrap .chart rect.second {
        font: 10px sans-serif;
        color: black;
        stroke: none;
        fill: #8dc63f; }
    .layout-shadow-wrap .container-fluid .chart-wrap .progress-meter text {
      font-size: 24px;
      font-weight: bold; }
    .layout-shadow-wrap .container-fluid .select-mod {
      border: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.12);
      padding: 5px 0;
      outline: none;
      width: 100%; }
    .layout-shadow-wrap .container-fluid .select-mod:focus {
      border-color: #00467f; }
    .layout-shadow-wrap .container-fluid .select-label {
      -webkit-transform: translate3d(0, 6px, 0) scale(0.75);
      color: rgba(0, 0, 0, 0.54);
      transform: translate3d(0, 6px, 0) scale(0.75); }
    .layout-shadow-wrap .container-fluid .select-label-big {
      margin-bottom: 7px;
      -webkit-transform: translate3d(0, 6px, 0) scale(0.75);
      color: rgba(0, 0, 0, 0.54);
      transform: translate3d(0, 6px, 0) scale(0.75);
      font-size: 18px; }
    .layout-shadow-wrap .container-fluid .md-label label {
      color: rgba(0, 0, 0, 0.26); }
    .layout-shadow-wrap .container-fluid md-input-container .md-input[disabled], .layout-shadow-wrap .container-fluid [disabled] md-input-container .md-input {
      background-color: #eef2f5;
      color: #000;
      font-weight: bold; }
    .layout-shadow-wrap .container-fluid .enable-search {
      float: right;
      font-size: 20px;
      border: 1px solid #d7e4eb;
      color: #00acdc;
      background: #ffffff;
      padding: 3px;
      cursor: pointer;
      outline: none;
      margin-left: 5px; }
    .layout-shadow-wrap .container-fluid .fakeHeaderWrap {
      width: 100%;
      height: 45px; }
      .layout-shadow-wrap .container-fluid .fakeHeaderWrap .fakeTH {
        width: 312px;
        vertical-align: middle;
        border-top: 1px solid #d7e4eb;
        border-right: 1px solid #d7e4eb;
        border-left: 1px solid #d7e4eb;
        color: #00467f;
        background: #fff; }
    .layout-shadow-wrap .container-fluid .check-label {
      transform: translate3d(-5px, -1px, 0) scale(0.75);
      margin-left: -27px;
      font-weight: 800; }
    .layout-shadow-wrap .container-fluid .interventionStatusLabel {
      position: absolute;
      top: 16px;
      left: 0px;
      color: black !important; }
    .layout-shadow-wrap .container-fluid .btn-small {
      padding: 0px 6px;
      font-size: 14px; }
  .layout-shadow-wrap .ng-table .ng-table-sort-header th {
    padding: 14px 34px;
    font-size: 14px;
    background: #ecf2f6;
    color: #00467f;
    border: 1px solid #d7e4eb;
    border-top: 1px solid #d7e4eb !important;
    vertical-align: middle;
    outline: none;
    line-height: 16px; }
  .layout-shadow-wrap .ng-table md-tabs md-content {
    padding: 50px 38px; }
  .layout-shadow-wrap .ng-table td {
    font-size: 14px;
    background: #ffffff;
    color: #00467f;
    border: 1px solid #d7e4eb;
    border-top: 1px solid #d7e4eb;
    vertical-align: middle;
    outline: none;
    line-height: 16px; }
  .layout-shadow-wrap .ng-table td.shading {
    background: #f8f8f9; }
  .layout-shadow-wrap .ng-table td.accred-expired, .layout-shadow-wrap .ng-table td.accred-expires-soon, .layout-shadow-wrap .ng-table td.accred-active {
    color: #000;
    padding: 5px; }
  .layout-shadow-wrap .ng-table td.accred-expired {
    background: red; }
  .layout-shadow-wrap .ng-table td.accred-expires-soon {
    background: orange; }
  .layout-shadow-wrap .ng-table td.accred-active {
    background: lightgreen; }
  .layout-shadow-wrap .ng-table td.grey-cell {
    background: #eee; }
  .layout-shadow-wrap .ng-table td.td-label {
    font-weight: bold;
    width: 100px;
    vertical-align: top; }
  .layout-shadow-wrap .ng-table tr.totalRow td {
    font-weight: bold;
    border-top: 2px #33467f solid; }
  .layout-shadow-wrap .ng-table td.centered {
    text-align: center; }
  .layout-shadow-wrap .ng-table td.alignRight {
    text-align: right; }
  .layout-shadow-wrap .ng-table .ng-table-filters {
    /* display: none; */ }
    .layout-shadow-wrap .ng-table .ng-table-filters .filter {
      border: none;
      border-left: 1px solid #d7e4eb;
      border-right: 1px solid #d7e4eb; }

.boldRow td, .boldRow th {
  font-weight: bold; }

#tabsValidation .md-tab:nth-child(5), #tabsValidation .md-tab:nth-child(6), #tabsValidation .md-tab:nth-child(7) {
  background: #f0f0f0; }

.tooltipMP {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; }

.tooltipMP .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  right: 15px;
  top: -15px; }

.tooltipMP:hover .tooltiptext {
  visibility: visible; }

#tableHours td {
  padding: 5px; }

#tableHours td.title {
  font-weight: bold; }

div.eventEstablishments div {
  float: left;
  overflow: hidden; }

div.eventEstablishments .entreprise {
  clear: both;
  width: 310px; }

div.eventEstablishments .entreprise button {
  float: right;
  margin: 0 8px 0 4px; }

div.eventEstablishments .entreprise .ui-autocomplete-input {
  width: 300px; }

div.eventEstablishments .entreprise input[name="arrDisplayName"] {
  display: none;
  width: 260px;
  margin: 8px 0 10px; }

div.eventEstablishments .entreprise[data-establishmentid="13057"] input[name="arrDisplayName"] {
  display: block; }

div.eventEstablishments .prix {
  width: 65px; }
  div.eventEstablishments .prix input {
    width: 60px; }

div.eventEstablishments .facture {
  width: 200px; }
  div.eventEstablishments .facture input {
    width: 190px; }

div.eventEstablishments .courriel {
  width: 200px; }
  div.eventEstablishments .courriel input {
    width: 190px; }

div.eventEstablishments .actif {
  width: 18px;
  text-align: left;
  line-height: 23px; }

div.eventEstablishments .paye {
  width: 45px;
  text-align: center; }

div.eventEstablishments .inscription {
  margin-left: 5px;
  width: 105px; }

div.eventEstablishments .registre {
  width: 84px; }

div.eventEstablishments .evaluation {
  width: 99px; }

div.eventEstablishments .delete {
  width: 35px;
  margin-top: 6px; }

div.eventEstablishments.header {
  margin-bottom: 30px; }
  div.eventEstablishments.header div {
    font-weight: bold; }

.EventInfoTable td {
  width: auto;
  min-width: 100px; }

.layout-shadow-wrap .top-nav .topLogo {
  height: 100px; }select.userRegistrationEmployeID {
    width: 95%;
}

.layout-shadow-wrap.body-contact-employe .top-nav {
    padding-bottom: 50px;
}

.layout-shadow-wrap.body-contact-employe {
    min-width: 1px;
    max-width: 1300px;
    width: 95%;
}

.layout-shadow-wrap .ng-table td.bg-error {
    background: #ffeeee;
}

.formImpressionEmailSpan,
.formImpressionEmailSpinner,
.formImpressionEmailSuccess,
.formImpressionEmailError,
.formImpressionEmailCourriel1,
.formImpressionEmailCourriel2,
.formImpressionEmailDiv,
.formImpressionEmailDiv li {
    display: none;
}

.formImpressionEmailSpan.visible {
    display: inline;
}

.formImpressionEmailSuccess.visible,
.formImpressionEmailError.visible,
.formImpressionEmailCourriel1.visible,
.formImpressionEmailCourriel2.visible {
    display: inline-block;
}

.formImpressionEmailDiv.visible {
    display: block;
}

.formImpressionEmailDiv li.visible {
    display: list-item;
}

#formImpression.ajax-running {
    pointer-events: none;
}

#formImpression.ajax-running .formImpressionEmailSpinner {
    display: inline-block;
}

.formImpressionEmailDiv {
    margin-top: 10px;
}

.formImpressionEmailDiv ul {
    list-style: outside;
    padding-left: 20px;
    margin-top: 10px;
}

.AttestationImgItemCol:nth-child(odd) {
    clear: both;
}

.AttestationImgItem {
    display: block;
    position: relative;
    margin-bottom: 50px;
}

.AttestationImgItem img {
    display: block;
    width: 100%;
}

.AttestationImgSingle {
    position: relative;
    padding: 0 40px;
}

.AttestationImgSingle .AttestationImgItem {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.AttestationImgSingle .AttestationPrev,
.AttestationImgSingle .AttestationNext {
    display: block;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 46px;
    padding-bottom: 4px;
    margin-top: -25px;
    background-color: #8DC63F;
    font-size: 36px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
}

.AttestationImgSingle .AttestationPrev {
    left: 0;
}
.AttestationImgSingle .AttestationNext {
    right: 0;
}

.AttestationImgLabel {
    padding: 0 15px;
    text-align: center;
    margin-top: -16px;
}

.AttestationImgLabel span {
    display: inline-block;
    background-color: #3e3e3f;
    padding: 5px 40px 7px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.user-fullname-top {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #00addc;
    text-align: center;
    padding: 40px 0;
}

.user-company-top {
    background-color: #00467f;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 10px;
    margin-bottom: 20px;
}

.user-top-right {
    float: right;
}

.user-top-deconnexion {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #00addc;
    text-align: center;
    float: left;
    margin: 16px 20px 0 0;
}

.user-menu-button {
    float: left;
    background-color: #00addc;
    font-size: 21px;
    color: #fff !important;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 16px 0 0;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -ms-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

.user-menu-button:hover {
    background-color: #00467f;
}

.user-menu-container {
    background-color: #ecf2f6;
    display: none;
}

.user-menu-container ul {
    padding: 3px 50px;
}

.user-menu-container ul li {
    border-top: solid 1px #01457f;
}

.user-menu-container ul li:first-child {
    border-top: 0;
}

.user-menu-container ul li.user-menu-deconnexion {
    display: none;
}

.user-menu-container ul li a {
    display: block;
    font-size: 20px;
    line-height: 24px;
    padding: 7px 0;
    color: #01457f;
}

.user-menu-container ul li a:hover {
    text-decoration: none;
    color: #00acdc;
}

.AttestationImgSingleBelow {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

.AttestationImgSingleBelow::after {
    content: "";
    display: block;
    clear: both;
}

.AttestationImgSingleButton {
    float: left;
    width: 25%;
}

.AttestationImgSingleButton.btnSMS {
    display: none;
}

.AttestationImgSingleButton a,
.AttestationImgSingleButton button {
    display: block;
    background-color: #00addc;
    font-size: 21px;
    color: #fff !important;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    outline: none;
    margin: 0 auto;
    border: 0;
    border-radius: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.AttestationImgSingleCourriel,
.AttestationImgSingleSMS {
    display: none;
    margin-top: 30px;
}

.AttestationImgSingleCourriel-label,
.AttestationImgSingleSMS-label {
    float: left;
    width: 100%;
    margin-bottom: 6px;
    text-align: center;
}

.AttestationImgSingleCourriel-field,
.AttestationImgSingleSMS-field {
    float: left;
    width: 100%;
    padding-right: 36px;
    margin-right: -36px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.AttestationImgSingleCourriel-submit,
.AttestationImgSingleSMS-submit {
    float: left;
    width: 36px;
    position: relative;
    z-index: 2;
}

.AttestationImgSingleCourriel-message,
.AttestationImgSingleSMS-message {
    float: left;
    width: 100%;
    margin-top: 6px;
    text-align: center;
}

.AttestationImgSingleCourriel-label label,
.AttestationImgSingleCourriel-message p,
.AttestationImgSingleSMS-label label,
.AttestationImgSingleSMS-message p {
    font-size: 18px;
}

.AttestationImgSingleCourriel-field input[type="email"],
.AttestationImgSingleSMS-field input[type="tel"] {
    font-family: inherit;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #01457f;
    background-color: #ecf2f6;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 5px 9px 7px;
    width: 100%;
    box-sizing: border-box;
}

.AttestationImgSingleCourriel-submit a,
.AttestationImgSingleSMS-submit a {
    display: block;
    background-color: #00addc;
    font-size: 21px;
    color: #fff!important;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 auto;
}

.AttestationImgSingleCourriel-submit .loading-fa,
.AttestationImgSingleSMS-submit .loading-fa {
    display: none;
}

.AttestationImgSingleCourriel.ajax-running .AttestationImgSingleCourriel-submit .submit-fa,
.AttestationImgSingleSMS.ajax-running .AttestationImgSingleSMS-submit .submit-fa {
    display: none;
}

.AttestationImgSingleCourriel.ajax-running .AttestationImgSingleCourriel-submit .loading-fa,
.AttestationImgSingleSMS.ajax-running .AttestationImgSingleSMS-submit .loading-fa {
    display: inline-block;
}

.AttestationImgSingleCourriel-message,
.AttestationImgSingleCourriel-message-success,
.AttestationImgSingleCourriel-message-error,
.AttestationImgSingleCourriel-message-courriel,
.AttestationImgSingleSMS-message,
.AttestationImgSingleSMS-message-success,
.AttestationImgSingleSMS-message-error,
.AttestationImgSingleSMS-message-number {
    display: none;
}

.AttestationImgSingleCourriel-message.visible,
.AttestationImgSingleCourriel-message-success.visible,
.AttestationImgSingleCourriel-message-error.visible,
.AttestationImgSingleCourriel-message-courriel.visible,
.AttestationImgSingleSMS-message.visible,
.AttestationImgSingleSMS-message-success.visible,
.AttestationImgSingleSMS-message-error.visible,
.AttestationImgSingleSMS-message-number.visible {
    display: block;
}

.layout-shadow-wrap.body-contact-employe .container-fluid {
    background: #fff;
}

.alt-md-padding {
    padding: 0;
    border: 0 !important;
    overflow: initial;
}

.addtohomescreen {
    display: none;
}

.addtohomescreen.visible {
    display: list-item;
}

.layout-shadow-wrap.body-contact-employe .container-fluid .section-header {
    margin-bottom: 0;
    border-bottom: 0;
}

.strong {
    font-weight: 700;
}

.invalid {
    border-color: #f00;
}

.form-margin-top {
    margin-top: 40px;
}

.formImpressionEmploye {
    display:block;
    text-align: center;
}

.formImpressionEmploye .btn {
    margin: 1px 0;
}

.formImpressionEmployeContainer {
    text-align: center;
}

.formImpressionEmployeContainer .formImpressionEmploye {
    display: inline-block;
}

.formImpressionEmployeSpinner {
    display: none;
}

.formImpressionEmployeResponse {
    display: none;
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.formImpressionEmployeSuccess,
.formImpressionEmployeError,
.formImpressionEmployeCourriel {
    display: none;
}

.formImpressionEmployeResponse.visible,
.formImpressionEmployeSuccess.visible,
.formImpressionEmployeError.visible,
.formImpressionEmployeCourriel.visible {
    display: block;
}

.formImpressionEmploye.ajax-running .formImpressionEmployeEnveloppe {
    display: none;
}

.formImpressionEmploye.ajax-running .formImpressionEmployeSpinner {
    display: inline-block;
}

#userRegistrationsContainer {
    margin-bottom: 10px;
}

input[type="checkbox"][data-employe-active="false"],
input[type="radio"][data-employe-active="false"] {
    display: none;
}

.email-sent-true,
.email-sent-false,
.email-sent-del {
    display: none;
}

.email-sent[data-email-sent="true"] .email-sent-true,
.email-sent[data-email-sent="false"] .email-sent-false {
    display: inline;
}

.email-sent[data-employe-active="false"] .email-sent-true,
.email-sent[data-employe-active="false"] .email-sent-false {
    display: none;
}

.email-sent[data-employe-active="false"] .email-sent-del {
    display: inline;
}

.modifier-employe-container {
    text-align: center;
}

.modifier-employe-true,
.modifier-employe-false {
    display: none;
}

.modifier-employe-container[data-employe-active="true"] .modifier-employe-true,
.modifier-employe-container[data-employe-active="false"] .modifier-employe-false {
    display: inline;
}

.spinner-addNewUserRegistration {
    display: none;
}

#userRegistrationsNewEmploye.ajax-running .spinner-addNewUserRegistration {
    display: inline-block;
}

.zoom-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #111;
}

.zoom-box-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    overflow: auto;
}

.zoom-box-close,
.zoom-box-close:focus,
.zoom-box-close:hover {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 40px;
    color: #00addc;
    text-align: center;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.zoom-box img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

html.no-scroll {
    overflow: hidden;
}

.btns-password-container {
    text-align: right;
    margin: 0 0 10px;
}

#userRegistrationsEmploye td{
    vertical-align: bottom;
}

#userRegistrationsEmploye td select,
#userRegistrationsEmploye td input {
    vertical-align: top;
}

table[ng-controller="DuplicateEmployesCtrl"] tr.inactive td {
    background: #eee;
    color: #7d9ab7;
}

table[ng-controller="DuplicateEmployesCtrl"] tr.inactive input,
table[ng-controller="DuplicateEmployesCtrl"] tr.inactive button {
    display: none;
}

.btn-linkuser {
    display: none;
}
div[data-linkgroup="0"] .btn-linkuser {
    display: inline-block;
}

@media only screen and (min-width: 768px) {
    
    .table-contact-employes tr td:nth-child(4),
    .table-contact-employes tr th:nth-child(4) {
        display: none;
    }

    .table-contact-formation tr td:nth-child(5),
    .table-contact-formation tr th:nth-child(5) {
        display: none;
    }

    .table-contact-formation-employe tr td:nth-child(8),
    .table-contact-formation-employe tr th:nth-child(8) {
        display: none;
    }

    .table-contact-formation-employe.show-establishment tr td:nth-child(8),
    .table-contact-formation-employe.show-establishment tr th:nth-child(8) {
        display: table-cell;
    }

    .table-contact-formation-employe.show-establishment tr td:nth-child(9),
    .table-contact-formation-employe.show-establishment tr th:nth-child(9) {
        display: none;
    }

    .table-contact-formation-single-employe tr td:nth-child(4),
    .table-contact-formation-single-employe tr th:nth-child(4) {
        display: none;
    }

}

@media only screen and (max-width: 1199px) {
    
    .AttestationImgSingle .AttestationPrev {
        left: -30px;
    }
    .AttestationImgSingle .AttestationNext {
        right: -30px;
    }

    .clear-1199 {
        clear: both;
    }

}

@media only screen and (max-width: 1023px) {
    
    .layout-shadow-wrap.body-contact-employe div.eventEstablishments .entreprise {
        width: 285px;
    }

    .layout-shadow-wrap.body-contact-employe div.eventEstablishments .facture,
    .layout-shadow-wrap.body-contact-employe div.eventEstablishments .courriel {
        width: 160px !important;
    }

    .layout-shadow-wrap.body-contact-employe div.eventEstablishments .facture input,
    .layout-shadow-wrap.body-contact-employe div.eventEstablishments .courriel input {
        width: 95% !important;
    }

}

@media only screen and (max-width: 959px) {

    .layout-shadow-wrap.body-contact-employe .container-fluid .section-header {
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 850px) {

    .layout-shadow-wrap.body-contact-employe .layout,
    .layout-shadow-wrap.body-contact-employe .layout-column,
    .layout-shadow-wrap.body-contact-employe .layout-row {
        display: block;
    }

    .layout-shadow-wrap.body-contact-employe .flex {
        display: block;
        -webkit-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }

    .layout-shadow-wrap.body-contact-employe .layout-row > .flex-40 {
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        max-height: 100%;
        box-sizing: border-box;
    }
    
    .layout-shadow-wrap.body-contact-employe div.eventEstablishments .entreprise {
        width: 250px;
    }

    .layout-shadow-wrap.body-contact-employe div.eventEstablishments .facture,
    .layout-shadow-wrap.body-contact-employe div.eventEstablishments .courriel {
        width: 140px !important;
    }


}

@media only screen and (max-width: 767px) {
    
    .layout-shadow-wrap.body-contact-employe .top-nav,
    .user-menu-container ul,
    .layout-shadow-wrap.body-contact-employe .container-fluid {
        padding-left: 35px;
        padding-right: 35px;
    }

    .AttestationImgSingle .AttestationNext,
    .AttestationImgSingle .AttestationPrev {
        width: 45px;
        height: 45px;
        line-height: 42px;
        padding-bottom: 3px;
        font-size: 33px;
    }
    
    .AttestationImgSingle .AttestationPrev {
        left: -20px;
    }
    .AttestationImgSingle .AttestationNext {
        right: -20px;
    }

    .AttestationImgLabel {
        padding: 0 5px;
    }
    .AttestationImgLabel span {
        padding: 5px 20px 7px;
        font-size: 14px;
        line-height: 18px;
    }

    .user-fullname-top {
        padding: 30px 0;
    }
    
    .table-contact-employes tr td:nth-child(1),
    .table-contact-employes tr th:nth-child(1),
    .table-contact-employes tr td:nth-child(2),
    .table-contact-employes tr th:nth-child(2),
    .table-contact-employes tr td:nth-child(3),
    .table-contact-employes tr th:nth-child(3) {
        display: none;
    }

    .layout-shadow-wrap .table-contact-employes .btn-default-small {
        margin: 1px;
    }
    
    .table-contact-formation tr td:nth-child(1),
    .table-contact-formation tr th:nth-child(1),
    .table-contact-formation tr td:nth-child(2),
    .table-contact-formation tr th:nth-child(2),
    .table-contact-formation tr td:nth-child(3),
    .table-contact-formation tr th:nth-child(3),
    .table-contact-formation tr td:nth-child(4),
    .table-contact-formation tr th:nth-child(4) {
        display: none;
    }
    
    .table-contact-formation-employe tr td:nth-child(2),
    .table-contact-formation-employe tr th:nth-child(2),
    .table-contact-formation-employe tr td:nth-child(3),
    .table-contact-formation-employe tr th:nth-child(3),
    .table-contact-formation-employe tr td:nth-child(4),
    .table-contact-formation-employe tr th:nth-child(4),
    .table-contact-formation-employe tr td:nth-child(5),
    .table-contact-formation-employe tr th:nth-child(5),
    .table-contact-formation-employe tr td:nth-child(6),
    .table-contact-formation-employe tr th:nth-child(6),
    .table-contact-formation-employe tr td:nth-child(7),
    .table-contact-formation-employe tr th:nth-child(7) {
        display: none;
    }

    .table-contact-formation-employe.show-establishment tr td:nth-child(8),
    .table-contact-formation-employe.show-establishment tr th:nth-child(8) {
        display: none;
    }

    .table-contact-formation-single-employe tr td:nth-child(1),
    .table-contact-formation-single-employe tr th:nth-child(1),
    .table-contact-formation-single-employe tr td:nth-child(2),
    .table-contact-formation-single-employe tr th:nth-child(2),
    .table-contact-formation-single-employe tr td:nth-child(3),
    .table-contact-formation-single-employe tr th:nth-child(3) {
        display: none;
    }

}

@media only screen and (max-width: 699px) {

    .user-top-deconnexion {
        display: none;
    }

    .user-menu-container ul li.user-menu-deconnexion {
        display: list-item;
    }

}

@media only screen and (max-width: 599px) {

    .shadow-wrap {
        margin-bottom: 20px;
    }

    .layout-shadow-wrap .top-nav, .shadow-wrap .top-nav {
        margin: 20px auto 0;
    }

    .layout-shadow-wrap.body-contact-employe {
        margin-bottom: 20px;
    }

    .login-responsive .layout,
    .login-responsive .layout-column,
    .login-responsive .layout-row {
        display: block;
    }

    .login-responsive .flex {
        -webkit-flex: initial;
        -ms-flex: initial;
        flex: initial;
        width: 100%;
    }

    .login-responsive .layout-row > .flex-50 {
        -webkit-flex: initial;
        -ms-flex: initial;
        flex: initial;
        width: 100%;
        max-width: 100%;
    }

    .layout-shadow-wrap.body-contact-employe .topLogo-container {
        width: 100%;
        min-width: 1px;
        max-width: 383px;
        margin-left: 0;
        margin-right: auto;
        display: block;
        padding-right: 50px;
    }

    .layout-shadow-wrap.body-contact-employe .top-nav .topLogo {
        background-size: 100% auto;
        width: 100%;
        height: auto;
        padding-top: 20.124%;
        margin-left: auto;
        margin-right: auto;
    }

    .user-menu-button {
        float: none;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -18px;
    }

}

@media only screen and (max-width: 479px) {
    
    .login-responsive md-tabs .md-tab,
    .login-responsive md-tabs.md-default-theme .md-tab {
        padding: 12px
    }
    .login-responsive .md-tab {
        font-size: 13px;
    }

    .layout-shadow-wrap.body-contact-employe .top-nav,
    .user-menu-container ul,
    .layout-shadow-wrap.body-contact-employe .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .AttestationImgSingle .AttestationNext,
    .AttestationImgSingle .AttestationPrev {
        width: 40px;
        height: 40px;
        line-height: 37px;
        padding-bottom: 3px;
        font-size: 30px;
    }
    
    .AttestationImgSingle .AttestationPrev {
        left: -10px;
    }
    .AttestationImgSingle .AttestationNext {
        right: -10px;
    }

}

@media only screen and (max-width: 419px) {

    .AttestationImgSingle {
        padding: 0 22px;
    }

    .AttestationImgSingle .AttestationNext,
    .AttestationImgSingle .AttestationPrev {
        width: 32px;
        height: 32px;
        line-height: 30px;
        padding-bottom: 2px;
        font-size: 23px;
    }
    
    .AttestationImgSingle .AttestationPrev {
        left: -15px;
    }
    .AttestationImgSingle .AttestationNext {
        right: -15px;
    }
    
    .AttestationImgSingleCourriel-label label,
    .AttestationImgSingleCourriel-message p,
    .AttestationImgSingleSMS-label label,
    .AttestationImgSingleSMS-message p {
        font-size: 16px;
    }

}

@media only screen and (max-width: 355px) {
    
    .AttestationImgSingleCourriel-label label,
    .AttestationImgSingleCourriel-message p,
    .AttestationImgSingleSMS-label label,
    .AttestationImgSingleSMS-message p {
        font-size: 14px;
    }

    .AttestationImgLabel span {
        padding: 4px 12px 6px;
        font-size: 12px;
        line-height: 16px;
    }

}

@media print {
    
    .layout-shadow-wrap.body-contact-employe .top-nav,
    .user-menu-container,
    .user-fullname-top,
    .AttestationImgSingleBelow,
    .AttestationImgSingle .AttestationNext,
    .AttestationImgSingle .AttestationPrev,
    .AttestationImgLabel {
        display: none !important;
    }

    .AttestationImgSingle {
        padding: 0;
    }

    .AttestationImgSingle .AttestationImgItem {
        margin: 0 -50px;
    }

    .bilanTab * {
        font-size: 12px !important;
    }
}


