#pages {
    background-color: #eee;
}
table {
    border-collapse: collapse;
}
code {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 3px;
}
.a-c {
    text-align: center;
}
.a-l {
    text-align: left;
}
.ag-cell:focus {
    outline: none !important;
}
.ag-bootstrap {
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4285em;
    color: rgba(0, 0, 0, 0.87);
}
.ag-bootstrap .ag-ltr .ag-cell-no-focus,
.ag-bootstrap .ag-ltr .ag-header-cell {
    border-right: 1px solid #ddd;
}
.ag-bootstrap .ag-ltr .ag-cell-no-focus:last-child,
.ag-bootstrap .ag-ltr .ag-header-cell:last-child {
    border-right: none;
}
.ag-layout-auto-height {
    min-height: 50vh;
}
.c-divider {
    padding-top: 1em;
}
.c-dkred {
    color: #d00;
}
.c-bigheader {
    background-color: #e3e3e3;
}
.c-footer-nav {
    background-color: #fff !important;
    border-radius: 0 !important;
    bottom: 0;
    position: fixed;
    left: 0;
    z-index: 999;
}
@media all and (min-width: 30em) {
    .c-footer-nav {
        display: none !important;
    }
}
.c-main {
    margin-bottom: 1em;
    margin-top: 1em;
}
@media all and (max-width: 30em) {
    .c-main {
        margin: 1em;
    }
}
.c-mainlist {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
    padding: 0;
}
@media (max-width: 30em) {
    .c-mainlist {
        grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
    }
}
.c-mainlist-item {
    border-radius: 0.25rem;
    cursor: pointer;
    list-style: none;
    text-align: center;
}
.c-mainlist-item:hover {
    background-color: #eee;
}
.c-mainlist-item-description {
    color: #555;
    display: block;
}
.c-menu-padded-pagecontent {
    margin: 4.5rem 0 0 0;
    padding: 1rem;
}
@media (max-width: 30em) {
    .c-menu-padded-pagecontent {
        margin: 0;
    }
}
.c-page-header {
    color: #333 !important;
    font-weight: 400 !important;
    font-size: 1.6rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    text-align: center;
}
.cur-p {
    cursor: pointer;
}
@media all and (max-width: 30em) {
    .desktop-only {
        display: none !important;
    }
}
.fade-enter {
    /* easeInQuart */
    opacity: 0.01;
    -webkit-transition: opacity 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.fade-enter.fade-enter-active {
    opacity: 1;
}
.flex,
.flex-collapse {
    display: flex;
}
@media all and (max-width: 30em) {
    .flex-collapse {
        display: block;
    }
}
.flex-1 {
    flex: 1;
}
.flex-2 {
    flex: 2;
}
.h-100 {
    height: 100%;
}
.invis {
    display: none;
}
.m-0.m-0 {
    margin: 0;
}
.m-05e {
    margin: 0.5em;
}
.m-t-1e {
    margin: 1rem 0 0;
}
.m-1e {
    margin: 1rem;
}
.m-a {
    margin: auto;
}
.m-b-0 {
    margin-bottom: 0;
}
.m-b-1e {
    margin-bottom: 1rem;
}
.m-barfix {
    margin-top: -1rem;
    margin-right: -1rem;
    margin-left: -1rem;
}
.m-t-0 {
    margin-top: 0;
}
.m-tb-1e {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.mx-w-3e {
    max-width: 3em;
}
.mx-w-30e {
    max-width: 30em;
}
.mx-w-50e {
    max-width: 50em;
}
.mainlist-btn {
    background-color: #fff;
    color: #a9a9a9 !important;
    display: grid;
    font-weight: 600;
    margin: auto;
    overflow: visible;
    padding: 1.5rem;
    text-align: center;
    width: 12rem;
}
.mainlist-btn:hover {
    background-color: #e5e5e5;
    color: #8c8c8c !important;
    display: grid;
    font-weight: 600;
    margin: auto;
    overflow: visible;
    padding: 1.5rem;
    text-align: center;
    width: 12rem;
}
.min-table th {
    border-bottom: 2px solid #aaa;
}
.min-table td {
    border-bottom: 1px solid #ccc;
}
.min-table tr:last-child td {
    border-bottom: none;
}
.notextselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.o-0 {
    opacity: 0;
}
.p-0.p-0 {
    padding: 0;
}
.p-05e {
    padding: 0.5em;
}
.p-1e {
    padding: 1em;
}
.p-b-0 {
    padding-bottom: 0;
}
.p-b-1e {
    padding-bottom: 1em;
}
.p-sides-1e {
    padding: 0 1em;
}
.p-t-1e {
    padding-top: 1em;
}
.row-hover:hover {
    background-color: #eee;
    cursor: pointer;
}
.smalltext {
    font-size: 0.75em;
    color: #aaa;
}
.u-touchable td {
    padding: 0.5em 0;
}
.w-33.w-33 {
    width: 33%;
}
.w-67.w-67 {
    width: 67%;
}
.w-95.w-95 {
    width: 95%;
}
.w-100 {
    width: 100%;
}
.update-notification {
    background-color: #2ad;
    color: #fff;
    text-shadow: none;
}
.update-notification a {
    color: #fff;
    text-decoration: underline;
    font-weight: 400;
    cursor: pointer;
}
.desktop-only .active-link {
    box-shadow: 0 5px 0 #4a90cd !important;
}
.mobile-only .active-link {
    box-shadow: 0 -5px 0 #4a90cd !important;
}
.selected {
    background-color: #4a90cd !important;
    border-color: #008844 !important;
    color: #ffffff !important;
    text-shadow: 0 1px 0 #008844 !important;
    font-weight: bold;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* close commented backslash hack */

@media all and (min-width: 30em) {
    .mobile-only {
        display: none;
    }

    .icon-list li {
        float: left;
        width: 6.25em;
        padding: 0.5em;
        height: 9em;
    }
    .icon-list li.ui-li-divider {
        height: auto;
    }
    .icon-list li .ui-btn {
        background: none;
        border-width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        text-align: center !important;
    }
    .icon-list li .ui-btn:hover {
        background: none;
    }
    .icon-list li .ui-btn > img {
        max-width: inherit !important;
        position: relative !important;
    }
    .icon-list .description {
        border-radius: 0.5em;
        display: block;
        font-weight: 400;
        white-space: normal;
    }
    .icon-list li .ui-btn:hover .description {
        background: #999;
        color: #fff;
        text-shadow: none;
    }
    .icon-list .ui-btn-icon-notext:after,
    .icon-list .ui-btn-icon-left:after,
    .icon-list .ui-btn-icon-right:after {
        top: 0;
        margin-top: 0.5em;
    }
    .icon-list > .ui-listview > li.ui-li-has-alt > .ui-btn + .ui-btn {
        height: inherit;
    }
}

/* ----------------- component stuff ----------------------------*/

/* ----------------- table stuff --------------------------------*/
.table {
    width: 100%;
}
.table td,
.table th {
    padding: 0.25rem;
}
.table th {
    border-bottom: 1px solid #ddd;
}
.table tr {
    cursor: pointer;
}
.table tr:hover td {
    background-color: #f8f8f8;
}
.table-responsive {
    border: 1px solid #ddd;
}

/* ----------------- chart stuff --------------------------------*/
span.ct-label.ct-horizontal {
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
}
.ct-chart .ct-series.ct-series-a .ct-line {
    stroke: #009966;
    stroke: rgba(0, 153, 102, 0.65);
    stroke-width: 3px;
}
.ct-chart .ct-series.ct-series-a .ct-point {
    stroke: #009966;
    stroke-width: 5px;
}
.ct-chart .ct-series.ct-series-a .ct-area {
    fill: rgba(0, 153, 102, 1);
}
.ct-chart .ct-series.ct-series-b .ct-line {
    stroke: #0089bb;
    stroke: rgba(0, 137, 187, 0.65);
    stroke-width: 3px;
}
.ct-chart .ct-series.ct-series-b .ct-point {
    stroke: #0089bb;
    stroke-width: 5px;
}
.ct-chart .ct-series.ct-series-b .ct-area {
    fill: rgba(0, 137, 187, 1);
}
.ui.selection.dropdown .menu > .item {
    white-space: nowrap;
}
.ui.radio.checkbox {
    width: 100%;
}

/* Home page app stylings */
.disabled-app {
    filter: grayscale(100%);
}
.disabled-app:hover {
    filter: grayscale(0%);
}
.app-item,
.link-item {
    position: relative;
    margin: 13px;
    padding: 13px;
    border-radius: 3px;
    transition: 222ms;
    z-index: 1;
}
.app-item {
    border: 2px ridge honeydew;
    background-color: white;
}
.link-item {
    background-color: aliceblue;
    border: 2px ridge blue;
}
.app-item:hover,
.link-item:hover {
    border: 2px ridge gold;
    background-color: white;
    box-shadow: 33px 33px 33px #333;
    z-index: 9;
    transform: scale(1.33);
}
.link-item:hover {
    border: 2px ridge #4183c4;
}
.link-item a {
    height: 80px;
    width: auto;
    display: block;
}
.link-item a:hover {
    color: blue;
}
@media (max-width: 30em) {
    .app-item,
    .link-item {
        margin: 0;
        padding: 3px;
    }
    code {
        font-size: 0.85em !important;
    }
}
.c-mainlist-item a img {
    width: 80px;
}
.c-mainlist-item img {
    margin: 0.5rem;
    height: 80px;
    width: auto;
}
/* Slideshow stylings */
.slide-container {
    width: 70%;
    margin: auto;
}
.coming-soon {
    background-color: black;
    color: white;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    opacity: 0.33;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    font-weight: bold;
    font-size: 2rem;
}
.info-icon {
    position: absolute;
    right: 0;
    color: goldenrod;
}
.info-icon:hover {
    color: blue;
}
.company-app-request:hover {
    cursor: pointer;
    display: 'flex';
    flex-direction: 'column';
    width: '100%';
    text-align: 'center';
    background-color: aliceblue !important;
}
.management-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
.admin-dropdown .menu div {
    display: flex !important;
    align-items: center !important;
}
.field > .dx-texteditor.dx-editor-outlined {
    border: 0px !important;
}
