﻿[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
/*.md-tab {
    height: 100vh !important;
}
.md-tab-content {
    height: 100vh !important;
}*/

md-checkbox.md-checked.blue .md-icon {
   color: #a8dadc;
}

md-dialog._md.md-default-theme {
    padding: 1em;
}

.threshold:after {
    content: "\00b0"
}

html, body {
    height: 100%;
    margin: 0;
}

.row-background0 {
    background-color: #f6f8f9;
}

.row-background1 {
    background-color: #fdfdfd;
}

.row-background2 {
    background-color: #e2f0f5;
}

.report-row-background0 {
    background: rgba(249, 249, 249, 0.94);
}

.report-row-background1 {
    background: #ffffff;
}

/*Blinking Text*/
.blink_me {
    animation: colorblinker 2s linear infinite;
}

.no_blink {
    color: black;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@keyframes colorblinker{
    from {color: black; font-weight: 400;}
    50% {color: red; font-weight: 400;}
    to {color: red; font-weight: 400;}
}

/*Newsfeed*/
md-progress-linear .md-container {
    height: 4px;
}

md-progress-linear.md-default-theme .md-container, md-progress-linear .md-container {
    background-color: rgb(193, 193, 193);
}

.mfa-post-item-footer-container {
    margin: auto;
    width: 96%;
}

.mfa-post-comment {
    margin-top: 3px;
    border-top: 1px solid rgba(0,0,0,0.12);
}

#main-container {
    align-items: stretch;
    position: relative;
    /*height: 90%;*/
    height: 1200px;
}

.k-gantt-toolbar .k-button, .k-gantt > .k-header .k-link, .k-gantt > .k-header li, .k-grid .k-header .k-button, .k-scheduler .k-header .k-button, .k-scheduler .k-header .k-link, .k-scheduler .k-header li, .km-pane-wrapper .k-header .k-button {
    color: #fff;
    background-color: #317e94 !important;
    border-color: #3f51b5;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*#main-container {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-color: #1c5d6f;
    height: 100%;
}*/
.md-icon-button.button.glowIcon.md-button.md-default-theme.providerGoup_icon {
    margin: 0 6px;
    height: 48px;
    min-width: 0;
    line-height: 48px;
    padding-left: 0;
    padding-right: 0;
    width: 48px;
    border-radius: 50%;
}

md-dialog-width {
    max-height: 100%;
    width: 800px;
}

.roomTempControlContainer {
    background: rgb(73, 176, 148);
    margin-top: 5px;
    padding: 10px;
    color: #fff;
}

.roomLightingControlContainer {
    margin-top: 5px;
    padding: 10px;
    background: #5dc9ff;
    color: #fff;
}

.badge-red-notification {
    color: #499ab0;
    position: absolute;
    top: 5px;
    right: 3px;
    border-radius: 10px;
    width: 15px;
    font-size: 12px;
    height: 15px;
    line-height: 7px;
}

all-tabs {
    font-size: 20px;
}

.demo-tab {
    color: green;
}

.backgroundDropColor {
    -webkit-filter: drop-shadow(5px 5px 5px #fff);
    filter: drop-shadow(0px 0px 4px #ffffff);
    color: #ffffff;
    height: 93%;
}

md-toolbar.md-tall {
    height: 93px;
    min-height: 93px;
    max-height: 93px;
}

    md-toolbar.md-tall.md-hue-2._md.layout-align-end-end._md-toolbar-transitions {
        height: 93px;
        min-height: 78px;
        max-height: 86px;
    }

span.md-caption.loadMoreComments:hover {
    cursor: pointer;
}

.padded-button {
    margin: 6px 8px;
}

button.md-icon-button.md-button.md-ink-ripple.login-header_logo {
    background-image: url(../../../Assets/Images/logo.1.152.png);
    -ms-background-size: 50px 50px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    margin: 0 6px;
    height: 40px;
    min-width: 0;
    line-height: 48px;
    padding-left: 0;
    padding-right: 0;
    width: 40px;
    border-radius: 50%;
}

.cropArea {
    background: #E4E4E4;
    overflow: hidden;
    width: 500px;
    height: 350px;
}

form .progress {
    line-height: 15px;
}

.progress {
    display: inline-block;
    width: 100px;
    border: 3px groove #CCC;
}

    .progress div {
        font-size: smaller;
        background: orange;
        width: 0;
    }

img-crop {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
    /* line 7, ../../source/scss/ng-img-crop.scss */

    img-crop canvas {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        outline: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        /* mobile webkit */
    }

.button.-primary,
.button.-secondary,
.anchor.-primary,
.anchor.-secondary {
    color: #FFF
}

.button.-primary,
.anchor.-primary {
    background-color: #459AB2
}

md-radio-button .md-on {
    background-color: #AF2D25
}

.button.-primary:hover,
.anchor.-primary:hover {
    background-color: #AF2D25
}

.button.-secondary,
.anchor.-secondary {
    background-color: #AF2D25
}

    .button.-secondary:hover,
    .anchor.-secondary:hover {
        background-color: #459AB2
    }

.button.-clear {
    background-color: transparent;
    -webkit-transition-property: color;
    transition-property: color
}

.button.-secondary,
.anchor.-secondary {
    background-color: #AF2D25;
}

.cta.-secondary {
    color: #E37D74
}

    .cta.-secondary:hover {
        color: #DA4F41
    }

    .cta.-secondary[data-state="active"] {
        color: #459AB2
    }

.cta.-tertiary {
    color: #FFF
}

    .cta.-tertiary:hover,
    .cta.-tertiary[data-state="active"] {
        color: #DA4F41
    }

    .cta.-tertiary[data-state="active"] {
        border-left: 3px solid #459AB2
    }

.dash-calendar-actions {
    padding: .1em;
    color: #fff;
    height: 1.6em
}

md-tabs md-ink-bar {
    background: #499AB0;
}

.status-update {
    position: relative;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
}

.status-update__type {
    padding-bottom: 10px;
    padding-left: 10px;
    position: absolute;
    top: 0;
    right: 0;
    /*border-bottom: 1px solid;
     border-left: 1px solid;*/
    font-size: 0.625rem
}

.dashboard-calendar-startTime--container {
    background: #F44336;
    color: #fff;
    padding: 3px 5px 3px 5px;
    display: inline-block;
    width: 9.7rem;
    margin: 2px 0px 2px 0px;
    padding-left: .5em;
}

.calendar-event-container-even {
    background: #a8dbbe;
    padding: 0 .2em 0 .2em !important;
    -webkit-box-shadow: 1px 1px 2px #888888;
    -ms-box-shadow: 1px 1px 2px #888888;
    box-shadow: 1px 1px 2px #888888;
    margin-bottom: 1px;
}

.calendar-event-container {
    background: #E6E6E6;
    padding: 0 .2em 0 .2em !important;
    -webkit-box-shadow: 1px 1px 2px #888888;
    -ms-box-shadow: 1px 1px 2px #888888;
    box-shadow: 1px 1px 2px #888888;
    margin-bottom: 1px;
}

.calendar-event-container-modal {
    background: #E6E6E6;
    -webkit-box-shadow: 1px 1px 2px #888888;
    -ms-box-shadow: 1px 1px 2px #888888;
    box-shadow: 1px 1px 2px #888888;
    margin: 5px;
    padding: .6em;
}

.calendar-event-container-header-modal {
    background: #4F7A82;
    padding: 3px 5px 7px 0;
    color: #fff;
}

.calendar-event-container-body-modal {
    padding: .3em;
    background: #C8E5FF;
}

.dialog__content {
    padding: 1em;
    font-size: 1.2em;
}

.dashboard-calendar-endTime--container {
    background: #cc72b5;
    color: #fff;
    padding: 0 5px 0 5px;
}

.login-header_logo {
    background-image: url('../../../content/images/logo.1.152.png');
    -ms-background-size: 50px 50px;
    background-size: 50px 50px;
    background-repeat: no-repeat;
}

.device-metric-card {
    width: 48%;
    float: left;
    margin-left: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.empty-list-msg {
    padding: 1em;
    border: 1px #317E94 solid;
    margin: 1em;
    background: rgba(41, 86, 100, 1) ;
    color: #fff;
}

h2.calendar-md-title {
    color: #fff !important;
}

.company-logo {
    width: 100%;
    height: 400px;
    background-image: url('../../../content/images/ohioathome.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

.hint {
    position: absolute;
    left: 2px;
    right: auto;
    bottom: 7px;
    font-size: 12px;
    line-height: 14px;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    color: grey;
}

.edit-report-date,
.report-admin-spans {
    padding-bottom: 1em;
    padding-left: 1em;
    font-size: 1em;
    width: 10em;
}

.blink_gps {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0.0;
    }
}

.mfa-form-signature {
    position: relative;
    margin: 1rem 0 1rem 0;
    padding-left: .5rem;
}

.mfa-form-signature-cancel {
    position: absolute !important;
    font-size: 13rem;
}

.login-container-outer {
    padding-top: 10rem;
}

.login-container {
    width: 30rem;
    margin: 0 auto;
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.75);
}

.login-container-footer {
}

.md-avatar {
    /*display: block;
    margin-right: 16px;
    border-radius: 50%;
    box-sizing: content-box;*/
}

.time-date > .display > .content {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 2.4rem;
    padding: 2.3rem 0;
    font-size: 1.5rem;
    background-color: rgb(197, 17, 98) !important;
    color: #e1e1e1;
}

.md-toolbar-tools {
    max-height: 65px !important;
    padding: 0 15px !important;
}

.glowIt {
    text-align: center;
    font-size: 7em;
    margin: 20px 0 20px 0;
}

.glowLogin {
    color: #054557;
    text-shadow: 1px 1px #d6cbcb;
}

.glowItRed {
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
    -moz-animation: neon1 1.5s ease-in-out infinite alternate;
    animation: neon1 1.5s ease-in-out infinite alternate;
}

.glowItYellow {
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: rgba(41, 86, 100, 1) ;
    -webkit-animation: neon2 1.5s ease-in-out infinite alternate;
    -moz-animation: neon2 1.5s ease-in-out infinite alternate;
    animation: neon2 1.5s ease-in-out infinite alternate;
}

.glowItGreen {
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: rgba(41, 86, 100, 1) ;
    -webkit-animation: neon3 1.5s ease-in-out infinite alternate;
    -moz-animation: neon3 1.5s ease-in-out infinite alternate;
    animation: neon3 1.5s ease-in-out infinite alternate;
}

.glowIcon {
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: rgba(41, 86, 100, 1) ;
    -webkit-animation: neon4 1.5s ease-in-out infinite alternate;
    -moz-animation: neon4 1.5s ease-in-out infinite alternate;
    animation: neon4 1.5s ease-in-out infinite alternate;
}

@keyframes neon1 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 20px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 10px #FF1177;
    }

    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 5px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
    }
}

@keyframes neon2 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FFFF00, 0 0 20px #FFFF00, 0 0 80px #FFFF00, 0 0 100px #FFFF00, 0 0 10px #FFFF00;
    }

    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFFF00, 0 0 5px #FFFF00, 0 0 40px #FFFF00, 0 0 50px #FFFF00, 0 0 75px #FFFF00;
    }
}

@keyframes neon3 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #499AB0, 0 0 20px #499AB0, 0 0 80px #499AB0, 0 0 100px #499AB0, 0 0 10px #499AB0;
    }

    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #499AB0, 0 0 5px #499AB0, 0 0 40px #499AB0, 0 0 50px #499AB0, 0 0 75px #499AB0;
    }
}

@keyframes neon4 {
    from {
        text-shadow: 0 0 10px #45f7e1, 0 0 20px #58b2cb, 0 0 30px #4abfd9, 0 0 40px #499AB0, 0 0 20px #499AB0, 0 0 80px #459AB2, 0 0 100px #AF2D25, 0 0 10px #499AB0;
    }

    to {
        text-shadow: 0 0 5px #459AB2, 0 0 10px #499AB0, 0 0 15px #009688, 0 0 20px #499AB0, 0 0 5px #499AB0, 0 0 40px #499AB0, 0 0 50px #499AB0, 0 0 75px #499AB0;
    }
}
/*body {
  overflow: hidden;
  background-color: #EEEEEE;
}

md-whiteframe {
  background: #fff;
}

#content {
  padding: 24px;
}*/
/*service plan*/

.plan-category-block {
    background: #DDF0FF;
}

    .plan-category-block:nth-child(odd) {
        background: #DDFFEB;
    }

.plan-service-block {
    border: rgba(0, 0, 0, .38) 1px solid;
    padding: 1rem;
}

.assignments-container {
    padding: 5px;
    height: 122px;
    background: #fff;
}

.center {
    margin-left: 43%;
}
/*2/26/2015*/

.hidden {
    visibility: hidden;
}

.chart-container {
    width: 340px;
    padding: 10px;
}

.timeline-heading {
    width: 226px;
}

.reportSummary-left-bar {
    width: 350px;
    background: #4b8158;
    background: rgba(75, 129, 88, 0.1);
    padding: 15px;
    float: right;
}

.margin-all {
    margin: 1em;
}

.margin--vertical {
    margin-top: 1em;
    margin-bottom: 1em;
}

.margin--vertical-2x {
    margin-top: 2em;
    margin-bottom: 2em;
}

.plan-category-block {
    padding: 1rem;
}

.margin--vertical-3x {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin--top-5x {
    margin-top: 50px;
}

.margin--buttom {
    margin-bottom: 1rem;
}

.margin--buttom-3x {
    margin-bottom: 30px;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

.margin-left-5x {
    margin-left: 50px;
}

.margin-left-3x {
    margin-left: 30px;
}
/*input.text-field__input {
    height: 32px;
    line-height: 32px;
    font-size: 1.1em;
    color: #fff;
}*/
/*textarea.text-field__input {
    color: #3f51b5;
}*/
/*input.text-field__input {
    height: 32px;
    line-height: 32px;
    color: #3f51b5;
}*/
/*.plan-mngmt-span--container>.lx-date-input {
    color: #3f51b5;
}
.edit-report-date>.lx-date-input {
    color: #fff;
}*/

#portal-previous-date-button {
    font-size: 1.4em;
}

#portal-next-date-button {
    font-size: 1.4em;
}

#portal-selected-date {
    font-size: 1.3em;
}
/*report card*/

.report-card {
    width: 280px;
    float: left;
    margin-left: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.active-users-card {
    width: 275px;
    float: left;
    padding: 10px;
    margin: 15px;
    height: 260px;
    background: #EEEEEE !important;
}

.plan-card {
    width: 255px;
    float: left;
    padding: 10px;
    margin: 15px;
    height: 368px;
    background: #EEEEEE !important;
}

.provider-assignment-card {
    width: 255px;
    float: left;
    padding: 10px;
    margin: 15px;
    height: 150px;
    background: #EEEEEE !important;
}


/*end report cards*/
span.fs-headline.tc-white-1.display-block {
    font-size: .8em;
}

.card__img--top {
    position: relative;
    height: 50px;
    font-size: 1.4em;
    padding: 0 0 0 .5rem;
    color: #fff;
    background: #499AB0;
    margin-bottom: 10px;
}

.main-content-area-green {
    background-color: #317E94;
}

.main-content-area-white {
    background-color: #fff;
}

.tc-black-2 {
    font-size: 1em;
}

.card__img--top.green {
    background-color: #317E94;
    color: #fff;
}

.card__img--top.gray {
    background-color: #757575;
    color: #fff;
}
/*END*/
/* Fonts */

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
/* Variables */
/* Mixins */

@media only screen and (max-width: 1280px) {
    .main-div{
        margin-left: 0px;
    }
}

@media only screen and (min-width: 1280px) {
    .main-div {
        margin-left: 320px;
    }
}

.mfa-main-container {
    height: 100vh;
    text-align: center;
    /*overflow: hidden;*/
}

h1 {
    font-size: 1.4rem;
    color: #317E94;
}

h2 {
    font-size: 1rem;
    color: #44A2B3;
}

h3 {
    font-size: .9rem;
    color: #317E94;
}

body {
    /*background: #373940;*/
}

.socket {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 10em;
}

.hex-brick {
    background: #ABF8FF;
    width: 30px;
    height: 17px;
    position: absolute;
    top: 5px;
    animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}

.h2 {
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
}

.h3 {
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
}

.gel {
    height: 30px;
    width: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    position: absolute;
    top: 50%;
    left: 50%;
}

.center-gel {
    margin-left: -15px;
    margin-top: -15px;
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}

.c1 {
    margin-left: -47px;
    margin-top: -15px;
}

.c2 {
    margin-left: -31px;
    margin-top: -43px;
}

.c3 {
    margin-left: 1px;
    margin-top: -43px;
}

.c4 {
    margin-left: 17px;
    margin-top: -15px;
}

.c5 {
    margin-left: -31px;
    margin-top: 13px;
}

.c6 {
    margin-left: 1px;
    margin-top: 13px;
}

.c7 {
    margin-left: -63px;
    margin-top: -43px;
}

.c8 {
    margin-left: 33px;
    margin-top: -43px;
}

.c9 {
    margin-left: -15px;
    margin-top: 41px;
}

.c10 {
    margin-left: -63px;
    margin-top: 13px;
}

.c11 {
    margin-left: 33px;
    margin-top: 13px;
}

.c12 {
    margin-left: -15px;
    margin-top: -71px;
}

.c13 {
    margin-left: -47px;
    margin-top: -71px;
}

.c14 {
    margin-left: 17px;
    margin-top: -71px;
}

.c15 {
    margin-left: -47px;
    margin-top: 41px;
}

.c16 {
    margin-left: 17px;
    margin-top: 41px;
}

.c17 {
    margin-left: -79px;
    margin-top: -15px;
}

.c18 {
    margin-left: 49px;
    margin-top: -15px;
}

.c19 {
    margin-left: -63px;
    margin-top: -99px;
}

.c20 {
    margin-left: 33px;
    margin-top: -99px;
}

.c21 {
    margin-left: 1px;
    margin-top: -99px;
}

.c22 {
    margin-left: -31px;
    margin-top: -99px;
}

.c23 {
    margin-left: -63px;
    margin-top: 69px;
}

.c24 {
    margin-left: 33px;
    margin-top: 69px;
}

.c25 {
    margin-left: 1px;
    margin-top: 69px;
}

.c26 {
    margin-left: -31px;
    margin-top: 69px;
}

.c27 {
    margin-left: -79px;
    margin-top: -15px;
}

.c28 {
    margin-left: -95px;
    margin-top: -43px;
}

.c29 {
    margin-left: -95px;
    margin-top: 13px;
}

.c30 {
    margin-left: 49px;
    margin-top: 41px;
}

.c31 {
    margin-left: -79px;
    margin-top: -71px;
}

.c32 {
    margin-left: -111px;
    margin-top: -15px;
}

.c33 {
    margin-left: 65px;
    margin-top: -43px;
}

.c34 {
    margin-left: 65px;
    margin-top: 13px;
}

.c35 {
    margin-left: -79px;
    margin-top: 41px;
}

.c36 {
    margin-left: 49px;
    margin-top: -71px;
}

.c37 {
    margin-left: 81px;
    margin-top: -15px;
}

.r1 {
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .2s;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .2s;
}

.r2 {
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .4s;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .4s;
}

.r3 {
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .6s;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .6s;
}

.r1 > .hex-brick {
    animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .2s;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .2s;
}

.r2 > .hex-brick {
    animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .4s;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .4s;
}

.r3 > .hex-brick {
    animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .6s;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .6s;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.01);
        transform: scale(0.01);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes fade {
    0% {
        background: #ABF8FF;
    }

    50% {
        background: #90BBBF;
    }

    100% {
        background: #ABF8FF;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.01);
        transform: scale(0.01);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes fade {
    0% {
        background: #ABF8FF;
    }

    50% {
        background: #389CA6;
    }

    100% {
        background: #ABF8FF;
    }
}

.margin--vertical {
    margin-top: 1em;
    margin-bottom: 1em;
}

.margin--buttom {
    margin-bottom: 10px;
}

md-dialog-content {
    padding: 0 !important;
}

.time-span-conrainer {
}

.time-span-inner-right {
    width: 10em;
}

.time-span-inner-left {
    float: left;
    margin-right: 10px;
    width: 10em;
}

.lx-select__selected--is-multiple {
    margin: 0 0.5rem 0 0.5rem;
}

.margin--top {
    margin-top: .5rem;
}

.margin--buttom-1x {
    margin-bottom: 1rem;
}

/*.login-container-outer {
    padding-bottom: 50%;
}*/

md-card md-card-content {
    padding: 5px;
}

.task-card-completed {
    background: rgba(197, 218, 201, 0.31);
}

.total-hrs {
    background-color: #F44336;
    color: #fff;
}

    .total-hrs h3 {
        color: #fff;
    }

.margin-vertical-sm {
    margin: .3em;
}

.example-animate-container {
    background: white;
    border: 1px solid black;
    list-style: none;
    margin: 0;
    padding: 0 10px;
}

.animate-repeat {
    list-style: none;
    box-sizing: border-box;
}

    .animate-repeat.ng-move,
    .animate-repeat.ng-enter,
    .animate-repeat.ng-leave {
        transition: all linear 0.2s;
    }

        .animate-repeat.ng-leave.ng-leave-active,
        .animate-repeat.ng-move,
        .animate-repeat.ng-enter {
            opacity: 0;
            max-height: 0;
        }

            .animate-repeat.ng-leave,
            .animate-repeat.ng-move.ng-move-active,
            .animate-repeat.ng-enter.ng-enter-active {
                opacity: 1;
                max-height: 30px;
            }

.shift-header {
    color: #fff;
    padding: 0;
    float: left;
    position: absolute;
    top: 1em;
    left: 1em;
}

.sensor-info-container {
    position: relative;
    background: rgb(238, 238, 238);
    margin: 0.3em;
    padding: .3em;
}

.taskCompletionHistory-block {
    background: #2196F3;
    margin-bottom: .2em;
    padding: 0.4em;
    margin: 6px 6px 0 6px;
    -ms-text-shadow: 1px 1px #607D8B;
    text-shadow: 1px 1px #607D8B;
    color: #fff;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.taskCompletionHistory-header {
    height: 50px;
    background: #EEEEEE;
    padding: 15px;
    position: relative;
}

    .taskCompletionHistory-header button {
        color: rgb(255, 255, 255) !important;
        position: absolute !important;
        overflow: hidden;
        background: rgb(33, 150, 243) !important;
        top: 0 !important;
        right: 0 !important;
    }

.report_card-outer {
    background: #338BBC;
    padding: 1px;
}

.report_card-header {
    background: #AF2D25;
    padding: 6px;
}

    .report_card-header:first-child {
        color: #fff;
    }

.time-date {
    font-size: 16px;
    overflow: hidden;
    border: none;
    max-width: 600px;
}

    .time-date > .display {
        position: relative;
        width: 47%;
        height: 100%;
        cursor: pointer;
    }

        .time-date > .display > .title {
            background-color: #00796b;
            color: #e1e1e1;
            line-height: 2em;
        }

        .time-date > .display > .content {
            position: absolute;
            left: 0px;
            right: 0px;
            bottom: 0px;
            top: 3.2rem;
            padding: 3rem;
            font-size: 2rem;
            background-color: #009688;
            color: #e1e1e1;
        }

            .time-date > .display > .content > .super-title {
                text-transform: uppercase;
            }

            .time-date > .display > .content > .main-title {
                font-size: 8rem;
            }

                .time-date > .display > .content > .main-title > small {
                    font-size: 1.5rem;
                    margin-left: 0.5rem;
                }

            .time-date > .display > .content > .sub-title {
                color: #8acfc8;
            }

    .time-date > .control {
        width: 53%;
        overflow-x: hidden;
        position: relative;
    }

        .time-date > .control > .slider {
            position: absolute !important;
            width: 200%;
            -webkit-transition: left 0.6s ease-in-out;
            -moz-transition: left 0.6s ease-in-out;
            -o-transition: left 0.6s ease-in-out;
            -ms-transition: left 0.6s ease-in-out;
            transition: left 0.6s ease-in-out;
        }

            .time-date > .control > .slider > .date-control,
            .time-date > .control > .slider > .time-control,
            .time-date > .control > .slider > .switch-control {
                float: left;
                height: 27.3rem;
            }

            .time-date > .control > .slider > .date-control,
            .time-date > .control > .slider > .time-control {
                width: 45%;
            }

            .time-date > .control > .slider > .switch-control {
                width: 10%;
                cursor: pointer;
            }

                .time-date > .control > .slider > .switch-control > i.fa {
                    margin-top: 12.65rem;
                }

                    .time-date > .control > .slider > .switch-control > i.fa:first-child {
                        margin-right: 1rem;
                    }

                    .time-date > .control > .slider > .switch-control > i.fa:last-child {
                        margin-left: 1rem;
                    }

            .time-date > .control > .slider > .date-control > .title {
                font-weight: 500;
                line-height: 2em;
            }

                .time-date > .control > .slider > .date-control > .title > span {
                    cursor: pointer;
                    position: relative;
                }

                    .time-date > .control > .slider > .date-control > .title > span:hover {
                        text-decoration: underline;
                    }

                    .time-date > .control > .slider > .date-control > .title > span > select {
                        position: absolute;
                        top: 0px;
                        bottom: 0px;
                        left: 0px;
                        right: 0px;
                        opacity: 0;
                        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                        filter: alpha(opacity=0);
                    }

                .time-date > .control > .slider > .date-control > .title > input {
                    border: none;
                    width: 5.6rem;
                }

            .time-date > .control > .slider > .date-control > .headers {
                margin-top: -1rem;
                font-weight: 500;
                font-size: 1.3rem;
                padding-left: 2rem;
                color: #737373;
            }

                .time-date > .control > .slider > .date-control > .headers > .day-cell {
                    cursor: default;
                }

            .time-date > .control > .slider > .date-control .day-cell {
                float: left;
                width: 3.6rem;
                height: 3.6rem;
                padding-top: 1rem;
                cursor: pointer;
                -webkit-border-radius: 4rem;
                border-radius: 4rem;
            }

            .time-date > .control > .slider > .date-control > .days {
                font-size: 1.3rem;
                padding-left: 2rem;
                width: 27.720000000000002rem;
            }

                .time-date > .control > .slider > .date-control > .days .day-cell.today {
                    color: #009688;
                }

                .time-date > .control > .slider > .date-control > .days .day-cell.selected {
                    color: #fff;
                    background-color: #009688;
                }

                .time-date > .control > .slider > .date-control > .days .day-cell:hover,
                .time-date > .control > .slider > .date-control > .days .day-cell:active {
                    color: #e6e6e6;
                    background-color: #00baa9;
                }

            .time-date > .control > .slider > .time-control {
                position: relative;
            }

                .time-date > .control > .slider > .time-control > .buttons {
                    position: absolute;
                    bottom: 0px;
                    left: 8px;
                    right: 8px;
                }

                    .time-date > .control > .slider > .time-control > .buttons > input {
                        float: left;
                        bottom: 50%;
                        margin-bottom: -1.4rem;
                        margin-left: -3rem;
                        border: none;
                        border-bottom: 1px solid #000;
                        text-align: center;
                        position: absolute;
                        left: 50%;
                    }

                    .time-date > .control > .slider > .time-control > .buttons > button {
                        -webkit-border-radius: 100%;
                        border-radius: 100%;
                        width: 5rem;
                        height: 5rem;
                    }

                .time-date > .control > .slider > .time-control > .clock {
                    position: relative;
                    width: 100%;
                    padding-left: 50%;
                    padding-top: 3rem;
                }

                    .time-date > .control > .slider > .time-control > .clock > .clock-face {
                        position: relative;
                        margin-left: -75px;
                        margin-top: 1.5rem;
                    }

                        .time-date > .control > .slider > .time-control > .clock > .clock-face:before {
                            content: " ";
                            background-color: #eceff1;
                            position: absolute;
                            top: -20px;
                            left: -20px;
                            height: 188px;
                            width: 188px;
                            -webkit-border-radius: 94px;
                            border-radius: 94px;
                        }

                        .time-date > .control > .slider > .time-control > .clock > .clock-face > .center {
                            position: absolute;
                            width: 4px;
                            height: 4px;
                            background-color: #202020;
                            -webkit-border-radius: 2px;
                            border-radius: 2px;
                            z-index: 3;
                            left: 74px;
                            top: 73px;
                        }

                        .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand {
                            position: absolute;
                            height: 4rem;
                            width: 4rem;
                            margin-left: -2rem;
                            margin-top: -2rem;
                            padding: 1rem;
                            text-align: center;
                            -webkit-border-radius: 8rem;
                            border-radius: 8rem;
                            cursor: pointer;
                            color: #009688;
                            z-index: 2;
                        }

                            .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:hover,
                            .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:active,
                            .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:hover:before,
                            .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:active:before {
                                color: #e6e6e6;
                                background-color: #00baa9;
                            }

                            .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand.selected,
                            .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand.selected:before {
                                color: #fff;
                                background-color: #009688;
                            }

                            .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:nth-child(2) {
                                left: 112.5px;
                                top: 10.048094699999993px;
                            }

                                .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:nth-child(2):before {
                                    content: " ";
                                    position: absolute;
                                    left: 2rem;
                                    top: 2rem;
                                    height: 75px;
                                    width: 2px;
                                    z-index: -1;
                                    -webkit-transform-origin: center top;
                                    -moz-transform-origin: center top;
                                    -o-transform-origin: center top;
                                    -ms-transform-origin: center top;
                                    transform-origin: center top;
                                    -webkit-transform: rotate(30deg);
                                    -moz-transform: rotate(30deg);
                                    -o-transform: rotate(30deg);
                                    -ms-transform: rotate(30deg);
                                    transform: rotate(30deg);
                                }

                            .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:nth-child(3) {
                                left: 139.95190530000002px;
                                top: 37.5px;
                            }

                                .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:nth-child(3):before {
                                    content: " ";
                                    position: absolute;
                                    left: 2rem;
                                    top: 2rem;
                                    height: 75px;
                                    width: 2px;
                                    z-index: -1;
                                    -webkit-transform-origin: center top;
                                    -moz-transform-origin: center top;
                                    -o-transform-origin: center top;
                                    -ms-transform-origin: center top;
                                    transform-origin: center top;
                                    -webkit-transform: rotate(60deg);
                                    -moz-transform: rotate(60deg);
                                    -o-transform: rotate(60deg);
                                    -ms-transform: rotate(60deg);
                                    transform: rotate(60deg);
                                }

                            .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:nth-child(4) {
                                left: 150px;
                                top: 75px;
                            }

                                .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:nth-child(4):before {
                                    content: " ";
                                    position: absolute;
                                    left: 2rem;
                                    top: 2rem;
                                    height: 75px;
                                    width: 2px;
                                    z-index: -1;
                                    -webkit-transform-origin: center top;
                                    -moz-transform-origin: center top;
                                    -o-transform-origin: center top;
                                    -ms-transform-origin: center top;
                                    transform-origin: center top;
                                    -webkit-transform: rotate(90deg);
                                    -moz-transform: rotate(90deg);
                                    -o-transform: rotate(90deg);
                                    -ms-transform: rotate(90deg);
                                    transform: rotate(90deg);
                                }

                            .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:nth-child(5) {
                                left: 139.95190530000002px;
                                top: 112.5px;
                            }

                                .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:nth-child(5):before {
                                    content: " ";
                                    position: absolute;
                                    left: 2rem;
                                    top: 2rem;
                                    height: 75px;
                                    width: 2px;
                                    z-index: -1;
                                    -webkit-transform-origin: center top;
                                    -moz-transform-origin: center top;
                                    -o-transform-origin: center top;
                                    -ms-transform-origin: center top;
                                    transform-origin: center top;
                                    -webkit-transform: rotate(120deg);
                                    -moz-transform: rotate(120deg);
                                    -o-transform: rotate(120deg);
                                    -ms-transform: rotate(120deg);
                                    transform: rotate(120deg);
                                }

                            .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:nth-child(6) {
                                left: 112.5px;
                                top: 139.95190530000002px;
                            }

                                .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:nth-child(6):before {
                                    content: " ";
                                    position: absolute;
                                    left: 2rem;
                                    top: 2rem;
                                    height: 75px;
                                    width: 2px;
                                    z-index: -1;
                                    -webkit-transform-origin: center top;
                                    -moz-transform-origin: center top;
                                    -o-transform-origin: center top;
                                    -ms-transform-origin: center top;
                                    transform-origin: center top;
                                    -webkit-transform: rotate(150deg);
                                    -moz-transform: rotate(150deg);
                                    -o-transform: rotate(150deg);
                                    -ms-transform: rotate(150deg);
                                    transform: rotate(150deg);
                                }

                            .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:nth-child(7) {
                                left: 75px;
                                top: 150px;
                            }

                                .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:nth-child(7):before {
                                    content: " ";
                                    position: absolute;
                                    left: 2rem;
                                    top: 2rem;
                                    height: 75px;
                                    width: 2px;
                                    z-index: -1;
                                    -webkit-transform-origin: center top;
                                    -moz-transform-origin: center top;
                                    -o-transform-origin: center top;
                                    -ms-transform-origin: center top;
                                    transform-origin: center top;
                                    -webkit-transform: rotate(180deg);
                                    -moz-transform: rotate(180deg);
                                    -o-transform: rotate(180deg);
                                    -ms-transform: rotate(180deg);
                                    transform: rotate(180deg);
                                }

                            .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:nth-child(8) {
                                left: 37.5px;
                                top: 139.95190530000002px;
                            }

                                .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:nth-child(8):before {
                                    content: " ";
                                    position: absolute;
                                    left: 2rem;
                                    top: 2rem;
                                    height: 75px;
                                    width: 2px;
                                    z-index: -1;
                                    -webkit-transform-origin: center top;
                                    -moz-transform-origin: center top;
                                    -o-transform-origin: center top;
                                    -ms-transform-origin: center top;
                                    transform-origin: center top;
                                    -webkit-transform: rotate(210deg);
                                    -moz-transform: rotate(210deg);
                                    -o-transform: rotate(210deg);
                                    -ms-transform: rotate(210deg);
                                    transform: rotate(210deg);
                                }

                            .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:nth-child(9) {
                                left: 10.048094699999993px;
                                top: 112.5px;
                            }

                                .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:nth-child(9):before {
                                    content: " ";
                                    position: absolute;
                                    left: 2rem;
                                    top: 2rem;
                                    height: 75px;
                                    width: 2px;
                                    z-index: -1;
                                    -webkit-transform-origin: center top;
                                    -moz-transform-origin: center top;
                                    -o-transform-origin: center top;
                                    -ms-transform-origin: center top;
                                    transform-origin: center top;
                                    -webkit-transform: rotate(240deg);
                                    -moz-transform: rotate(240deg);
                                    -o-transform: rotate(240deg);
                                    -ms-transform: rotate(240deg);
                                    transform: rotate(240deg);
                                }

                            .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:nth-child(10) {
                                left: 0px;
                                top: 75px;
                            }

                                .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:nth-child(10):before {
                                    content: " ";
                                    position: absolute;
                                    left: 2rem;
                                    top: 2rem;
                                    height: 75px;
                                    width: 2px;
                                    z-index: -1;
                                    -webkit-transform-origin: center top;
                                    -moz-transform-origin: center top;
                                    -o-transform-origin: center top;
                                    -ms-transform-origin: center top;
                                    transform-origin: center top;
                                    -webkit-transform: rotate(270deg);
                                    -moz-transform: rotate(270deg);
                                    -o-transform: rotate(270deg);
                                    -ms-transform: rotate(270deg);
                                    transform: rotate(270deg);
                                }

                            .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:nth-child(11) {
                                left: 10.048094699999993px;
                                top: 37.5px;
                            }

                                .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:nth-child(11):before {
                                    content: " ";
                                    position: absolute;
                                    left: 2rem;
                                    top: 2rem;
                                    height: 75px;
                                    width: 2px;
                                    z-index: -1;
                                    -webkit-transform-origin: center top;
                                    -moz-transform-origin: center top;
                                    -o-transform-origin: center top;
                                    -ms-transform-origin: center top;
                                    transform-origin: center top;
                                    -webkit-transform: rotate(300deg);
                                    -moz-transform: rotate(300deg);
                                    -o-transform: rotate(300deg);
                                    -ms-transform: rotate(300deg);
                                    transform: rotate(300deg);
                                }

                            .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:nth-child(12) {
                                left: 37.5px;
                                top: 10.048094699999993px;
                            }

                                .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:nth-child(12):before {
                                    content: " ";
                                    position: absolute;
                                    left: 2rem;
                                    top: 2rem;
                                    height: 75px;
                                    width: 2px;
                                    z-index: -1;
                                    -webkit-transform-origin: center top;
                                    -moz-transform-origin: center top;
                                    -o-transform-origin: center top;
                                    -ms-transform-origin: center top;
                                    transform-origin: center top;
                                    -webkit-transform: rotate(330deg);
                                    -moz-transform: rotate(330deg);
                                    -o-transform: rotate(330deg);
                                    -ms-transform: rotate(330deg);
                                    transform: rotate(330deg);
                                }

                            .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:nth-child(13) {
                                left: 75px;
                                top: 0px;
                            }

                                .time-date > .control > .slider > .time-control > .clock > .clock-face > .hand:nth-child(13):before {
                                    content: " ";
                                    position: absolute;
                                    left: 2rem;
                                    top: 2rem;
                                    height: 75px;
                                    width: 2px;
                                    z-index: -1;
                                    -webkit-transform-origin: center top;
                                    -moz-transform-origin: center top;
                                    -o-transform-origin: center top;
                                    -ms-transform-origin: center top;
                                    transform-origin: center top;
                                    -webkit-transform: rotate(360deg);
                                    -moz-transform: rotate(360deg);
                                    -o-transform: rotate(360deg);
                                    -ms-transform: rotate(360deg);
                                    transform: rotate(360deg);
                                }

    .time-date.date-mode > .control > .slider {
        left: 0%;
    }

    .time-date.time-mode > .display > .content {
        padding-top: 5.4rem;
    }

    .time-date.time-mode > .control > .slider {
        left: -100%;
    }

    .time-date.date-only > .control > .slider > .switch-control,
    .time-date.date-only > .control > .slider > .time-control {
        display: none;
    }

    .time-date.date-only > .control > .slider > .date-control {
        width: 50%;
        padding-left: 1.4rem;
    }

    .time-date.time-only > .display > .content {
        top: 0px;
        padding-top: 8.2rem;
    }

    .time-date.time-only > .control > .slider > .switch-control,
    .time-date.time-only > .control > .slider > .date-control {
        display: none;
    }

    .time-date.time-only > .control > .slider > .time-control {
        width: 50%;
    }

    .time-date > .display,
    .time-date > .control {
        height: 27.3rem;
        float: left;
        text-align: center;
    }

    .time-date > .buttons {
        clear: both;
        padding: 1rem;
        text-align: right;
    }

    .time-date button,
    .time-date .button {
        color: #009688 !important;
        font-weight: bold;
    }

        .time-date button:hover,
        .time-date .button:hover,
        .time-date button:active,
        .time-date .button:active {
            color: #e6e6e6 !important;
            background-color: #00baa9;
        }

        .time-date button.active,
        .time-date .button.active {
            color: #fff !important;
            background-color: #009688;
        }

.md-grid-list {
    margin: 8px;
}

.gray {
    background: rgb(0, 155, 255);
}

.green {
    background: #b9f6ca;
}

.yellow {
    background: #ffff8d;
}

.blue {
    background: #84ffff;
}

.purple {
    background: #b388ff;
}

.red {
    background: #ff8a80;
}

md-grid-tile {
    transition: all 400ms ease-out 50ms;
}

div {
}

.of_none {
    -ms-overflow-style: none;
}

.of_scrollbar {
    -ms-overflow-style: scrollbar;
}

.add-event {
    padding-top: 12px;
}

.toolbar__label {
    padding-top: .5em;
}

.calendar-event-subheader .md-subheader-inner {
    padding: 0 0 10px 16px;
}

.txt-box-received {
    background: #74C174;
    padding: 5px;
}

.txt-box-sent {
    background: #bdbdbd;
    padding: 5px;
}

.txt-box-received-container {
    width: 27em;
    margin: 0.2em;
    padding: 0.5em 0px 0.5em 13em;
}

.txt-box-sent-container {
    width: 27em;
    margin: .2em;
    padding: 0.5em 13em 0.5em 0em;
}

.timeago-txt-msg-container {
    background: #607D8B;
    color: #fff;
    padding: 2px;
}

.txtmsg-even-row {
}

.txtmsg-odd-row {
}

.txmmsg-outer-shell {
    text-align: center;
    margin: .5em auto;
    width: 29em;
    border: 1px solid #499ab0;
    padding: 10px;
    background: #dcdcdc;
    height: 23em;
    overflow: auto;
}

.txtmsg-header-displayname {
}

.txtmsg-header-container {
    text-align: center;
}

.spacing-1-1 {
    margin: 1em;
}

.event-cto-btn {
    height: 23px !important;
    min-width: 0 !important;
    line-height: 10px !important;
}

.event-cto-header-btn {
    height: 32px !important;
    min-width: 0 !important;
    line-height: 10px !important;
    min-height: 32px !important;
}

.event-action-header {
    color: #9c9c9c;
    background: #efefef;
    margin-bottom: 0;
    min-height: 27px !important;
    margin-right: 4em;
    padding-left: 1em;
}

.animate-if.ng-enter,
.animate-if.ng-leave {
    -webkit-transition: 1s linear all;
    -moz-transition: 1s linear all;
    -ms-transition: 1s linear all;
    -o-transition: 1s linear all;
    transition: 1s linear all;
}
/* du début de l'entrée */

.animate-if.ng-enter {
    max-height: 0;
    opacity: 0;
}
    /* à la fin de l'entrée */

    .animate-if.ng-enter.ng-enter-active {
        max-height: 999px;
        opacity: 1;
    }
/* du début de la sortie */

.animate-if.ng-leave {
    max-height: 999px;
    opacity: 1;
}
    /* à la fin de la sortie */

    .animate-if.ng-leave.ng-leave-active {
        max-height: 0;
        opacity: 1;
    }
/*! * [Unit Space](https://github.com/kevinmack18/SASS-Margin-and-Padding-Starter) */

@media screen and (min-width: 500px) {
    .spacing,
    .spacing-top,
    .spacing-1 {
        padding-top: 20px
    }
}

@media screen and (max-width: 500px) {
    .spacing,
    .spacing-top,
    .spacing-1 {
        padding-top: 10px
    }
}

@media screen and (min-width: 500px) {
    .spacing,
    .spacing-right,
    .spacing-2 {
        padding-right: 20px
    }
}

@media screen and (max-width: 500px) {
    .spacing,
    .spacing-right,
    .spacing-2 {
        padding-right: 10px
    }
}

@media screen and (min-width: 500px) {
    .spacing,
    .spacing-bottom,
    .spacing-1 {
        padding-bottom: 20px
    }
}

@media screen and (max-width: 500px) {
    .spacing,
    .spacing-bottom,
    .spacing-1 {
        padding-bottom: 10px
    }
}

@media screen and (min-width: 500px) {
    .spacing,
    .spacing-left,
    .spacing-2 {
        padding-left: 20px
    }
}

@media screen and (max-width: 500px) {
    .spacing,
    .spacing-left,
    .spacing-2 {
        padding-left: 10px
    }
}

@media screen and (min-width: 500px) {
    .spacing-2x,
    .spacing-top-2x,
    .spacing-1-2,
    .app-container__main__content {
        padding-top: 40px
    }
}

@media screen and (max-width: 500px) {
    .spacing-2x,
    .spacing-top-2x,
    .spacing-1-2,
    .app-container__main__content {
        padding-top: 20px
    }
}

@media screen and (min-width: 500px) {
    .spacing-2x,
    .spacing-right-2x,
    .spacing-2-2 {
        padding-right: 40px
    }
}

@media screen and (max-width: 500px) {
    .spacing-2x,
    .spacing-right-2x,
    .spacing-2-2 {
        padding-right: 20px
    }
}

@media screen and (min-width: 500px) {
    .spacing-2x,
    .spacing-bottom-2x,
    .spacing-1-2,
    .app-container__main__content {
        padding-bottom: 40px
    }
}

@media screen and (max-width: 500px) {
    .spacing-2x,
    .spacing-bottom-2x,
    .spacing-1-2,
    .app-container__main__content {
        padding-bottom: 20px
    }
}

@media screen and (min-width: 500px) {
    .spacing-2x,
    .spacing-left-2x,
    .spacing-2-2 {
        padding-left: 40px
    }
}

@media screen and (max-width: 500px) {
    .spacing-2x,
    .spacing-left-2x,
    .spacing-2-2 {
        padding-left: 20px
    }
}

.spacing-half,
.spacing-top-half,
.spacing-1-half {
    padding-top: 10px
}

.spacing-half,
.spacing-right-half,
.spacing-2-half {
    padding-right: 10px
}

.spacing-half,
.spacing-bottom-half,
.spacing-1-half {
    padding-bottom: 10px
}

.spacing-half,
.spacing-left-half,
.spacing-2-half {
    padding-left: 10px
}

.spacing-smallest,
.spacing-top-smallest,
.spacing-1-smallest {
    padding-top: 5px
}

.spacing-smallest,
.spacing-right-smallest,
.spacing-2-smallest {
    padding-right: 5px
}

.spacing-smallest,
.spacing-bottom-smallest,
.spacing-1-smallest {
    padding-bottom: 5px
}

.spacing-smallest,
.spacing-left-smallest,
.spacing-2-smallest {
    padding-left: 5px
}

@media screen and (min-width: 500px) {
    .spacing-alt,
    .spacing-alt-top {
        margin-top: 20px
    }
}

@media screen and (max-width: 500px) {
    .spacing-alt,
    .spacing-alt-top {
        margin-top: 10px
    }
}

@media screen and (min-width: 500px) {
    .spacing-alt,
    .spacing-alt-right {
        margin-right: 20px
    }
}

@media screen and (max-width: 500px) {
    .spacing-alt,
    .spacing-alt-right {
        margin-right: 10px
    }
}

@media screen and (min-width: 500px) {
    .spacing-alt,
    .spacing-alt-bottom {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 500px) {
    .spacing-alt,
    .spacing-alt-bottom {
        margin-bottom: 10px
    }
}

@media screen and (min-width: 500px) {
    .spacing-alt,
    .spacing-alt-left {
        margin-left: 20px
    }
}

@media screen and (max-width: 500px) {
    .spacing-alt,
    .spacing-alt-left {
        margin-left: 10px
    }
}

@media screen and (min-width: 500px) {
    .spacing-alt-2x,
    .spacing-alt-top-2x {
        margin-top: 40px
    }
}

@media screen and (max-width: 500px) {
    .spacing-alt-2x,
    .spacing-alt-top-2x {
        margin-top: 20px
    }
}

@media screen and (min-width: 500px) {
    .spacing-alt-2x,
    .spacing-alt-right-2x {
        margin-right: 40px
    }
}

@media screen and (max-width: 500px) {
    .spacing-alt-2x,
    .spacing-alt-right-2x {
        margin-right: 20px
    }
}

@media screen and (min-width: 500px) {
    .spacing-alt-2x,
    .spacing-alt-bottom-2x {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 500px) {
    .spacing-alt-2x,
    .spacing-alt-bottom-2x {
        margin-bottom: 20px
    }
}

@media screen and (min-width: 500px) {
    .spacing-alt-2x,
    .spacing-alt-left-2x {
        margin-left: 40px
    }
}

@media screen and (max-width: 500px) {
    .spacing-alt-2x,
    .spacing-alt-left-2x {
        margin-left: 20px
    }
}

.spacing-alt-half,
.spacing-alt-top-half {
    margin-top: 10px
}

.spacing-alt-half,
.spacing-alt-right-half {
    margin-right: 10px
}

.spacing-alt-half,
.spacing-alt-bottom-half {
    margin-bottom: 10px
}

.spacing-alt-half,
.spacing-alt-left-half {
    margin-left: 10px
}

@media screen and (min-width: 500px) {
    .spacing-1-3 {
        padding-top: 30px
    }
}

@media screen and (max-width: 500px) {
    .spacing-1-3 {
        padding-top: 15px
    }
}

@media screen and (min-width: 500px) {
    .spacing-1-3 {
        padding-bottom: 30px
    }
}

@media screen and (max-width: 500px) {
    .spacing-1-3 {
        padding-bottom: 15px
    }
}

@media screen and (min-width: 500px) {
    .spacing-2-3 {
        padding-right: 30px
    }
}

@media screen and (max-width: 500px) {
    .spacing-2-3 {
        padding-right: 15px
    }
}

@media screen and (min-width: 500px) {
    .spacing-2-3 {
        padding-left: 30px
    }
}

@media screen and (max-width: 500px) {
    .spacing-2-3 {
        padding-left: 15px
    }
}

body {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.375
}

.fs-0,
.title-0 {
    font-size: 0.75rem
}

.fs-1,
.title-1 {
    font-size: 0.875rem
}

.fs-2,
.title-2 {
    font-size: 1rem
}

.fs-3,
.title-3 {
    font-size: 1.1rem
}

.fs-4,
.title-4 {
    font-size: 1.375rem
}

.fs-5,
.title-4 {
    font-size: 1.5rem
}

.-b,
.-b-1,
.b,
.b-1 {
    font-weight: 300
}

.-b-2,
.b-2,
.title-3 {
    font-weight: 400
}

.-b-3,
.b-3 {
    font-weight: 600
}

.-b-4,
.b-4 {
    font-weight: 700
}

[class*="title"] {
    -moz-font-kerning: normal;
    font-kerning: normal;
    -webkit-font-kerning: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.1
}

h1[class*="title"],
h2[class*="title"],
h3[class*="title"],
h4[class*="title"],
h5[class*="title"],
h6[class*="title"] {
    margin-top: 0;
    margin-bottom: 0
}

span[class*="title"],
b[class*="title"] {
    display: block
}

.title.-sub {
    font-size: 1.5em
}

.title.-default {
    font-family: "Open Sans Condensed", sans-seriif;
    font-weight: 700;
    text-transform: uppercase
}

.title.-styled {
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1), 0 -1px 1px rgba(0, 0, 0, 0.1)
}

.title-simple {
    font-weight: 300;
    font-size: 1em
}

.clean-text {
    -moz-font-kerning: normal;
    font-kerning: normal;
    -webkit-font-kerning: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.structure__title {
    padding-bottom: 10px
}

.text-block.-al-c {
    text-align: center
}

.text-block.-al-r {
    text-align: right
}

.text-block__item {
    display: block
}

    .text-block__item.-fs-1 {
        font-size: 0.750em
    }

.informational-text {
    font-size: 0.625rem
}

.ellipsis-text-v {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1em;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    min-height: 0;
    max-height: 1.2em;
    line-height: 1.2
}

.ellipsis-text-v2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1em;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    min-height: 0;
    max-height: 2.4em;
    line-height: 1.2
}

.ellipsis-text-v3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1em;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    min-height: 0;
    line-height: 1.2
}

.emphasis {
    text-transform: uppercase
}
/*@media screen and (min-width: 760px) {
    body {
        overflow: hidden;
        min-height: 100vh
    }
}*/

*,
*:before,
*:after {
    box-sizing: border-box
}

.container__wrap {
    position: relative;
    max-width: 920px;
}

@media screen and (min-width: 1260px) {
    .container__wrap {
        margin-right: auto;
        margin-left: auto
    }
}

@media screen and (max-width: 1260px) and (min-width: 500px) {
    .container__wrap {
        margin-right: 40px;
        margin-left: 40px
    }
}

@media screen and (min-width: 760px) and (max-width: 1600px) {
    .app-container__sidebar {
        width: 240px
    }
}

.app-container__sidebar__content {
    position: relative;
    background: #0A2C36;
    display: block
}

.app-container__main {
    background-color: #F6F6F6
}

@media screen and (min-width: 1040px) {
    .app-container__sidebar {
        width: 15%
    }

    .app-container__sidebar__content {
        float: right
    }

    .app-container__main {
        width: 85%
    }
    /*.app-container__main__content {
        padding-right: 7.5%
    }*/
}

@media screen and (min-width: 1040px) and (max-width: 1260px) {
    .app-container .container__wrap {
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width: 760px) {
    .app-container__sidebar,
    .app-container__main {
        position: relative
    }

    .app-container__wrap {
        display: table;
        min-height: 100vh;
        width: 100%
    }

    .app-container__sidebar,
    .app-container__main {
        display: table-cell;
        vertical-align: top
    }

    .app-container__sidebar {
        text-align: right;
        /*overflow: hidden*/
    }

    .app-container__sidebar__content {
        text-align: left;
        width: 240px
    }

    .app-container__main {
        min-height: 100vh;
        overflow-y: auto;
        overflow-x: hidden
    }

    .app-container__main__content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }
}

.app-container__intro {
    background-color: #459AB2;
    color: #FFF;
    vertical-align: middle;
    width: 100%;
    position: relative;
    z-index: 1000
}

    .app-container__intro .container__wrap {
        height: 50px
    }

.app-container__intro__nav-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
/*kkkk*/

.app-container__intro ~ .app-container__main {
    padding-top: 50px
}

@media screen and (min-width: 760px) {
    .app-container__intro {
        display: none;
        speak: none
    }
}

@media screen and (max-width: 760px) {
    .app-container__intro {
        position: fixed
    }

    .app-container__sidebar {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        position: fixed;
        width: 100%;
        z-index: 900;
        padding-top: 50px
    }

    body[data-menu="open"] {
        overflow: hidden
    }

        body[data-menu="open"] .app-container__sidebar {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }
}

.sidebar__inner,
.sub-nav {
    -webkit-overflow-scrolling: touch
}

.sidebar {
    background: -webkit-linear-gradient(top, #0A2C36 0%, #041318 100%);
    background: linear-gradient(to bottom, #0A2C36 0%, #041318 100%);
    height: 100vh
}

.sidebar__inner {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

.structure {
    display: table;
    width: 100%
}

@media screen and (min-width: 500px) {
    .structure__cell.-spacing {
        padding: 20px
    }
}

@media screen and (max-width: 500px) {
    .structure__cell.-spacing {
        padding: 10px
    }
}

.structure__cell.-vm {
    vertical-align: middle
}

@media screen and (min-width: 760px) {
    .structure__cell {
        display: table-cell;
        vertical-align: top;
        position: relative
    }

        .structure__cell.-size-1 {
            width: 320px
        }

        .structure__cell.-size-2 {
            width: 800px
        }
}

.block {
    display: table
}

.block__item {
    display: table-cell
}

    .block__item.-va {
        vertical-align: middle
    }

    .block__item.-ar {
        text-align: right
    }

.block.-full {
    width: 100%
}

.block.-spacing .block__item {
    padding-right: 10px;
    padding-left: 10px
}

    .block.-spacing .block__item:first-child {
        padding-left: 0
    }

    .block.-spacing .block__item:last-child {
        padding-right: 0
    }

.main-nav__cta,
.main-nav__cta--alt {
    padding-top: 10px;
    padding-bottom: 10px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1), 0 -1px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%
}

    .main-nav__cta[data-state="active"],
    .main-nav__cta--alt[data-state="active"] {
        background-color: #15343E;
        z-index: 2
    }

        .main-nav__cta[data-state="active"] + .sub-nav,
        .main-nav__cta--alt[data-state="active"] + .sub-nav,
        .main-nav__cta__sub[data-state="active"] + .sub-nav {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

.main-nav__cta {
    border-left: 4px solid transparent
}

@media screen and (min-width: 500px) {
    .main-nav__cta {
        padding-right: 20px
    }
}

@media screen and (max-width: 500px) {
    .main-nav__cta {
        padding-right: 10px
    }
}

@media screen and (min-width: 500px) {
    .main-nav__cta {
        padding-left: 20px
    }
}

@media screen and (max-width: 500px) {
    .main-nav__cta {
        padding-left: 10px
    }
}

.main-nav__cta[data-state="active"] {
    border-left-color: #459AB2
}

.sub-nav {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #15343E;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    height: 100vh;
    z-index: 2;
    overflow-y: auto;
    text-align: left
}

@media screen and (min-width: 760px) {
    .sub-nav {
        width: 240px
    }
}

@media screen and (max-width: 760px) {
    .sub-nav {
        width: 100%
    }
}

.sub-nav__route {
    background-color: #06252E;
    position: fixed;
    color: #FFF;
    top: 0;
    width: 100%;
    z-index: 1
}

.sub-nav__route__cta {
    background-color: transparent;
    border-color: #06252E;
    position: relative
}

    .sub-nav__route__cta:before {
        color: #E37D74;
        content: "<";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

@media screen and (min-width: 500px) {
    .sub-nav__route__cta:before {
        margin-left: 20px
    }
}

@media screen and (max-width: 500px) {
    .sub-nav__route__cta:before {
        margin-left: 10px
    }
}

.sub-nav__route__cta > span {
    color: #FFF
}

.sub-nav__route + .sub-nav__content {
    padding-top: 40px
}

.sub-nav__content {
    position: absolute;
    overflow-y: auto;
    height: 100%;
    width: 100%
}

.avatar {
    overflow: hidden;
    display: inline-block
}

@media screen and (min-width: 400px) {
    .avatar.-size-0 {
        max-width: 40px
    }
}

@media screen and (max-width: 400px) {
    .avatar.-size-0 {
        max-width: 25px
    }
}

.avatar.-size-1 {
    max-width: 60px
}

@media screen and (min-width: 400px) {
    .avatar.-size-2 {
        max-width: 70px
    }
}

@media screen and (max-width: 400px) {
    .avatar.-size-2 {
        max-width: 45px
    }
}

.avatar.-size-3 {
    max-width: 30px
}

.avatar__image {
    width: 100%
}

.flag {
    display: table
}

    .flag.-spaced {
        padding: 10px
    }

.flag__asset,
.flag__main {
    display: table-cell
}

[class*="flag__"].-vat {
    vertical-align: top
}

[class*="flag__"].-vam {
    vertical-align: middle
}

[class*="flag__"].-vab {
    vertical-align: bottom
}

.flag > [class*="flag__"] + [class*="flag__"] {
    padding-left: 10px
}

.card {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.07)
}

.media:after {
    clear: both;
    display: table;
    content: ""
}

@media screen and (min-width: 500px) {
    .media.-spaced {
        padding: 20px
    }
}

@media screen and (max-width: 500px) {
    .media.-spaced {
        padding: 10px
    }
}

.media__asset {
    float: left
}

.media__main {
    padding-left: 10px;
    overflow: hidden
}

span[class="media"] {
    display: inline-block
}

@media screen and (min-width: 500px) {
    .status-update__type {
        padding-top: 0
    }
}

@media screen and (max-width: 500px) {
    .status-update__type {
        padding-top: 0
    }
}

@media screen and (min-width: 500px) {
    .status-update__type {
        padding-right: 0
    }
}

@media screen and (max-width: 500px) {
    .status-update__type {
        padding-right: 10px
    }
}

.status-update__timestamp {
    padding-bottom: 5px
}

.status-update__content {
    margin-top: -10px;
    line-height: 1.5
}

@media screen and (min-width: 500px) {
    .status-update__content {
        padding-right: 20px
    }
}

@media screen and (max-width: 500px) {
    .status-update__content {
        padding-right: 10px
    }
}

@media screen and (min-width: 500px) {
    .status-update__content {
        padding-left: 20px
    }
}

@media screen and (max-width: 500px) {
    .status-update__content {
        padding-left: 10px
    }
}

@media screen and (min-width: 500px) {
    .status-update__content {
        padding-bottom: 20px
    }
}

@media screen and (max-width: 500px) {
    .status-update__content {
        padding-bottom: 10px
    }
}

.response-update {
    font-size: 0.75rem
}

    .response-update h1,
    .response-update h2,
    .response-update h3,
    .response-update h4,
    .response-update h5,
    .response-update h6,
    .response-update p {
        font-size: inherit
    }

        .response-update p + p {
            display: block
        }

.response-update__response__intro {
    min-height: 32px;
    padding-top: 3px;
}

.response-update__response + .response-update__response {
    margin-top: -11px
}

    .response-update__response + .response-update__response .media__asset,
    .response-update__response + .response-update__response .media__main {
        padding-top: 10px;
        border-top: 1px solid
    }

@media screen and (min-width: 500px) {
    .post-list__item + .post-list__item {
        margin-top: 20px
    }
}

@media screen and (max-width: 500px) {
    .post-list__item + .post-list__item {
        margin-top: 10px
    }
}

.space-list__item + .space-list__item {
    margin-top: 5px
}

@media screen and (max-width: 400px) {
    .post-status__avatar {
        display: none
    }

        .post-status__avatar + .media__main {
            padding-left: 0
        }
}

@media screen and (min-width: 400px) {
    .post-status__vishidden {
        position: absolute;
        top: -50000px;
        left: -50000px;
        height: 0;
        width: 0;
        display: inline-block
    }
}

.post-status__textarea {
    margin-bottom: 10px;
    line-height: 1.25;
    min-height: 40px
}

.post-status__types__option:first-child {
    border-left-width: 0
}

@media screen and (min-width: 400px) {
    .post-status__types {
        display: table;
        margin-left: -10px;
        width: calc(100% + 10px)
    }

    .post-status__types__option {
        display: table-cell;
        padding-left: 10px;
        width: 33.33333%
    }

        .post-status__types__option:first-child {
            border-left-width: 0
        }
}

@media screen and (max-width: 400px) {
    .post-status__types__option + .post-status__types__option {
        margin-top: -1px
    }
}

@media screen and (min-width: 500px) {
    .post-status__outro {
        padding-top: 20px
    }
}

@media screen and (max-width: 500px) {
    .post-status__outro {
        padding-top: 10px
    }
}

.timesheet-list__item {
    background-color: #E5E7E7
}

.timesheet-list__item__intro {
    background-color: #B5B3B3
}

.timesheet-list__item__content {
    padding-top: 10px;
    padding-bottom: 10px
}

    .timesheet-list__item__content + .timesheet-list__item__content {
        border-top: 1px solid red
    }

.timesheet-list + .timesheet-list {
    margin-top: 5px
}

.time-entry__inputs__field__label {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
    padding-right: 5px
}

.time-entry__inputs__field__input {
    padding: 10px !important;
    width: 65px
}

@media screen and (min-width: 560px) {
    .time-entry {
        display: table;
        width: 100%
    }

    .time-entry__label,
    .time-entry__inputs {
        display: table-cell;
        vertical-align: middle
    }

    .time-entry__inputs {
        width: 320px
    }

        .time-entry__inputs:after {
            clear: both;
            display: table;
            content: ""
        }

    .time-entry__inputs__field {
        text-align: right;
        width: 152px;
        float: left
    }

        .time-entry__inputs__field + .time-entry__inputs__field {
            margin-left: 10px
        }
}

@media screen and (max-width: 560px) {
    .time-entry__inputs {
        display: table;
        width: 100%
    }

    .time-entry__inputs__field {
        display: table-cell;
        padding-right: 5px;
        width: 50%
    }

    .time-entry__inputs__field__label {
        height: 30px;
        line-height: 30px;
        text-transform: uppercase;
        font-size: 11px
    }

    .time-entry__inputs__field + .time-entry__inputs__field {
        padding-left: 5px
    }
}

@media screen and (min-width: 500px) {
    .section + .section,
    .sub-section + .section {
        padding-top: 40px
    }
}

@media screen and (max-width: 500px) {
    .section + .section,
    .sub-section + .section {
        padding-top: 20px
    }
}

@media screen and (min-width: 500px) {
    .section + .sub-section {
        padding-top: 20px
    }
}

@media screen and (max-width: 500px) {
    .section + .sub-section {
        padding-top: 10px
    }
}

.section__title {
    padding-bottom: 5px
}

.section__content {
    padding-top: 10px;
    padding-bottom: 10px
}

@media screen and (min-width: 500px) {
    .section__content {
        padding-right: 20px
    }
}

@media screen and (max-width: 500px) {
    .section__content {
        padding-right: 10px
    }
}

@media screen and (min-width: 500px) {
    .section__content {
        padding-left: 20px
    }
}

@media screen and (max-width: 500px) {
    .section__content {
        padding-left: 10px
    }
}

.sub-section + .sub-section {
    padding-top: 10px
}

.major-conditions__condition {
    -moz-font-kerning: normal;
    font-kerning: normal;
    -webkit-font-kerning: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #459AB2;
    color: #FFF;
    display: block;
    position: relative;
    min-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    z-index: 0;
    font-weight: 600
}

@media screen and (min-width: 500px) {
    .major-conditions__condition {
        padding-right: 20px
    }
}

@media screen and (max-width: 500px) {
    .major-conditions__condition {
        padding-right: 10px
    }
}

.major-conditions__condition:hover {
    background-color: #2C7E95
}

.major-conditions__condition:before,
.major-conditions__condition:after {
    display: block;
    position: absolute;
    left: 0;
    width: 40px
}

.major-conditions__condition:after {
    background-color: #E37D74;
    top: 0;
    min-height: 40px;
    height: 100%;
    content: "";
    z-index: 1
}

.major-conditions__condition:before {
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    content: "+";
    text-align: center;
    z-index: 2
}

a.major-conditions__condition {
    text-decoration: none
}

.calculated-totals__hours:after {
    content: ":"
}

.user-block__name,
.user-block__type {
    display: block
}

.user-block__type {
    font-size: 0.875rem
}

.unlist {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0
}

@media screen and (min-width: 500px) {
    .unlist.-spaced {
        margin-left: -20px
    }
}

@media screen and (max-width: 500px) {
    .unlist.-spaced {
        margin-left: -10px
    }
}

@media screen and (min-width: 500px) {
    .unlist.-spaced > li {
        padding-left: 20px
    }
}

@media screen and (max-width: 500px) {
    .unlist.-spaced > li {
        padding-left: 10px
    }
}

.unlist.-inline:after {
    clear: both;
    display: table;
    content: ""
}

.unlist.-inline > li {
    float: left
}

.nav-list-v {
    background-color: rgba(255, 255, 255, 0.05)
}

.nav-list-v__item {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15)
}

.anchor,
.anchor-1,
.anchor-2 {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-property: color;
    transition-property: color;
    text-decoration: none
}

[class*="button"].full {
    text-align: center
}

.button {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    text-decoration: none
}

.button {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-property: background-color;
    transition-property: background-color
}

    .button.-spacing,
    .button.-default {
        padding: 10px 20px;
        line-height: 1.1
    }

    .button-default,
    .button.-clear {
        border-color: transparent
    }

    .button.-default {
        -moz-font-kerning: normal;
        font-kerning: normal;
        -webkit-font-kerning: normal;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-transform: uppercase;
        font-weight: 600
    }

    .button.-clear {
        background-color: transparent;
        -webkit-transition-property: color;
        transition-property: color
    }

@media screen and (max-width: 760px) {
    .button.-m1 {
        display: block;
        text-align: center
    }
}

@media screen and (min-width: 760px) {
    .button.-d1 {
        display: block;
        text-align: center
    }
}

@media screen and (max-width: 760px) {
    button.button.-m1,
    input.button.-m1 {
        width: 100%
    }
}

@media screen and (min-width: 760px) {
    button.button.-d1,
    input.button.-d1 {
        width: 100%
    }
}

.cta {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-property: color;
    transition-property: color;
    text-decoration: none
}

    .cta.-default,
    .cta.-base {
        -moz-font-kerning: normal;
        font-kerning: normal;
        -webkit-font-kerning: normal;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: "Open Sans Condensed", sans-seriif;
        font-weight: 700
    }

    .cta.-default {
        display: inline-block;
        text-transform: uppercase
    }

    .cta[data-state="active"] {
        cursor: default
    }

.btn-remove {
    border-radius: 50%;
    color: transparent;
    background-color: transparent;
    position: relative;
    opactiy: 0
}

    .btn-remove:before,
    .btn-remove:after {
        speak: none
    }

    .btn-remove:before {
        content: "X"
    }

    .btn-remove:after {
        display: inline-block;
        content: "X";
        border-radius: 50%;
        background-color: #DA4F41;
        color: #FFF;
        font-size: 6px;
        line-height: 14px;
        height: 14px;
        width: 14px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -7px;
        margin-left: -7px
    }

    .btn-remove:hover {
        opacity: 1
    }

[class*="form-"] {
    outline: none
}

.form-checkbox,
.form-radio,
.form-checkbox:after,
.form-radio:after {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-property: all;
    transition-property: all
}

.form-checkbox,
.form-radio,
.form-select {
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none
}

.form-checkbox,
.form-radio,
.form-select,
.form-textarea,
.form-input {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-property: all;
    transition-property: all;
    outline: none
}

.form-checkbox,
.form-radio,
.form-select,
.form-textarea,
.form-input {
    padding: 10px 20px;
    background-color: #FFF;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.1
}

.form-checkbox,
.form-radio {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 1em;
    width: 1em
}

    .form-checkbox:checked:after,
    .form-radio:checked:after,
    .form-checkbox:hover:after,
    .form-radio:hover:after {
        position: absolute;
        display: inline-block
    }

.form-label-base,
.form-label {
    cursor: pointer
}

.form-label {
    display: inline-block
}

    .form-label.-align {
        vertical-align: baseline
    }

        .form-label.-align + .form-checkbox,
        .form-label.-align + .form-radio {
            vertical-align: bottom
        }

.form-checkbox {
    border-radius: .02em
}

    .form-checkbox:after {
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        -webkit-font-feature-settings: "liga";
        -moz-font-feature-settings: "liga=1";
        -moz-font-feature-settings: "liga";
        -ms-font-feature-settings: "liga" 1;
        -o-font-feature-settings: "liga";
        font-feature-settings: "liga";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: transparent;
        text-align: center;
        line-height: 1.21em;
        font-size: .75em;
        color: #FFF;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
    }

    .form-checkbox:checked:after,
    .form-checkbox:hover:after {
        content: "x"
    }

.form-radio {
    border-radius: 100%
}

    .form-radio:after {
        content: "";
        border-radius: 100%;
        top: 50%;
        left: 50%;
        margin-top: -.25em;
        margin-left: -.25em;
        height: .5em;
        width: .5em
    }

.form-textarea::-webkit-input-placeholder,
.form-input::-webkit-input-placeholder {
    font-kerning: normal;
    -webkit-font-kerning: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    color: #767373;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400
}

.form-textarea:-moz-placeholder,
.form-input:-moz-placeholder {
    -moz-font-kerning: normal;
    font-kerning: normal;
    -webkit-font-kerning: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0;
    transition-property: background-color;
    color: #767373;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400
}

.form-textarea::-moz-placeholder,
.form-input::-moz-placeholder {
    -moz-font-kerning: normal;
    font-kerning: normal;
    -webkit-font-kerning: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0;
    transition-property: background-color;
    color: #767373;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400
}

.form-textarea:-ms-input-placeholder,
.form-input:-ms-input-placeholder {
    font-kerning: normal;
    -webkit-font-kerning: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0;
    transition-property: background-color;
    color: #767373;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400
}

.form-textarea {
    resize: none
}

    .form-textarea.-full {
        width: 100%
    }

.form-input[type="search"] {
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none
}

.form-fieldset {
    border: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0
}

.select-dynamic {
    display: inline-block;
    position: relative
}

.select-dynamic__select {
    -moz-font-kerning: normal;
    font-kerning: normal;
    -webkit-font-kerning: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #767373;
    width: 100%;
    position: relative;
    z-index: 0;
    padding-right: 40px
}

.select-dynamic__state {
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px
}

    .select-dynamic__state:after {
        margin-top: 11px;
        content: "";
        display: inline-block;
        height: 0;
        width: 0;
        border: 5px solid transparent;
        border-top-color: #D9DBDB
    }

.form-row:after {
    clear: both;
    display: table;
    content: ""
}

@media screen and (min-width: 500px) {
    .form-row.-spaced {
        margin-left: -20px
    }
}

@media screen and (max-width: 500px) {
    .form-row.-spaced {
        margin-left: -10px
    }
}

@media screen and (min-width: 500px) {
    .form-row.-spaced .form-row__cell {
        padding-left: 20px
    }
}

@media screen and (max-width: 500px) {
    .form-row.-spaced .form-row__cell {
        padding-left: 10px
    }
}

@media screen and (min-width: 500px) {
    .form-row.-spaced + .form-row {
        padding-top: 20px
    }
}

@media screen and (max-width: 500px) {
    .form-row.-spaced + .form-row {
        padding-top: 10px
    }
}

.form-row__cell {
    float: left
}

    .form-row__cell.-ar {
        text-align: right
    }

    .form-row__cell.-size-2 {
        width: 50%
    }

.form-checkbox-group {
    position: relative;
    color: #767373
}

    .form-checkbox-group:hover {
        color: #FFF
    }

        .form-checkbox-group:hover .form-checkbox-group__label {
            background-color: #459AB2
        }

        .form-checkbox-group:hover .form-checkbox-group__checkbox:checked + .form-checkbox-group__label {
            color: #767373
        }

.form-checkbox-group__checkbox {
    display: none
}

    .form-checkbox-group__checkbox:checked + .form-checkbox-group__label {
        background-color: #FFF
    }

        .form-checkbox-group__checkbox:checked + .form-checkbox-group__label:before {
            background-color: #E5E7E7
        }

        .form-checkbox-group__checkbox:checked + .form-checkbox-group__label:after {
            background-color: #767373
        }

.form-checkbox-group__label {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-property: "color";
    transition-property: "color";
    -moz-font-kerning: normal;
    font-kerning: normal;
    -webkit-font-kerning: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    min-height: 38px;
    line-height: 38px;
    padding-right: 10px;
    padding-left: 40px;
    font-weight: 600;
    white-space: nowrap
}

    .form-checkbox-group__label:before,
    .form-checkbox-group__label:after {
        content: "";
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .form-checkbox-group__label:before {
        background-color: #E5E7E7;
        height: 20px;
        width: 20px;
        left: 12px;
        z-index: 1
    }

    .form-checkbox-group__label:after {
        left: 17px;
        height: 10px;
        width: 10px;
        z-index: 2
    }

    .form-checkbox-group__label:hover:after {
        background-color: #FFF
    }

.primary,
[class*="title"].-primary,
a.-primary,
.cta.-primary {
    color: #459AB2
}

    .secondary,
    [class*="title"].-secondary,
    a.-secondary,
    .cta.-primary:hover,
    .cta.-primary[data-state="active"] {
        color: #DA4F41
    }

.tertiary,
[class*="title"].-tertiary,
a.-tertiary {
    color: #474747
}

.tertiary-alt,
[class*="title"].-tertiary-alt,
a.-tertiary-alt {
    color: #B5B3B3
}

.quaternary,
[class*="title"].-quaternary,
a.-quaternary {
    color: #11435D
}

.bg-highlight {
    background-color: #E5E7E7
}

.form-textarea,
.form-input {
    border-color: #B5B3B3
}

.card {
    background-color: #FFF
}

.card,
.status-update__type {
    /*border-color: #E5E7E7;
     -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
     -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
     box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);*/
}

.response-update {
    background-color: rgba(229, 231, 231, 0.25)
}

.response-update__response + .response-update__response .media__asset,
.response-update__response + .response-update__response .media__main {
    border-top-color: rgba(0, 0, 0, 0.1)
}
/*.section__content {
    background-color: #E5E7E7
}*/

.sub-nav {
    background: -webkit-linear-gradient(top, #15343E 0%, #0f242b 100%);
    background: linear-gradient(to bottom, #15343E 0%, #0f242b 100%);
    color: #FFF
}

.sub-nav__item {
    background-color: rgba(255, 255, 255, 0.05)
}

.user-block.-style-1 .user-block__type {
    color: #2C7E95
}

.fill {
    position: relative
}

.fill__child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

img[class*="__image"] {
    display: block;
    height: auto
}

p[class*="__content"],
[class*="__content"] p {
    margin-top: 0;
    margin-bottom: 0
}

    p[class*="__content"] + p,
    [class*="__content"] p + p {
        padding-top: 10px
    }

.inline {
    display: inline
}

.full {
    display: block
}

input.full,
button.full,
img.full,
textarea.full {
    width: 100%
}

.vishidden {
    position: absolute;
    top: -50000px;
    left: -50000px;
    height: 0;
    width: 0;
    display: inline-block
}

.piece {
    white-space: nowrap
}

.hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0
}

@media screen and (min-width: 500px) {
    .hr {
        margin-right: 20px
    }
}

@media screen and (max-width: 500px) {
    .hr {
        margin-right: 10px
    }
}

@media screen and (min-width: 500px) {
    .hr {
        margin-left: 20px
    }
}

@media screen and (max-width: 500px) {
    .hr {
        margin-left: 10px
    }
}

.al-r {
    text-align: right
}

.al-c {
    text-align: center
}

.al-l {
    text-align: left
}

.mdp-timepicker-selected-ampm {
    padding-top: 15px;
}

.mdp-timepicker .mdp-timepicker-time {
    padding-top: 30px;
}

.padding-bottom {
    padding-bottom: 1em;
}

.padding-top {
    padding-top: 1em;
}

.padding-vertival-top {
    padding-top: 1em;
}

md-radio-button {
    margin-top: 15px;
}

.availability-card-available {
    background: #499ab0;
    color: #fff;
    margin: .1em;
    padding: .5em;
}

.availability-card-unavailable {
    background: #af2d25;
    color: #fff;
    margin: .1em;
    padding: .5em;
}

/*/*Table*/
.billing-table {
    width: 800px;
    margin: 25px;
    border-collapse: collapse;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.billing-tr-th {
    padding: 10px;
    background-color: rgba(255,255,255,0.2);
    color: #fff;
}

.billing-td {
    padding: 10px;
}

.billing-th {
    text-align: left;
    background-color: #55608f;
}

.billing-tbody {
    background-color: #55608f;
}

.reportBackground {
    background: repeating-linear-gradient( 90deg, rgba(73, 154, 176, .1), rgba(49, 126, 148, .1) 10px, rgba(73, 154, 176, 0.1) 10px, rgba(49, 126, 148, 0.1) 20px );
}

.users-table {
    table-layout: fixed;
    width: 100%;
}

.users-th {
    padding: 20px;
    text-align: left;
}

.users-thead{

}

thead users-thead:nth-child(1){
    width: 33%;
}

thead users-thead:nth-child(2) {
    width: 33%;
}

thead users-thead:nth-child(3) {
    width: 34%;
}

.users-td {
    padding: 20px;
    text-align: left;
}


/*upcoming shifts directive - TO BE*/

.dashboard-shift-tabs-header-committed {
    background-color: #2b9d39;
    padding: .5em;
    color: #fff;
}

.dashboard-shift-tabs-remote-support {
    background-color: #828282;
    padding: .5em;
    color: #fff;
}

.dashboard-shift-tabs-remote-support-backup {
    background-color: #4F4F4F;
    padding: .5em;
    color: #fff;
}

.dashboard-shift-tabs-header-pending {
    background-color: #2fa0cc;
    padding: .5em;
    color: #fff;
}

.provider-availabity-yes {
    background-color: #297d33;
    padding: .5em;
    color: #fff;
}
.provider-availabity-no {
    background-color: #cc2e2b;
    padding: .5em;
    color: #fff;
}

.dashboard-shift-tabs-header-rejected {
    background-color: #2fa0cc;
    padding: .5em;
    color: #fff;
}

.dashboard-shift-tabs-content {
    background: url(../Images/line-1x60.jpg) right no-repeat;
}
.dashboard-upcoming-shift-tabs-content{
    background: url(../Images/line-1x70.jpg) right no-repeat;
}

.clientScheduleMgmtDarkGreen {
    color: #fff;
    background: rgb(49,126,148);
}

.clientScheduleMgmtDirectBlue {
    color: #fff;
    background: #3f53a2;
}

.clientScheduleMgmtOpen {
    color: #fff;
    background: #f87171;
}

.clientScheduleMgmtOvernightRed {
    color: #fff;
    background: #ee6049;
}

.clientScheduleMgmtRemoteYellow {
    color: #fff;
    background: #eebd49;
}

.clientScheduleMgmtTrainingGreen {
    color: #fff;
    background: #a6e1d5;
}
/*Availibility*/
/*.gridListProviderAvailability .unknown {
    background: repeating-linear-gradient( 120deg, rgba(73, 154, 176, .5), rgb(73,154,176,.5) 10px, rgb(49,126,148,.5) 10px, rgb(49,126,148,.5) 20px );
}*/
.gridListProviderAvailability .unknown {
    background: repeating-linear-gradient( 120deg, rgba(73, 154, 176, .5), rgb(73,154,176,.5) 10px, rgba(49,126,148,.5) 10px, rgba(49,126,148,.5) 20px );
}

.gridListProviderAvailability md-grid-list {
    margin: 1px;
}

.gridListProviderAvailability .gray {
    background: #f5f5f5;
}

.gridListProviderAvailability .available {
    background: #579869;
    color: #fff;
}
.mfa-form-button-cancel{
    color:red !important;
}
.gridListProviderAvailability .red {
    color: white;
    background: repeating-linear-gradient( 135deg, rgb(175,45,37), rgb(221,44,0) 10px, rgb(221,44,0) 10px, rgb(221,44,0) 20px );
}

.gridListProviderAvailability .yellow {
    background: #ffff8d;
}

.gridListProviderAvailability .darkBlue {
    background: #80d8ff;
}

.gridListProviderAvailability .darkGreen {
    color: #fff;
    background: rgb(49,126,148);
}

.gridListProviderAvailability .deepBlue {
    background: #448aff;
}

.gridListProviderAvailability .purple {
    background: #b388ff;
}

.gridListProviderAvailability .lightPurple {
    background: #8c9eff;
}

.gridListProviderAvailability .pink {
    background: #ff80ab;
}

.gridListProviderAvailability .directBlue {
    color: #fff;
    background: #3f53a2;
}

.gridListProviderAvailability .overnightRed {
    color: #fff;
    background: #ee6049;
}

.gridListProviderAvailability .remoteYellow {
    color: #fff;
    background: #eebd49;
}

.gridListProviderAvailability .otherGreen {
    color: #fff;
    background: #3fa25e;
}

.gridListProviderAvailability .openRed {
    color: #fff;
    background: #ff4040;
}

.gridListProviderAvailability .assignedBlue {
    color: #fff;
    background: #4040ff;
}

.gridListProviderAvailability .acceptedGreen {
    color: #fff;
    background: #36b05b;
}

.loadingAvailabilitiesLinear {
}

.darkGrayDateTimeBox {
    background: rgb(49,126,148);
}

.gridListProviderAvailability .blue {
    background: #428bca;
    color: #fff;
}


/*.gridListdemoBasicUsage .pink {
    background: #ff80ab;
}*/


/*Action bar*/
.actionBar {
    padding: .5em;
    color: #525353;
    background: rgba(250, 250, 250, .8);
}

/*Right medforall chat-bot*/
.md-sidenav-right {
    min-width: 400px !important;
    max-width: 800px !important;
}

.md-sidenav-right .row {
    margin-right: 0px;
    margin-left: 0px;
}
.md-sidenav-right .ac-image {
        width: 104px;
        margin: 0 auto;
}

.lead {
    color: silver;
    font-size: 21px;
    line-height: 1.4
}

.cover {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px
}

.error-footer {
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    color: #a0a0a0;
    font-size: 14px
}

.error-a {
    text-decoration: none;
    color: #fff;
    font-size: inherit;
    border-bottom: dotted 1px #707070
}

.error-h1 {
    font-family: sans-serif;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    font-size: 36px
}

.error-h1-small {
    font-family: sans-serif;
    font-size: 68%;
    font-weight: 400;
    line-height: 1.4;
    color: #777
}

.center-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    background-color: #21232a;
}
.client_team-member {
    background: whitesmoke;
    padding: 3px;
    margin: 2px;
}
}

md-toast.md-center {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}
