@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; }
::selection {
    background: #ffe393;
    text-shadow: none;
}
body {
    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, .2);
}
::-webkit-scrollbar-thumb:hover {
    background-color: #bbb;
}
::-webkit-scrollbar-thumb:active {
    background-color: #888;
}
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, md-autocomplete.md-primary input { color: rgb(106,179,68); fill: rgb(106,179,68); }
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); }
md-list-item.md-warn, ng-md-icon.md-warn, ng-md-icon.md-warn svg { color: rgb(255,112,67); fill: 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); }
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: #1d2124 !important;
    color: rgb(250,250,250) !important;
    position: fixed;
    opacity: 0.9;
    height: 64px;
    z-index: 77;
}
.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;
}
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;
}
.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; }
.padding8 { padding: 8px !important; }
.padding24 { padding: 24px; }
.padding0 { padding: 0; }
.margin0 { margin: 0 !important; }
.marginAuto { margin: auto; }
.border0 { border: 0 !important; }
.alignCenter { text-align: center; }
.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;
}

.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: #d2d2d2; }

.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-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: .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,.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;
    height: 48px;
    color: rgba(0, 0, 0, 0.2) !important;
    font-size: 20px !important;
}
.fa-spin, .fa-spin svg {
    -webkit-animation: fa-spin 0.5s infinite linear;
    animation: fa-spin 0.5s infinite linear;
}
.fa-pulse, .fa-pulse svg {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-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: #f99e21;
    fill: #f99e21;
}
.mdListItemActive ng-md-icon svg { fill: #f99e21; }
.leftMenuItem.disabled { opacity: 0.5; }
.contactsTable tbody, .contactsTable tr { max-width: 100%; }
.contactsTable th { line-height: 30px; }
.contactsTable thead * { color: rgba(255, 131, 0, 0.68) !important; }
.contactsTable thead .md-active * { color: rgba(255, 131, 0, 0.9) !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: 24px; font-weight: 100; }
.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.38);
    font-weight: 100;
    font-size: 12px;
}
.moyene { font-size: 14px; color: rgba(0, 0, 0, 0.65); }
.ajouterBtn button {z-index: 1;}
.dateSpan {
    color: rgba(33, 33, 33, 0.7);
    font-weight: 100;
    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 { 
    font-size: 16px; 
    font-weight: bold;
}
.cellDate .weekDate { 
    font-size: 12px;
    font-weight: 100;
    margin-left: 2px;
}
.monthPicker {
    width: 205px;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    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); }
.expirationDate {
    font-weight: 100;
    font-size: 12px;
    color: #fa4728;
    text-align: center;
    line-height: 64px;
}