﻿/* stylelint-disable selector-list-comma-newline-after */


.Item-Card{
    padding: 4px !important;
}
    .Item-Card > .card-body {
        padding: 0 0 0 10px !important;
    }

.Item-Card-Title {
    font-size: 0.9rem;
    font-weight: bold;
    color: #0d6a05;
}
.Item-Card-TitleDesc {
    font-size: 0.8rem;
}

.Item-Card-DetailTitle {
    color: #0c33b6;
    font-size: 0.7rem;
}

.Item-Card-DetailValue {
    color: rgb(0, 0, 0);
    font-size: 0.7rem;
}


.card-img-right {
    height: 100%;
    border-radius: 0 3px 3px 0;
}

.flex-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

.h-250 {
    height: 250px;
}

@media (min-width: 768px) {
    .h-md-250 {
        height: 250px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}


