.customTopBar{
	position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    font-size: 14px
	padding: 1rem 1rem!important;
	background-color:#F5F5ED;
	padding-top:5px;
	
}
.customfirtRow {
margin-top:10px;


}
.customWarning{
	background-color: #f5c6cb;
	color: #721c24;
	padding: .75rem 1.25rem;
}
.customSuccess{
	background-color: #c3e6cb;
	color: #721c24;
	padding: .75rem 1.25rem;
}
    
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}