.blubay-heading {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    display: block;
    color: #1b1e24;
    float: none;
}
.card_content {
    padding: 15px;
}
.title_color {
    color: #466e94;
    font-size: 19px;
    font-weight: 600;
}
.title {
    border-bottom: 2px solid #ccc;
    width: 15%;
    margin-bottom: 10px;
    font-weight: 500;
}
.count {
    font-weight: bold;
    font-size: 27px;
}
.species {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.species_count {
    background-color: #6986a5;
    padding: 4px;
    border-radius: 3px;
    float: right;
    color: #fff;
    width: 40%;
    text-align: center;
}
.stock, .harvested, .area, .location {
    float: left;
    border-bottom: 2px solid #ccc;
    font-weight: 500;
    width: 12%;
}
.transactioncount {
    float: right;
    margin-bottom: 10px;
    color: #b5b5b5;
    font-weight: normal;
    font-size: 14px;
}
.box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.box .cardcolumn {
    flex: 1;
    background: #fff;
    margin-top: 10px;
    margin-left: 10px;
    padding: 0px !important;
    border-radius: 10px;
    min-height: 168px !important;
    /*box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.08);*/
}
.box .transactioncolumn {
    flex: 1;
    background: #fff;
    margin-top: 10px;
    margin-left: 10px;
    padding: 0px !important;
    border-radius: 10px;
    min-height: 168px !important;
    /*box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.08);*/
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
}
.blubaybg_color {
    background-color: #f7f7f7;
}
.trnasaction_right {
    min-height: 360px !important;
}
.blubay_logo {
    padding: 10px;
    float: right;
}
.params {
    margin-bottom: 10px;
    color: #b5b5b5;
    font-weight: normal;
    font-size: 14px;
}
.title_heading {
    background-color: #fff;
}
.trans_style {
    color: #466e94;
    font-size: 20px;
    font-weight: 600;
}
.treatment, .sampling, .observation, .transaction, .feedlog, .harvest {
    padding: 10px;
    margin-left: 21px;
}
.sevendays_text {
    color: #999;
}
.days_count {
    font-weight: bold;
    margin-left: 5px;
}
.blubay_block {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.transaction_block {
    padding: 20px;
    margin: 0px 15px;
}
.trans_heading {
    color: #6986a5;
    font-size: 19px;
    font-weight: 500;
}
.trans_total_count {
    font-weight: bold;
    font-size: 35px;
    float: right;
}
.sampling_block {
    background: #f7f7f7;
    margin-top: 20px;
}
.sampling_label, .treatment_label, .feedlog_label, .observation_label, .harvest_label {
    font-size: 19px;
    font-weight: 500;
    /*color: #6986a5;*/
}
.trans_count {
    float: right;
    margin-right: 26px;
    font-size: 25px;
    font-weight: bold;
    color: #000;
}
.treatment_block, .harvest_block {
    background: #f7f7f7;
}
.heading_align {
    margin-top: 17px;
}




