.mt-element-card .mt-card-item .mt-card-avatar {
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.cbp-caption-overlayBottomReveal .cbp-caption-defaultWrap {
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #DDD;
}

.cbp .cbp-item {
    border: 1px solid #e2e2e2;
}

.clear {
    clear: both;
}

.cbp-l-caption-buttonLeft,
.cbp-l-caption-buttonRight {
    min-width: 90%;
    margin: 0;
    padding: 0;
}

.cbp-item {
    position: unset !important;
    float: left;
    margin: 10px !important;
    visibility: visible;
    transform: none !important;
}

.cbp-item-off {
    display: none;
}

.displayOff {
    display: none;
}

#js-grid-juicy-projects .cbp-caption-activeWrap a.btn:not(.md-skip) {
    padding: 8px 0px 7px;
}

#js-grid-juicy-projects .cbp-l-grid-projects-title {
    margin-top: 5px;
    margin-bottom: 10px;
}

.unassignedPortal {
    box-shadow: 0px 0px 5px 1px red;
}
.portalNeedToCreateStatus{
    background-color: #ffab00;
    color: #ffffff;
}
.portalCreatedStatus{
    background-color: #04960a;
    color: #ffffff;
}