.error-Class{
	color:#FF0000 !important;
}
.success-message{
	color:green !important;;
	font-weight: bold !important;
}
.failure-message{
	color:red !important;;
	font-weight: bold !important;
}

#vessel_id{
	width:50%;
    height: 50px;
    line-height: 48px;
	text-transform:uppercase;
	font-size:13px;
  
}
#vessel_list {
  display: flex;                  
  flex-direction: row;         
  flex-wrap: nowrap;             
  padding:10px; 
}
#container{
	width:100%;
}
hr.hr-tag{
	
	border: none;
	height: 2px;
	background-color: #f9db24;
	width:50%;
}
#vessel_info{
	width:100%;
}

/**/