ul li .small {
    text-transform: uppercase;
    color: #333;
    font-size: 9px;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
}

ol,
ul {
    padding-left: 25px;
    line-height: 1.6;
    margin-bottom: 20px;
}

ul {
    list-style-type: disc;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid var(--table-border-color);
    padding: 0;
}

hr.dashed {
    border-top: 1px dashed var(--table-border-color);
}

.align_right {
    text-align: right;
}

.align_left {
    text-align: left;
}

.align_center {
    text-align: center;
}

.align_justify {
    text-align: justify;
}

.valign_center {
    vertical-align: middle;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.display_none,
.noeyes {
    display: none;
}

.display_block {
    display: block !important;
}

.display_ib {
    display: inline-block;
}

.bg_cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_contain {
    background-size: contain !important;
}

.bg_white {
    background-color: white;
}

pre {
    font-family: monospace;
}

/* FORMATTING */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

.indent-s {
    margin-left: 20px;
}

.indent-m {
    margin-left: 50px;
}

.indent-l {
    margin-left: 80px;
}

.indent-xl {
    margin-left: 130px;
}

.cl-b {
    clear: both;
}

.full_width {
    width: 100% !important;
    max-width: 100% !important;
}

.m_0 {
    margin: 0 !important;
}

.m_5 {
    margin: 5px !important;
}

.m_10 {
    margin: 10px !important;
}

.m_15 {
    margin: 15px !important;
}

.mt_0 {
    margin-top: 0 !important;
}

.mt_5 {
    margin-top: 5px !important;
}

.mt_10 {
    margin-top: 10px !important;
}

.mt_15 {
    margin-top: 15px !important;
}

.mr_5 {
    margin-right: 5px !important;
}

.mr_10 {
    margin-right: 10px !important;
}

.mr_15 {
    margin-right: 15px !important;
}

.mb_0 {
    margin-bottom: 0 !important;
}

.mb_5 {
    margin-bottom: 5px !important;
}

.mb_10 {
    margin-bottom: 10px !important;
}

.mb_15 {
    margin-bottom: 15px !important;
}

.mb_20 {
    margin-bottom: 20px !important;
}

.mb_25 {
    margin-bottom: 25px !important;
}

.ml_0 {
    margin-left: 0 !important;
}

.ml_5 {
    margin-left: 5px !important;
}

.ml_10 {
    margin-left: 10px !important;
}

.ml_15 {
    margin-left: 15px !important;
}

.ml_20 {
    margin-left: 20px !important;
}

.ml_25 {
    margin-left: 25px !important;
}

.p_0 {
    padding: 0 !important;
}

.p_5 {
    padding: 5px !important;
}

.p_10 {
    padding: 10px !important;
}

.p_15 {
    padding: 15px !important;
}

.pt_0 {
    padding-top: 0 !important;
}

.pt_5 {
    padding-top: 5px !important;
}

.pt_10 {
    padding-top: 10px !important;
}

.pt_15 {
    padding-top: 15px !important;
}

.pr_0 {
    padding-right: 0 !important;
}

.pr_5 {
    padding-right: 5px !important;
}

.pr_10 {
    padding-right: 10px !important;
}

.pr_15 {
    padding-right: 15px !important;
}

.pb_0 {
    padding-bottom: 0 !important;
}

.pb_5 {
    padding-bottom: 5px !important;
}

.pb_10 {
    padding-bottom: 10px !important;
}

.pb_15 {
    padding-bottom: 15px !important;
}

.pl_0 {
    padding-left: 0 !important;
}

.pl_5 {
    padding-left: 5px !important;
}

.pl_10 {
    padding-left: 10px !important;
}

.pl_15 {
    padding-left: 15px !important;
}

.br_1 {
    border-radius: 10px;
}

.br_2 {
    border-radius: 20px;
}

.br_3 {
    border-radius: 30px;
}

.br_4 {
    border-radius: 40px;
}

.br_5 {
    border-radius: 50px;
}

.br_50 {
    border-radius: 50%;
}

.pull_right {
    float: right !important;
}
.pull_none {
    float: none !important;
}

.pull_left {
    float: left;
}

.cursor_pointer,
.pointer {
    cursor: pointer;
}

.cursor_help {
    cursor: help;
}

.error {
    color: #E40814 !important;
}

.error_form {
    border-color: #E40814 !important;
}

.of_y_auto {
    overflow-y: auto;
}

.of_x_auto {
    overflow-x: auto;
}

.of_auto {
    overflow: auto;
}

.of_hidden {
    overflow: hidden;
}

.info {
    color: #78600e;
    background-color: #fff3cd;
    border-left: 3px solid #ebc131;
    margin-top: 10px;
    padding: 7px 5px 7px 15px;
    font-size: 13px;
    line-height: 14px;
}

.alert {
    color: #dc3545;
    background-color: #ffe0e3;
    border-left: 3px solid #dc3545;
    margin-top: 10px;
    padding: 10px 10px 10px 15px;
    font-size: 14px;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.pos_relative {
    position: relative;
}

.pos_absolute {
    position: absolute;
}

.valign_top {
    vertical-align: top;
}

.no_wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 480px) {
    .max_on_mobile {
        width: 100% !important;
    }

    .desktopview {
        display: none !important;
    }

    .tabletview {
        display: none !important;
    }

    .align_center_mobile {
        text-align: center;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .max_on_tablet {
        width: 100% !important;
    }

    .mobileview {
        display: none !important;
    }

    .desktopview {
        display: none !important;
    }

    .align_center_mobile {
        text-align: center;
    }

    .mobileview {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .mobileview {
        display: none !important;
    }

    .tabletview {
        display: none !important;
    }

    .half_width {
        width: 50%;
    }

    .half_width:first-child {
        margin-right: 10px;
    }

    .half_width:nth-child(2) {
        margin-left: 10px;
    }

    .fl_desktop {
        float: left;
    }

    .align_right_desktop {
        text-align: right;
    }

    .align_center_desktop {
        text-align: center;
    }

    .no_pointer:hover {
        cursor: default;
    }
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 5px;
}

.accordion-element:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.accordion-element .accordion-element-header {
    background-color: #fff;
    cursor: pointer;
    padding: 15px 60px 15px 18px;
    outline: none;
    transition: background-color 0.3s ease;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-element .accordion-element-header.invalid {
    background-color: #ffe7e7;
}

.accordion-element .accordion-element-header.valid {
    background-color: #ddffdd;
}

.accordion-element:first-child .accordion-element-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.accordion-element:not(.open):last-child .accordion-element-header {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.accordion-element .accordion-element-header:after,
.accordion-element.open .accordion-element-header:after {
    position: absolute;
    right: 18px;
    top: 14px;
    color: #ccc;
    content: "\f139";
    font-size: 18px;
    font-family: uicons-regular-rounded, serif !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    transition: all .2s ease-in-out;
}

.accordion-element.open .accordion-element-header:after {
    transform: rotate(180deg);
}

.accordion-element.open .accordion-element-header,
.accordion-element .accordion-element-header:hover {
    background: #eee;
}


/* Style the accordion panel. Note: hidden by default */
.accordion-element .accordion-element-content {
    display: none;
    overflow: hidden;
    padding: 20px;
}

.accordion-element.open .accordion-element-content {
    display: block;
    border-top: 1px solid #ccc;
    /*-webkit-box-shadow: 0 0 43px -7px gray;*/
    /*box-shadow: 0 0 43px -7px gray;*/
}

.accordion-element.open .accordion-element-header {
    -webkit-box-shadow: 0 6px 9px -9px gray;
    box-shadow: 0 6px 9px -9px gray;
}

.info_container {
    width: 100%;
    border: 1px solid #d8d8d8;
    padding: 10px 16px 10px 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    background: #f2f2f2;
    display: none;
}

.info_container.info_warning {
    border: 1px solid red;
    background: #ffe2e2;
}

.info_container.info_warning .info_icon i {
    border: 1px solid red;
    color: red;
    padding: 4px 5px 6px;
}

.info_icon {
    float: left;
    width: 30px;
    text-align: center;
    line-height: 1.2;
}

.info_icon i {
    padding: 5px;
    border: 1px solid #d8d8d8;
    background: #fff;
    border-radius: 50%;
    font-size: 12px;
}

.info_text {
    float: left;
    width: calc(100% - 40px);
    font-size: 13px;
    line-height: 1.5;
    padding-right: 12px;
    padding-left: 12px;
}

.info_close {
    float: left;
    width: 10px;
    text-align: right;
}

.info_close i {
    font-size: 10px;
    cursor: pointer;
}

.mirror-vert {
    transform: scaleY(-1);
}

.mirror-hor {
    transform: scaleX(-1);
}

.mirror-hor-vert {
    transform: scale(-1, -1);
}

.align_vertical_center {
    display: flex;
    align-items: center;
}

.flex {
    display: flex;
}

.flex.v_center {
    align-items: center;
}

.flex.h_center {
    justify-content: center;
}

.flex.h_end {
    justify-content: end;
}

.flex.center {
    justify-content: center;
    align-items: center;
}

.flex.space-between {
    justify-content: space-between;
}

.flex.end {
    justify-content: end;
}

/* COLORS */
.white {
    color: #fff !important;
}

.black {
    color: #111;
}

.green {
    color: #408514 !important;
}

.blue {
    color: #3d3d83;
}

.red {
    color: #dc3545 !important;
}

.grey {
    color: #d2d2d2;
}

.anthrazit {
    color: #383E42;
}

.orange {
    color: #ff7f00;
}

.yellow {
    color: #ffcc00;
}

.ci-color {
    color: var(--ci-color)  !important;
}

.bg-ci-color {
    background-color: var(--ci-color) !important;
}

.ci-color2 {
    color: var(--ci-color2) !important;
}

.ci-color3 {
    color: var(--ci-color3) !important;
}

.bg-ci-color2 {
    background-color: var(--ci-color2) !important;
}
.bg-ci-color3 {
    background-color: var(--ci-color3) !important;
}

@media (min-width: 1000px) {
    .overlay_white {
        height: 100%;
    }
}

.overlay_white {
    background: rgba(255, 255, 255, 0.85);
    margin-bottom: 0;
}

.min_height_100 {
    min-height: 100vh;
}

.width_auto {
    width: auto;
    max-width: 100%;
}

.border_1 {
    border: 1px solid #ddd;
}

.border_top {
    border-top: 1px solid var(--table-border-color);
}

.separator {
    padding: 0 5px;
    font-size: inherit;
    font-weight: bold;
}

.green_light,
.yellow_light,
.red_light {
    border-radius: 100%;
    height: 14px;
    width: 14px;
    display: inline-block;
    flex: none;
}

.red_light {
    background: #e14848;
}

.yellow_light {
    background: orange;
}

.green_light {
    background: #05ab05;
}

iframe {
    border: 0;
    width: 100%;
}

iframe.document {
    height: 1010px;
}

.stat-circle {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.fixed-width {
    width: 300px;
    max-width: 100%;
    white-space: normal;
}

.asp-card {
    padding: 12px 12px 12px 20px;
    border-left: 5px solid #777;
    background: #fafafa;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 6px 9px -9px gray;
    box-shadow: 0 6px 9px -9px gray;
}

.asp-card:last-child {
    margin-bottom: 0;
}

.asp-card .name {
    font-size: 22px;
    color: #444;
    margin-bottom: 2px;
    font-weight: bold;
    cursor:pointer;
}

.asp-card .name:hover {
    color: #000;
    text-decoration: underline;
}


.asp-card .department {
    font-size: 13px;
    color: #888;
    margin-bottom: 12px;
}

.asp-card .contactinfo {
    font-size: 14px;
    color: #888;
    margin-bottom: 5px;
}

[class^="status-pill-"] {
    padding: 2px 7px;
    font-size: 11px;
    border-radius: 3px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.status-pill-queued,
.status-pill-open,
.status-pill-neutral {
    background: #f8f8f8;
    color: #777;
    border: 1px solid #777;
}

.status-pill-free,
.status-pill-granted,
.status-pill-shipping {
    background: #fff2d4;
    color: #8b6900;
    border: 1px solid #8b6900;
}

.status-pill-paid,
.status-pill-success,
.status-pill-completed {
    background: #ebf7ea;
    color: #1e681d;
    border: 1px solid #1e681d;
}

.status-pill-pending,
.status-pill-warning {
    background: #fff2d4;
    color: #8b6900;
    border: 1px solid #8b6900;
}

.status-pill-cancelled,
.status-pill-canceled,
.status-pill-expired,
.status-pill-danger {
    background: #ffe6ea;
    color: #99001c;
    border: 1px solid #99001c;
}

.status-pill-refunded {
    background: #c8d9fd;
    color: #0040ff;
    border: 1px solid #0040ff;
}

.modal_uploads_load_more {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
}


.app-store-icon {
    float:left;
    max-width: 150px;
    margin-right:10px;
    display:block;
}
.two-fa-image {
    max-width: 150px;
    margin:0 auto;
    displaY: block;
}

/* Timetracker */
.time-table-container {
    width: 100%;
    padding: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2332322332;
    background-color: #fff;
    min-height: 100vh;
    overflow: auto;
}

.ratings.perfect {
    color: green;
}

.ratings.fast {
    color: #f6e742;
}

.ratings.average {
    color: #fbd45c;
}

.ratings.slow {
    color: #e55300;
}

.ratings.bad {
    color: #ca281d;
}