body {
  font-family: "AvenirLTStd-Light";
}

footer {
  font-family: "AvenirLTStd-Book";
  background-color: #e0e0e0;
  color: #000;
}

.headerHome {
  font-family: "AvenirLTStd-Book";
  position: fixed;
  z-index: 1000;
  background-color: #f7f7f7;
  opacity: 1;
  border-bottom: 1px dotted #000000;
  width: 100%;
}

#welcomeStrip {
  height: 800px;
  background: url("../images/Portiques2_L_BW.jpg");
  filter: grayscale(100%);
  background-size: cover;
  opacity: 1;
}

#separator1 {
  height: 300px;
  background: url("../images/RVBTolbiac.jpg") center;
  background-size: cover;
  opacity: 1;
}

#separator2 {
  height: 300px;
  background: url("../images/RAV600ab.jpg") center;
  background-size: cover;
  opacity: 1;
}

#separator3 {
  height: 300px;
  background: url("../images/ttx_L_BW.jpg") center;
  background-size: cover;
  opacity: 1;
}

#separator4 {
  height: 300px;
  background: url("../images/ttxVitry_L_BW.jpg") center;
  background-size: cover;
  opacity: 1;
}

#welcomeFigHome {
  height: 300px;
  background: url("../images/demiCoeurTJD_L_BW_strip.jpg");
  filter: grayscale(100%);
  background-size: cover;
  opacity: 1;
}

#welcomeFigAdmin {
  background-color: #6e267b;
  opacity: 1;
}

#welcomeFigAuto {
  background-color: #6e267b;
  opacity: 1;
}

.headerApps {
  font-family: "AvenirLTStd-Book";
  position: fixed;
  z-index: 99;
  background-color: #6e267b;
  opacity: 1;
  width: 100%;
  min-height: 90px;
}

.png-icon {
  margin: 5px auto auto;
  padding: 0px;
  display: inline-block;
  background-repeat: no-repeat no-repeat;
  pointer-events: none;
}

.stripH1 {
  font-family: "AvenirLTStd-Book";
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
  color: #ffffff;
  font-weight: bolder;
}

.stripHeaderTag {
  font-family: "AvenirLTStd-Book";
  font-weight: bolder;
  color: #ffffff;
}

.stripH2 {
  font-family: "AvenirLTStd-Book";
  font-weight: bold;
  color: #ffffff;
}

.rotate-90 {
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
}

.sideNavTitle {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.selectdemoSelectHeader .demo-header-searchbox {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  padding: 0;
}
.selectdemoSelectHeader .demo-select-header {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14),
    0 0 0 0 rgba(0, 0, 0, 0.12);
  padding-left: 10.667px;
  height: 48px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
}
.selectdemoSelectHeader md-content._md {
  max-height: 240px;
}

.hint {
  /* Position the hint */
  position: absolute;
  left: 2px;
  right: auto;
  bottom: 7px;
  /* Copy styles from ng-messages */
  font-size: 12px;
  line-height: 14px;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  /* Set our own color */
  color: grey;
}
.hint.ng-hide,
.hint.ng-enter,
.hint.ng-leave.ng-leave-active {
  bottom: 26px;
  opacity: 0;
}
.hint.ng-leave,
.hint.ng-enter.ng-enter-active {
  bottom: 7px;
  opacity: 1;
}

.md-fab-personalClass {
  top: 11px;
  position: absolute;
}

md-sidenav,
md-sidenav.md-locked-open,
md-sidenav.md-closed.md-locked-open-add-active {
  min-width: 300px !important;
  /*width: 85vw !important;*/
  max-width: 1400px !important;
}

.s12 {
  width: 12px;
  height: 12px;
  min-height: 12px;
  min-width: 12px;
}

.s32 {
  width: 32px;
  height: 32px;
}

.s38 {
  width: 38px;
  height: 38px;
}

.s48 {
  width: 48px;
  height: 48px;
}

.s64 {
  width: 64px;
  height: 64px;
}

*:focus {
  outline: none !important;
}

.dashboard {
  border-radius: 24px 24px 24px 24px;
  -moz-border-radius: 24px 24px 24px 24px;
  -webkit-border-radius: 24px 24px 24px 24px;
  border: 3px double #000000;
  background-color: #fafafa;
}

.reportTable {
  border: 1px solid grey;
  border-collapse: collapse;
  padding: 5px;
}

.reportTable th {
  min-width: 200px;
}

.reportTable tr:nth-child(even) {
  background-color: #ffffff;
}

.reportTable tr:nth-child(odd) {
  background-color: #f1f1f1;
}

.figCelextTable {
  border-collapse: collapse;
  padding: 10px;
}

.figCelextTable tr:nth-child(even) {
  border: 0px;
  background-color: #ffffff;
}

.figCelextTable tr:nth-child(odd) {
  border: 0px;
  background-color: #f1f1f1;
}

.doMaHistory {
  border-collapse: collapse;
  padding: 5px;
}

.doMaHistory tr:nth-child(1) {
  border: 0px;
  background-color: #f1f1f1;
}

.doMaHistory tr:nth-child(even) {
  border: 0px;
  background-color: #ffffff;
  white-space: pre-wrap;
}

.doMaHistory tr:nth-child(2n + 3) {
  border: 0px;
  background-color: #f1f1f1;
  white-space: pre-wrap;
}

.white-space-pre {
  white-space: pre-wrap;
}

.blink {
  -webkit-animation: blink 1.5s linear infinite;
          animation: blink 1.5s linear infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse;
}
@-webkit-keyframes blink {
  0%{
    opacity: 0;
  }
  50%{
    opacity: .5;
  }
  100%{
    opacity: 1;
  }
}
@keyframes blink {
  0%{
    opacity: 0;
  }
  50%{
    opacity: .5;
  }
  100%{
    opacity: 1;
  }
}
