
#subMenuWrapp{
	width: 100%;
}
.subMenuBox{
	list-style-type: none;
    padding: 0;
	margin-top: 5px;
}
.subMenuContainer{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	color: #b9b9b9;
	float: left;
	/*border-right: 1px solid #b9b9b9;*/
}
.subMenuContainer a{
    text-decoration: none;
	color: #b9b9b9;
	line-height: 50px;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
}
.subMenuContainer a:hover {
    text-decoration: none;
	background-color: #fff;
	color: #000;
	border-top: 5px solid #0095d9;
	margin-top: -5px;
}
.currentSubMenu{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	float: left;
	background-color: #fff;
	color: #000;
	border-top: 5px solid #0095d9;
	margin-top: -5px;
	padding-right: 10px;
	padding-left: 10px;
	/*border-right: 1px solid #b9b9b9;*/
}
.currentSubMenu a{
    text-decoration: none;
	color: #000;
}
.currentSubMenu a:hover {
    text-decoration: none;
}
.subMenuRightContainer{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	color: #b9b9b9;
    float: left;
    padding-left: 10%;
}
.subMenuRightContainer a{
    text-decoration: none;
	color: #b9b9b9;
	line-height: 50px;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
}
.subMenuRightContainer a:hover {
    text-decoration: none;
	background-color: #fff;
	color: #000;
	border-top: 5px solid #0095d9;
	margin-top: -5px;
}
.subMenuInfoHolder{
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
.swinIconHolder{
	width: 100%;
	text-align: center;
	margin-top: 10%;
	margin-bottom: 10%;
}
.avatarHolder{
	width: 100%;
	margin-top: 10%;
	margin-bottom: 10%;	
}

.SwimIconStyle{
	width: 50%;
	margin: auto;
}
.sportInfoPadding{
	margin-top: 50px;
	margin-bottom: 5%;
}
.flexStart{
	justify-content: flex-start;
}
.absPosition{
	position: absolute;
	right: 0;
}
.marginAdjust{
	margin-top: 100px;
}
.sportInfoPaddingSecond{
	margin-top: 50px;
	margin-bottom: 5%;
}
.subMenuSideInfoHolder{
	margin: auto;
	margin-top: 30px;
/* 	margin-bottom: 5%; */
	width: 70%;
}
.documentIconStyle{
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

/*messages*/
.messagesWrapper,
.messagesWrapper > div{
	height: 600px;
	/*overflow: hidden;*/
	padding-bottom: 100px;
}
.recipients{
	height: 25px;
	overflow: hidden;
	margin-bottom: 5px;
	padding-top: 10px;
	font-weight: bold;
}
.date-time{
	padding-top: 10px;
}
.msg-container .msg-content{
    height: 25px;
    overflow: hidden;
}
.msgImgHolder{
	height: 60px;
	text-align: center;
	/*border-left: 5px solid transparent;*/
}
#participantsContainer .addBtn{
	margin-right: 8px;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	background: #0095d9;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 44px;
}
.conversationNameUser{
	max-width: 90%;
	overflow: hidden;
	line-height: 50px;
	display: inline-block;
}
.removeParticipant{
	top: -18px;
	position: relative;
}

.circle-wrapper{
	height: 45px;
	width: 45px;
	border-radius: 50%;
	margin: auto;
	overflow: hidden;
	/*margin-top: 5px;*/
	background: #cbcbcb;
	position: relative;
	top: 7px;
	left: 7px;
}
.msg-container:hover{
	cursor: pointer;
}
.msg-container img, #participantsContainer img{
	max-height: 100%;
}
.selected-msg .msgImgHolder{
	border-left: 5px solid #0095d9;
}
.selected-bkg{
	/*display: table;*/
}
.selected-msg .selected-bkg{
	background: #F1F1F1;
	background-clip: content-box;
}
.display-table{
	display: table;
}
.new-msg-btn{
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    color: #0095d9;
	float: right;
	padding-right: 10px;
}
.messagesWrapper .subMenuBox{
	width: 100%;
	display: table; 
	background-color: #F1F1F1;
}
#messages .subMenuContainer a {
	padding-left: 50px;
	padding-right: 50px;
}
.sender-msg{
	padding: 15px;
}

/*scrollbar*/
/** initial setup **/
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}

.conversationSelect .chosen-single{
	border: 1px solid #ccc;
}
.contacts{
	width: 100%;
}
.pinnedMessage{
	color: #fff;
	background: #0095d9;
}
.pointer{
	cursor: pointer;
}
.participantName{
	height: 60px;
	line-height: 60px;
}
.messagesContainer{
	padding-right: 30px;
}
.messagesWrapper .redTxtBtn {
	margin-left: 7px;
}
.greyBkg{
	background-color: #F3F3F3;
}
.whiteBg{
	background: #fff;
}

#insideHeaderWrapp h1{
	font-size: 24px;
}

.messagesContent{
	font-size: 13px;
}
.subject {
	background: #F1F1F1;
	padding: 13px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.coversationsList{
	background: #fafafa;
}
.mgs-details{
	padding: 40px;
}
.sendMsgHolder{
	border-top: 1px solid #F3F3F3;
	padding-top: 10px;
}
.conversation {
	margin-top: 10px;
}
.unread{
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: red;
	color: #fff;
	font-size: 12px;
	position: absolute;
	border-radius: 50%;
	left: 15px;
	top: 5px;
	z-index: 1000;
}
.unreadMini{
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	background: red;
	color: #fff;
	font-size: 11px;
	position: absolute;
	border-radius: 50%;
	left: 20px;
	top: -5px;
	z-index: 1000;
}
.unreadHolder, .unreadNotifHolder{
	position: relative;
}

.unreadNotifMini{
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	background: red;
	color: #fff;
	font-size: 11px;
	position: absolute;
	border-radius: 50%;
	right: -5px;
	top: -5px;
	z-index: 1000;
}