
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hidden{
	display:none;
}

.chatholder{
    position: fixed;
	z-index: 301;
	bottom: 30px;
	right: 30px;
	width: 100px;
	height: 45px;

}

#chatcontainer.ismobile{
	position: fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	height: auto;
	width:auto;
}

#chatcontainer.ismobile .chatchatcontainer{
	position:absolute;
	top:28px;
	bottom:0px;
	left:0px;
	right:0px;
	height: auto;
	width:auto;
}

#chatcontainer.ismobile .chatchatcontainer .chatbodycontainer{
	position:absolute;
	top:0px;
	bottom:50px;
	left:0px;
	right:0px;
	height: auto;
	width:auto;
}

#chatcontainer.ismobile .chatchatcontainer .chatbodycontainer .msg-wgt-body{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	height: auto;
	width:auto;
}

#chatcontainer.ismobile .chatchatcontainer .msg-wgt-footer{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	width:auto;
}

#chatcontainer.ismobile .chatchatcontainer .cpp-wgt-body{
	position:absolute;
	top:27px;
	bottom:0px;
	left:0px;
	right:0px;
	height: auto;
	width:auto;
}


.chatholder-container{
	right: 0px;
	bottom: 0px;
	position: absolute;
}

.open-chat {
	width: 279px;
	height: 42px;
	position: relative;
	z-index: 100;
	background: #303030 url("/Chat/chat_with_us.png") no-repeat center 47%;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	cursor:pointer;
	margin-top: 5px;
}

.open-chat div {
	width: 18px;
	height: 18px;
	position: relative;
	z-index: 101;
	background: red;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	cursor:pointer;
	margin-top: 5px;
	margin-left: 5px;
	color: white;
	text-align: center;
}



.open-chat:hover {
	background-color: #737373;
}

.open-chat.loading{
	background: #303030 url("/Chat/assets/loader1.gif") no-repeat center 50% !important;
}

.open-chat.hidden{
	display:none;
}


.chatcontainer {
  bottom: 0px;
  width: 300px; 
  position: fixed;
  z-index: 300;
  right: 40px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  font-family: 'tahoma';
  font-size: 12px;
}

.chatcontainertech {
  bottom: 0px;
  width: 270px; 
  position: fixed;
  z-index: 300;
  right: 110px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  font-family: 'tahoma';
  font-size: 12px;
}


.chatcontainer .hidden{
	display:none;
}

.chatcontainertech .hidden{
	display:none;
}

/* message box header styles*/

.msg-wgt-header {
  background-color: #0F61A1;
  color: white;
  text-align: center;
  height: 28px;
  border-bottom-color: #404040;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.msg-wgt-header t1 {
  text-decoration: none;
  color: white;
  vertical-align: -webkit-baseline-middle;
  height: 26px;
  line-height:26px;
}

.chatheader {
  text-decoration: none;
  height: 26px;
  line-height:26px;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  max-width: 200px;
  display: inline-block;
  text-overflow: ellipsis;
  padding-right: 5px;
  padding-left: 5px;
}

.chatheader:hover {
	color: white;
}

.chatheader:visited {
	color: white;
	text-decoration: none !important;
}

.chatheader:focus {
	color: white;
}




/* message box body styles*/

.msg-wgt-body {
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  background: rgba(44, 44, 44, 0.9);
}


.msg-wgt-body table {
  width: 100%;
}

.msg-row-container {
  border-bottom: 1px solid lightgray;
}

.msg-row-container td {
  border-bottom: 1px solid lightgray;
  padding: 3px 0 3px 2px;
}

.msg-row {
  width: 100%;
}

.message {
  margin-left: 40px;
}

/* Message box footer styles*/

.msg-wgt-footer {
  height: 50px;
  background: rgba(44, 44, 44, 0.9);
  padding: 5px 5px 50px 5px;
}

.msg-wgt-footer textarea {
  font-family: 'arial';
  background-color: white;
  color: black;
  resize: none;
  width: 100%;
  height: 3rem;
  overflow: auto;
  font: inherit;
  margin: 0;
  display: inline-block;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  border-radius: 0px;
  padding: 5px;
}

.minimise-chat {
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	background: url("/Chat/assets/minimize.png") no-repeat center 47%;
	cursor:pointer;
	float:right;
	margin-top:5px;
	margin-right:5px;
}

.settings-chat {
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	background: url("/Chat/assets/settings.png") no-repeat center 47%;
	cursor:pointer;
	float:left;
	margin-top:5px;
	margin-left:5px;
}



.msg-wgt-body::-webkit-scrollbar {
    width: 1em;
}
 
.msg-wgt-body::-webkit-scrollbar-track {
    
}
 
.msg-wgt-body::-webkit-scrollbar-thumb {
  background-color: #777777;
  outline: 1px solid slategrey;
}


/*dropdown menu */
/* The container <div> - needed to position the dropdown content */
.chatdropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.chatdropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 270px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:500;
}

/* Links inside the dropdown */
.chatdropdown-content a, .chatsubdropdown {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	background-color: #444444;
	color: white;
	cursor: pointer;
}

/* Change color of dropdown links on hover */
.chatdropdown-content a:hover, .chatsubdropdown:hover {
	background-color: #777777;
	color: white;
}

.chatdropdown-content a hidden {
	display: none;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}



.tech-chat {	
	position: relative;
	z-index: 100;
	cursor:pointer;
	text-align:center;
	color: white;
	font-size:18px;
	line-height: 40px;
}

.chatbtnlarge{
	width: 70px;
	height: 70px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	margin-top: 5px;
}

.chatbtnsmall{
	width: 40px;
	height: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-left: 15px;
	margin-top: 5px;
}

.chatbtnmanage{
	background: #303030 url("/Chat/assets/menu.png") no-repeat center 47%;	
}

.chatbtnmanage:hover {
	background-color: #737373;
}

.chatbtnadd{
	background: #303030 url("/Chat/assets/add.png") no-repeat center 50%;	
}

.chatbtnscrolldown{
	background: #303030 url("/Chat/assets/arrow_down.png") no-repeat center 50%;	
}

.chatbtnscrolldown:hover {
	background-color: #737373;
}


.chatbtnscrollup{
	background: #303030 url("/Chat/assets/arrow_up.png") no-repeat center 50%;	
}

.chatbtnscrollup:hover {
	background-color: #737373;
}



.chatbtnadd:hover {
	background-color: #737373;
}

.chatbtnnormal{
	background: #303030;
}

.chatbtnnormal:hover {
	background-color: #737373;
}

.chatbtnlive{
	background: #A10F17 no-repeat center 50%;
}

.chatbtnlive:hover {
	background-color: #EB2A35;
}

.chatbtnlivenew{
	background:#A10F17 no-repeat center 50%;
}

.chatbtnlivenewup{
	background: #303030 url("/Chat/assets/arrow_up.png") no-repeat center 50%;	
}

.chatbtnlivenewdown{
	background: #303030 url("/Chat/assets/arrow_down.png") no-repeat center 50%;	
}



.chatbtntech{
	background: #4F0FA1 no-repeat center 50%;
}

.chatbtntech:hover {
	background-color: #7F2AEB;
}

.chatbtntechimg{
	background-size: cover;
	border-style: solid;
	border-width: 0px;
	border-color: #737373;
    background-repeat: no-repeat;
	background-position: center;
	
}

.chatbtntechimg.loading{
	background-size: inherit;
	background-image: url("/Chat/assets/loader1.gif") !important;
	background-color: #303030;
}

.chatbubblesmallfont{
	font-size:12px !important;
}

.chatbubblesmallestfont{
	font-size:9px !important;
}




.chatbtntechimg:hover  {	
    opacity:0.7;
}


.msgcount{
	width: 18px;
	height: 18px;
	position: absolute;
	z-index: 101;
	background: red;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	cursor:pointer;
	margin-top: -5px;
	margin-left: -5px;
	color: white;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}



.tech-chat.loading{
	background-image: url("/Chat/assets/loader1.gif") !important;
}

.tech-chat.hidden{
	display:none;
}


.chatdialog{
  bottom: 110px;
  width: 350px; 
  position: fixed;
  z-index: 800;
  right: 40px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  font-family: 'tahoma';
  font-size: 12px;
}

.chatdialog-body {
  height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
  background: rgba(44, 44, 44, 0.98);
  border-style: solid;
  border-width: 3px;
  border-color: #0f61a1;
  text-align: center;
}

.chatdialog-button{
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-decoration: none;
  text-align: center;
  letter-spacing: .5px;
  border: none;
  height:36px;
  outline: 0;
  padding: 0 2rem;
  text-transform: uppercase;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #0f61a1;
  color:white;
  

}


.ticketinputdialog{
  width: 100%; 
  position: absolute;
  z-index: 800;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  font-family: 'tahoma';
  font-size: 12px;
  padding: 5px 10px;
  max-width: 400px !important;
}

.ticketinputdialog-body{
  height: 90px;
  overflow-y: auto;
  overflow-x: hidden;
  background: rgba(44, 44, 44, 0.98);
  border-style: solid;
  border-width: 3px;
  border-color: #0f61a1;
  text-align: center;
  max-width: 400px !important;
}



.chatnameinput{
  margin-top: 4px;
  color: #000000;
  max-width: 180px
}

.cpp-wgt-header {
  height: 27px;
  background: rgba(44, 44, 44, 1.0);
  padding: 5px 5px 5px 5px;
  text-align: center;
}

.cpp-wgt-header t2 {
  text-decoration: none;
  color: white;
  height: 16px;
  line-height:16px;
}

.cpp-wgt-body {
  height: 428px;
  overflow-y: auto;
  overflow-x: hidden;
  background: rgba(44, 44, 44, 0.9);
  padding: 5px 5px 5px 5px;
}

.cpp-wgt-body::-webkit-scrollbar {
    width: 1em;
}
 
.cpp-wgt-body::-webkit-scrollbar-track {
    
}
 
.cpp-wgt-body::-webkit-scrollbar-thumb {
  background-color: #777777;
  outline: 1px solid slategrey;
}

.back-chat {
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	background: url("/Chat/assets/back.png") no-repeat center 47%;
	cursor:pointer;
	float:left;
}

.add-participant-btn{
	background: url("/Chat/assets/add.png") no-repeat center 50%;	
	height: 20px;
	width: 20px;
	cursor: pointer;
}

.emptybtn-chat {
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	float:right;
}

.emptybtnl-chat {
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	float:left;
}

.participantLoader {
	height: 400px;
	background:url("/Chat/assets/loader1.gif") center center no-repeat;
}

.contact-table {
	color: white;
}

.contact-table tr {
	height: 40px;
	width: 270px;
	line-height: 20px;
}

.contact-table td {
	padding: 5px;
	vertical-align: middle;
	text-align: left;
	display: table-cell;
}

.contact-table t8 {
	font-size: 9px;
	line-height:14px;
}

.techimg{
	width: 40px;
	height: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.chatsearch {
  color: white;
  background-image: url('/Chat/assets/search.png');
  background-color: rgba(55, 55, 55, 1.0);
  background-position: 16px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 12px;
  padding: 12px 20px 12px 54px;
  border: none;
  margin-bottom: 5px;
}

.chatsearch::-webkit-input-placeholder {
   color: #888888;
}

.chatsearch:-moz-placeholder { /* Firefox 18- */
   color: #888888;  
}

.chatsearch::-moz-placeholder {  /* Firefox 19+ */
   color: #888888;  
}

.chatsearch:-ms-input-placeholder {  
   color: #888888;  
}



/* Dropdown Content (Hidden by Default) */
.techchatdropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:700;
}

/* Links inside the dropdown */
.techchatdropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	background-color: #303030;
	color: white;
}

/* Change color of dropdown links on hover */
.techchatdropdown-content a:hover {
	background-color: #777777;
	color: white;
}

.dropdown{
	position: relative;
}

.techchatdropdown{
	position: absolute;
	bottom: 145px;
	right: 215px;
}

.chatmynameinput{  
  color: white;
  background-color: rgba(55, 55, 55, 1.0);
  width: 100%;
  font-size: 12px;
  padding: 12px 5px 12px 5px;
  border: none;
  margin-bottom: 5px;
  width:80%;
}

.chatmynameinput::-webkit-input-placeholder {
   color: #888888;
}

.chatmynameinput:-moz-placeholder { /* Firefox 18- */
   color: #888888;  
}

.chatmynameinput::-moz-placeholder {  /* Firefox 19+ */
   color: #888888;  
}

.chatmynameinput:-ms-input-placeholder {  
   color: #888888;  
}

.chatdetail-lbl{
  color: white;
  font-family: "Arial";
  font-size: 12px;
  font-weight: normal;
  margin-top:20px;
  margin-bottom:5px;
  padding-left: 10px;
  display:inline-block;
  width:50px;
}

.onlineicon{
	width: 10px;
	height: 10px;
	position: absolute;
	z-index: 101;
	background: green;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	margin-top: -5px;
	margin-left: -5px;
	color: white;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	right: 2px;
	bottom: 0px;
}

.onlineiconheader{
	width: 11px;
	height: 11px;
	z-index: 101;
	background: green;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 7px;
	margin-left: -5px;
	color: white;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	display: inline-block;
	cursor:pointer;
	
}

.offlineiconheader{
	width: 11px;
	height: 11px;
	z-index: 101;
	border-style: solid;
	border-color: white;
	border-width: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 7px;
	margin-left: -5px;
	color: white;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	display: inline-block;
	cursor:pointer;
	
}

.offlineiconheader.chatpage{
	border:1px solid #000000;
	margin-bottom: 8px;
}

.onlineiconheader.chatpage{
	margin-bottom: 8px;
}








.chatpage-ajaxLoader {
	height: 200px;
	background:url("/Chat/assets/loader2.gif") center center no-repeat;
}


.chatpage-col1 {
  border-left:1px solid #DDDFE2;
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
}

.chatpage-col2 {
  border-left:1px solid #DDDFE2;
  border-right:1px solid #DDDFE2;
  flex: 0 0 70%;
  display: flex;
  flex-direction: column;
}

.chatpage-colcontent {
  flex:1;
  overflow-y:auto;
}

.chatpage-colfoot {
  border-top:1px solid #DDDFE2;
  flex:0 0 120px;
}


.chatpage-table tr {
	height: 40px;
	width: 270px;
	line-height: 20px;
	cursor: pointer;
	color: black;
}

.chatpage-table tr.active td{
	background-color: #0F61A1;
	color: white;;
}

.chatpage-table tr.unread td{
	background-color: #ECF0F7;
}

.chatpage-table tr:hover td{
	background-color: #DDDFE2;
}

.chatpage-table tr.active:hover td{
	background-color: #0F61A1;
}

.chatpage-table td {
	padding: 8px 6px;
	vertical-align: middle;
	text-align: left;
	display: table-cell;
	border-radius: 0px;
}

.chatpage-table t8 {
	font-size: 9px;
	line-height:14px;
}

.msg-wgt-header.chatpage{
	background-color: inherit;
	color: black;
	border-bottom-color: #DDDFE2;
	position: relative;

}

.msg-wgt-body.chatpage{
	height: auto;
	background-color: inherit;
	color: black;
	position: relative;
	height:100%;
	width:100%;

}

.msg-wgt-footer.chatpage{
	height: 120px;
	background-color: inherit;
	color: black;
	position: absolute;
	bottom:0px;
	width:100%;
}

.msg-wgt-footer.chatpage textarea{
	height: 100px;

}

.chatheader.chatpage {
  color: black;
}

.chatheader.chatpage:hover {
	color: black;
}

.chatheader.chatpage:visited {
	color: black;
}

.chatheader.chatpage:focus {
	color: black;
}

.largechatcontainer{
	height: 100%;
	position: relative;
}

.chatheadercontainer.chatpage{
	width: 100%;
	height: 48px;
	position: absolute;
	padding-top:20px;
	z-index:900;
}

.chatchatcontainer.chatpage{
    top:0px;
	padding-top:48px;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}

.chatbodycontainer.chatpage{
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	padding-bottom: 168px;
}

.chatpage-colcontent::-webkit-scrollbar {
    width: 1em;
}
 
.chatpage-colcontent::-webkit-scrollbar-track {
    
}
 
.chatpage-colcontent::-webkit-scrollbar-thumb {
  background-color: #777777;
  outline: 1px solid slategrey;
}



.settings-chat.chatpage {
	background: url("/Chat/assets/settings-dark.png") no-repeat center 47%;
}

.minimise-chat.chatpage {
	cursor: inherit;
}

.cpp-wgt-body.chatpage {
    height:100%;
	padding-bottom: 28px;
	position:relative;
}

.chatpage-conversationmenu {
  border-bottom:1px solid #DDDFE2;
  flex:0 0 48px;
  display:inline-flex;
}

.chatpage-conversationmenu  ul{
	display: inline-flex;
	margin-top: 20px;
	
}

.chatpage-conversationmenu  ul li{
	margin-left: 30px;
	
}

.conversationlink{
	color: #BCAAB1;
}

.conversationlink:hover {
	color: inherit;
}

.conversationlink:visited {
	color: inherit;
	text-decoration: none !important;
}

.conversationlink:focus {
	color: #BCAAB1;
}


.conversationlink.active{
	color: #0F61A1;
	font-weight: bold;
}

.conversationlink.active:hover {
	color: 0F61A1;
}

.conversationlink.active:visited {
	color: 0F61A1;
	text-decoration: none !important;
}

.conversationlink.active:focus {
	color: #0F61A1;
}

.chatbtnadd.dark{
	background: #FFFFFF url("/Chat/assets/add-dark.png") no-repeat center 50%;	
	margin-left: 20px;
	margin-top: 7px;
}

.chatloadoldmessages{	
	margin-left: auto;
	margin-right: auto;
}

.chat-lastmessage{	             
	height: 14px;                 
	text-overflow: ellipsis;               
	word-wrap: break-word;              
	overflow: hidden;     
}

.chatsubdropdown-content{
	display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
	max-width: 210px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
	max-height:300px;
	overflow-y: auto;
	position:absolute;
	left:160px;
	top:-0px;
}

.chatsubdropdown:hover .chatsubdropdown-content {
    display: block;
}


