
	/*	Avaya Aura Contact Center Multimedia
		Copyright ï¿½ 2010 - 2013 Avaya Inc. All Rights Reserved	*/

/*************************************
**** Do not edit This Top Section ****
*************************************/



.popover_window { 
	right:0px; 
	top:0px; 
	/* align: right; */
	background-color: white;
	width:100%
}

.popover_window_chat { 
	right:0px; 
	top:0px; 
	/* align: right; */
	background-color: white;
	width:100%
}

.popover_window_confirm {
	background-color: white;
	width:100%
}

.popover_window_callback {
	background-color: white;
	width:100%
}

.popover_window_email { 
	background-color: white;
	width:100%
}

/*************************************
********** Common Classes ************
*************************************/

.bottom_gradient {
	background:url('../img/bk_grad_bottom.png') bottom repeat-x;
	width:100%;
}

.top_gradient {
	/* background:url('../img/bk_grad.png') top repeat-x; */
	width:100%;
	height:100%;
}

.input_fields { 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color:#3f6936;
}

.input_fields input, select, textarea { 
	border:1px solid #E6E6E6;
}

.powered_by  {
	border-top: 1px solid #ccc;
	display: block;
	width: 325px;
	margin-left: 50px;
	bottom: 25px;
	padding-top: 10px;
	text-align: right;
	font-size: 10px;
	zoom: 1;
}

.red_font {
	color:red;
}

/*************************************
*********** index/home ***************
*************************************/

.index_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	text-align: left;
	color: #6B6267;
}

/*************************************
********* Webchat Pop up *************
*************************************/

.webchat_text_chat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	padding-left:50px;
	color:#404040;
	width:100%;
}

.webchat_history {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    /* border: 1px solid #e6e6e6;
    background: #f7f7f7 url(../img/chat_bg.gif) 0 0 no-repeat; */
    color: #6B6267;
    width: 100%;
    height: 100%;
    overflow: auto;
    min-height: 440px;
    min-width: 325px;
    max-height: 442px;text-align: center;
}

.webchat_text_field {
	width:100%;
    height: 57px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    border-radius: 13px;
	border: 1px solid #d4d1d1;
	outline-width: 0;padding: 10px;
}

[disabled] 
{
	background-color:#EBEBEB;
}

.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;
	/* display: flex; */
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 71px;
    background-color: #fff;
    /* border-top: 1px solid #ced4da; */
    padding: 0 0px;
}

.webchat_connection_status {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #D32122;
    padding-left: 9px;
    display: block;
    padding-top: 4px;
    text-align: left
}

.call_me,
.call_me table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
	text-align: left;
}

#contact_me_label {
	display: inline-block;
	width: 100px;
	padding-left:10px;
}

.icons {
	display: inline-block;
	cursor: hand;
	height: 20px;
	width: 20px;
	padding-left: 10px;
	float: right;
}

.status_color {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
}

.webchat_agent_image {
	height:90px;
	padding-left:20px;
}

.wc_submit  {
	background: none;
    color: #2d5c90;
    background-color: #ffffff;
    height: 35px;
    width: 70px;
    padding: 2px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    border: 1px solid #2d5c90;
}

.wc_submit:hover{
	color:#fff;
	background-color:#57b1d3;
}


.chat_submit:hover {
	background:none;
	border:none;
	color:#fff;
	background-color:#D32122;
	height:35px;
	width:70px;
	padding-bottom:2px;
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
	cursor:pointer;
	font-size: 12px;
}

/*************************************
********* Call-back Pop up ***********
*************************************/

.webchat_text_callback {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	padding-left:50px;
	color:#404040;
	width:100%;
}

/*************************************
*********** Email Pop up *************
*************************************/

.webchat_text_email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	padding-left:50px;
	color:#404040;
	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;
}