@import url('https://fonts.googleapis.com/css?family=Assistant:400,700');

html,body,form,.mainArea{
    height: 100%;
    margin: 0;
    font-family: Assistant,Arial!important;
}
font, button, input{
    font-family: Assistant,Arial!important;
}
body {
    font-family:Assistant,Arial!important;
}

/*scrollbar*/
::-webkit-scrollbar {
    width: 5px !important;
    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;
}

::-webkit-input-placeholder {
    color: #575757;
}

:-moz-placeholder { /* Firefox 18- */
    color: #575757;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #575757;
}

:-ms-input-placeholder {
    color: #575757;
}

.templateImage {
    width:100%;
    height:60px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.AgentIcon {
    position: absolute;
    background-image: url(./getFile.aspx?profile=4&fname=mitsubishiChatIcon.png&sug=2);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    right: -41px;
    top: -25px;
}
.agentTexting .AgentIcon{
    right: -10px !important;
    top: 10px !important;
}
.ClientIcon {
    position: absolute;
    background-image: url(./getFile.aspx?profile=4&fname=client_logo.png&sug=2);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    left: -43px;
    top: -26px;
}

.ClientBubble {
    background: white;
    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 20px 20px 20px;
    display: inline-block;
    max-width: 80%;
    min-width: 80%;
    font-size: 18px;
    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: #009FE3 transparent;
			display: block;
			width: 0;*/
}

.AgentBubble {
    margin-top: 20px;
    position: relative;
    text-align: right;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    direction: rtl;
    width: 85%;
    color: #ffffff;
    background: #ed002b;
    margin-left: 0px;
    direction: rtl;
    word-wrap: break-word;

}

.AgentBubble span {
    font-family: Assistant, Arial;
    font-size: 20px!important;
}

.ActionButton {
}

.ActionButton text {
}

.ActionTemplate {
}

.ActionTemplate title {
}

.ActionTemplate image {
}

.ActionTemplate button {
}

.ActionTemplate buttonText {
}


.SendBtn {

}

.ActionLink {
}

.InputText {
    width: 78%;
    height: 27px;
    font-size: 18px;
    direction: rtl;
    /*	    border: none;*/
    border-radius: 50px;
    border: 1px solid #225bad;
    margin-right: 3%;
    font-family: Assistant,Arial;
    padding: 0 10px;
    position: absolute;
    bottom: 14px;
    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);
    margin: auto;
}

.OptionBubble {
    background: white;
    color: black;
    cursor: pointer;
    padding: 10px;
    margin-left: 5px;
    text-align: center;
    direction:rtl;
    margin-top: 10px;
    font-size: 18px;
    border-radius:10px;
    width:88.5%;
    min-width: 100px;
    border: 1px solid #ed002b;
    margin-right: auto;
}
.OptionBubble#option1142{
    background: url(./getFile.aspx?profile=4&fname=WhatsAppIcon.png&sug=2);
    background-repeat: no-repeat;
    /* background: transparent; */
    background-size: 59% 50% !important;
    background-position-x: 10px;
    width: 26%;
    min-width: 100px;
    /* background-color: white; */
    height: 100px;
    border-radius: 44px;
    border: none;
    /* margin: auto 0; */
    padding: 0;
    margin-top: 0;
    position: relative;
    float: left;
    /* margin-left: auto; */
    margin-left: 15px;
    background-size: contain;
    background-repeat: no-repeat;

}
.OptionBubble#option1142 .OptionText{
    text-align: left;
    /* margin-left: -233px; */
    position: absolute;
    right: -145px;
    top: -5px;
    font-size: 20px;
    /* color: white; */
    direction: rtl;
    margin: 15px
}

.OptionBubble:hover {

    background-color:#D6EFFA;
}

.OptionBubbleSelected {
    background-color: #D6EFFA;
}

.Stage {
    width: 100%;
    height:calc(100% - 77px);
    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=4&fname=agenttypingmits.gif&sug=2');
    background-image: url('./getFile.aspx?profile=4&fname=agenttypingmits.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=4&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;
}
.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%);
}

.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=4&fname=send_btn.png&sug=2) 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=4&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;
}

.ui-widget
{
    font-family: assistant;
    font-size: 1.1em;
}   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=4&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;
}#aaaaaa;
    background: #D6EFFA;
    url(images/ui-./getFile.aspx?profile=4&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;
};
}