﻿.searchResultsPanel {
    --base-pressed-color: #bababa !important;
    --hovered-background-color: #bababa !important;
}

.x-root {
    --hovered-background-color: #e1e1e1 !important;
}
/* Forms / fields */
.x-label-text-el {
    font-size: 16px;
    color: black;
}

.fontBold .x-label-text-el {
    font-weight: bold;
}

.x-box-label-el {
    font-size: 14px !important;
}

.logonModel {
    margin: 0 auto !important;
}

.x-input-wrap-el {
    border: 2px solid #e1e1e1 !important;
    padding: 3px !important;
}


.x-textfield .x-input-el {
    font-size: 14px !important;
    /* color: #6e4000 !important;*/
}

.x-field.x-required > .x-label-el:after {
    font-weight: 800;
    font-size: 16px;
    color: #E00000;
}

.x-dataview.x-inline .x-dataview-item, .x-dataview.x-inline .x-dataitem {
    width: 33%;
    padding: 3px;
}



.hidelabel {
    visibility: hidden;
    height: 0px;
    padding: 6px 0 !important;
}

.activeError.x-checkbox-group .x-error-el {
    padding-top: 3px;
    border-top: 2px solid var(--alert-color);
}

.activeError.x-checkboxfield .x-error-el {
    padding-top: 3px;
    border-top: 2px solid var(--alert-color);
}

.x-checkboxfield .x-box-label-el {
    padding: 0px 0px 0px 5px !important;
}

.x-radiofield .x-box-label-el {
    padding: 0px 0px 0px 5px !important;
}

.viewTarContainer .x-label-text-el {
    font-weight: bold;
}

.viewTarContainer .inputBorder.x-displayfield .x-input-el {
    border: 2px solid #e1e1e1 !important;
    min-height: 30px;
    min-width: 150px;
    padding: 8px;
}

.x-trigger .x-icon-el {
    color: black !important;
}

.filterLabel {
    width: 100%;
    background-color: rgb(241, 241, 241);
    margin-bottom: 10px;
}


    .filterLabel .x-label-text-el {
        font-weight: 600;
        padding-left: 5px;
    }
/* Disabled Forms / fields */
.viewTarContainer .x-disabled .x-label-text-el {
    color: black;
}

.x-disabled .x-label-text-el {
    color: #595959;
}

.x-disabled .x-input-wrap-el {
    border: 2px solid #F5F5F5 !important;
}

.x-disabled .x-trigger .x-icon-el {
    color: #e1e1e1 !important;
}


/* =============== 

/* Filters Grid */
.filterPanel .x-title-align-left {
    padding-left: 5px !important;
}
/* =============== 
/* Results Grid */
.searchResultsPanel .x-panelheader {
    height: 45px !important;
}
    .searchResultsPanel .x-panelheader.x-vertical {
        width: 45px !important;
        height: 100%  !important;
    }
    .x-big .x-panelheader.x-vertical {
        min-width: 45px !important;
    }
.searchResultsPanel .x-panelheader.x-horizontal {
    min-height: 45px !important;
    height: 45px !important;
}

.filterGrid .x-title .x-innerhtml {
    color: black !important;
    font-size: 16px
}

.filterGrid .x-titlebar-body-el {
    padding: 0px;
    min-height: 40px;
}

.filterGrid .x-titlebar {
    box-shadow: none !important
}

.pageCount .x-input-el {
    font-size: 16px;
    padding: 0px;
}


    .x-emptytext.x-floating {
        position: relative !important;
        min-height: 150px !important;
        font-size: 16px !important
    }

    /* =============== */
    /* Utils */
    .noHeight {
        height: 0px;
    }

.color-black {
    color: black !important
}

.hiddenLabel {
    display: none !important;
}

.alertBanner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    background-color: rgba(199, 107, 58, .9);
}

    .alertBanner p {
        color: black;
        padding: 5px;
        margin: 0px;
        max-width: 1320px;
    }

/* =============== */
/* Buttons */
.x-button-segmented .x-inner-el {
    box-sizing: border-box !important;
    background-color: transparent;
}
.x-button-segmented .x-inner-el .x-font-icon {
    color: black
}

.x-button-segmented.x-disabled .x-inner-el .x-font-icon {
    color: #e1e1e1
}

.x-button-segmented.x-disabled {
    box-shadow: none !important;
}


.x-button-segmented .x-pressed {
    background-color: #e1e1e1 !important
}

.whiteButton {
    background-color: whitesmoke !important;
    color: black;
}

.borderButton {
    box-sizing: border-box !important;
    background-color: transparent;
    color: black;
    box-shadow: inset 0px 0px 0px 2px #343434;
}

.dataViewToolbarButton {
    --base-focused-color: rgba(204, 204, 204, 0.92);
    --base-dark-color: rgba(204, 204, 204, 0.92);
}
/* =============== */
/* PagingToolbar */
/* =============== */
.x-big .x-toolbar-body-el {
    min-height: 45px !important;
}
.leftPanel {
    float: right;
    text-align: right;
}
    .leftPanel .userClaims {
        height: 16px;
    }
    .leftPanel .titleLink {
        margin-top: 10px;
    }

.topLabel {
    color: #6e4000;
}

.rightLabel {
    text-align: right;
}

.intitialCriteria .combineFilter {
    visibility: hidden;
}

.hiddenField {
    visibility: hidden;
}

.card {
    padding: 5px;
    border-radius: 10px;
}

.compactCard {
    line-height: 20px;
    text-decoration: none;
    padding: 5px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    margin: 10px;
}
    .compactCard .row {
        display: flex;
        flex-direction: row,
    }
.card .row {
    display: flex;
    flex-direction: row,
}

    .card .labelTop{
        flex-direction: column
    }

    .cardBlock {
        line-height: 20px;
        text-decoration: none;
        padding: 5px;
        border: 1px solid #CCCCCC;
        border-radius: 10px;
    }

    .cardBlock .title {
        font-size: 15px;
    }

    .cardBlock .field {
        display: table;
    }

    .cardBlock .label {
        min-width: 125px;
    }

    .cardBlock .label,
    .cardBlock .yearLabel,
    .cardBlock .updatedLabel {
        padding-right: 5px;
        color: #6e4000;
        font-weight: bold
    }


    .cardBlock .value {
        width: 100%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .cardBlock .card-Less .value {
        -webkit-line-clamp: 3;
    }

    .row-card {
        height: 350px
    }

    .cardBlock .field .action {
        text-align: right;
    }

    .cardBlock .sourceValue,
    .cardBlock .yearValue {
        margin-right: 15px;
    }

.filter {
    display: table;
    margin-bottom: 5px;
}

    .filter .checkBox {
        display: table-cell;
    }
    .filter .checkText {
        display: table-cell;
        padding-left: 5px;
    }

.filter-grid .x-grid-body {
    border-top: 0;
}

.filter-grid .x-grid-cell-special {
    background-image: none;
    background-color: Background;
    border-right-width: 0;
}

.invalid-Criteria {
    border: 1px solid red;
}

.hideCalendarMonth {
    width: 88px;
}

.hideCalendarMonth .x-monthpicker-months {
    display: none;
}

@media (max-width: 800px) {
    .x-dataview.x-inline .x-dataview-item, .x-dataview.x-inline .x-dataitem {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .row-card {
        height: auto;
        overflow: hidden
    }
}
