html, body {
    background-color: white;
    height: 100%;
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
}

.dyslexic * {
    font-family: OpenDyslexic !important;
}

.dyslexic .material-icons {
    font-family: 'Material Icons' !important;
}

.dyslexic .fa {
    font-family: 'FontAwesome' !important;
}

.dyslexic .nc-icon-outline {
    font-family: 'Nucleo Outline' !important;
}

.dyslexic .nc-icon-mini {
    font-family: 'Nucleo Mini' !important;
}

.dyslexic .pf {
    font-family: 'PaymentFont' !important;
}

@font-face {
    font-family: 'digital-7';
    src: url('../fonts/digital-7.ttf');
}

/*
    Roboto Font
    https://github.com/google/roboto
*/
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
    url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
    url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
    OpenDyslexic Font
*/
@font-face {
    font-family: 'OpenDyslexic';
    src: url('../fonts/OpenDyslexic-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenDyslexic';
    src: url('../fonts/OpenDyslexic-Bold.otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenDyslexic';
    src: url('../fonts/OpenDyslexic-BoldItalic.otf');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'OpenDyslexic';
    src: url('../fonts/OpenDyslexic-Bold.otf');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin-webfont.eot');
    src: url('../fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Thin-webfont.woff') format('woff'),
    url('../fonts/Roboto-Thin-webfont.ttf') format('truetype'),
    url('../fonts/Roboto-Thin-webfont.svg#robotothin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Light-webfont.woff') format('woff'),
    url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
    url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
    url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
    url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium-webfont.eot');
    src: url('../fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Medium-webfont.woff') format('woff'),
    url('../fonts/Roboto-Medium-webfont.ttf') format('truetype'),
    url('../fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold-webfont.eot');
    src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
    url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),
    url('../fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: 700;
    font-style: normal;

}

input::-ms-clear, input::-ms-reveal  { display: none; width : 0; height: 0; }

.meta-values a[target='_blank']:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';

    text-decoration: none;
    content: '\e89e';
    font-size: 1.8rem;
    line-height: 20px;
    padding-right: 5px;
    vertical-align: middle;
}

#app {
    height: 100%;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
    animation-duration: .3s;
    animation-fill-mode: both;
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
    animation-duration: .3s;
    animation-fill-mode: both;
}

@keyframes slideLeft {
    0%   {
        -moz-transform: translateX(-100%); /* Firefox bug fix */
        -webkit-transform: translateX(-100%); /* Firefox bug fix */
        transform: translateX(-100%);
    }
    100% {
        -moz-transform: translateX(100%); /* Firefox bug fix */
        -webkit-transform: translateX(100%); /* Firefox bug fix */
        transform: translateX(100%);
    }
}

@keyframes slideRight {
    0%   {
        -moz-transform: translateX(100%); /* Firefox bug fix */
        -webkit-transform: translateX(100%); /* Firefox bug fix */
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%); /* Firefox bug fix */
        -webkit-transform: translateX(-100%); /* Firefox bug fix */
        transform: translateX(-100%);
    }
}

div.removeMargin > div.regular {
    margin: 0 !important;
}

/* The side navigation menu */
.sidenav {
    width: 150px;
    z-index: 1; /* Stay on top */
    /*top: 90px;*/
    /* background-color: #44A5FF;*/
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    position: absolute;
    color: #CCC;
    left: -99999px;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 10px;
    text-decoration: none;
    font-size: 1.7rem;
    color: #FFFFFF;
    display: block;
    transition: 0.3s;
}

.sidenav:focus {
    position: static;
}

.DateInput {
    width: 100% !important;
}

.SingleDatePickerInput {
    width: 100% !important;
}

.DateInput_input {
    font-weight: normal !important;
    font-size: 1.6rem !important;
    line-height: 1.6rem !important;
    padding: 11px 0 4px !important;
}

.DateInput_input__focused {
    border-bottom: 1px solid #000000 !important;
}

.SingleDatePickerInput.SingleDatePickerInput__withBorder {
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.42) !important;
}


div[id$='_dateRequired'] ::-webkit-input-placeholder { /* Chrome and Safari */
    color: #f44336 !important;
}

div[id$='_dateRequired'] :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #f44336 !important;
    opacity: 1;
}

div[id$='_dateRequired'] ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #f44336 !important;
    opacity: 1;
}

div[id$='_dateRequired'] :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #f44336 !important;
}

div[id$='_dateRequired'] ::-ms-input-placeholder { /* Microsoft Edge */
    color: #f44336 !important;
}

div[id$='_dateRequired'] .DateInput_input__focused {
    border-bottom: 2px solid transparent !important;
}

div[id$='_dateRequired'] .SingleDatePickerInput.SingleDatePickerInput__withBorder {
    border: none !important;
    border-bottom: 2px solid red !important;
}

.SingleDatePicker_picker.SingleDatePicker_picker__portal {
    z-index: 10000 !important;
}

.react-calendar {
    max-width: 100%;
    background: white;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.125em;
    font-size: 1.6rem;
}
.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.react-calendar button {
    margin: 0;
    border: 0;
    outline: none;
}
.react-calendar button:enabled:hover {
    cursor: pointer;
}
.react-calendar__navigation {
    height: 44px;
}
.react-calendar__navigation button {
    min-width: 44px;
    background: none;
}
.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
    background-color: #e6e6e6;
}
.react-calendar__navigation button[disabled] {
    background-color: #f0f0f0;
}
.react-calendar__month-view abbr[title] {
    border-bottom: 0;
    text-decoration: none;
}
.react-calendar__month-view__weekdays {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.75em;
}
.react-calendar__month-view__weekdays__weekday {
    padding: 0.5em;
}
.react-calendar__month-view__weekNumbers {
    font-weight: bold;
}
.react-calendar__month-view__weekNumbers .react-calendar__tile {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    padding: calc(0.75em / 0.75) calc(0.5em / 0.75);
}
.react-calendar__month-view__days__day--weekend {
    color: red;
}
.react-calendar__month-view__days__day--neighboringMonth {
    color: #969696;
}
.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
    padding: 2em 0.5em;
}
.react-calendar__tile {
    max-width: 100%;
    text-align: center;
    padding: 0.5em 0.5em;
    background: none;
}
.react-calendar__tile:disabled {
    background-color: #f0f0f0;
}
.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
    background: #a9d4ff;
}
.react-calendar--selectRange .react-calendar__tile--hover {
    background-color: #e6e6e6;
}

.gm-style-iw-a > .gm-style-iw-t > .gm-style-iw > button.gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
}

.cmsImgInlayLeft,
.cmsImgInlayLeft.img-responsive {
    float: left;
    margin: 0 16px 16px 0;
}

.cmsImgInlayRight,
.cmsImgInlayRight.img-responsive {
    float: right;
    margin: 0 0 16px 16px;
}

.cmsImgInline,
.cmsImgInline.img-responsive {
    display: inline-block;
    margin: 4px;
}

.cmsImgBlock,
.cmsImgBlock.img-responsive {
    display: block;
    margin: auto;
}
