@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: "Roboto", sans-serif;
}
.text-security {
  font-family: text-security-disc;

  text-security: disc;
  -webkit-text-security: disc;
  -moz-text-security: disc;
}
::selection {
  background: #b4bdff;
  text-shadow: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#bodyWrapper {
  background-image: url("/images/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-color: #ececec;
}
md-content {
  background-color: inherit;
}
*:focus {
  outline: none;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #f8f8f8;
}
::-webkit-scrollbar:hover {
  background-color: #eee;
}
::-webkit-scrollbar-thumb {
  min-height: 0.8em;
  min-width: 0.8em;
  background-color: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}
::-webkit-scrollbar-thumb:active {
  background-color: #888;
}
.md-menu-backdrop:nth-of-type(even) {
  z-index: 68 !important;
}
.md-menu-backdrop:nth-of-type(odd) {
  z-index: 66 !important;
}
.md-open-menu-container:nth-of-type(even) {
  z-index: 67 !important;
}
.md-open-menu-container:nth-of-type(odd) {
  z-index: 69 !important;
}
.md-dialog-backdrop:nth-of-type(even) {
  z-index: 78 !important;
}
.md-dialog-backdrop:nth-of-type(odd) {
  z-index: 76 !important;
}
.md-dialog-container:nth-of-type(even) {
  z-index: 77 !important;
}
.md-dialog-container:nth-of-type(odd) {
  z-index: 79 !important;
}
.md-icon-button-square {
  width: 36px;
  min-width: 36px;
  height: 36px;
  line-height: 35px;
}
md-sidenav {
  display: block !important;
}
.md-avatar {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-sizing: content-box;
  border: 1px solid rgba(0, 0, 0, 0.54);
}
a {
  color: rgba(0, 0, 0, 0.7);
}
md-content.md-default-theme,
md-content,
md-card {
  color: rgba(0, 0, 0, 0.7);
}
#content {
  padding: 0 !important;
}
.footer {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  font-size: 12px;
}
md-list-item,
md-list-item .md-list-item-inner,
md-list-item.md-2-line,
md-list-item.md-2-line > .md-no-style {
  height: 52px;
  min-height: 52px;
}
.md-list-item-text > h4 > span {
  color: rgba(0, 0, 0, 0.54);
}
md-list-item.md-primary,
ng-md-icon.md-primary,
ng-md-icon.md-primary svg,
.infoText.md-primary,
.monthPicker.md-primary,
.cellDate.md-primary,
.sNumeroInput.md-primary,
md-autocomplete.md-primary input {
  color: rgb(106, 179, 68);
  fill: rgb(106, 179, 68);
}
.progressLinear .md-primary {
  background-color: rgb(106, 179, 68);
}
md-autocomplete[disabled] button {
  display: none;
}
md-list-item.md-primary > div.md-button > button:hover {
  background-color: rgba(106, 179, 68, 0.34) !important;
}
md-list-item.md-accent,
ng-md-icon.md-accent,
ng-md-icon.md-accent svg {
  color: rgb(251, 192, 45);
  fill: rgb(251, 192, 45);
}
.progressLinear .md-accent {
  background-color: rgb(251, 192, 45);
}
md-list-item.md-warn,
ng-md-icon.md-warn,
.sNumeroInput.md-warn,
ng-md-icon.md-warn svg,
md-autocomplete.md-warn input,
span.md-warn,
td.md-warn {
  color: rgb(255, 112, 67) !important;
  fill: rgb(255, 112, 67);
}
.progressLinear .md-warn {
  background-color: rgb(255, 112, 67);
}
md-list-item.md-background,
ng-md-icon.md-background,
ng-md-icon.md-background svg,
span.md-background {
  color: rgba(0, 0, 0, 0.54);
  fill: rgba(0, 0, 0, 0.54);
}
.greyText {
  color: rgba(33, 33, 33, 0.7);
}
ng-md-icon {
  position: relative;
  bottom: 1px;
}
md-sidenav,
md-toolbar {
  box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 4px;
}
md-card {
  padding: 0 10px;
}
mdt-table table {
  background-color: rgb(250, 250, 250);
}
.md-no-sticky.md-subheader {
  background-color: inherit;
}
md-list.md-default-theme md-list-item.md-2-line .md-list-item-text p,
md-list md-list-item.md-2-line .md-list-item-text p,
md-list.md-default-theme md-list-item.md-3-line .md-list-item-text p,
md-list md-list-item.md-3-line .md-list-item-text p {
  color: inherit;
}
.logoImage {
  height: 100%;
}
.logoImage a {
  height: 100%;
}
.logoImage img {
  height: 100%;
  width: auto;
}
.topToolbar {
  background-color: #525252 !important;
  color: rgb(250, 250, 250) !important;
  position: fixed;
  opacity: 0.9;
  height: 64px;
  z-index: 77;
}
md-card.md-default-theme,
md-card {
  background-color: rgba(255, 255, 255, 0.95);
}
md-toolbar.md-table-toolbar.md-default-theme:not(.md-menu-toolbar).md-default,
md-toolbar.md-table-toolbar:not(.md-menu-toolbar).md-default {
  background-color: initial;
}
md-switch {
  margin: 0px;
}
.md-sidenav-left,
.md-sidenav-right {
  padding-top: 64px;
}
.md-toolbar-tools {
  height: 64px;
  max-height: 64px;
  width: 95px;
}
.md-toolbar-tools > button {
  margin: auto;
}
.topToolbar .md-nav-bar {
  margin-top: 16px;
  border-width: 0;
}
.topToolbar md-nav-bar {
  margin: auto;
}
.topToolbar md-nav-bar ._md-nav-button-text {
  color: rgb(250, 250, 250);
}
.topToolbar md-nav-bar .md-primary ._md-nav-button-text {
  color: inherit;
}
.topToolbar md-nav-bar md-nav-ink-bar {
  background: white;
}
.topToolbar li a,
.topToolbar li span {
  color: white;
}
.topToolbar li.Statut1 a,
.topToolbar li.Statut1 span {
  color: rgb(68, 179, 92);
}
.topToolbar li.Statut2 a,
.topToolbar li.Statut2 span {
  color: rgb(68, 133, 179);
}
.topToolbar li.Statut3 a,
.topToolbar li.Statut3 span {
  color: rgb(147, 179, 68);
}
.topToolbar li.Statut4 a,
.topToolbar li.Statut4 span {
  color: rgb(243, 146, 46);
}
.topToolbar li.Statut5 a,
.topToolbar li.Statut5 span {
  color: rgb(232, 178, 57);
}
.topToolbar li.Statut6 a,
.topToolbar li.Statut6 span {
  color: rgb(255, 255, 255);
}
.topToolbar li.Statut7 a,
.topToolbar li.Statut7 span {
  color: rgb(210, 203, 0);
}
.topToolbarTitle {
  text-align: center;
  line-height: 64px;
  font-weight: 600;
  font-size: 24px;
}
.btnSmall {
  height: 20px;
  min-height: 20px;
  line-height: 19px;
  font-size: 10px;
}
.md-button:not(.md-icon-button):not(.md-no-style) {
  border: 0.1px solid;
  font-weight: 400;
}
.md-table-toolbar {
  overflow: hidden;
}
md-toolbar.md-table-toolbar form > input {
  width: 100%;
  margin: 0;
  border: none;
}
md-toolbar.md-table-toolbar form {
  margin-left: 16px;
}
.filters-title {
  line-height: 40px;
  font-size: 20px;
}
canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.inlineInput {
  border: 0;
  text-align: right;
}
.inPageIcon {
  position: absolute;
  left: -9px;
  top: -23px;
  transform: rotate(340deg);
}
fieldset {
  border-style: solid;
  border-width: 1px;
  height: 100%;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
legend {
  margin-left: 5px;
  padding: 0 5px;
}
fieldset md-checkbox {
  font-size: 14px;
  margin: 0;
}
.inPageIcon > svg {
  fill: rgba(0, 0, 0, 0.1);
}
.inPageTitle {
  z-index: 1;
}
th > * {
  z-index: 10;
}
.loginInputs {
  width: 300px;
}
.loginForm {
  margin-top: 20px;
}
.ql-toolbar.ql-snow {
  border: 0;
  border-bottom: 1px solid #ccc;
}
.ql-container.ql-snow {
  border: 0 !important;
}
.allHeight {
  height: 100%;
}
.allWidth {
  width: 100%;
}
.width800 {
  max-width: 800px;
}
.width50 {
  max-width: 50px;
}
.width30 {
  max-width: 30px;
}
.padding8 {
  padding: 8px !important;
}
.padding24 {
  padding: 24px;
}
.padding0 {
  padding: 0 !important;
}
.margin0 {
  margin: 0 !important;
}
.marginAuto {
  margin: auto;
}
.border0 {
  border: 0 !important;
}
.alignCenter {
  text-align: center !important;
}
.fontBold {
  font-weight: bold;
}
.fontCalibri {
  font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
}
.fontGothic {
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}
.displayTable {
  display: table;
}
.displayFlex {
  display: flex !important;
}
md-card.allHeight.allWidth.displayTable {
  padding: 0;
  margin: 8px;
}
.red {
  color: orangered;
}

.green {
  color: green;
}
.md-icon-button + .md-datepicker-input-container {
  margin-left: 0;
}
._md-datepicker-floating-label._md-datepicker-has-calendar-icon > label:not(.md-no-float):not(.md-container-ignore) {
  left: 17px;
  right: inherit;
  overflow: visible;
}
.md-input-container.md-input-focused label:not(.md-no-float),
md-input-container.md-input-has-placeholder label:not(.md-no-float),
md-input-container.md-input-has-value label:not(.md-no-float) {
  overflow: visible;
}

.routeImageContainer {
  position: absolute;
}
.routeImage {
  overflow: hidden;
  min-height: 64px;
}
.routeImage img {
  width: 100%;
}
.md-card-headline {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
.md-card-image {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
}
md-card .md-card-title {
  padding: 24px 16px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
}
md-card .md-card-title .md-card-title-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.routeImageShadow {
  box-shadow: 0px 0px 120px 90px rgb(216, 216, 216);
}
.routeTitle {
  position: absolute;
  top: 85px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.7);
}
button:disabled svg {
  fill: rgba(0, 0, 0, 0.12);
}

.absenceIndicator {
  width: 9px;
  height: 9px;
  margin-bottom: 2px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: inline-block;
}

/*scrollbar*/
/*#content::-webkit-scrollbar { width: 0; }
#content { -ms-overflow-style: none; }*/

.md-avatar svg {
  height: 40px;
  width: auto;
}
.md-avatar.founisseurAvatar {
  height: 14px;
  width: auto;
  border: 0;
  position: absolute;
  top: 5px;
  left: 4px;
}
md-input-container {
  margin: 18px 0 0 0;
}
md-input-container > md-autocomplete input {
  border: 0 !important;
  height: 100% !important;
}
md-input-container > md-autocomplete button {
  position: absolute !important;
  right: 0;
  top: 5px;
  width: 30px !important;
}
.md-datepicker-triangle-button {
  display: none;
}
.contactForm md-input-container {
  margin: 18px 0 0 0;
  min-height: 54px;
}
#prestationContent li {
  display: block;
}
.carousel-template > a {
  height: 100%;
  display: block;
}
.carousel-template > a > img {
  width: 100%;
  height: 100%;
}
.carousel-template .carousel-description {
  position: relative;
  bottom: 105px;
  color: #000;
  font-size: 20px;
  line-height: 44px;
  background-color: #ffffff;
  opacity: 0.6;
  padding: 0 25px;
  min-width: 60%;
  display: inline-block;
}
.jk-carousel .right-arrow-button,
.jk-carousel .left-arrow-button {
  display: none;
}
.carousel-template,
.jk-carousel .slide > div {
  height: 100%;
}
.carousel-block {
  margin: 20px auto 0 auto;
}

.filtersCard md-input-container {
  height: 30px;
  text-align: left;
}
.filtersCard md-input-container:last-of-type {
  margin: 18px 0 18px 0;
}

.footerMenu {
  width: 100%;
  height: 27px;
}
.footerMenu > div,
.footerCredits > div {
  margin: auto;
  display: flex;
}
.footerContact > div {
  margin: 20px auto 20px auto;
}
.footerContact span {
  margin: 0 3px 0 3px;
}
.footerMenu a,
.footerCredits a {
  margin: 0 5px 0 5px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.54);
  text-transform: uppercase;
}
.footerMenu a {
  line-height: 32px;
}
.footerMenu span {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.54);
  position: relative;
  top: 2px;
}
.thumb {
  height: 50px;
  width: auto;
  max-width: 100%;
}
.additionalInfo {
  margin: 5px 0 5px 16px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.2em;
}
.contactDialog md-dialog-content span {
  font-size: 14px;
}
.contactDialog table thead {
  border-bottom: 1px rgba(128, 128, 128, 0.07) solid;
}
.contactDialog table tr,
.contactDialog table td {
  border-top: 0 !important;
}
.contactDialogHeader {
  margin-top: 10px;
}
.dialogLabel,
.dialogRow md-table-container thead th {
  color: rgba(0, 0, 0, 0.36) !important;
  font-size: 11px !important;
  font-weight: 700;
  line-height: 20px;
  margin: auto;
  text-align: center;
}
.dialogRow {
  border: 1px solid rgba(128, 128, 128, 0.15);
  border-radius: 3px;
  margin-bottom: 1px;
  margin-right: 1px;
}
.dialogRow.layout-column {
  display: inline-table;
  width: 100%;
}
.dialogRow .dialogLabelContainer {
  border-right: 1px solid rgba(128, 128, 128, 0.15);
}
.dialogRow .dialogTextAreaValue,
.dialogRow .dialogValueContainer,
.dialogRow md-table-container {
  background-color: rgba(128, 128, 128, 0.07);
}
.dialogRow .dialogValueContainer {
  padding-left: 5px;
}
.calendarInfo {
  width: 100%;
}
.calendarInfo .dialogRow .dialogValueContainer {
  font-size: 14px;
}
.dialogRow .dialogValueContainer > span,
.dialogRow .dialogValueContainer > a {
  margin: auto 0;
}
.dialogRow md-table-container {
  min-height: 40px;
}
.dialogRow md-table-container thead {
  background-color: #fff;
}
.dialogRow .dialogTextAreaLabelContainer {
  border-bottom: 1px solid rgba(128, 128, 128, 0.15);
  width: 100%;
}
.dialogRow .dialogTextAreaLabel {
  margin-left: 26px;
}
.dialogRow .dialogTextAreaValue {
  padding: 2px;
  min-height: 20px;
  display: block;
}
.dialogRow .emailValue {
  font-size: 13px;
  line-height: 13px;
}

.contactDialogImage {
  display: block !important;
  margin-bottom: 10px;
}
.contactDialogImage > md-card {
  padding: 0;
  margin: 0;
  height: 150px;
  display: block;
  text-align: center;
}
.contactDialogImage img {
  height: 150px;
  width: auto;
  margin: auto;
}
.emptyTableRow > td {
  text-align: center !important;
  color: rgba(0, 0, 0, 0.2) !important;
  font-size: 20px !important;
}
.fa-spin {
  line-height: 20px;
}
.fa-spin,
.fa-spin svg {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
  fill: #fff;
}
.fa-pulse,
.fa-pulse svg {
  -webkit-animation: fa-spin 1s infinite steps(16);
  animation: fa-spin 1s infinite steps(16);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.contactDialog table tr {
  height: 20px !important;
}
.mdListItemActive {
  color: #5b8ed0;
  fill: #5b8ed0;
}
.leftMenuItem ng-md-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.mdListItemActive ng-md-icon {
  fill: #5b8ed0;
}
.leftMenuItem.disabled {
  opacity: 0.5;
}
.contactsTable tbody,
.contactsTable tr {
  max-width: 100%;
}
.contactsTable th {
  line-height: 30px;
}
.contactsTable thead * {
  color: #5b8ed0 !important;
}
.contactsTable thead .md-active * {
  color: #5b8ed0 !important;
}
table.md-table:not(.md-row-select) td.md-cell:nth-child(n + 2):nth-last-child(n + 2),
table.md-table:not(.md-row-select) th.md-column:nth-child(n + 2):nth-last-child(n + 2) {
  padding: 0 30px 0 0;
}
table.md-table.bulettinsListTable:not(.md-row-select) td.md-cell:nth-child(n + 2):nth-last-child(n + 2),
table.bulettinsListTable.md-table:not(.md-row-select) th.md-column:nth-child(n + 2):nth-last-child(n + 2) {
  padding: 0 15px 0 0;
}
.starStatutField svg {
  fill: rgba(0, 0, 0, 0.3) !important;
}

.avatarContainer,
.avatarContainer > ng-md-icon,
.avatarImage {
  height: 40px;
  width: 40px;
}
.avatarContainer {
  display: table;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 16px;
  border-radius: 50%;
  box-sizing: content-box;
  overflow: hidden;
  border: 2px solid #ececec;
}
.avatarContainer > ng-md-icon {
  fill: #ececec;
  margin: auto;
  display: table;
}
.avatarImage {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.noteValue {
  font-size: 20px;
  font-weight: 300;
}
.md-input-container.md-default-theme .md-input-message-animation,
md-input-container .md-input-message-animation,
md-input-container.md-default-theme .md-input-messages-animation,
md-input-container .md-input-messages-animation {
  font-size: 12px;
}
md-slider-container > :first-child:not(md-slider) {
  margin-right: 0;
}
md-slider-container md-input-container input[type="number"] {
  text-align: center;
  padding-left: 7px;
  height: 17px;
  margin-top: -5px;
}
md-slider {
  z-index: 1;
}
.infoText {
  color: rgba(0, 0, 0, 0.54);
  font-weight: 300;
  font-size: 12px;
}
.moyene {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.ajouterBtn button {
  z-index: 1;
}
.ajouterBtn[disabled] {
  opacity: 0.7;
}
.dateSpan {
  color: rgba(33, 33, 33, 0.7);
  font-weight: 300;
  font-size: 12px;
}
#standalone-container,
#editor-container .ql-editor {
  width: 595px;
}
#editor-container .ql-editor {
  min-height: 842px;
}
.cke_contents {
  min-height: 800px;
}

.rotated-text {
  display: inline-block;
  overflow: hidden;
  width: 1.5em;
}
.rotated-text__inner {
  display: inline-block;
  white-space: nowrap;
  /* this is for shity "non IE" browsers
       that dosn't support writing-mode */
  -webkit-transform: translate(1.1em, 0) rotate(90deg);
  -moz-transform: translate(1.1em, 0) rotate(90deg);
  -o-transform: translate(1.1em, 0) rotate(90deg);
  transform: translate(1.1em, 0) rotate(90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  /* IE9+ */
  -ms-transform: none;
  -ms-transform-origin: none;
  /* IE8+ */
  -ms-writing-mode: tb-rl;
  /* IE7 and below */
  *writing-mode: tb-rl;
}
.rotated-text__inner:before {
  content: "";
  float: left;
  margin-top: 100%;
}

/* mininless css that used just for this demo */
.container {
  float: left;
}

/*.calendrTable tr:hover, .calendrTable th:hover { background-color: rgba(75, 255, 0, 0.05); }*/
.calendrTable {
  width: 100%;
}
.cellToPick {
  height: inherit;
  line-height: 26px;
}
.divToPick {
  height: 25px;
  margin: 2px;
  text-align: center;
  background-color: rgb(0, 0, 0);
  border-radius: 2px;
  cursor: pointer;
  opacity: 0.1;
}
.divToPick:hover {
  margin: 0 !important;
  border-radius: 2px !important;
  opacity: 0.2;
}
.divToPick.active {
  height: 30px;
  margin: 0 2px 0 2px;
  font-size: 12px;
  background-color: rgb(106, 179, 68);
  color: #fff;
  border-radius: 0;
  opacity: 1 !important;
  cursor: pointer !important;
}
.divToPick.active:hover {
  font-weight: 800;
}
.divToPick.active.first {
  height: 28px;
  margin: 2px 2px 0 2px;
  border-radius: 2px 2px 0 0;
}
.divToPick.active.first:hover {
  margin: 2px 0 0 0 !important;
}
.divToPick.active.last {
  height: 28px;
  margin: 0 2px 2px 2px;
  border-radius: 0 0 2px 2px;
}
.divToPick.active.last:hover {
  margin: 0 0 2px 0 !important;
}
.divToPick.active.first.last {
  margin: 2px;
  border-radius: 2px 2px 2px 2px;
  height: 26px;
}
.divToPick.active.first.last:hover {
  margin: 2px 0 2px 0 !important;
}
.divToPick.weekend {
  background-color: #ff0000;
  opacity: 0.2;
}
.divToPick.picked {
  background-color: rgb(251, 192, 45);
  opacity: 0.8;
}
.divToPick.disabled {
  opacity: 0.05;
}
.divToPick.past {
  cursor: inherit;
}
.cellDate {
  padding-left: 5px;
  overflow: hidden;
  white-space: pre;
}
.cellDate .numberDate,
.transferDetailNumber {
  font-size: 14px;
  font-weight: bold;
}
.transferDetailNumber {
  margin-left: 10px;
}
.cellDate .weekDate {
  font-size: 12px;
  font-weight: 300;
  margin-left: 2px;
}
.transfersTabs {
  min-height: 406px;
}
.transfersTabs md-pagination-wrapper md-tab-item {
  text-transform: none;
  padding: 13px;
}
.transferSectorline {
  padding: 0 5px !important;
}
.monthPicker {
  width: 205px;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  margin: 5px 0;
}
.mdOptionCenter .md-text {
  width: 100%;
  text-align: center;
}

.tooltip {
  position: relative;
}
.tooltip .tooltiptext {
  line-height: 10px;
  font-size: 10px;
  visibility: hidden;
  background-color: #585858;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 3px;
  position: absolute;
  z-index: 1;
  top: 0;
  display: none;
}
.tooltip .tooltiptext.to-the-right {
  left: 100%;
}
.tooltip .tooltiptext.to-the-left {
  right: 100%;
}
.tooltip .tooltiptext.to-the-top {
  left: 0;
}
.tooltip .tooltiptext > div {
  white-space: nowrap;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  display: block;
}
.md-dialog-content {
  padding: 8px !important;
}
.md-dialog-content md-input-container {
  padding: 2px 4px;
}
.md-dialog-content > div {
  padding: 4px;
}

.clear-date-btn {
  position: absolute;
  right: 0;
  top: -3px;
}
.md-errors-spacer {
  display: none;
}
[disabled] md-input-container.md-default-theme .md-input,
[disabled] md-input-container .md-input,
md-input-container.md-default-theme .md-input[disabled],
md-input-container .md-input[disabled] {
  color: rgba(0, 0, 0, 0.6);
}
md-select.md-default-theme[disabled] .md-select-icon,
md-select[disabled] .md-select-icon,
md-select.md-default-theme[disabled] .md-select-value,
md-select[disabled] .md-select-value,
md-select.md-default-theme[disabled] .md-select-value.md-select-placeholder,
md-select[disabled] .md-select-value.md-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.printLamsBtns {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(128, 128, 128, 0.8);
  height: 80px !important;
  width: 80px !important;
  font-size: 32px;
  margin: 6px 12px !important;
}
.printLamsBtns.printed {
  background-color: rgba(110, 255, 0, 0.48);
}
td.printed {
  color: rgb(114 207 43) !important;
}
.iconInsideFab {
  position: absolute;
  left: 2px;
  opacity: 0.3;
}
.receptionTabs {
  color: #000;
}
.receptionTabs label {
  color: rgba(0, 0, 0, 0.7);
}
.receptionTabs md-tab-item {
  font-size: 12px;
  padding: 12px 7px;
}
.receptionTabs md-tab-item.md-active {
  font-weight: 900;
  font-size: 16px;
}
.receptionBottomPart {
  min-height: 175px;
}
.receprionTypesGroup {
  align-items: end;
  display: flex;
}
.receprionTypesGroup > md-radio-group {
  margin: 0 40px 23px 0;
  font-size: 10px;
}
.receptionInput {
  max-height: 40px;
  margin-top: 55px;
}
.receptionInput > div {
  max-width: 300px;
  margin: auto;
  position: relative;
}

table .ged_row {
  /*position: relative;*/
  cursor: pointer;
}
td .extensionTd {
  color: #fff;
  position: relative;
}
td .extensionTd > span {
  position: absolute;
  left: 8px;
  bottom: 7px;
  font-size: 9px;
}
.ged_adress {
  font-size: 15px;
  letter-spacing: -1px;
  font-weight: 300;
  z-index: 1;
}
.ged_adress_nav {
  cursor: pointer;
}
.ged_adress_nav:hover {
  text-decoration: underline;
}
.sNumeroInput {
  font-size: 26px;
  font-weight: 300;
}
.reception-list {
  min-height: 157px;
  min-width: 200px;
}
.reception-list > md-list-item.active * {
  font-size: 25px !important;
}
.reception-list > md-list-item._md-button-wrap > div.md-button {
  text-align: center;
}
.reception-tab {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #fff;
}
md-list-item > div > button {
  z-index: 10;
}

.customSidenav md-expansion-panel-collapsed,
.customSidenav md-expansion-panel-expanded,
.expansionUserEdit md-expansion-panel-collapsed,
.expansionUserEdit md-expansion-panel-expanded {
  cursor: pointer;
}
.customSidenav .md-expansion-panel-header-container,
.customSidenav md-expansion-panel-collapsed {
  background-color: rgba(0, 0, 0, 0.03);
}
.customSidenav md-expansion-panel.md-open,
.expansionUserEdit.md-open {
  margin: 0 0 10px 0;
}
.customSidenav .md-title,
.expansionUserEdit .md-title {
  color: rgba(0, 0, 0, 0.54) !important;
}
.customSidenav md-expansion-panel-content,
.expansionUserEdit md-expansion-panel-content {
  padding: 0;
}
.customSidenav md-expansion-panel-content md-list,
.expansionUserEdit md-expansion-panel-content md-list {
  padding: 0;
}
.expansionUserEdit md-expansion-panel-collapsed,
.expansionUserEdit md-expansion-panel-header,
.expansionUserEdit .md-expansion-panel-header-container {
  min-height: 30px;
}
.expansionUserEdit .md-title {
  line-height: 30px;
}
.expansionUserEdit .md-expansion-panel-header-container md-icon,
.expansionUserEdit md-expansion-panel-collapsed md-icon {
  position: absolute;
  right: 17px;
}
.expansionUserEdit md-checkbox {
  margin: 0;
}

.fournisseurForm md-input-container,
.fouprodsDialog md-input-container,
.fouprodsDialog md-autocomplete {
  margin: 18px 5px 0 5px;
}
.fuprodsTable.md-table td.md-cell {
  font-size: 11px;
}
.fuprodsTable.md-table thead.md-head > tr.md-row {
  height: 25px;
}
.fuprodsTable.md-table tbody.md-body > tr.md-row,
table.md-table tfoot.md-foot > tr.md-row {
  height: 27px;
}
.fuprodsTable.md-table:not(.md-row-select) td.md-cell:first-child,
table.md-table:not(.md-row-select) th.md-column:first-child {
  padding: 0 10px;
}
.fuprodsTable.md-table:not(.md-row-select) td.md-cell:nth-child(n + 2):nth-last-child(n + 2),
table.md-table:not(.md-row-select) th.md-column:nth-child(n + 2):nth-last-child(n + 2) {
  padding: 0 10px 0 0;
}
.fuprodsTable .md-button.md-icon-button {
  height: 24px;
  width: 24px;
  min-height: 24px;
  padding: 0;
}
.mouvementText {
  font-size: 8px;
}
.commandeBadge {
  margin: 0 4px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  padding: 0px 2px;
}
.progressLinear {
  position: relative;
  display: block;
  height: 3px;
  opacity: 0.8;
}
.progressLinear > * {
  position: absolute;
  display: block;
  height: 100%;
}
.progressLinear .potential {
  opacity: 0.4;
}
.progressTableRow td {
  padding: 0 !important;
  border-top: 0 !important;
  border-bottom: 1px solid rgb(178, 178, 178);
}

table.md-table.thinTable tbody.md-body > tr.md-row,
.thinTable md-table-container {
  height: 30px;
}
table.md-table.thinTable tbody.md-body > tr.md-row .md-icon-button {
  padding: 0;
  height: 29px;
  min-height: 29px;
  width: 29px;
}

md-input-container.thinInputContainer label:not(.md-no-float) {
  bottom: 92%;
}

.printSection .parcel-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.printSection .info-block p {
  margin: 4px 0;
}

.printSection .codes {
  display: inline-flex;
  width: 400px;
  margin-top: 8px;
}

.printSection .codes div {
  background-color: #fff !important;
  text-align: center;
  height: fit-content;
  margin: auto;
}

.printSection .codes div:first-of-type {
  width: 300px;
}

.printSection .codes img {
  height: 60px;
}

.printSection .codes img#barcode {
  width: 100%;
}

.printSection .codes img#dataMatrix {
  float: right;
}

.printSection #sNumTransfer {
  font-size: 20px;
  text-align: center;
}

.printSection .type {
  margin-top: 20px;
  border-top: 2px solid #ccc !important;
}

.printSection .detTypeLabel {
  width: 100%;
  text-align: center;
  line-height: 40px;
}

.printSection .category {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #bbb !important;
  border-left: 4px solid #555 !important;
  border-radius: 6px;
  background-color: #fafafa !important;
  /* page-break-inside: avoid; */
}

.printSection .category h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 15px;
  color: #222;
  border-bottom: 1px dashed #bbb !important;
  padding-bottom: 4px;
}

.printSection .id-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 4px;
  font-family: monospace;
}

.printSection .id-grid span.detail {
  display: inline-block;
  padding: 3px 6px;
  background: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  text-align: center;
  white-space: nowrap;
}

.printSection .sectorCount {
  color: #888 !important;
  font-size: 12px;
  font-weight: 300;
}

@media screen {
  #printSection {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .transfersToolbar {
    height: 100px !important;
    max-height: 100px !important;
  }
}

@media print {
  body,
  body * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  #bodyWrapper *,
  body > div:not(#printSection):not(.printSection) {
    visibility: hidden;
  }
  #printSection {
    display: inline;
  }
  .printSection {
    width: 100%;
    max-width: 100%;
  }

  #printSection,
  .printSection {
    visibility: visible !important;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
  }

  .md-dialog-container {
    height: max-content !important;
    overflow: visible;
  }
  .md-dialog-container * {
    overflow: visible;
  }

  .printSection .category {
    /* break-inside: avoid;
    page-break-inside: avoid; */
  }
}
