@charset "UTF-8";

.chatStyle {
    padding-left: 3px;
    padding-bottom: 3px;
}

.chatHeaderStyle {
    background-color: #455b65;
}

.groupSeparatorBorder {
    border-right: 1px solid #c0c0c0;
}

.modalWindowChat .groupSeparatorBorder {
    border-right: none;
}

.chatHeaderTitleStyle {
    color: white;
    font-family: Roboto-Bold;
    font-size: 12px;
    padding-left: 5px;
}

.privateChatList {
    font-size: 20px;
}

.privateChatInList {
    font-family: Roboto-Regular;
    padding-left: 20px;
    color: white;
    background-color: rgba(82, 156, 205, 1);
    border-bottom: 1pt solid white;
}

.privateChatInList:hover {
    font-family: Roboto-Bold;
    padding-left: 20px;
    color: white;
    background-color: rgba(8, 83, 132, 1);
    border-bottom: 1pt solid white;
    cursor: pointer;
}

.loadOlderMessagesStyle {
    color: #7db342;
    cursor: pointer !important;
    font-family: RobotoCondensed-Regular;
    font-size: 11px;
}

.chatTextBox,
.chatTextBoxFocused {
    border: 1px solid #a7a9ac;
    border-radius: 10px;
    margin-left: 10px;
    margin-bottom: 3px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Roboto-Regular;
    font-size: 12.5px;
    color: #455b65 !important;
}

.chatIconBar {
    margin-bottom: 5px;
    padding-left: 20px;
}

.chatButtonSend {
    margin-right: 20px;
    color: #455b65 !important;
    background-color: #ffffff !important;
    border-radius: 50px;
    font-family: Roboto-Regular, sans-serif;
    border: 1px solid #455b65 !important;
    font-size: 12.5px !important;
    text-transform: none !important;
}

.chatButtonSendOver,
.chatButtonSendSelected,
.chatButtonSendDown {
    color: #fff;
    background-color: #455b65;
    border-radius: 50px;
    border: 1px solid #455b65;
    font-family: Roboto-Regular, sans-serif;
    font-size: 12.5px;
    text-transform: none !important;
}

.bubbleChatWidth {
    width: 420px;
}

.forimg {
    position: absolute;
}

.userImg {
    float: left;
    position: absolute;
    bottom: 0;
    padding: 2px;
    position: inherite;
    margin-right: 5px;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -khtml-border-radius: 18px;
    -webkit-border-radius: 18px;
}

.userImgReceive {
    float: right;
    position: absolute;
    margin-top: 0px;
    padding: 2px;
    right: 0;
    bottom: 0;
    margin-right: 10px;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -khtml-border-radius: 18px;
    -webkit-border-radius: 18px;
}

.colorName {
    color: #fff !important;
    font-family: Roboto-Regular, sans-serif;
}

.colorNameRec {
    color: #11a861;
    font-family: Roboto-Regular, sans-serif;
}

.userName {
    font-family: Roboto-Medium, sans-serif;
    font-size: 14px;
    padding-left: 20px;
    padding-top: 3px;
    color: #455b65;
    text-transform: none !important;
}

.userNameSender {
    margin-right: 10px;
    float: left;
    font-family: Roboto-Bold, sans-serif;
    font-size: 12px;
    padding-top: 3px;
    padding-left: 38px;
    padding-top: 3px;
    color: #455b65;
    padding-left: 20px;
}

.msgLine {
    color: #455b65;
    font-family: Roboto-Light;
    font-size: 13px !important;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 88%;
    margin-right: 50px;
    word-wrap: break-word;
    line-height: 1.5;
}

.msgLineSend a {
    color: #7db342;
}

.msgLineSend a:hover {
    color: #7db342;
}

a.msgLineSend {
    color: #7db342;
}

.msgLineSend {
    color: #455b65;
    font-family: Roboto-Regular;
    font-size: 12.5px !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
    padding-bottom: 5px;
    word-wrap: break-word;
    text-transform: none !important;
}

.sendTime {
    font-family: Roboto-Light !important;
    font-size: 12px;
    color: #899ca6;
    display: inline;
    text-transform: none !important;
}
/*------------------------------------------tooltip Send----------------------------------*/
a.tooltip {
    outline: none;
    text-decoration: none;
    border-bottom: dotted 1px blue;
    position: inherit;
    bottom: 0;
}

a.tooltip strong {
    line-height: 16px;
}

a.tooltip > span {
    color: #fff !important;
    font-family: Roboto-Regular, sans-serif;
    background: #455b65;
    border-radius: 15px;
    left: 100px;
    float: left;
    width: 100px;
    padding: 10px 20px;
    margin-top: -14px;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    position: absolute;
    font-size: 12px;
    font-style: normal;
    box-shadow: 2px 2px 2px #999;
    -webkit-transition-property: opacity, margin-top, visibility, margin-left;
    -webkit-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
    -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out,
        ease-in-out;
    transition-property: opacity, margin-right, visibility, margin-left;
    transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out,
        ease-in-out;
}

a.tooltip:hover > span {
    opacity: 1;
    text-decoration: none;
    visibility: visible;
    overflow: visible;
    display: inline;
    margin-left: -45px;
}

/*------------------------------------------tooltip Receive---------------------------------------------*/
a.tooltipRec {
    outline: none;
    text-decoration: none;
    display: inline;
    bottom: 10px;
    float: right;
    outline: none;
    position: absolute;
    margin-top: 20px;
    bottom: 0;
    right: 0;
}

a.tooltipRec strong {
    line-height: 16px;
}

a.tooltipRec:hover > span {
    opacity: 1;
    text-decoration: none;
    visibility: visible;
    overflow: visible;
    margin-top: 10px;
    display: inline;
    margin-top: -50px;
    margin-left: -120px;
    margin-right: 10px;
}

a.tooltipRec > span {
    color: #fff !important;
    font-family: Roboto-Regular, sans-serif;
    background: #455b65;
    border-radius: 15px;
    right: 50px;
    float: right;
    width: 100px;
    padding: 10px 20px;
    margin-top: -50px;
    opacity: 0;
    margin-right: 50px;
    right: 50px;
    visibility: hidden;
    z-index: 10;
    position: absolute;
    font-size: 12px;
    font-style: normal;
    box-shadow: 2px 2px 2px #999;
    -webkit-transition-property: opacity, margin-top, visibility, margin-left;
    -webkit-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
    -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out,
        ease-in-out;
    transition-property: opacity, margin-right, visibility, margin-left;
    transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out,
        ease-in-out;
    z-index: 2;
}

/*----------------------------------Send bubble-----------------------------------*/
.oval-quotesSend {
    position: relative;
    color: #000;
    margin-right: 15px;
    right: 10px;
    height: 100%;
    -webkit-border-radius: 10px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomleft: 0;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    /*border: 1px solid #e6f1f8; */
    background-color: #e6f1f8;
    left: 10px;
    margin-bottom: 0px;
    z-index: 1;
}

.oval-quotesSend p {
    padding: 5px 0 0;
    margin: auto;
    text-align: center;
}

/* .oval-quotesSend p:before {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -41px;
	right: 100%;
	width: 10px;
	height: 60%;
	background: white;
	border-right: 1px solid #455b65;
	-webkit-border-bottom-right-radius: 40px 50px;
	-moz-border-radius-bottomright: 40px 50px;
	border-bottom-right-radius: 40px 50px;
	-webkit-transform: translate(0px, -41px);
	-moz-transform: translate(0px, -41px);
	-ms-transform: translate(0px, -41px);
	-o-transform: translate(0px, -41px);
	transform: translate(0px, -41px);
}

.oval-quotesSend p:after {
	content: "";
	position: absolute;
	z-index: 0;
	bottom: 7.5px;
	height: 50%;
	border-bottom: 1px solid #455b65;
	border-left: 10px solid white;
	-webkit-transform: translate(-10px, 7.5px);
	-moz-transform: translate(-10px, 7.5px);
	-ms-transform: translate(-10px, 8.5px);
	-o-transform: translate(-10px, 7.5px);
	display: block;
	width: 0;
} */

/*-------------------------------Receive bubble---------------------*/
.oval-quotesReceive {
    position: relative;
    color: #000;
    right: 20px;
    margin-left: 20px;
    height: 100%;
    -webkit-border-radius: 10px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomright: 0;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    /*border: 1px solid #e6e7e8; */
    background-color: #f4f4f4;
    margin-bottom: 0px;
}

.oval-quotesReceive p {
    padding: 5px 0 0;
    margin: auto;
    text-align: center;
}

/* .oval-quotesReceive p:before {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -41px;
	left: 100%;
	width: 10px;
	height: 60%;
	background: #fff;
	border-left: 1px solid #11a861;
	-webkit-border-bottom-left-radius: 40px 50px;
	-moz-border-radius-bottomleft: 40px 50px;
	border-bottom-left-radius: 40px 50px;
	-webkit-transform: translate(0px, -41px);
	-moz-transform: translate(0px, -41px);
	-ms-transform: translate(0px, -41px);
	-o-transform: translate(0px, -41px);
	transform: translate(0px, -41px);
} */

/* .oval-quotesReceive p:after {
	content: "";
	position: absolute;
	z-index: 0;
	bottom: 7.5px;
	left: 100%;
	height: 50%;
	border-bottom: 1px solid #11a861;
	border-right: 11px solid white;
	background: #fff;
	-webkit-transform: translate(-1px, 7.5px);
	-moz-transform: translate(-1px, 7.5px);
	-ms-transform: translate(-1px, 8.5px);
	-o-transform: translate(-1px, 7.5px);
	display: block;
	width: 0;
} */

/*-----------------------------Send bubble edit---------------------------*/
.oval-quotesSendEdit {
    position: relative;
    color: #000;
    margin-right: 15px;
    right: 10px;
    height: 130px;
    -webkit-border-radius: 10px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomleft: 0;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    /*border: 1px solid #e6f1f8; */
    background-color: #e6f1f8;
    left: 10px;
    margin-bottom: 0px;
}

.oval-quotesSendEdit p {
    padding: 5px 0 0;
    margin: auto;
    text-align: center;
}

/* .oval-quotesSendEdit p:before {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -41px;
	right: 100%;
	width: 10px;
	height: 60%;
	background: white;
	border-right: 1px solid #455b65;
	-webkit-border-bottom-right-radius: 40px 50px;
	-moz-border-radius-bottomright: 40px 50px;
	border-bottom-right-radius: 40px 50px;
	-webkit-transform: translate(0px, -41px);
	-moz-transform: translate(0px, -41px);
	-ms-transform: translate(0px, -41px);
	-o-transform: translate(0px, -41px);
	transform: translate(0px, -41px);
} 

.oval-quotesSendEdit p:after {
	content: "";
	position: absolute;
	z-index: 0;
	bottom: 7.5px;
	height: 50%;
	border-bottom: 1px solid #455b65;
	border-left: 10px solid white;
	-webkit-transform: translate(-10px, 7.5px);
	-moz-transform: translate(-10px, 7.5px);
	-ms-transform: translate(-10px, 8.5px);
	-o-transform: translate(-10px, 7.5px);
	display: block;
	width: 0;
} */
