.msg {
	color: #ffffff;
	margin: 0 auto;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	padding: 1%;
	background-color: gray;
	border:1px dashed #000000;
}
.msg span{
	float:right;
	cursor:pointer;
}
.hideme{
	display:none;
}
.bluesubmitbtn {
    width: 200px;
    line-height: 46px;
    font-weight: 500;
    border: 2px solid #e4e9ef;
    color: #fff;
    position: static;
    right: 0;
    margin-top: 27px;
    background: #5bacd2;
	border-radius: 53px;
}
.dropdown-menu > li > a:hover {
  color: #000 !important;
}
.panel{
	margin-bottom:20px  !important;
	border-bottom:1px solid #eee !important;
}
.panelhead{
	cursor:pointer;
	min-height:50px;
	font-weight:bold;
	color:#000;
}
.panelhead+div{
	padding-left: 37px;
}
.panelhead table td{
	padding:5px;
}
.panel-group{
	border:none !important;
}
#html_element{
    padding-top: 1.2vw;
    margin-left: 1.2vw;
}
#html_element iframe{
    max-height: 80px !important;
}