
html,body,form,.mainArea{
    height: 100%;
    margin: 0;
    font-family: arial,Assistant!important;
 
    }
font, button, input{
    font-family: arial,Assistant!important;
}
body {
            font-family:arial,Assistant!important;
        }

          /*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: #445483;
            }

        ::-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=377&fname=icon_logo.png&sug=2);
			background-size: contain;
			background-repeat: no-repeat;
			width: 40px;
			height: 39px;
			right: -50px;
			top: -11px;
        }
	.agentTexting .AgentIcon{
			    right: -10px !important;
				top: 10px !important;
		}
	.ClientIcon {
			position: absolute;
			background-image: url(./getFile.aspx?profile=377&fname=client_logo.png&sug=2);
			background-size: 85%;
			background-repeat: no-repeat;
			width: 40px;
			height: 40px;
			left: -43px;
			top: -15px;
        }

        .ClientBubble {
                        background: #f1f1f1;
			color: black;
			display: inline-block;
			float: left;
			margin-top: 20px;
			position: relative;
			text-align: right;
			padding: 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 0px 15px 10px 15px;
			display: inline-block;
			width: calc(100% - 89px);
			margin-left: 52px;
			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: #7F8AEC 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: 1px solid #019EE1;;
			display: inline-block;
			direction: rtl;
			color: white;
			background: #019EE1;
			word-wrap: break-word;
			width: calc(100% - 64px);
                         font-size:18px;
                         border-radius:20px 0px 20px 20px;
                        
                       
        }
		   .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 {
        }

    .btnSend {
     cursor: pointer;
     position: absolute;
     float: left;
     background-image: url(./getFile.aspx?profile=377&fname=btnSend.png&sug=2);
     background-color: transparent;
     width: 35px;
     height: 35px;
     font-size: 0;
     border: none;
     background-size: cover;
     margin-right: 8px;
     margin-top: 7.5px;
     left: 5px;
     bottom: 14px;
 
}


        .ActionLink {
        }

        .InputText {
          width: 85%;
          height: 27px;
          font-size: 18px;
          direction: rtl;
          border: none;
          outline: none;
          border-radius: 50px;
          border: 1px solid #263B8A;
          margin-left: 14%;
          font-family: Assistant,Arial;
          padding: 0 10px;
          position: absolute;
          bottom: 7px;
          display: none;
          color: black!important;
          padding: 11px 10px 11px 10px;
          background-color: #ffffff;
  
        }
  .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 {
			margin: 15px;
        }

        .NewClientLine {
        }

        .NewOptionLine {
                        /*padding: 10px;*/
			clear: both;
			/*padding-bottom: 25px;*/
			width: calc(100% - 60px);
        }
        
       

        .OptionBubble {
            background: #263B8A;
	    color: white;
            cursor: pointer;
            padding: 6px;
            margin-left: 20px;
            text-align: center;
            direction:rtl;
            margin-top: 10px;
	    font-size: 18px;
            border-radius:20px;
            width:90%;
            min-width: 100px;
            border: 1px solid #263B8A;
            /*margin-left: auto;
           margin-right: auto;*/
          
        }
        
        
         button#option385, button#option386, button#option380 {
         background: #20B050;
	 color: black;
        }
        
        
        .OptionBubble:hover {
        
        	background-color:#D6EFFA;
                border: 1px solid #263B8A;
                color: black;	
        }

	.OptionBubbleSelected {
        	background-color: white;
                color: black;
        }

        .Stage {
			width: 100%;
			height:calc(100% - 65px);
			left: 0px;
			top: 0;
			overflow: auto;
			position: absolute;
  
				}

        .agentTexting {
            position: relative;
           /* margin-left: 40px;*/
			    direction: rtl;
				margin: 15px;
        }

            .agentTexting img {
                
		content:url('./getFile.aspx?profile=377&fname=agenttyping.gif&sug=2');
		background-image: url('./getFile.aspx?profile=377&fname=agenttyping.gif&sug=2');
                background-size: contain;
                width: 45px;
                height: 45px;
                top: 10px;
		right: 50px;
		position: absolute;
            }

        .mainArea {
              max-width: 400px;
        }

        .topLogo {/*
            background-image:url('./getFile.aspx?profile=377&fname=top.jpg&sug=2');
            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;
            outline: none;
        }
        
        	.InputDateTime{
       			width: calc(70%);
        	}
        	
        	.InputDateTimeBtn{
        		width: calc(25%);
        	}
              y screen and (max-width: 420px) {
  
    .InputDateTime{
    width: 155px;
    }
    .InputDateTimeBtn{
    	width: 70px;
    }
    .NewOptionLine{
	width: 96%;
}

#option2234, #option2236, #option2234, #option2238, #option2233, #option2235, #option2237, #option2239, #option2243, #option2240, #option2241, #option2242, #option2244, #option2245, #option2246, #option2232{
width: 25%;
    padding: 8px;
    font-size: 18px;
}
#option2234, #option2233, #option2239, #option2241, #option2245{
    margin-left: 10px;
}
}
@media only screen and (max-width: 351px) {
#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: 6px;
		font-size: 17px;
}
    .InputDateTime{
    width: 155px;
    }
    .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;
    width: 70%;
}

.ui-autocomplete
{    direction: rtl;
}


.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #D6EFFA;
    url(images/ui-./getFile.aspx?profile=377&fname=bg_flat_75_ffffff_40x100.png&sug=2) 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;
}.Support{
    background-image: url(./getFile.aspx?profile=377&fname=support50.png&sug=2);
    width: 50px;
    height: 50px;
    margin-right: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    margin-left: auto;
}

.QA  {
    background-image: url(./getFile.aspx?profile=377&fname=QA50.png&sug=2);
    width: 50px;
    height: 50px;
    margin-right: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    margin-left: auto;
}

.Order {
    background-image: url(./getFile.aspx?profile=377&fname=Order50.png&sug=2);
    width: 50px;
    height: 50px;
    margin-right: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    margin-left: auto;
}
