﻿
.it-bricks-wrapper {
    margin-bottom: 10px;
}


    .it-bricks-wrapper .title {
        width: 100%;
        font-size: 1em;
        font-weight: bold;
        color: #000;
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: solid 2px #000;
    }



.it-bricks-column {
    display: flex;
    flex-flow: column;
    margin-right: 20px;
    margin-bottom: 10px;
}

    .it-bricks-column .title {
        width: 100%;
        font-size: 0.9em;
        font-weight: bold;
        color: #000;
        margin-bottom: 5px;
        border-bottom: solid 1px #000;
    }

.it-bricks-row {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}







.it-brick {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    opacity: 1;
    width: 120px;
    height: 135px;
    text-align: left;
    vertical-align: top;
    background-color: var(--tile_bg );
}

    .it-brick:hover {
        opacity: 0.8;
    }

    .it-brick a {
        color: var(--tile );
        text-decoration: none;
        padding: 5px;
        position: relative;
        width: 100%;
        display: inline-block
    }

        .it-brick a:hover {
            color: var(--tile );
            text-decoration: none;
        }

.it-brick-xl {
    width: 240px;
}

.it-brick-xh {
    height: 270px;
}



.it-brick-a i {
    position: absolute;
    top: 15px;
    right: 15px;
}

.it-brick-a .counter {
    font-size: 2em;
    font-weight: lighter;
    top: 44px;
}

.it-brick-a .text {
    flex-grow: 1;
    font-size: 0.9em;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}


.it-brick-footer {
    border-top: solid 1px #fff;
    margin-top: 4px;
    line-height: 16px;
    text-decoration: none;
    display: flex;
    text-align: left;
    color: #fff;
}

    .it-brick-footer a i {
        position: static;
        margin-right: 5px;
    }

    .it-brick-footer > i {
        margin: 5px;
    }


.it-brick-footer-a {
    border-top: solid 4px #00ff00;
}

.it-brick-footer-b {
    border-top: solid 4px #ffd800;
}

.it-brick-footer-c {
    border-top: solid 4px #ff0000;
}

/*


.it-tile span {
    display: block;
}

.it-brick-a {
    display: block;
    padding: 5px;
    position: relative;
    height: 80px;
}

    .it-brick-a:hover {
        text-decoration: none;
    }


.it-brick-a-fullh {
    height: 115px;
}

    .it-brick-a-fullh .text {
        height: 66px;
    }

.it-brick-xh it-brick-a-fullh {
    height: 105px;
}

.it-brick-link {
    cursor: pointer;
}


.it-brick-footer {
    border-top: solid 1px #fff;
    height: 35px;
}



.it-brick-link:hover {
    opacity: 0.9;
}



.it-tile-cor-info {
    color: var(--tile );
    background-color: var(--tile_bg );
}

    .it-tile-cor-info:hover {
        color: var(--tile );
        background-color: var(--tile_bg );
    }


    */


.it-tilesv2-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.it-tilesv2-tile {
    width: 200px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: var(--tile_bg);
    color: var(--tile);
}

    .it-tilesv2-tile .link {
        cursor: pointer;
    }

    .it-tilesv2-tile a {
        line-height: 60px;
        display: flex;
        flex-direction: row;
        cursor: pointer;
    }

    .it-tilesv2-tile .counter {
        font-size: 30px;
        min-width: 50px;
        text-align: right;
        margin-right: 10px;
    }


    .it-tilesv2-tile .text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }



