.mtrl-card-container {
    /* padding: 0px 0px; */
}

.mtrl-card-footer {
    background-color: #FFFFFF;
    padding : 16px;
}

.mtrl-card-footer a {
    color: inherit;
    padding-left: 15px;
}

.mtrl-card {
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    border-radius: .2rem;
    margin: 16px 0px;
    background:white;
    display: inline-block;
}

.mtrl-card.no-margin {
    margin : 0px;
}

.mtrl-card-primary {
    background-color: #027DB6;
    color: #ffffff;
}

.mtrl-card-empty {
    padding:25px;
}

.mtrl-card-light a {
    color: #027DB6;
}

.mtrl-card-light {
    background-color: white;
}

.mtrl-card-content {
    padding: 16px 16px;
}

.mtrl-card-logo {
    height : 50px;
    margin-bottom: 16px;
}

.mtrl-card-title {
    font-size: 30px;
    padding-bottom: 16px;
    word-break: break-word;
}

.mtrl-card-title .subtitle {
    font-size: 14px;
}

.mtrl-card-primary .mtrl-card-title .subtitle {
    color: #ffffff;
}

.mtrl-field-error {
    color: #EB0000;
    font-size: 12px;
}

.mtrl-field-error-input {
    border-color : #b94a48;
}

.mtrl-card-actions {
    padding : 16px;
}

.mtrl-card-content .card-actions {
    padding : 16px 0px 0px 0px;
}

.mtrl-card-actions .btn{
    text-transform : uppercase;
    background-color: #027DB6;
    border:#027DB6;
}

.mtrl-card-actions .action {
    margin-right: 8px;
    text-transform: uppercase;
    text-decoration: none;
}

.mtrl-card table {
    margin: 0px;
}

.mtrl-card .card-content table th {
    color: #757575;
}

.thumbOverlayTop {
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 70%, rgba(0,0,0,0) 100%);
}

.thumbOverlayBtm {
    position: absolute; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
    height: 68px; 
    background: rgba(0, 0, 0, 0.4); 
    display: flex; 
    align-items: center;
}

.thumbOverlayActionBtn {
    border: 10px; 
    box-sizing: border-box; 
    display: inline-block; 
    cursor: pointer; 
    text-decoration: none; 
    margin: 0px; 
    padding: 12px; 
    outline: none; 
    font-weight: inherit; 
    position: relative; 
    overflow: visible; 
    width: 48px; 
    height: 48px; 
    background: none;
    color: white;
}

.thumbOverlayBtm .overlayText{
    flex-grow: 1; 
    margin-left: 16px; 
    margin-right: 0px; 
    color: rgb(255, 255, 255); 
    overflow: hidden;
}

.thumbOverlayBtm .overlayTitle {
    font-size: 16px; 
}

.thumbOverlayTop {
    position: absolute; 
    left: 0px; 
    right: 0px; 
    top: 0px; 
    align-items: center;
    display: flex;
}

.thumbOverlayBtm .ownerInfo{
   font-size: 12px; 
   text-overflow: ellipsis; 
   overflow: hidden; 
   white-space: nowrap;
}

.cell {
    width: calc(50%);
    background-size: cover;
    background-position: center;
}

.cell.cell-single {
    width: 100%;
}

.cell.cell-single.mime-icon {
    background-size: 50%;
    background-repeat: no-repeat;
}

.cell.cell-single .audio {
    text-align:center;
    background: #fafafa;
    position : relative;
    color: #555;
}

.cell.cell-single .audio:before {
    content:"\e035";
    font-family:"Glyphicons Halflings";
    display:inline-block;
    font-size:5em;
    position: absolute;
    top: 10%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.cell img,
span.audio {
    display: block;
    background-position : 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}


.lb-grid {
    display: flex;
    flex-wrap: wrap;
}

.lb-grid .lb-grid-asset {
    display: flex;
    flex-direction : column;
    height : auto;
}

.lb-grid .lb-grid-asset > div {
    flex : 1;
}

.no-padding {
    padding : 0px;
}

.entity-collection-card .thumbOverlayBtm {
    flex-direction : column;
    align-items : center;
}

.entity-collection-card:hover .thumbOverlayBtm {
    height : 100%;
    align-items : baseline;
}

.entity-collection-card:hover .thumbOverlayBtm .overlayBody {
    display : block;
    padding-left : 16px;
    padding-right : 16px;
    margin-bottom : 16px;
    overflow : hidden;
}

.entity-collection-card:hover .thumbOverlayBtm .overlayBody {
    color : white;
}

.entity-collection-card .thumbOverlayBtm .overlayBody {
    display : none;
    width : 100%;
}

.entity-collection-card .thumbOverlayBtm .overlayText {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.entity-collection-card:hover .thumbOverlayBtm .overlayText {
    margin-top : 16px;
    height : auto;
    flex-grow : 0;
}

.entity-collection-card .thumbOverlayBtm .overlayText {
    margin-left : 0px;
}

.entity-collection-card .thumbOverlayBtm .overlayTitle {
    text-overflow: ellipsis; 
    overflow: hidden;
    white-space: nowrap;
}

.entity-collection-card .thumbOverlayBtm .overlayInfo {
    flex: 1;
    min-width: 0;
    margin-left: 16px;
}

.entity-collection-card .thumbOverlayBtm .overlayText {
    overflow : visible;
}

.entity-collection-card .thumbOverlayActionBtn {
    height : auto;
}

.entity-collection-card:hover .thumbOverlayActionBtn {
    padding-top : 0;
}

.entity-collection-card:hover .overlayText {
    align-items : baseline;
}
