
	/*	Avaya Aura Contact Center Multimedia
		Copyright � 2010 - 2012 Avaya Inc. All Rights Reserved	*/

/*************************************
**** Do not edit This Top Section ****
*************************************/

html, body  {
	Overflow:auto;
	/*** button hover fix for IE 6 ***/ 
	behavior: url("library/csshover3.htc"); 
	margin:0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	background-color:#fff;
	color: #707070;
	/*width:99.9%;*/
}

iframe{
    overflow:hidden;
}

.popover_window { 
	right:0px; 
	top:0px; 
	align: right;
	background-color: white;
	width:100%;
}

.onhold_window { 
	right:0px; 
	top:0px; 
	align: right;
	background-color: white;
}

.chat_window { 
	right:0px; 
	top:0px; 
	align: right;
	background-color: white;
}

.popover_window_chat { 
	right:0px; 
	top:0px; 
	align: right;
	background-color: white;
	width:430px;
}

.popover_window_confirm {
	background-color: white;
	width:430px;
}

.popover_window_callback {
	background-color: white;
	width:430px;
}

.popover_window_email { 
	background-color: white;
	width:430px;
}

.introMessage {width:80%; margin:auto; display:block;}

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius:0px;
    border-radius:0px;
}

/*************************************
********** Common Classes ************
*************************************/

.bottom_gradient {
	/*background:url('../img/bk_grad_bottom.png') bottom repeat-x;
	width:100%;*/
	background-color:#fff;
	
}

.top_gradient {
	/*background:url('../img/bk_grad.png') top repeat-x;
	width:100%;
	height:100%;*/
	background-color:#fff;
}

label {
	display:block; 
	font-size: 14px; 
	font-family: 'Open Sans', sans-serif;
	padding-top:5px;
	margin-bottom:5px;
}

label.emaildetails {
	text-align:center; 
	font-weight:bold; 
	margin-top:20px;
}


.input_fields { 
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color:#707070;
}

.input_fields input, select, textarea { 
	border:1px solid #E6E6E6;
	padding:3%;		
	width:80%;		
	min-width:200px;
}

input.emaildetails {
	width:90%;
	margin-bottom:20px;
}

input.homecheckbox {    
	margin-left: 0;
    display: inline;
    min-width: 0;
    padding: 2%;
    width: 20px;
    margin-top: 10px;
}

.powered_by  {
	display: block;
	width: 325px;
	bottom: 25px;
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
	zoom: 1;
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px;
}

.red_font {
	color:red;
}

.pleaseWait {
	text-align:center; 
	display:block; 
	padding:auto;
	font-size:14px;
}

.status    {
	background-color:transparent;
	border: 0px;
	color: CC0000;
	font-weight: bold;
	text-align:center;
}

.queue {
	background-color:transparent;
	border: 0px;
	color: CC0000;
    }

.isWriting   {
	background-color:transparent;
	border: 0px;
	color: #CCCCCC;
	font-style: italic;
	text-align:center;
   }
    
 .agent {
	background-color:#1B1451; 
	text-align:left;
	color:#fff;
	border-radius:10px 10px 10px 0px;
	display:block;
	margin-bottom:3px;
	padding:10px;
	margin-right:20%;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	position:relative;
	z-index:300;
	margin-left: 10px;
    overflow: visible;
}
	
.agent:before {
	content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    bottom: 0px;
    border: 25px solid;
    border-color: transparent transparent #1B1451 transparent;
    z-index: -1;
}

.agent a, .customer a {

	 /* These are technically the same, but use both */
	 overflow-wrap: break-word;
	 word-wrap: break-word;
	
	 -ms-word-break: break-all;
	 /* This is the dangerous one in WebKit, as it breaks things wherever */
	 word-break: break-all;
	 /* Instead use this non-standard one: */
	 word-break: break-word;
	
	 /* Adds a hyphen where the word breaks, if supported (No Blink) */
	 -ms-hyphens: auto;
	 -moz-hyphens: auto;
	 -webkit-hyphens: auto;
	 hyphens: auto;
	
	color:#fff;
}

.warning{
	color: #1B1451;
	font-weight:bold;
    padding: 10px;
    display: inline-block;
    background-color: #ccc;
    margin-top: 10px;
    border-radius: 5px;
}
	
.customer {
	background-color:#39827D; 
	text-align:right;
	color:#fff;
	border-radius:10px 10px 0px 10px;
	margin-bottom:3px;
	display:block;
	padding:10px;
	margin-left:20%;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	position:relative;
	z-index:300;
	margin-right: 10px;
    overflow: visible;
}
	
.customer:before {
	content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: -10px;
    bottom: 0px;
    border: 25px solid;
    border-color: transparent transparent #39827D transparent;
    z-index: -1;
}

/*************************************
*********** index/home ***************
*************************************/

.index_text {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: bold;
	text-align: left;
	color: #6B6267;
}

/*************************************
********* Webchat Pop up *************
*************************************/

.webchat_text_chat {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	text-align:center;
	padding-left:50px;
	color:#707070;
	width:100%;
}

.webchat_history {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	/*border: 1px solid #e6e6e6;
	background:#f7f7f7 url(../img/chat_bg.gif) 0 0 no-repeat;*/
	color: #6B6267; 
	width: 315px; 
	height: 210px;
	overflow:auto;
	margin-top:20px;
}

.webchat_text_field {
	width: 214px;
	height: 55px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-align:left; 
	border: 1px solid #F0F0F0;
}

[disabled] 
{
	background-color:#EBEBEB;
}

.fullwidth {
	width:100%;
}
.text_area_division {
	border: 1px solid #F0F0F0;
	border-right: 0;
	border-bottom: 0;
	margin-left:2px; 
	background: url(../img/accordion_bg.gif) no-repeat right bottom;
	background-color:#fcfcfc;
}

.webchat_connection_status {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #D32122;
	display: block;
	position: absolute;
	padding-top: 10px;
	text-align: center;
	width:100%
}

.call_me {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #707070;
	display: block;
	text-align: left;
}

.status_color {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #707070;
}

.webchat_agent_image {
	height:90px;
	padding-left:20px;
}

.wc_submit  {
	background:none;
	border:none;
	color:#fff;
	background-color: #39827D;
	height:35px;
	width:65%;
	padding:2px;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
	cursor:pointer;
	font-size: 12px;
	display:block;
	margin:2%;
	margin-left: 54px;			
    /*margin-top:20px;*/
    -webkit-appearance: none;
    border-radius: 0
}

.wc_submit:disabled {
	color:gray !important;
}

.chatInputs .wc_submit {
	display:inline-block; 
	margin-left:0;
	width:70%;
	 margin-top:0;
}

.status    {		
	background-color:transparent;		
	border: 0px;		
	color: CC0000;		
	font-weight: bold;		
	text-align:center;		
}		

.queue {		
	background-color:transparent;		
	border: 0px;		
	color: CC0000;		
}		

.isWriting   {		
	background-color:transparent;		
	border: 0px;		
	color: #CCCCCC;		
	font-style: italic;		
	text-align:center;		
}
    
.chat_submit:hover {
	background:none;
	border:none;
	color:#fff;
	background-color:#D32122;
	height:35px;
	width:70px;
	padding-bottom:2px;
	font-weight:bold;
	font-family:'Open Sans', sans-serif;
	cursor:pointer;
	font-size: 12px;
}


.textarea
    {
	color: ffffff;
	border: 0px;
	background-color:transparent;
	overflow:auto;
}

.customerchat
    {
	overflow:auto;
	width:96%; 
	margin:2%;
}

.customerchat:disabled
    {
	background-color: ffffff !important;
}

.status
    {
	background-color:transparent;
	border: 0px;
	color: CC0000;
	font-weight: bold;
}

   
.closeChat {
	width:22%; 
	margin:2%;
	background:none;
	border:none;
	color:#fff;
	background-color:#39827D;
	height:35px;
	padding:2px;
	font-weight:bold;
	font-family:'Open Sans', sans-serif;
	cursor:pointer;
	font-size: 12px;
	margin:2% 0 2% 2%;
	 -webkit-appearance: none;
    border-radius: 0
}

.greenbutton {
	background-color:#39827D;
}

/*************************************
********* Call-back Pop up ***********
*************************************/

.webchat_text_callback {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	text-align:center;
	padding-left:50px;
	color:#707070;
	width:100%;
}

/*************************************
*********** Email Pop up *************
*************************************/

.webchat_text_email {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	text-align:center;
	padding-left:50px;
	color:#707070;
	width:100%;
}

/*************************************
*** Google Chrome - Hide Scroll Bar **
*************************************/

/*::-webkit-scrollbar { 
	height: 0px; 
	width: 0px; 
	background-color: inherit;
}

::-webkit-scrollbar-thumb {
	background: #696969;
	-webkit-border-radius: 0px;
	height: 0px;
}*/
