.brand-text {
    font-size: 1.3em;
    line-height: 18px;
    vertical-align: bottom;
}


/* ENV LABELS */
.environment-label {
    position: fixed;
    top: 10px;
    right: 5px;
    left: 5px;
    /*height: 20px;*/

    z-index: 10000;
    pointer-events: none;
}

.environment-label-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;

    border-radius: 3px;
    padding: 3px;

    text-align: center;
}

.environment-label.env-uat .environment-label-container {
    background-color: rgb(255,193,7);
    /*color: white;*/
    color: rgb(31,45,61);
}

.environment-label.env-qas .environment-label-container {
    background-color: rgb(96, 92, 168);
    color: white;
}

.environment-label.env-dev .environment-label-container {
    background-color: rgb(40,167,69);
    color: white;
}

.text-monospace {
    font-size: 0.9em;
}

.text-underline {
    text-decoration: underline;
}

.non-interactive {
    z-index: 0;
    pointer-events: none;
}

.fees-group > .row {
    overflow-x: auto;
    white-space: nowrap;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ddd;
}

.fees-group > .row::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 5px;
}

.fees-group > .row::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #ddd;
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.fees-group > .row > .col-sm-4 {
    display: inline-block;
    float: none;
}

/* This is for textareas with large content, to be collapsable */
.collapsableTextarea.hideContent {
    overflow: hidden;
    line-height: 1.5em;
    height: 3em;
}

.collapsableTextarea.showContent {
    line-height: 1.5em;
    height: auto;
}

.select2 {
    width: 100%!important;
}

/* Tabulator cell styles */
.tabulator-regular .tabulator-cell {

}

.tabulator-muted .tabulator-cell {
    font-style: italic !important;
    color: rgb(40,40,40) !important;
}

.tabulator-bold .tabulator-cell {
    font-weight: bold !important;
}

.tabulator-section-header .tabulator-cell {
    background-color: rgb(63,69,143) !important;
    color: white !important;
    font-weight: bold !important;
}
.tabulator-section-header .tabulator-cell.tabulator-range-selected {
    color: #1a1a1a !important;
}

.tabulator-section-subtitle .tabulator-cell {
    font-weight: bold !important;
    border-bottom: 1px solid black !important;
}

.tabulator-subtotal-simple .tabulator-cell {
    font-weight: bold !important;
    border-top: 1px solid black !important;
}

.tabulator-subtotal-gray .tabulator-cell {
    background-color: rgb(242,242,242) !important;
    font-weight: bold !important;
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
}

.tabulator-subtotal-blue .tabulator-cell {
    background-color: rgb(215,223,242) !important;
    font-weight: bold !important;
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
}

.tabulator-cell .tabulator-underline,
.tabulator-cell.tabulator-underline {
    text-decoration: underline !important;
    text-decoration-style: dotted !important;
    text-decoration-color: #555 !important;
    cursor: pointer;
}
