  .notification {
    position: fixed;
    top: 0;
    display: inline-block;
    font-size: 2em;
    padding: .5em;
	background-color:#FFFF99;
	text-align:center;
    box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
  }
  .notificationRed{
  
  	position: fixed;
    top: 0;
    display: inline-block;
    font-size: 2em;
    padding: .5em;
	background-color:#FF9999;
	text-align:center;
    box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
  }
  
  .notificationYellow{
    position: fixed;
    top: 0;
    display: inline-block;
    font-size: 2em;
    padding: .5em;
	background-color:yellow;
	text-align:center;
    box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
  }
  .notificationGreen{
    position: fixed;
    top: 30px;
    display: inline-block;
    font-size: 2em;
    padding: .5em;
	background-color:#CCFF99;
	text-align:center;
    box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
  }
  .notificationRed1{
	position: fixed;
    top: 35px;
    display: inline-block;
    font-size: 2em;
    padding: .5em;
	background-color:black;
	color:white;
	text-align:center;
    box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
  }
  
  .notificationLoading{
    position: fixed;
    top: 30px;
    display: inline-block;
    font-size: 1.3em;
	background-color:white;
	text-align:center;
	color: white;
    box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
  }
.messageCommonProp {
 
 border-radius:6px;
 font-size:20px;
 
    margin-left: 60px;
 
}
a
{
	text-decoration:none;
}
a:focus, a:hover {
    text-decoration: blink;
}

.header-container-common {
	background: #595959;
	text-align: center;
	color: #FFFFFF;
	border-radius: 3px;
	margin-bottom: 10px;
}
.finalizeHeaderDyanmicTitle{
	padding: 10px 0px 0px 0px !important; 
}
.removeFinalizeHeaderDyanmicTitle{
	padding: 0px !important;
}
.orderTableHeader{
	color:#FFFFFF !important;
}

.social-media-img{
	width: 30px;
    height: 30px;
}

.white {
	color: #FFFFFF;
}

.labelFont {
	font-family: Open Sans ( Body);
	font-weight: bold;
	font-size: 23px;
}
.fadeImage {
	opacity: 0.7;
}

.activeImage {
	opacity: 1.0;
}

#btnNext {
	float: right;
}

#btnFinish {
	float: right;
	margin-right: -60px;
}

#quesbutton {
	margin-top: 20px;
}
