.filters {
    padding: 20px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}




.loading {
    background: rgba(255,255,255,0.95) url('/media/templates/whi/img/loading.svg') center center no-repeat;
}


.bigloading {
    z-index: 99999;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(255,255,255,0.95) url('/media/templates/whi/img/loading.svg') center center no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.bigloading>* {
    padding-top: 200px;
}

.formflex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
    flex-direction: row;
    align-items: stretch;
}

.formflex>* {
    padding: 10px;
    flex: 1 1 auto;
}
.formflex textarea,
.formflex select,
.formflex input {
    width:100%;
}


.flexline2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
    align-content: space-between;
    border-bottom: 1px solid #efefef;
    padding: 10px 0px;
    font-size: 1.15em;
}

.flexline2 > * {
    flex: 1 1 auto;
}

.flexline2 > *:last-child {
    text-align: right;
}

.flexline2.big {
    font-weight: bold;
}

.flexline2 small {
    font-size: 0.65em;
    color: #999999;
    font-weight: normal;
}

.whi-cmd {
    cursor: pointer !important;
}