﻿.portal-wrap-info {
    padding: 1px;
    height: 60px;
    /* overflow: auto; */
    width: 100%;
}

.portal-wrap-info h5 .inline {
    display: inline;
}

.portal-wrap-info small {
    border-top: none;
}

.portal-picture {
    width: 100%;
    float: left;
}

.portal-img-cover {
    width: 160px;
    height: 56px;
    border-radius: 0;
    line-height: 9.5em !important;
}

.no-img .portal-wrap-info {
    width: 100% !important;
}

.portal-col-25, .portal-col-75, .portal-col-100 {
    float: left;
    position: relative;
    min-height: 1px;
    padding: 10px;
    overflow: visible;
}

.portal-col-25 {
    width: 200px;
}

.portal-col-75 {
    width: 75%;
}

.portal-col-100 {
    width: 100%;
}

.portal-badge-item {
    width: 100%;
    padding: 0;
}

.portal-picture {
    width: 100%;
    float: left;
}

.portal-badge-item .picture .portal-img-cover {
    height: 100% !important;
}

.portal-badge-item .picture {
    width: 100%;
    height: 100%;
    float: none;
}

.portal-badge-item .portal-picture {
    width: 100%;
    height: 100%;
    float: none;
}

.portal-box-group {
    margin-bottom: 0;
}

.portal-box {
    position: relative;
    padding: .5em;
    display: inline-block;
}

.portal-box-color {
    width: 100%;
    background-color: #ffffff;
    color: #505050;
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
}

.portal-box, .portal-box-group {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    overflow: hidden;
    border-radius: 5px;
}

.portal-portal-box-group.portal-box-color div.portal-col-25 {
    width: 25%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
}

