
.fast-search > .spinner {
    display: none;
    width: 32px;
    height: 32px;
    margin-left: -32px;
    left: -8px;
}
.fast-search > .list {
    background-color: white;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 540px;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
    z-index: 1010;
}
.fast-search .list-item {
    color: #333 !important;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
}
.fast-search .list-item > .body {
    text-align: left !important;
}
.fast-search .list-hover > .list-item {
    padding-top: 10px;
    padding-bottom: 10px;
}
.fast-search .text-center {
    background-color: white !important;
    padding: 10px;
}

/*** Button Group ***/
.button-group {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    align-content: center;
    margin-bottom: 3vh;
}
.button-group > button.active,
.button-group > button:hover {
    background-color: #e8edf2;
    border-color: #cad1d8;
    color: #212436;
}
.button-group > button,
.button-group > button:disabled:not(.active):hover {
    background-color: #fff;
    border: 1px solid #cad1d8;
    color: #212436;
    padding: 8px 12px;
    border-collapse: collapse;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    transition: all .2s ease-out;
    margin-right: -1px;
}

/*** Chart ***/
.faststat-chart {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap !important;
}
.faststat-chart.subheader {
    display: none;
}
.top_postari_null {
    text-align: center;
    color: #c0c8d5;
    background: #fff url("/img/post_null.svg") no-repeat left top;
    min-height: 293px;
    margin: 0;
    display: block;
    font-size: 18px;
    opacity: .6;
    grid-column: span 5;
}
.highcharts-loading {
    background: url(/img/loading3.gif) no-repeat center center;
    background-size: 3%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.highcharts-loading-inner {
    display: none;
}
.no-chart-data {
    background: #fff url(/img/def_inactiv_faststat.png) repeat-x left top;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 330px;
    margin-top: 40px;
    margin-bottom: 60px;
    font-family: "bebas", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    color: #5c5c65;
}
@media only screen and (max-width: 1280px) {
    .faststat-chart .button-group > button {
        font-size: 12px;
        padding: 10px;
    }
}

/*** Grid ***/
.list {
    padding: 0;
}
.list,
.list > li {
    list-style: none outside;
    margin: 0;
}
.list,
.list-item,
[class*="grid-"] {
    position: relative;
}
.list-item,
[class*="grid-"] {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 5px;

    /****/
    grid-template-columns: 48px auto 30px 30px;
    grid-template-rows: auto;
    /****/

    align-items: center;
    min-height: 48px;
}
.list-item {
    padding-bottom: 20px;
}
.list-top .list-item {
    align-items: start;
}
.list-item.separate,
.list-separate > .list-item {
    border-bottom: 1px solid #eee;
}
.list-separate > .list-item,
.list-hover > .list-item {
    padding-top: 20px;
}
.list.list-separate > .list-item:last-child {
    border-bottom: 0 none;
}
.list-separate:not(.list-hover) > .list-item:first-child {
    padding-top: 0;
}
.list-separate:not(.list-hover) > .list-item:last-child {
    padding-bottom: 0;
}
.list-hover > .list-item {
    padding-left: 20px;
    padding-right: 20px;
}
.list-hover > .list-item:hover,
.list-item.active,
[class*="grid-"].active {
    background-color: #f5f7f8;
}
.list-item > .head,
[class*="grid-"] > .head {
    justify-self: start;
}
.list-item > .body,
[class*="grid-"] > .body {
    flex-direction: column;
}
.list-item > .body > *,
[class*="grid-"] > .body > * {
    line-height: 1.4;
}
.list-item > .foot,
[class*="grid-"] > .foot {
    justify-self: end;
}
.list-item .thumb,
.list-item .avatar,
[class*="grid-"] .thumb,
[class*="grid-"] .avatar {
    display: flex;
}
.list-item h1,
.list-item h2,
.list-item h3,
.list-item h4,
.list-item h5,
.list-item h6 {
    font-weight: 600;
    margin: 0;
}
.list-item time,
[class*="grid-"] time {
    color: #999;
    font-size: .9em;
}
.list-item strong,
[class*="grid-"] strong {
    font-size: 14px;
    color: #2a2f43;
}
.list > label {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    margin-bottom: 0;
}
.list-item .caption,
[class*="grid-"] .caption {
    color: #2a2f43;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: -.04em;
}
/***  ***/
.grid-2_1, .list-2_1 > .list-item {grid-template-columns: 48px auto;}

.grid-3_1, .list-3_1 > .list-item {grid-template-columns: 48px auto 30px;}
.grid-3_2, .list-3_2 > .list-item {grid-template-columns: 100px auto auto;}

.grid-4_1, .list-4_1 > .list-item {grid-template-columns: 48px auto auto 30px;}

/*** Avatar ***/
.avatar {
    background: no-repeat center 20%;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    border: 1px solid #cad1e2;
}
.avatar,
.avatar > img {
    width: 48px;
    height: 48px;
}
.avatar.small,
.avatar.small > img {
    width: 38px;
    height: 38px;
}