﻿@import url("Theme.HeraCore_CW.css?4905");

.Detail_Header {
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: center;
    z-index: 1;
    min-height:32px;
    border-left:  3px solid #16317D;
    background-color: #F2F4FE;
    margin: 40px 0 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 3px 3px 10px 0px #f6f1f1;
}

.TextHeaderDetail{
    flex: 1;
    line-height: 1;
    text-align: left;
}

.headerPanel{
    text-align: left;
    display: flex;
    align-items: center;
}

.headerTitle
{
    color: #16317d;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    display: -webkit-inline-box;
    max-height: 40px;      
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;    
}

.Bolder{
    font-weight: bold;
    margin: 20px 0px 20px 0px;
}