﻿.bf_header {
    background-color: #3b6978;
    height: 50px !important;
    border-bottom: solid 1px #cae8d5;
    font-family: 'Varela Round';
    font-size:18px;
    font-weight:bold;
}

.bf_footer {
    background-color: #3b6978;
    height: 90px !important;
    border-top: solid 1px #cae8d5;
    font-family: 'Varela Round';
}

.smlImgFit {
    background-size: cover;
    background-repeat: no-repeat;
    /*background-image:url('/uicons/picHidden1.png');*/
    height:80px !important;
    width:100%;
}

.ChatTextRight {
    color: #293241;
    background-color: #ffffff;
    border-radius: 0.3rem !important;
    margin-left: 20%;
    margin-right: 5px;
    font-size: 14px;
}

.EventListItem {
    color: #293241;
    background-color: #ffffff;
    border-radius: 0.3rem !important;
    font-size: 14px;
    margin-top:5px;
}

.ChatTextLeft {
    color: #293241;
    background-color: #DAF7A6;
    border-radius: 0.3rem !important;
    margin-right: 20%;
    margin-left: 5px;
    font-size: 14px;
}

.BtnClr {
    background-color:#cae8d5;
    color:#000000;
    font-weight:bold;
    font-size:1.2rem;
}

.LinkClr {
    color: #cae8d5;
    font-weight: bold;
    font-size: 1rem;

}

.EventHeaderDetails {
    color: #3b6978;
    background-color: #ffffff;
    border-radius: 0.3rem !important;
    font-size: 16px;
    border: solid 1px #3b6978;
    margin-top:2px;
    line-height:30px;
}

.EventDetailKey {
    color: #3b6978;
    font-size: 16px;
    font-weight: normal;
}

.EventDetailValue {
    color:#000000;  /*#ff8225;*/
    font-size: 16px;
    font-weight: normal;
}

.EventDetailProduct {
    color: #000000; /*#ff8225;*/
    font-size: 14px;
    font-weight: normal;
    /*border-top: solid 1px #3b6978;*/
}

.EventDetailProductHeader {
    color: #000000; /*#ff8225;*/
    font-size: 14px;
    font-weight: bold;
    /*border-top: solid 1px #3b6978;*/
}