areq{
    font-size: 1.2em;
    color: #ff0000;
    padding-left: 3px:
    margin-left:4px; 
}

/*STEP tab*/
/* Style the tab */
.steptab {
  overflow: hidden;
  border: 1px solid #fff;
  background-color: #7b1010;
}


/* Style the buttons inside the tab */
.steptab button {
  background-color: inherit;
  float: left;
  color: #f1f1f1;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.steptab button:hover {
  background-color: #ddd;
  color:#292929;
}

/* Create an active/current tablink class */
.steptab button.active {
  background-color: #fff;
  color:#292929;
  border-color: #fff;
}

/* Style the tab content */
.steptabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #fff;
  border-top: none;
}
/*end step tabs*/


.msuniDrop{
  padding: 3px;
  width: 100%;
}

.msuniClearFix{
  width: 100%;
  float: left;
  padding: 10px;
}
.tablebutton{
  text-decoration: none;
  border:0px;
  color: #000000;
  padding: 0px;
}

.myMessage{
  background-color:#9dd3e0;
	margin-bottom:20px;
  padding:15px;
  border-radius: 20px;    
}

.receMessage{
  background-color: #2416e469;
  border-radius: 20px;
  padding: 15px;
  margin-bottom: 20px;
}

.chatSms, .chatSmsUnread{
  padding: 0px 10px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  font-size: 16px;
  color: #000;
}

.chatSmsUnread{
  color: #016902;
  font-weight: bold;
}


/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    margin-top: 15px;
}

/* Style the buttons inside the tab */
.tab button,.tab a {
    background-color: inherit;
    padding: 10px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    align-items: center;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover, .tab a:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active,.tab a.active {
    background-color: #ffffff;
}

/* Style the tab content */
.tabcontent {
    display: none;
}
/* End the tab */


/* Style the tab for horizontal menu*/
.tabHorizontal {
    overflow: hidden;
    border-top: 1px solid #aaa;
    background-color: #152637;
    margin-bottom: 10px;
}

/* Style the buttons inside the tab */
.tabHorizontal button {
    background-color: inherit;
    padding: 10px 2px;
    width: 50%;
    color: #fff;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    align-items: center;
    transition: 0.3s;
    font-size: 20px;
}

/* Change background color of buttons on hover */
.tabHorizontal button:hover {
    background-color: #ddd;
    color: #000;
}

/* Create an active/current tablink class */
.tabHorizontal button.active {
    background-color: #ffffff;
    color: #000;
}

/* Style the tab content */
.tabcontentH {
    display: none;
    background-color: #ffffff;
}
/* End the tab menu horizontal*/


/*Tab link Menu */
.tablinkMenu{
    overflow: hidden;
    border-top: 1px solid #eee;
    background-color: #eee;
    margin-bottom: 10px;
}
.tablinkMenu button {
    background-color: inherit;
    padding: 10px 2px;
    width: 50%;
    color: #00f;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    align-items: center;
    transition: 0.3s;
    font-size: 20px;
}
.tablinkMenu button:hover {
    background-color: #ddd;
    color: #000;
}
.tablinkMenu button.active {
    background-color: #ffffff;
    color: #000;
}

.tablinkCotent{
    background:#ffffff;
    margin-top:-10px;
    padding: 10px;
}
/*End tab link  */
