﻿.e-card {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: none;
    color: #212529;
    outline: none;
}

.e-card {
    border-radius: 4px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
    font-size: 15px;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 36px;
    min-height: 36px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    vertical-align: middle;
    width: 100%;
}

/* Tile view card customization */
.tile_layout.card-control-section .row.filter .tile_search {
    justify-content: flex-end;
}

.tile_layout.card-control-section .row .e-card {
    text-align: left;
    margin-bottom: 10px;
}

.tile_layout.card-control-section .control-wrapper {
    padding: 0 20px;
}

.tile_layout.card-control-section .row.filter {
    margin: 0;
}

.tile_layout.card-control-section .e-card .e-card-actions a {
    border: 1px solid;
    display: block;
    margin: auto;
    width: 100px;
    border-radius: inherit;
}

.tile_layout.card-control-section .e-card .e-card-image {
    height: 100%; /* MV */
    width: inherit;
    background-repeat: no-repeat;
    background-position: center;
}

/* MV */
@media (min-width: 991px) {
    .tile_layout.card-control-section .e-card .e-card-image {
        height: 180px;
    }
}
/* /MV */

.tile_layout.card-control-section .row.filter .col-xs-3.col-sm-3.col-lg-3.col-md-3 col-sm-6 {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
}

.tile_layout.card-control-section .col-xs-3.col-sm-3.col-lg-3.col-md-3 col-sm-6 {
    width: 100%;
    padding: 10px;
}

.card-control-section.tile_layout .e-card-layout {
    margin: auto;
    max-width: 190px;
}

#source_link {
    float: right;
    margin-right: 10px;
}

.tile_layout.card-control-section .col-xs-6.col-sm-6.col-lg-6.col-md-6 {
    width: 25%;
}

.card-control-section.tile_layout .e-card-layout {
    max-width: 890px;
}

.e-card .e-card-header .e-card-header-caption .e-card-header-title {
    font-size: 16px;
    font-family: Helvetica, 'Segoe UI';
    font-weight: bold;
}

.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
    padding-top: 5px;
}

.e-card .e-card-content {
    padding-top: 0px;
    height: 110px;
}

.col-lg-3 .col-md-3 .col-sm-6 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
