/* ================ Start of irchat.htm ================= */
 /* ================ Start of irchat.htm ================= */

 ::-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;
        }
        
        
@font-face {
    font-family: 'AlmoniNeueAAA';
    src: url('almoni-neue-aaa-200.eot');
    src: url('almoni-neue-aaa-200.eot?#iefix') format('embedded-opentype'),
    url('almoni-neue-aaa-200.woff') format('woff'),
    url('almoni-neue-aaa-200.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'AlmoniNeueAAA';
    src: url('almoni-neue-aaa-300.eot');
    src: url('almoni-neue-aaa-300.eot?#iefix') format('embedded-opentype'),
    url('almoni-neue-aaa-300.woff') format('woff'),
    url('almoni-neue-aaa-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'AlmoniNeueAAA';
    src: url('almoni-neue-aaa-400.eot');
    src: url('almoni-neue-aaa-400.eot?#iefix') format('embedded-opentype'),
    url('almoni-neue-aaa-400.woff') format('woff'),
    url('almoni-neue-aaa-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'AlmoniNeueAAA';
    src: url('almoni-neue-aaa-500.eot');
    src: url('almoni-neue-aaa-500.eot?#iefix') format('embedded-opentype'),
    url('almoni-neue-aaa-500.woff') format('woff'),
    url('almoni-neue-aaa-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'AlmoniNeueAAA';
    src: url('almoni-neue-aaa-600.eot');
    src: url('almoni-neue-aaa-600.eot?#iefix') format('embedded-opentype'),
    url('almoni-neue-aaa-600.woff') format('woff'),
    url('almoni-neue-aaa-600.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'AlmoniNeueAAA';
    src: url('almoni-neue-aaa-700.eot');
    src: url('almoni-neue-aaa-700.eot?#iefix') format('embedded-opentype'),
    url('almoni-neue-aaa-700.woff') format('woff'),
    url('almoni-neue-aaa-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'AlmoniNeueAAA';
    src: url('almoni-neue-aaa-800.eot');
    src: url('almoni-neue-aaa-800.eot?#iefix') format('embedded-opentype'),
    url('almoni-neue-aaa-800.woff') format('woff'),
    url('almoni-neue-aaa-800.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

.irchat_input_field {  
    width: 70%;
    line-height: 16px;
    padding: 8px 0;
    border: 1px solid black;
    vertical-align: top;
    font-family: Calibri,Arial;;
    margin: 15px 10px 0 ;
    font-size: 16px;
    background-color: transparent;
}

.irchat_input_field:focus {
    outline: none;
}

.irchat_label_field { 
    position: absolute;
    clear:both;
    width:65%;
    margin-left:10px;
    padding-right: 10px;
    pointer-events: none;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    color: #9e9e9e;
}

.irchat_label_field.is-focused, .rchat_label_field.is-focused {
    top: 6px;
    font-size: 12px;
    line-height: 12px;
}

.rchat_label_field {
    position: absolute;
    clear:both;
    width:65%;
    margin-left:10px;
    padding-right: 10px;
    color: #9e9e9e;
    pointer-events: none;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.irchat_input_field_generated {}
.rchat_select_field { width:134px;margin-top:10px;}
.irchat_select_field_generated {width:150px;}
.irchat_fields {height:25px;clear:both;float:right;}

.rchat_input_field_generated {
   width: 100%;
    line-height: 16px;
    padding: 8px 0;
    vertical-align: top;
    font-family: Calibri,Arial;;
    margin: 15px 10px 0 ;
    font-size: 16px;	
    background: none;
}

.rchat_input_field_generated:focus {
   outline: none;
}

.rchat_select_field_generated {
    width: 100%;
    height: 28px;
    margin-top: 10px;
    border: 1px solid black;
    font-family: Calibri,Arial;;
}

.rchat_field_generated_span {
    width:75%;
    vertical-align: top;
    position: relative;
    display: inline-block;
    background: none;
}

.irchat_start_BTN {
    margin: 50px 12.5% 0;
    border: 0;
    width: 75%;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: #00aad2;
    color: #fcfcfc;
    font-size: 18px;
    font-weight: bold;
    font-family: Calibri,Arial;;
}

.irchat_start_BTN:disabled {
    cursor: default;
    background-color: #00aad245;
}

.irchat_start_BTN_o {
    margin: 50px 12.5% 0;
    border: 0;
    width: 75%;
    height: 50px;
    cursor: pointer;
    text-align: center;
    color: #fcfcfc;
    font-size: 18px;
    font-weight: bold;
    font-family: Calibri,Arial;;
    background: #008fb1;
}

.talk-to-us {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #1c1b1b;
    font-family: Calibri,Arial;;
    margin-top: 20px;
}

.irchat_full_name,.rchat_fields{
  margin-right: 5%;
}

.irchat_full_name .input-icon, .rchat_fields .input-icon {
    display: inline-block;
    width:16px;
    height: 16px;
    margin: 17px 15px 0 0;
}

.irchat_full_name .input-icon img, .rchat_fields .input-icon img {
     width: 100%
}

.irchat_full_name input,.rchat_fields input {
    border: none;
}

.irchat_full_name, .rchat_fields {
    position: relative;
    height: 50px;
    line-height: 50px;
    width: 75%;
    border-radius: 4px;
    border: 1px solid #c6c6c6;
    margin: 0 auto 15px;
}

.iIntro{
	/*padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    direction: rtl;
    width: 80%;
    color: black;
    background: #cac7c7;
    margin-left: 20px;
    margin: 5%;*/
}
/* ================ End of irchat.htm ================= */

/* ================ Start of iwchat.htm ================= */

.iwchat_
 
{
    height: 210px;
    width: 215px;
    border: 1px solid #078ec6;
    overflow: auto;
}
        
.iwchat_userinputtextarea 
{
    height: 10%;
    width: 217px;
    float: right;
    overflow:auto;
    border: 1px solid #078ec6;
    margin-top: 3px;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
        
.iwchat_
 
{
    float: left;
    margin-top: 3px;
    display: block;
}
        
.iwchat_wrapper        
{
    width:100%;
    height:100%;
}

.iwchat_taps {
}

.iwchat_
 {
}

/* ================ End of iwchat.htm ================= */

/* ================ Start of ichat.htm ================= */

body 
{
    font-family: Calibri,Arial;;
    font-size: 15px;
    direction: rtl;
    margin: 1px;
}

.chatter
{
    height: calc(100vh - 160px)!important;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

#waitOperData {
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    font-family:  Calibri,Arial;;
    text-align: center;
    color: #1c1b1b;
    margin-top: 50px;
}

.mobilebottomBar {
    position: absolute;
    bottom: 0;
    right: 0;
    width:100%;
    height: 160px!important;
    box-shadow: 0 0 19px 0 rgba(198, 198, 198, 0.5);
    z-index: 9991;
}

 .userinputtextarea
{
    height: 38px;
    width: calc(90% - 38px);
    overflow: auto;
    border: 1px solid #c6c6c6;
    margin-top: 3px;
    margin-right: 6%;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    top: 33px;
    color: #858484;
    border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    resize: none;
    font-family:  Calibri,Arial;;
    direction: rtl;
    padding: 9px 12px 0;
}

.userinputtextarea ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: white;
	}
	.userinputtextarea ::-moz-placeholder { /* Firefox 19+ */
	  color: white;
	}
	.userinputtextarea :-ms-input-placeholder { /* IE 10+ */
	  color: white;
	}
	.userinputtextarea :-moz-placeholder { /* Firefox 18- */
	  color: white;
	}      

.btnSend
{
    width: 38px;
    height: 38px;
    position: absolute;
    top: 34px;
    left: 3%;
    background-image: url(./getFile.aspx?profile=2&fname=chat_send_btn.png);
    background-repeat: no-repeat;
    background-size: 16px 14px;
    background-position: 43%;
    background-color: #00aad2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}


.chat_files_btn {

    background: url(./getFile.aspx?profile=2&fname=Attachment.png);
    border: 0px;
    width: 30px;
    height: 30px;
    cursor:pointer;
    margin-left: 4px;
    background-size: 30px 30px;
    position: fixed;
    bottom: 90px;
    z-index: 10000;
}

.iTitle {
  width: 100%;
  margin-top: 30%;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #1c1b1b;
}
  
.wrapper        
{
    width:100%;
    height:100%;
}

.taps {
    margin-top: -35px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #c6c6c6;
}

.msg {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #1c1b1b;
    line-height: 22px;
    margin-top: 15px;
}

.noanswer-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 80%;
    padding: 10%;
    background-color: #ffffff;
    z-index: 10000;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    font-family: Calibri,Arial;;
    margin-top: 50px;
}

.chatLineClient
{
    position:relative;
    padding: 10px 4% 15px 5px;
    margin: 10px 20px 25px 10px;
    border:1px solid #c6c6c6;
    color: #333;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 80%;
    word-wrap: break-word;
}
.guestImg{
    display:none;
}

.chatLineClient:before {
    content: "";
    background: url("./getFile.aspx?profile=2&fname=chat_bubble_bottom.png");
    position: absolute;
    width: 16px;
    height: 33px;
    bottom: -19px;
    right: -1px;
}

.chatLineClient .timeStampBottom {
    right: 30px;
}

.chatLineClient span, .chatLineOper span {
    font-weight: bold;
}

.chatLineClient img {
   /* object-position: -99999px 99999px;*/
 }

.chatLineOper
{
    position:relative;
    padding:10px 4% 15px 5px;
    margin:10px 20px 25px 10px;
    color:#333;
    background:#f6f3f2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 80%;
    word-wrap: break-word;
}

.chatLineOper img {
    padding-left:5px;
    width:30px;
    height:30px;
    display:none;
}

.chatLineOper:before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    border-width: 30px 30px 0 0;
    border-style: solid;
    border-color: #f6f3f2 transparent;
    display: block;
    width: 0;
}

.timeStampBottom {
    position: absolute;
    bottom: -30px;
    color: #c6c6c6;
}

.chatLineOper .timeStampBottom {
    left: 30px;
}



.mobiletopBar{
	display:none;
}

.userendchat {
    display: none;
    float:left;
    margin-left: 10px;
    cursor: pointer;
    font-size: 0px;
    padding: 10px;
    background-image: url(./getFile.aspx?profile=2&fname=close_Chat.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 30px;
}

.userfiles {
padding-right:3px;
float:right;
color:red;
}



@media (max-width: 800px) {
    .chatter {
        height: calc(100vh - 80px);
    }

    .mobilebottomBar {
        height: 80px;
    }
    
}

.spinner {
    margin: 100px auto 0;
    width: 50px;
    text-align: center;
}

.spinner > div {
    width: 10px;
    height: 10px;
    background-color: #00aad2;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}


.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}

/* ================ End of ichat.htm ================= */



/* ================ End of ileave_msg.htm ================= */
.leave_msg_field_title 
{
    direction: rtl;
    text-align: right;
    float: right;
    width: 100px;
    margin-top: 10px;
    margin-right: 8%;
}
.leave_msg_field input 
{
    border: 0;
    outline: none;
    background: #009fe3;
    width: 85%;
    padding: 7px;
    height: 15px;
    border-radius: 6px;
    margin-top: 3px;
    margin-bottom: 6px;
    font-size: 15px;
    font-family: Calibri,Arial;;
}
.leave_msg_field 
{
    direction: rtl;
    text-align: center;
    margin-top:10px;
}
        
  
.leave_msg_submit_btn {
	border: 0px;
    width: 89%;
    height: 30px;
	cursor: pointer;
	margin: 5%;
    background: #482683;
    border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
    font-size: 17px;
    font-family: Calibri,Arial;;
	}   
  
.leave_msg_submit_btn_o {
	border: 0px;
    width: 89%;
    height: 30px;
	cursor: pointer;
	margin: 5%;
    background: #482683;
    border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
    font-size: 17px;
    font-family: Calibri,Arial;;
	}     
       
.leaveMsg 
{
    direction: rtl;
    text-align: right;
    height:40px;
    font-weight:bold;
}
.ileaveMsg_wrap{
    margin-right: 5%;
    margin-left: 5%;
}
.ileavemsg{
width: 85%;
    padding: 7px;
    direction: rtl;
    margin-left: 5%;
    float: left;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}


.ileavemsg-icon {
    display: inline-block;
    width: 43px;
    height: 43px;
    margin: 0 auto;
    background: url(./getFile.aspx?profile=2&fname=clock56.png) top center transparent;
    background-size: cover;
}


.ileavemsg-title {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 5px;
    color: #1c1b1b;
}

.ileavemsg-hours {
    display: inline-block;
    width: 80%;
    font-size: 16px;
    font-weight: normal;
    color: #1c1b1b;
}


.ileavemsg_icon{
	background-image: url(./getFile.aspx?profile=2&fname=icon_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    float: right;
	margin-right: -13px;
}
.leave_msg_field [name="field4"] {
	height: 95px;
    border: 0;
    outline: none;
    background: #009fe3;
    width: 85%;
    padding: 7px;
    resize: none;
    border-radius: 6px;
    margin-top: 3px;
    margin-bottom: 6px;
    font-size: 15px;
    font-family: Calibri,Arial;;
}
/* ================ End of ileave_msg.htm ================= */

.imashov {
  list-style-type: none;
  margin-right: 0px;
  padding-right: 0px;
}
.imashov_send_BTN_small{
	margin-top: 20px;
    margin-right: calc(50% - 60px);
    border: 0px;
    width: 120px;
    height: 36px;
    cursor: pointer;
    background: #482683;
    color: white;
    font-size: 18px;
}
.imashov_send_BTN_small_o{
	margin-top: 20px;
    margin-right: calc(50% - 60px);
    border: 0px;
    width: 120px;
    height: 36px;
    cursor: pointer;
    background: #482683;
    color: white;
    font-size: 18px;
}
.imashov_lable_op{
	padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    direction: rtl;
    width: 80%;
    color: black;
    background: #cac7c7;
    margin-left: 20px;
    margin: 5% 5% 0 0;
}
.mashovTitle{/*
	padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    direction: rtl;
    width: 80%;
    color: black;
    background: #cac7c7;
    margin-left: 20px;
    margin: 5% 5% 0 0;*/
}
.lable_op 
{
    display: table-cell;
    vertical-align: middle;
}

.select_op {
	width: 85%;
    height: 25px;
    margin-top: 10px;
    border: 1px solid black;
    margin-right: 5%;
}
.text_area{
	color: rgb(97, 97, 97);
    width: 83%;
    height: 25px;
    margin-top: 10px;
    border: 1px solid black;
    margin-right: 5%;
    resize: none;
    font-family: Calibri,Arial;;
}
.logo{
	float:left;
}


/* ================ End of imashov.htm ================= */