html,body,form,.mainArea{
    height: 100%;
    margin: 0;
    }

body {
            font-family: "AlmoniNeueAAA", Helvetica, Arial, sans-serif;
        }

        /*scrollbar*/
        ::-webkit-scrollbar {
            width: 7px;
            height: 7px;
        }

        ::-webkit-scrollbar-button {
            width: 0px;
            height: 0px;
        }

         ::-webkit-scrollbar-thumb {
            background: #827474;
            border: 0px none #ffffff;
            border-radius: 50px;
        }

            ::-webkit-scrollbar-thumb:hover {
                background: #827474;
            }

            ::-webkit-scrollbar-thumb:active {
                background: #482683;
            }

        ::-webkit-scrollbar-track {
            background: #ffffff;
            border: 0px none #ffffff;
            border-radius: 18px;
        }

            ::-webkit-scrollbar-track:hover {
                background: #009fe3;
            }

            ::-webkit-scrollbar-track:active {
                background: #009fe3;
            }

        ::-webkit-scrollbar-corner {
            background: transparent;
        }
		
	.Template {
	    width: 90% !important;
	}
	
	.templateImage {
		width:100%;
		height:60px;
		 background-size: contain;
   		 background-position: center;
    		background-repeat: no-repeat;
	}
	
        .AgentIcon {
            position: absolute;
			background-image: url(./getFile.aspx?profile=9&fname=icon_logo.png);
			background-size: contain;
			background-repeat: no-repeat;
			width: 50px;
			height: 32px;
			left: -47px;
			top: 0px;
        }

        .ClientIcon {
			position: absolute;
			right: -70px;
			top: -2px;
			background-image: url(./getFile.aspx?profile=9&fname=client_logo.png);
			background-size: contain;
			background-repeat: no-repeat;
			width: 50px;
			height: 32px;
        }

        .ClientBubble {
           background: #007d46;
			color: white;
			display: inline-block;
			float: right;
			margin-top: 20px;
			position: relative;
			text-align: right;
			padding: 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			display: inline-block;
			width: 70%;
			color: white;
			margin-right: 55px;
			direction: rtl;
			 word-wrap: break-word;
        }
		.ClientBubble:before {
			content: "";
			position: absolute;
			top: 0px;
			right: -16px;
			border-width: 11px 30px 0 0;
			border-style: solid;
			border-color: #007d46 transparent;
			display: block;
			width: 0;
		}

        .AgentBubble {
            margin-top: 10px;
			position: relative;
			text-align: right;
			padding: 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			display: inline-block;
			direction: rtl;
			width: 70%;
			color: red;
			background: #232c65;
			margin-left: 40px;
			direction: rtl;
			word-wrap: break-word;
        }
		   .AgentBubble:before {
			    content: "";
				position: absolute;
				top: 0px;
				left: -14px;
				border-width: 11px 0 0 30px;
				border-style: solid;
				border-color: #232c65 transparent;
				display: block;
				width: 0;
		}



        .ActionButton {
        }

            .ActionButton text {
            }

        .ActionTemplate {
        }

            .ActionTemplate title {
            }

            .ActionTemplate image {
            }

            .ActionTemplate button {
            }

            .ActionTemplate buttonText {
            }

        .InputArea {/*
            width:100%;
            border-top:1px solid #cecece;
            background: #007f50;
            height: 42px;
			display:none;*/
        }

        .SendBtn {
        }

        .ActionLink {
        }

        .InputText {
        width: 85%;
		height: 30px;
		font-size: 20px;
		color: black;
		direction: rtl;
		border: none;
		outline: none;
		border-radius: 12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border: 2px solid #232C65;
		margin-left: 5%;
		color: black;
		font-family: Calibri,Arial;
		padding: 0 10px;
		position: absolute;
		bottom: 7px;
        }
  .InputText ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: white;
	}
	.InputText ::-moz-placeholder { /* Firefox 19+ */
	  color: white;
	}
	.InputText :-ms-input-placeholder { /* IE 10+ */
	  color: white;
	}
	.InputText :-moz-placeholder { /* Firefox 18- */
	  color: white;
	}   
        .MoreOnTopIcon {
        }

        .NewAgentLine {
        }

        .NewClientLine {
        }

        .NewOptionLine {
            margin: 5px;
            clear: both;
			padding-bottom: 25px;
        }

        .OptionBubble {
            -webkit-border-radius: 7px;
            -moz-border-radius:7px;
            border-radius: 7px;
            border: 1px solid #007d46;
            color: #007d46;
            cursor: pointer;
            width: auto;
            padding: 6px;
            margin-left: 10px;
            min-width: 50px;
            text-align: center;
            direction:rtl;
            margin-top: 10px;
			font-size: 20px;
        }
        
        .OptionBubble:hover {
        	color:white;
        	background-color:#007d46;	
        }

	.OptionBubbleSelected {
        	color:white;
        	background-color:#007d46;	
        }

        .Stage {
			width: 90%;
			height: calc(100% - 74px);
			left: 0px;
			top: 0;
			overflow: auto;
			padding: 15px;
			position: absolute;
        }

        .agentTexting {
            position: relative;
            margin-left: 40px;
        }

            .agentTexting img {
                background-image: url('./getFile.aspx?profile=9&fname=agenttyping.gif');
                background-size: contain;
                width: 17px;
                height: 12px;
                margin-top: 10px;
            }

        .mainArea {
              max-width: 400px;
        }

        .topLogo {/*
            background-image:url('./getFile.aspx?profile=9&fname=top.jpg');
            background-size:contain;
                background-repeat: no-repeat;
                
            width:100%;
            height:80px;
            background-position-x : center;*/
        }
		
		.formButton{
			float: left;
			background: black;
			color: white;
			border: 1px solid black;
			width: 70px;
			height: 30px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
			text-align: center;
			line-height: 30px;
			font-size: 20px;
			cursor: pointer;
			margin-top:8px;
		}
		.formFieldSet .formField{
			font-family: Calibri,Arial;
			width:100%;
		}  
		.formFieldSet textarea{
			height: 50px;
		}direction: rtl;
				margin: 15px;
        }

            .agentTexting img {
                
		content:url('./getFile.aspx?profile=9&fname=agenttyping.gif');
		background-image: url('./getFile.aspx?profile=9&fname=agenttyping.gif');
                background-size: contain;
                width: 45px;
                height: 45px;
                top: 10px;
		right: 50px;
		position: absolute;
            }

        .mainArea {
              max-width: 400px;
        }

        .topLogo {/*
            background-image:url('./getFile.aspx?profile=9&fname=top.jpg');
            background-size:contain;
                background-repeat: no-repeat;
                
            width:100%;
            height:80px;
            background-position-x : center;*/
        }
		
		.formButton{
			float: left;
			background: #598ABD;
			color: white;
			width: 70px;
			height: 30px;
			-webkit-border-radius: 7px;
			-moz-border-radius: 7px;
			border-radius: 7px;
			text-decoration: none;
			text-align: center;
			line-height: 30px;
			font-size: 20px;
			cursor: pointer;
			margin-top:8px;
		}
		.formFieldSet .formField{
			font-family: Assistant,Arial;
			width:100%;
		}  
		.formFieldSet textarea{
			height: 50px;
		}d black;
			width: 70px;
			height: 30px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
			text-align: center;
			line-height: 30px;
			font-size: 20px;
			cursor: pointer;
			margin-top:8px;
		}
		.formFieldSet .formField{
			font-family: Assistant,Arial;
			width:100%;
		}  
		.formFieldSet textarea{
			height: 50px;
		border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
			text-align: center;
			line-height: 30px;
			font-size: 20px;
			cursor: pointer;
			margin-top:8px;
		}
		.formFieldSet .formField{
			font-family: Assistant,Arial;
			width:100%;
		}  
		.formFieldSet textarea{
			height: 50px;
	}

        }
        
        	.InputDateTime{
       			width: calc(70%);
        	}
        	
        	.InputDateTimeBtn{
        		width: calc(25%);
        	}
              		text-align: center;
			line-height: 30px;
			font-size: 20px;
			cursor: pointer;
			margin-top:8px;
		}
		.formFieldSet .formField{
			font-family: Calibri;
			width:100%;
		}  
		.formFieldSet textarea{
			height: 50px;
		}
		
	.InputAreaDateTime{
            position: absolute;
            bottom: 5px;
            width: calc(100vw - 30px);
            left: 6px;
            height: 40px;
            font-size: 20px;
            color: black;
            direction: ltr;
            max-width: 500px;
            border: 0px;
        }
        
        	.InputDateTime{
       			width: calc(70%);
        	}
        	
        	.InputDateTimeBtn{
        		width: calc(25%);
        	}
              
.InputArea {
	direction: rtl;
}

input[class="btnSend"] {
    background: url(./getFile.aspx?profile=9&fname=send_btn.png) no-repeat;
    border: 0px;
    width: 30px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    bottom: 2px;
    left: 3%;
    background-color: transparent;
    border: transparent;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  .InputText {
    width: 75%;
  }
}
    .InputDateTimeBtn{
    	width: 70px;
    }
    .NewOptionLine{
	width: 94%;
}
}
@media only screen and (max-width: 321px) {
#option2234, #option2233, #option2239, #option2241, #option2245{
    margin-left: 10px;
}
#option2234, #option2236, #option2234, #option2238, #option2233, #option2235, #option2237, #option2239, #option2243, #option2240, #option2241, #option2242, #option2244, #option2245, #option2246, #option2232{
    width: 25%;
		padding: 4px;
		font-size: 17px;
}
    .InputDateTime{
    width: 145px;
    }
    .InputDateTimeBtn{
    	width: 70px;
    }
.InputAreaDateTime{
    bottom: 20px;
}
    .NewOptionLine{
	width: 94%;
}
.ClientBubble {
width: 75%;
}
}

erBubble_12{
height: 100px;
}	
#clientInput{
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 53%;
    /* margin-right: 10px; */
    padding-right: 26px;
}

.ui-autocomplete
{    direction: rtl;
}


.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #D6EFFA;
    url(images/ui-./getFile.aspx?profile=9&fname=bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
    margin-left: 5px;
    max-width: 100%;
    border-radius: 30px;

}

.ui-widget 
{
    font-family: assistant;
    font-size: 1.1em;
}c4c4;}
textarea {outline-color: #c5c4c4;}
    margin-left: 5px;
    max-width: 100%;
    border-radius: 30px;

}

.ui-widget 
{
    font-family: assistant;
    font-size: 1.1em;
}#aaaaaa;
    background: #D6EFFA;
    url(images/ui-./getFile.aspx?profile=9&fname=bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
    margin-left: 5px;
    max-width: 100%;
    border-radius: 30px;

}

.ui-widget 
{
    font-family: assistant;
    font-size: 1.1em;
}c4c4;}
textarea {outline-color: #c5c4c4;}
    margin-left: 5px;
    max-width: 100%;
    border-radius: 30px;

}

.ui-widget 
{
    font-family: assistant;
    font-size: 1.1em;
};
}