
@font-face {
  font-family: 'Pekan';
  src: url('https://nevchat.cbcgroup.co.il/chat/Font/PekanBold_0.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Pekan';
  src: url('https://nevchat.cbcgroup.co.il/chat/Font/PekanRegular_0.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Pekan';
  src: url('https://nevchat.cbcgroup.co.il/chat/Font/PekanLight_0.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
/* ================ Start of irchat.htm ================= */
  ::-webkit-scrollbar {
            width: 7px;
            height: 7px;
        }

        ::-webkit-scrollbar-button {
            width: 0px;
            height: 0px;
        }

        ::-webkit-scrollbar-thumb {
            background: #a0a7ad;
            border: 0px none #ffffff;
            border-radius: 50px;
        }

            ::-webkit-scrollbar-thumb:hover {
                background: #858c92;
            }

            ::-webkit-scrollbar-thumb:active {
                background: #858c92;
            }

        ::-webkit-scrollbar-track {
            background: #eff6fd;
            border: 0px none #ffffff;
            border-radius: 18px;
        }

            ::-webkit-scrollbar-track:hover {
                background: #eff6fd;
            }

            ::-webkit-scrollbar-track:active {
                background: #F1F1F1;
            }

        ::-webkit-scrollbar-corner {
            background: transparent;
        }
.irchat_input_field {  
    border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    background-color: rgb(219, 243, 253);
    width: 70%;
    height: 38px;
    border: 0;
    margin-right: 15%;
    padding-right:2%;
    font-family: "Pekan",Arial;
   font-size:20px;
}
.irchat_label_field { clear:both; margin-top: 10px; color: rgb(194, 32, 42);line-height: 1.534;margin-right: 13%;}
.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_label_field {clear:both;float:right;margin-top:10px;color: rgb(194, 32, 42);line-height: 1.534;    margin-right: 13%;}
.rchat_input_field_generated {
     border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    background-color: rgb(219, 243, 253);
    width: 70%;
    height: 38px;
    border: 0;
    margin-right: 15%;
    padding-right:2%;
    font-family: "Pekan",Arial;
   font-size:20px;
}
.rchat_select_field_generated {
	width: 90%;
    height: 28px;
    margin-top: 10px;
    border: 1px solid black;
	font-family: "Pekan",Arial;
}

.irchat_start_BTN {
     margin-top: 20px;
    border-width: 2.51px;
    border-color: rgb(194, 32, 42);
    border-style: solid;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    width: 70%;
    height: 38px;
    margin-right: 15%;
    font-size: 20px;
    color: rgb(194, 32, 42);
     font-family: "Pekan",Arial;
    margin-top:15%;
}

.irchat_start_BTN_o {margin-top: 20px;
    border-width: 2.51px;
    border-color: rgb(194, 32, 42);
    border-style: solid;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    width: 70%;
    height: 38px;
    margin-right: 15%;
    font-size: 20px;
    color: rgb(194, 32, 42);
    font-family: "Pekan",Arial;
     margin-top:15%;
}
.irchat_full_name,.rchat_fields{
 
}
.iIntro{
	padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    margin-top: 20px;
    margin-left: 20px;
    direction: rtl;
    word-wrap: break-word;
    font-size: 20px;
    font-family: "Pekan",Arial;
    color: rgb(59, 59, 59);
    text-align: right;
    -moz-transform: matrix( 0.97008963905097,0,0,0.97512531328321,0,0);
    -webkit-transform: matrix( 0.97008963905097,0,0,0.97512531328321,0,0);
    -ms-transform: matrix( 0.97008963905097,0,0,0.97512531328321,0,0);
    height: auto;
    width: 74%;
    float: left;
    border-width: 0.29px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: #F1F1F1;
margin-bottom:10%;
}
.iIntro:before{
    content: "";
    position: absolute;
    bottom: -9px;
    left: 11px;
    border-width: 0px 0px 9px 15px;
    border-color: transparent #F1F1F1;
    border-style: solid;
    width: 0;
 }

/* ================ End of irchat.htm ================= */

/* ================ Start of iwchat.htm ================= */

.iwchat_chatter 
{
    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_btnSend 
{
    float: left;
    margin-top: 3px;
    display: block;
}
        
.iwchat_wrapper        
{
    width:100%;
    height:100%;
}

.iwchat_taps {
}

.iwchat_msg {
}

/* ================ End of iwchat.htm ================= */

/* ================ Start of ichat.htm ================= */
html,body,form,.mobileWrapper{
	    height: 100%;
}
body 
{
    font-family: 'Pekan',Arial;
    font-size: 20px;
    direction: rtl;
	
    margin: 0px;
}
.chatter 
{
	height: calc(100% - 145px);
    width: 100%;
    /* border: 1px solid #078ec6; */
    overflow-x: hidden;
    overflow-y: auto;
}
        
.userinputtextarea 
{
    height: 92px;
    width: 77%;
    overflow: auto;
    border: none;
    margin-right: 25px;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: black;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    resize: none;
    font-family: "Pekan",Arial;
    background-color: #E0E0E0;
    font-size: 20px;
    direction: rtl;
    padding-right:2%;
    padding-top:2%
}
	  .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;
	} 
.mobilebottomBar{
	position: absolute;
    bottom: 0;
    width: 99%;
}	
.btnSend 
{
	width: 38px;
	height: 38px;
    background-image: url(./getFile.aspx?profile=4&fname=sendButton.png);
    background-repeat: no-repeat;
    float: left;
    margin-left: 3%;
    margin-top:7%;
    cursor: pointer;
}

.chat_files_btn {float:left; background: url(./getFile.aspx?profile=4&fname=Attachment.png); border: 0px; width: 30px;height: 30px; cursor:pointer;margin-left: 4px;background-size: 30px 30px;}
.iTitle {/*
	background-image: url(./getFile.aspx?profile=4&fname=topLogo.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 80px;
    background-position-x: center;*/
}   
.wrapper        
{
    width:100%;
    height:100%;
}

.taps {
	background-image: url(./getFile.aspx?profile=4&fname=operTyping.png);
    width: 139px;
    height: 20px;
    font-size: 0px;
    margin-right: 5%;
    display: block;
}

.msg {
padding-right:30px;
font-size:30px;
text-align:center;
}

.chatLineClient
{
	position:relative;
	padding: 10px;
    direction: rtl;
    word-wrap: break-word;
    font-size: 15px;
    font-family: "Pekan",Arial;
    color: rgb(59, 59, 59);
    text-align: right;
    -moz-transform: matrix( 0.97008963905097,0,0,0.97512531328321,0,0);
    -webkit-transform: matrix( 0.97008963905097,0,0,0.97512531328321,0,0);
    -ms-transform: matrix( 0.97008963905097,0,0,0.97512531328321,0,0);
    height: auto;
    min-height: 45px;
    border-width: 0.29px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: #EEF6FD;
	width: 70%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	    margin-right: 5%;
	       margin-top:10px;
}
.guestImg{
	background-image: url(./getFile.aspx?profile=4&fname=guest.png);
    padding: 25px;
    position: absolute;
    left: -70px;
    top: 0;
}
.chatLineClient:before {
	content: "";
    position: absolute;
    bottom: -9px;
    right: 11px;
    border-width: 0px 15px 9px 0px;
    border-color: transparent #EEF6FD;
    border-style: solid;
    width: 0;
}
.chatLineClient img {
    object-position: -99999px 99999px;
 }

.chatLineOper
{
    position:relative;
	margin:10px 20px 0 10px;
	width:70%;
	-webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    margin-right: 20%;
    direction: rtl;
    word-wrap: break-word;
    font-size: 15px;
    font-family: "Pekan",Arial;
    color: rgb(59, 59, 59);
    text-align: right;
    -moz-transform: matrix( 0.97008963905097,0,0,0.97512531328321,0,0);
    -webkit-transform: matrix( 0.97008963905097,0,0,0.97512531328321,0,0);
    -ms-transform: matrix( 0.97008963905097,0,0,0.97512531328321,0,0);
    height: auto;
    min-height: 45px;
    border-width: 0.29px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: #F1F1F1;
   margin-top:44px;
}

.operImg {
 background-image: url(./getFile.aspx?profile=4&fname=oper.jpg);
    padding: 25px;
    position: absolute;
    right: -132px;
    top: -35px;
    z-index:100;
    background-repeat:no-repeat;
    width:77px;
     height:100px;
}


.chatLineOper img {
    object-position: -99999px 99999px;
 }
.chatLineOper:before {
	content: "";
    position: absolute;
    bottom: -9px;
    left: 11px;
    border-width: 0px 0px 9px 15px;
    border-color: transparent #F1F1F1;
    border-style: solid;
    width: 0;
}
.mobiletopBar{
   background-image: url(./getFile.aspx?profile=4&fname=topLogo.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 64px;
    background-position: center;
}
.userendchat {
	float:left;
	margin-left: 10px;
	cursor: pointer;
	font-size: 0px;
    padding: 10px;
    background-image: url(./getFile.aspx?profile=4&fname=close_Chat.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 30px;
    display:none;
}

.userfiles {
padding-right:3px;
float:right;
color:red;
}


/* ================ 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: #FFC700;
    width: 85%;
    padding: 7px;
    height: 15px;
    border-radius: 6px;
    margin-top: 3px;
    margin-bottom: 6px;
    font-size: 15px;
    font-family: "Pekan",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: black;
    border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
    font-size: 17px;
    font-family: "Pekan",Arial;
	}   
  
.leave_msg_submit_btn_o {
	border: 0px;
    width: 90%;
    height: 30px;
	cursor: pointer;
	margin: 5%;
    background: black;
    border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
    font-size: 17px;
    font-family: "Pekan",Arial;
	}     
       
.leaveMsg 
{
    direction: rtl;
    text-align: center;
    height:40px;
    font-weight:400;
    padding-top: 60%;
    width: 90%;
    margin: 0 auto;
     background-image: url(./getFile.aspx?profile=4&fname=topLogo.jpg);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position-x:center;
    background-position-y:50%;
    font-size:22px;
    
}
.ileaveMsg_wrap{
    margin-right: 5%;
    margin-left: 5%;
    

}
.ileavemsg{
	width:calc(80% - 35px);
        background: #cac7c7;
        padding: 13px;
         border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
         margin-top: 5%;
	text-align: right;
	direction: rtl;
	margin-left: 5%;
        background-image: url(./getFile.aspx?profile=4&fname=top./getFile.aspx?profile=4&fname=logo.jpg);
        background-repeat:no-repeat;
}
.ileavemsg_icon{
	background-image: url(./getFile.aspx?profile=4&fname=logo.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 55px;
    height: 80px;
    float: right;
}
.leave_msg_field [name="field4"] {
	height: 95px;
    border: 0;
    outline: none;
    background: #FFC700;
    width: 85%;
    padding: 7px;
    resize: none;
    border-radius: 6px;
    margin-top: 3px;
    margin-bottom: 6px;
    font-size: 15px;
    font-family: "Pekan",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: black;
    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: black;
    color: white;
    font-size: 18px;
}
.imashov_lable_op{
	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;
}
.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: "Pekan",Arial;
}
.logo{
	float:left;
}
.imashov_li [name="q4"]{
	height:60px;
}
#waitOperData{
color: #c42731;
    margin-top: 12px;
    margin-right: 18px;
}

#waiting