﻿/* Bootstrap Validation Summary Override */
/* Bootstrap Validation Summary Override */
.validation-summary-valid {
    display: none;
}

.validation-summary-errors ul {
    margin-bottom: 0;
    padding-left: 1rem;
}

.alert.validation-summary-errors {
    margin-bottom: 1rem;
}

.col-0 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.166665%;
    flex: 0 0 4.166665%;
    max-width: 4.166665%;
    width: 4.166665%;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666%;
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
    width: 16.66666%;
}

.dataTables_empty {
    font-size: 1.5rem !important;
}

/* Reference classes, no implementation */
.base,
.needs-validation,
.flex-start,
.text-faded,
.app-container-demo,
.lang-js,
.lang-csharp,
.has-tooltip,
.has-popover {
}

/* Keeps analyzers happy */
.js-waves-off,
.js-waves-on,
.js-get-date,
.js-collapse,
.js-modal-settings,
.js-filter-message,
.js-buttons,
.js-icon-class,
.js-icon-copy,
.js-bg-color,
.js-bg-gradient,
.js-bg-gradient-demo,
.js-bg-target {
}

/* Small word wrap correction */
section > ol > li {
    word-break: break-all;
}

code {
    border: 1px solid silver;
    padding: 0.03rem 0.2rem !important;
}

pre.prettyprint {
    border-radius: 0.2rem;
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
}

.documentation h2 {
    color: var(--primary);
}

.documentation th:first-child,
.documentation th:nth-child(3) {
    width: 16%;
}

.documentation blockquote {
    margin-left: 1rem;
    padding: 1rem 1rem 0.01rem 1rem;
    font-weight: 400;
    border-radius: 0 4px 4px 0;
    background: #edf2f9;
    border-left: 3px solid var(--primary);
}

.documentation blockquote.info {
    background: #edf2f9;
    border-left: 3px solid var(--info);
}

.documentation blockquote.warning {
    background: #fff4db;
    border-left: 3px solid var(--warning);
}

.documentation blockquote.danger {
    background: #fadeeb;
    border-left: 3px solid var(--danger);
}

/* Enter custom CSS rules for your application here */
.table-fixed tbody {
    height: 155px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
    display: block;
}

    .table-fixed tbody td,
    .table-fixed tbody th,
    .table-fixed thead > tr > th {
        float:left;
        position:relative;
    }

.tableFixHead {
    overflow-y: auto;
    height: 200px;
}

    .tableFixHead table {
        border-collapse: collapse;
        width: 100%;
    }

    .tableFixHead th,
    .tableFixHead td {
        padding: 8px 16px;
    }

    .tableFixHead th {
        position: sticky;
        top: 0;
        background: #eee;
    }

button:disabled {
    cursor: default;
    pointer-events: all !important;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h2 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-primary {
    border-left-color: var(--theme-primary-700);
}

    .bs-callout-primary h2 {
        color: var(--theme-primary-700);
    }

.progress-outer {
    background: #f3f3f3;
    padding: 12px 50px 12px 11px;
    border: 1px solid #e5e5e5;
    border-radius: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
}

.progress {
    background: #bebfbf;
    border-radius: 20px;
    margin: 0;
}

    .progress .progress-bar {
        border-radius: 0px;
        box-shadow: none;
        animation: animate-positive 1s;
    }

    .progress .progress-value {
        font-size: 12px;
        font-weight: 700;
        color: #6b7880;
        position: absolute;
        top: 17px;
        right: 10px;
    }

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

select + .select2-container {
    width: 100% !important;
}

.faq .left-content .accordion .card {
    border: 0px;
    margin-bottom: 26px;
    border-radius: 8px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
    box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.12);
    border-left: 5px solid var(--theme-primary-700);
}
.faq .left-content .accordion .card .card-header {
    padding: 0;
    border: none;
    background: none;
}
    .faq .left-content .accordion .card .card-header > div {
        padding: 13px 21px;
        font-weight: 400;
        font-size: 22px;
        color: var(--theme-primary-700);
        display: flex;
        align-items: center;
    }
.faq .left-content .accordion .card .card-header div.collapsed .faq-q-title {
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: var(--theme-primary-700);
    font-weight: 400;
    transition: all ease 0.1s;
}
    .faq .left-content .accordion .card .card-header div .faq-q-title {
        transition: all ease 0.1s;
        overflow: hidden;
        white-space: nowrap;
        font-size: 16px;
        font-weight: 400;
        color: var(--theme-primary-700);
    }
.faq .left-content .accordion .card .card-header .faq-arrow-container {
    flex: 1;
    text-align: right;
}
.faq .left-content .accordion .card .card-header span.round-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--theme-primary-700);
    border-radius: 50%;
    margin-right: 15px;
}
.faq .left-content .accordion .card .card-header div.collapsed .faq-arrow-container i {
    transform: rotate(180deg);
    transition: all ease 0.4s;
}
.faq .left-content .accordion .card .card-header div .faq-arrow-container i {
    transition: all ease 0.4s;
}