html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,x
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #4a4a4a;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #6700DD;
}

html,
body {
    min-height: 100%;
    height: 100%;
}

body {
    font: 16px/1.2 'Roboto', Helvetica, Helvetica Neue, Arial;
    background-color: #1A1126;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* FORMS */

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
    outline-offset: 0;
    outline-style: none;
    outline-width: 0;
    -webkit-font-smoothing: inherit;
    background-image: none;
}

.input-group {
    display: block;
    background-color: transparent;
    box-shadow: none;
    /*overflow: hidden;*/
    position: relative;
    margin-bottom: 20px;
}

.input-group label,
.input-group .fake-label {
    display: block;
    color: #aaa;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    padding: 0;
    top: 24px;
    z-index: 10;
    -webkit-transition: font-size .1s ease-in, color .2s ease-in, top 0.1s linear;
    transition: font-size .1s ease-in, color .2s ease-in, top 0.1s linear;
}

.input-group.has-md-toggle label {
    display: flex;
}

.input-group label.has-input,
.input-group .fake-label.has-input {
    color: #888;
    font-size: 12px;
    font-weight: 500;
    top: 0;
    -webkit-transition: font-size .1s ease-in, color .2s ease-in, top 0.1s linear;
    transition: font-size .1s ease-in, color .2s ease-in, top 0.1s linear;
    z-index: 21;
}

input {
    width: 100%;
    display: block;
    vertical-align: middle;
    border-radius: 0;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-bottom: 1px #ddd solid;
    padding: 23px 0 10px;
    color: #4A4A4A;
    position: relative;
    z-index: 20;
}

.bm-cancel input {
    width: auto;
}

:focus {
    outline: 0;
    /* box-shadow: 0 0 25px 0 rgba(176, 23, 1, .25);
    background: rgba(176, 23, 1, .15); */
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
    background: rgba(0, 0, 0, .075);
    transition: all .25s;
}

.datatable-body-cell:focus {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0);
    background: none;
}

input[disabled],
input[disabled="disabled"] {
    color: rgba(0, 0, 0, .54);
}

input:focus,
select:focus {
    box-shadow: none;
    background: none;
}

::-webkit-input-placeholder {
    font-size: 15px;
    color: #aaa;
}

:-moz-placeholder {
    font-size: 15px;
    color: #aaa;
}

::-moz-placeholder {
    font-size: 15px;
    color: #aaa;
}

:-ms-input-placeholder {
    font-size: 15px;
    color: #aaa;
}

/* ==========================================================================
   Global Flexbox Styling
   ========================================================================== */

.flex-item-wrap {
    display: flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
}

.justify-left {
    justify-content: flex-start
}

.justify-right {
    justify-content: flex-end
}

/* .flex .flex-item-wrap.draggable-drop {
    justify-content: flex-start;
} */

.flex-item {
    flex: 1 1 auto;
    align-self: auto;
}

.flex-item.no-flex-grow {
    flex-grow: 0;
}


.filters {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 45px;
}

.filters .row {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.filters .row.align-left {
    justify-content: flex-start;
}

.filters .row.align-right {
    justify-content: flex-end;
}

.filters .row:first-child {
    justify-content: flex-start;
}

.filters.filter-fill-space .row:first-child {
    justify-content: space-between;
}

.filters .row mat-form-field,
.filters .row .filter-item {
    flex: 0 1 auto;
    margin-right: 20px;
}

.filters.filter-fill-space .row .filter-item {
    flex: 1 1 auto;
}

.filters .row mat-form-field:last-child,
.filters .row .filter-item:last-child {
    margin-right: 0;
}

.filters .row mat-form-field,
.filters .row .filter-item {
    width: calc(25% - 15px);
}

.filters .row mat-form-field.search,
.filters .row .filter-item.search {
    flex: 1 1 auto;
    width: auto;
    /* max-width: calc(50% - 10px); */
}

.filters .row .btn.btn-clear {
    align-self: flex-end;
}

.filters .row .filter-item.btn {
    align-self: center;
    flex: 0 1 auto;
}

/* ==========================================================================
   Material Design Components Override
   ========================================================================== */

.mat-input-element {
    caret-color: #333 !important;
}

mat-header-row.mat-header-row {
    border-bottom: none;
}

mat-row.mat-row {
    border-bottom: 1px solid rgba(151, 151, 151, 0.20);
}

mat-header-row.mat-header-row,
mat-row.mat-row {
    min-height: 33px;
    padding: 0;
}

mat-row.mat-row:hover {
    background: rgba(216, 216, 216, 0.30);
    transition: all .25s;
}

mat-table.clickable mat-row.mat-row:hover {
    cursor: pointer;
}

mat-row.mat-row:last-child {
    border-bottom: none;
}

mat-cell.mat-cell,
mat-header-cell.mat-header-cell {
    font-size: 12px;
    font-weight: 400;
    color: #4A4A4A;
    padding: 0 5px;
}

mat-cell.mat-cell {
    font-size: 14px;
}

mat-cell.mat-cell.align-right,
mat-header-cell.mat-header-cell.align-right {
    text-align: right;
}

mat-header-cell.mat-header-cell {
    font-weight: 500;
    text-transform: uppercase
}

mat-cell:first-child, mat-footer-cell:first-child, mat-header-cell:first-child {
    padding-left: .8rem!important;
}

mat-cell:last-child, mat-footer-cell:last-child, mat-header-cell:last-child {
    padding-right: .8rem!important;
}

mat-table.table-nested-header mat-header-cell.mat-header-cell:first-child {
    padding-left: 0;
    padding-right: 0;
}

mat-table.table-nested-header mat-header-cell.mat-header-cell:nth-child(2) {
    padding-left: 0;
}

mat-table.table-nested-header mat-header-cell.mat-header-cell:last-child {
    padding-right: 65px;
}

mat-table.table-nested mat-header-cell.mat-header-cell {
    text-transform: capitalize;
    font-weight: 500;
    padding-left: 0;
}

mat-table.table-nested mat-cell.mat-cell:first-child {
    padding-left: 10px;
}

mat-table.table-nested mat-header-row.mat-header-row,
mat-table.table-nested mat-row.mat-row:last-child {
    border-bottom: 1px solid rgba(151, 151, 151, 0.20);
}

mat-table.table-nested:last-child mat-row.mat-row:last-child {
    border-bottom: none;
}

mat-cell.mat-column-total {
    color: #00A6E5;
    font-weight: 500;
}

.mat-column-menu,
mat-cell.mat-column-menu,
mat-header-cell.mat-column-menu {
    flex: 0 0 25px;
    padding-left: 10px;
    padding-right: 0;
}

mat-cell.mat-column-menu /deep/ .more-menu ul {
    right: -35px;
    z-index: 9999;
}

mat-cell.mat-column-menu /deep/ i {
    opacity: .6;
    font-size: 25px;
}

div.mat-calendar-body-selected {
    background: #00A7E6;
}

.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
    background: #00A7E6 !important;
}

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #4A4A4A !important;
}

.mat-option:focus {
    box-shadow: none;
}

.mat-form-field {
    width: 100%;
}

.mat-form-field-ripple {
    background: none !important;
}

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
    color: #4a4a4a !important;
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-placeholder {
    -webkit-transform: translateY(-1.28125em) scale(1) perspective(100px) translateZ(.001px) !important;
    transform: translateY(-1.28125em) scale(1) perspective(100px) translateZ(.001px) !important;
    -ms-transform: translateY(-1.28125em) scale(1) !important;
    color: #888 !important;
    font-size: 12px;
    font-weight: 500;
}

.mat-form-field-underline,
.mat-form-field-disabled .mat-form-field-underline {
    background-color: #ddd !important;
    background-image: none !important;
    background-size: inherit !important;
    background-repeat: no-repeat !important;
}

.mat-form-field.mat-focused .mat-form-field-label, .mat-focused .mat-form-field-placeholder {
    color: #888 !important;
}

.mat-form-field-infix {
    width: 100%!important;
}

/* .mat-form-field-type-mat-select .mat-form-field-infix {
    min-height: 51px;
} */

.mat-form-field-type-mat-select.mat-form-field-appearance-legacy .mat-form-field-underline {
    bottom: 1.3em;
}

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
    background-color: #00A7E6 !important;
}

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
    background-color: rgba(0, 167, 230, 0.49) !important;
}

.mat-slide-toggle-ripple,
.mat-ripple {
    display: none !important;
}

.mat-checked .mat-slide-toggle-content {
    color: #00A7E6;
}

.mat-checked.mat-disabled .mat-slide-toggle-content {
    color: #888;
}

.mat-slide-toggle.toggle-long-label .mat-slide-toggle-content {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
}

span.mat-expansion-indicator {
    margin-right: 10px;
}

mat-expansion-panel /deep/ .mat-expansion-indicator::after {
    margin-top: -4px;
}

div.mat-menu-content {
    padding: 0;
}

.mat-icon {
    cursor: pointer;
}

.mat-menu-item {
    color: #4a4a4a;
}

button.mat-menu-item {
    font-size: 14px;
    line-height: 34px;
    height: 34px;
}

button.mat-menu-item:focus:not([disabled]) {
    background: rgba(0, 167, 230,0.2);
    color: #4a4a4a;
}

button.mat-menu-item-highlighted:not([disabled]),
button.mat-menu-item:hover:not([disabled]),
button.mat-menu-item.selected {
    background: #00A7E6;
    color: #fff;
    border-radius: 0;
}


mat-expansion-panel.export-panel .mat-expansion-panel-body {
    padding: 0 15px;
}

mat-expansion-panel.export-panel .mat-expansion-panel-body ul {
    margin-left: -15px;
    margin-right: -15px;
}

mat-expansion-panel.export-panel .mat-expansion-panel-body ul li {
    padding: 10px 15px;
    transition: .25s all;
}

mat-expansion-panel.export-panel .mat-expansion-panel-body ul li:hover {
    background: #fff;
    color: #009de2;
    transition: .25s all;
}

.cdk-overlay-container {
    z-index: 999999999;
}

.mat-checkbox-layout {
    white-space: normal!important;
}

.mat-checkbox-checked.mat-accent .mat-checkbox-background, .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
    background: #00A6E5!important;
}


/* 
USE IF 2 CALENDARS SIDE BY SIDE
.date-range {
    background: #fff;
}
.date-range mat-calendar {
    float: left;
    width: calc(50% - 1px)!important;
    min-width: 330px;
    height: auto!important;
    border-right: 1px #ccc solid;
}

.date-range mat-calendar.last-month {
    border-right: none;
}

.date-range .preselects {
    width: 100%;
    margin: 0;
    clear: both;
    float: left;
    border-top: 1px #ccc solid;
    padding: 20px;
}

.date-range .preselects .btn {
    margin: 0 10px 10px 0;
    float: left;

} */

.mat-calendar-body-begin-range:not(.mat-calendar-body-end-range),
.mat-calendar-body-end-range:not(.mat-calendar-body-begin-range),
.mat-calendar-cell-semi-selected {
    background-color: #0297da6e !important;
}

.mat-calendar-body-cell:focus {
    background: none;
    box-shadow: none;
}


/* ngx charts */
.ngx-charts .label {
    font-size: 14px!important;
}
/* .chart-legend {
    display: block!important;
    clear: both!important;
    float: left!important;
    width: 90%!important;
    margin: 10px auto!important;
} */

/* ngx datatable */
.pane-table {
    min-height: auto;
}

.btn + .pane-table {
    margin-top: 45px;
}

.ngx-datatable.material.table {
    box-shadow: none;
    margin-top: 5px;
}


.ngx-datatable.material.table.header-background .datatable-header,
.ngx-datatable.material.table.header-background .datatable-header .datatable-row-left {
    background-color: #F7F7F7;
}

.ngx-datatable.material.table .datatable-body .datatable-body-row .datatable-body-cell:focus {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0);
    background: none;
}

.ngx-datatable.material.table .datatable-header,
.ngx-datatable.material.table .datatable-header .datatable-row-left, {
    background-color: none;
}

.ngx-datatable.material.table .datatable-header-cell-label {
    color: #4a4a4a;
    text-transform: uppercase;
    font-weight: 500;
}

.ngx-datatable.material.table .datatable-header .datatable-row-left,
.ngx-datatable.material.table .datatable-body .datatable-row-left {
    background-image: none!important;
    box-shadow: 4px 0 14px rgba(0,0,0,.05)!important;
}

.ngx-datatable.material.table .datatable-row-wrapper:not(:last-child) .datatable-body-row,
.ngx-datatable.material.table .datatable-row-wrapper .datatable-body-row .datatable-row-wrapper:not(:last-child) {
    border-bottom: 1px solid rgba(151,151,151,.2);
}

.ngx-datatable.material.table .datatable-header-cell,
.ngx-datatable.material.table .datatable-body-cell {
    border-right: 1px solid rgba(151,151,151,.2);
}

.ngx-datatable.material.table .datatable-header-cell,
.ngx-datatable.material.table .datatable-body-cell {
    border-right: none;
}

.ngx-datatable.material.table .datatable-row-left .datatable-header-cell:not(:first-child),
.ngx-datatable.material.table .datatable-row-left .datatable-body-cell:not(:first-child),
.ngx-datatable.material.table .datatable-row-left .datatable-header-cell:not(:nth-child(2)),
.ngx-datatable.material.table .datatable-row-left .datatable-body-cell:not(:nth-child(2)),
.ngx-datatable.material.table .datatable-row-center .datatable-header-cell,
.ngx-datatable.material.table .datatable-row-center .datatable-body-cell {
    text-align: center !important;
    /* padding: .6rem .8rem!important; */
    /* font-size: 12px; */
    font-weight: 400;
    color: #4A4A4A;
}

.ngx-datatable.material.table .datatable-row-center .datatable-body-cell,
.ngx-datatable.material.table .datatable-row-left .datatable-body-cell:not(:first-child),
.ngx-datatable.material.table .datatable-row-left .datatable-body-cell:not(:nth-child(2)) {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    cursor: pointer;
}

.ngx-datatable.material.table .datatable-row-left .datatable-header-cell:nth-child(2),
.ngx-datatable.material.table .datatable-row-left .datatable-body-cell:nth-child(2),
.ngx-datatable.material.table .datatable-row-center .datatable-header-cell:nth-child(2),
.ngx-datatable.material.table .datatable-row-center .datatable-body-cell:nth-child(2) {
    text-align: left !important;
    justify-content: left!important;
}

.ngx-datatable.material.table .datatable-summary-row .datatable-body-row,
.ngx-datatable.material.table .datatable-summary-row .datatable-body-row .datatable-row-left {
    background: #eee!important;
}

.ngx-datatable.material.table.single-selection ::ng-deep .datatable-body-row.active, 
.ngx-datatable.material.table.single-selection ::ng-deep .datatable-body-row.active .datatable-row-group, 
.ngx-datatable.material.table.multi-selection ::ng-deep .datatable-body-row.active, 
.ngx-datatable.material.table.multi-selection ::ng-deep .datatable-body-row.active .datatable-row-group, 
.ngx-datatable.material.table.multi-click-selection ::ng-deep .datatable-body-row.active, 
.ngx-datatable.material.table.multi-click-selection ::ng-deep .datatable-body-row.active .datatable-row-group {
    background: #eee!important;   
}

::ng-deep .ngx-datatable.material.single-selection .datatable-body-row.active, 
::ng-deep .ngx-datatable.material.single-selection .datatable-body-row.active .datatable-row-group, 
::ng-deep .ngx-datatable.material.multi-selection .datatable-body-row.active, 
::ng-deep .ngx-datatable.material.multi-selection .datatable-body-row.active .datatable-row-group, 
::ng-deep .ngx-datatable.material.multi-click-selection .datatable-body-row.active, 
::ng-deep .ngx-datatable.material.multi-click-selection .datatable-body-row.active .datatable-row-group {
    background: #eee!important;   
}

.ngx-datatable.material.table .datatable-summary-row .datatable-body-row .datatable-body-cell {
    font-weight: 500;
}
.ngx-datatable .datatable-body-cell-label {
    width: 100%;
}

.ngx-datatable .datatable-body-cell-label i {
    opacity: .6;
    font-size: 25px;
}

.ngx-datatable .datatable-body-cell-label span {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.ngx-datatable .datatable-body-cell-label span p {
    display: inline;
}

.ngx-datatable.material.table .datatable-group-header div {
    font-size: 12px;
    font-weight: 500;
    color: #4A4A4A;
    text-transform: uppercase;
}

.ngx-datatable.material.table .datatable-group-header div div {
    float: left;
    padding: 10px 1.2rem;
    display: block;
}

.ngx-datatable.material.table .datatable-group-header div div:nth-last-child(-n+2){
    text-align: right !important;
}

.ngx-datatable.material.table .datatable-group-header div h2 {
    margin-bottom: 0;
    margin-left: 40px;
    font-size: 12px;
    font-weight: 500;
    color: #4A4A4A;
    text-transform: uppercase;
    padding: 0 1.2rem;
}

.ngx-datatable.material.table .datatable-icon-down:before {
    font-size: 24px;
    display: block;
    float: left;
    margin-top: -7px;
    margin-right: 8px;
}

.ngx-datatable.material.table .datatable-checkbox input[type='checkbox']:before {
    transition: all 0.05s ease-in-out;
    border-width: 0;
}
.ngx-datatable.material.table .datatable-checkbox input[type='checkbox']:checked:before {
    border-width: 2px;
    border-color: #fff;
    transition: all 0.05s ease-in-out;
}

.ngx-datatable.material.table .datatable-checkbox input[type='checkbox']:after {
    background: #FFFFFF;
    border: 1px solid rgba(151,151,151,0.36);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.20);
    border-radius: 2px;
}

.ngx-datatable.material.table .datatable-checkbox input[type='checkbox']:checked:after {
    background: #008DC8;
}


.ngx-datatable.material.table .datatable-footer .datatable-footer-inner {
    justify-content: flex-end;
}


.ngx-datatable.material.table.table-center .datatable-row-left .datatable-header-cell:not(:first-child),
.ngx-datatable.material.table.table-center .datatable-row-left .datatable-body-cell:not(:first-child),
.ngx-datatable.material.table.table-center .datatable-row-left .datatable-header-cell:not(:nth-child(-n+2)),
.ngx-datatable.material.table.table-center .datatable-row-left .datatable-body-cell:not(:nth-child(-n+2)),
.ngx-datatable.material.table.table-center .datatable-row-center .datatable-header-cell,
.ngx-datatable.material.table.table-center .datatable-row-center .datatable-body-cell {
    text-align: center !important;
    /* padding: .6rem .8rem!important; */
    /* font-size: 12px; */
    font-weight: 400;
    color: #4A4A4A;
}

.ngx-datatable.material.table.table-center .datatable-row-center .datatable-body-cell,
.ngx-datatable.material.table.table-center .datatable-row-left .datatable-body-cell:not(:first-child),
.ngx-datatable.material.table.table-center .datatable-row-left .datatable-body-cell:not(:nth-child(-n+2)) {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    cursor: pointer;
}

.ngx-datatable.material.table.table-left .datatable-row-left .datatable-header-cell:nth-child(-n+2),
.ngx-datatable.material.table.table-left .datatable-row-left .datatable-body-cell:nth-child(-n+2),
.ngx-datatable.material.table.table-left .datatable-row-center .datatable-header-cell:nth-child(-n+2),
.ngx-datatable.material.table.table-left .datatable-row-center .datatable-body-cell:nth-child(-n+2) {
    text-align: left !important;
    justify-content: left!important;
}

.ngx-datatable.material.table.report-table .datatable-row-left .datatable-header-cell:not(:first-child),
.ngx-datatable.material.table.report-table .datatable-row-left .datatable-body-cell:not(:first-child),
.ngx-datatable.material.table.report-table .datatable-row-center .datatable-header-cell,
.ngx-datatable.material.table.report-table .datatable-row-center .datatable-body-cell {
    text-align: center !important;
    padding: .9rem .8rem!important;
}

.ngx-datatable.material.table.report-table .datatable-row-center .datatable-body-cell {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    cursor: pointer;
}

.ngx-datatable.material.table.report-table .datatable-row-left .datatable-header-cell:first-child,
.ngx-datatable.material.table.report-table .datatable-row-left .datatable-body-cell:first-child {
    justify-content: left!important;
    text-align: left !important;
}

.ngx-datatable.material.table.report-table.expandable .expander {
    font-size: 12px;
    font-weight: 500;
    color: #4A4A4A;
    text-transform: uppercase;
    padding: 10px 5px;
    display: inline-block;
}

.ngx-datatable.material.table.report-table.expandable .expander:before {
    font-size: 18px;
    display: inline-block;
    float: left;
    margin-top: -3px;
}

.ngx-datatable.material.table .datatable-row-center .datatable-header-cell.textLeft {
    text-align: left!important;
}


/* WALLBOARD */
body.wallboard .main-nav,
body.wallboard .sub-nav {
    display: none;
}

body.wallboard .content-wrap {
    padding: 0;
}



.mce-panel,
.mce-tinymce,
.mce-edit-area {
    background: #FFFFFF;
    border: none !important;
    border: 1px solid rgba(151, 151, 151, 0.34) !important;
    box-shadow: none !important;
    color: #4A4A4A;
}

.mce-menubar {
    display: none !important;
}

.mce-top-part::before {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}



.empty-state {
    text-align: center;
    padding: 40px;
}

.empty-state h3 {
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 22px;
}

.empty-state h4 {
    font-size: 16px;
    font-weight: 400;
}

.empty-state-small h3 {
    font-size: 20px;
}

.empty-state-small h4 {
    font-size: 14px;
}


/* ICONS */

.remove {
    cursor: pointer;
}

.remove span {
    text-indent: -9999px;
    display: block;
}

/* BUTTONS */

.btn {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    min-width: 200px;
    padding: 10px;
    border: none;
    /* border: 1px #979797 solid; */
    /* border-top-color: #C8C8C8; */
    /*background: rgba(0,167,230);*/
    /* Old browsers */
    /*background: -moz-linear-gradient(top,  rgba(0,167,230,1) 0%, rgba(0,143,197,1) 84%);*/
    /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top,  rgba(0,167,230,1) 0%,rgba(0,143,197,1) 84%);*/
    /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom,  rgba(0,167,230,1) 0%,rgba(0,143,197,1) 84%);*/
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7e6', endColorstr='#008fc5',GradientType=0 ); IE6-9 */
    /* login box: */
    background: #FF00CA;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.50);
    border-radius: 3px;
    transition: all .25s;
    cursor: pointer;
}

.btn-inline {
    display: inline-block;
}

.btn:hover {
    background: #6700DD;
    transition: all .25s;
}

.btn:focus {
    background: #6700DD;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.50);
    outline: 0;
    transition: all .25s;
}

.btn-inverse {
    min-width: 130px;
    font-size: 13px;
    /* padding: 8px; */
    background: none;
    border: 1px solid #6700DD;
    box-shadow: none;
    border-radius: 3px;
    color: #6700DD;
}

.btn-inverse.selected,
.btn-inverse:hover {
    background: #6700DD;
    color: #fff;
    transition: all .25s;
}

.btn-inverse:focus {
    background: #6700DD;
    color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.50);
    outline: 0;
    transition: all .25s;
}

.btn-inverse-white {
    color: #fff;
    border-color: #fff;
    box-shadow: none;
}

.btn-inverse-white:hover {
    background: #fff;
    color: #6700DD;
}

.btn-inverse-white:focus {
    background: #fff;
    color: #6700DD;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.50);
    outline: 0;
    transition: all .25s;
}

.btn-clear {
    min-width: 130px;
    border: none;
    background: none;
    font-size: 15px;
    font-weight: 400;
    color: #00A7E6;
    box-shadow: none;
}

.btn-clear:hover {
    background: none;
}

.btn-clear:focus {
    background: #f1f1f1;
    color: #00A7E6;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.50);
    outline: 0;
    transition: all .25s;
}

.btn-small {
    font-size: 13px;
    font-weight: 400;
    min-width: 100px;
}

.btn.disabled,
.btn[disabled=disabled],
.btn[disabled="disabled"],
.btn[disabled] {
    opacity: .65;
    cursor: default;
    box-shadow: none;
}

.btn-back {
    color: #424242;
    margin: 0 0 10px;
    display: block;
    text-align: left;
    background: none;
    box-shadow: none;
    width: auto;
    min-width: auto;
}

.btn-back:hover {
    color: #fff;
}

.btn-back i {
    float: left;
    margin-top: 1px;
    transform: rotate(90deg);
}

.btn-back + .flex-item-wrap.display-card-flex-wrap {
    height: calc(100% - 50px)!important;
}

.clocked-in {
    background: #b01700;
}

.clocked-in:hover {
    background: #961400;
}

/* misc */

.input-2-col {
    width: 48%;
    float: left;
}

.input-2-col.mat-form-field {
    margin-top: -10px;
}

.input-2-col + .input-2-col {
    float: right;
}

.input-2-col + .input-2-col.btn {
    width: auto;
}

.mat-form-field-appearance-legacy .mat-hint {
    text-align: right;
    width: 100%;
    opacity: .75;
}

.has-hint {
    margin-bottom: 15px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.textLeft {
    text-align: left;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clearBoth {
    clear: both;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.has-tooltip {
    text-decoration: underline dotted rgba(0,0,0,0.25);
    text-underline-offset: 4px;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .btn,
    .sub-nav,
    .description,
    .grv-widget-tag {
        display: none;
    }

    .modal-open .main-nav,
    .modal-open .sub-nav,
    .modal-open .close,
    .modal-open pay-report-summary > display-card > header,
    .modal-open pay-report-summary > display-card > .content pay-report-office-overview,
    .modal-open pay-report-summary > display-card > .content pay-report-overview > pane,
    .modal-open .export-panel
     {
        visibility: hidden;
    }

    modal display-card,
    modal display-card .content,
    modal display-card .scrollable {
        height: 100%;
        overflow: visible;
    }

}
