@font-face {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    src: url(./fonts/Roboto-Regular-webfont.eot) format('embedded-opentype'),
         url(./fonts/Roboto-Regular-webfont.woff) format('woff'),
         url(./fonts/Roboto-Regular-webfont.ttf) format('truetype'),
         url(./fonts/Roboto-Regular-webfont.svg) format('svg');
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

body {

    background: url(img/bg_noise.png) repeat;
    width: 100%;
    /*margin: 0 0;*/
    /*padding: 0 0;*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*position: fixed;*/

    scrollbar-base-color: #C0C0C0;
    scrollbar-3dlight-color: #C0C0C0;
    scrollbar-highlight-color: #C0C0C0;
    scrollbar-track-color: #EBEBEB;
    scrollbar-arrow-color: #EBEBEB;
    scrollbar-shadow-color: #C0C0C0;
    scrollbar-dark-shadow-color: #C0C0C0;

    /*font-family: "Open Sans";*/
}

.wrapperChat {
    /*width: 100%;*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*inset: 0;*/
    /*z-index: 1;*/
    margin: 0 0;
    padding: 0 0;
    position: fixed;

    display: block;
    box-sizing: border-box;
}

.spanBr {height: 10px; width: 100%; display: block;}

::-webkit-scrollbar {
    width: 7px;
    height: 8px;
    opacity: .8;
}
.thinScrollBar::-webkit-scrollbar {
    width: 3px;
    opacity: .5;
}
::-webkit-scrollbar-track {
    background-color: rgba(234, 234, 234, 0.50);
    /*border-left: 1px solid transparent;*/
}
::-webkit-scrollbar-thumb {
    background-color: rgba(204, 204, 204, 0.70);
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(178, 178, 178, 0.8);
}

div, span, ul, table {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectable{
    margin-top: 0 !important;
}


.selectable *, .selectable, .selectableEx, .selectableEx *{
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    cursor: auto;
}

.selectable a, .selectableEx a{
    cursor: pointer;
}

#loadingLabel{
    margin-top: 5px;
    margin-left: 5px;
    color: #fff;
    font-family: arial, sans-serif;
    font-size: 1em;
    text-shadow: 1px 1px 2px rgba(85, 85, 85, 0.95);
}
#loadingProgress{
    background-color: rgba(61, 77, 253, 0.36);
    width: 1px;
}

/* ================ View Containers ====================== */

.needShow, .needShowList { display: none;}
.showOnHover:hover .needShow,  
.showOnHover .webix_list_item:hover .needShowList, .inlineBlock { display: inline-block; }

.onlineStatus{
    width: 12px;
    height: 12px;
    background-color: #777;
    border-radius: 6px;
    display: inline-block;
    margin-right: 3px;
}

.wrp{
    width: 100% !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.loginHelper{
    text-align: center;
    line-height: 37px;
}

.fill{
    height: 100%;
}

.mainContacts{
    position: absolute;
    left: 43px;
    top: 0;
    height: 100%;
    width: 15%;
    min-width: 200px;
}

.h10{
    font-size: 10px;
}

/* ========================================================= */

.hidden{
    display: none !important;
}

.wrap, .wrap *{
    word-break: normal;
}

.toolBtnCenter *{
    float: none !important;
    text-align: center;
    display: inline-block;
}
.toolBtnCenter {
    margin-left: 0 !important;
}

.toRight { float: right; }
.toLeft { float: left; }

.toRightInList {
    background: rgba(245, 222, 179, 0.85);
    position: absolute;
    right: 0;
    top: 1px;
    width: 18px;
    text-align: center;
    padding-left: 5px;
}

.fotoBtn *{
    padding: 1px 0 1px 0;
}

.fotoLineHeight, .fotoLineHeight *{
    line-height: 175px;
    vertical-align: middle;
}

.hiddenScrollMenu::-webkit-scrollbar-track {
    background-color: transparent;
}
.hiddenScrollMenu::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.hiddenScrollMenu:hover::-webkit-scrollbar-track {
    background-color: rgba(234, 234, 234, 0.20);
}
.hiddenScrollMenu:hover::-webkit-scrollbar-thumb {
    background-color: rgba(204, 204, 204, 0.90);
}

/*::-webkit-scrollbar-thumb:hover {*/
/*    background-color: rgba(178, 178, 178, 0.8);*/
/*}*/

/*.hiddenScrollMenu::-webkit-scrollbar{*/
/*    display: none;*/
/*    overflow-y: auto !important;*/
/*}*/

/*.hiddenScrollMenu {*/
/*    -ms-overflow-style: none;*/
/*    margin-right: 7px;*/
/*}*/

.scrollMenu {
    overflow-y: auto !important;
}

.scrollMenu .webix_vscroll_y{
    overflow-y: auto !important;
}

.scrollMenuYX {
    overflow: auto !important;
}

.scrollAuto{
    overflow: auto !important;
}

.listColorWhite .webix_list_item {
    color: #fff ;
}

.pwdProfile{
    width: 98%;
    border: none;
    margin-top: -1px;
}

.textArea .webix_el_box{
    padding: 0;
}

.textArea textarea{
    width: 100% !important;
    border-radius: 0 !important;
}

.bolder{
    font-weight: bolder;
}

.darkenNavBG {
    background-color: #134771 !important;
}

.thumbImage{
    max-width: 100%;
    /*width: 400px;*/
    height: auto;
    max-height: 200px;
    cursor: pointer;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px #999;
}

.red .webix_img_btn *  {color: red !important;}
.red  {color: red;}
.green .webix_img_btn *{color: #008000 !important;}
.green{color: #008000;}
.brown{color: #800000;}
.greenLight{color: rgba(180, 234, 188, 0.8);}
.brownLight{color: rgba(255, 190, 180, 0.8);}
.linkColor, .linkColor * {color: #027bb2 !important;}
.spec, .specAll *, .specAll {color: #1d1d80 !important;}
.color54, .color54 .webix_disabled_box *, .color54 .webix_icon_btn, .color54 button {color: #545454 !important;}
.gray, .gray .webix_img_btn{ color: #808080;}
.grayLight, .grayLight button{ color: rgba(184, 184, 184, 0.95);}
.grayLight2 { color: #a0a0a0}
.blue{ color: blue }
.white, .white button, .white input, .white span.webix_icon_btn {color: #ffffff;}
.whiteBG, .whiteBG button, .whiteBG .header {background: #ffffff}
.whiteBgAll *, .whiteBgAll {background-color: #ffffff !important;}
.WhiteMenu, .WhiteMenu *, .WhiteMenu .iconNoPadding {color: #fcffe4 !important;}
.Gray *, .Gray {color: #d1d1d1 !important;}
.dialogsHeader {background-color: rgba(103, 129, 133, 0.73) !important;}
/*.dialogsHeaderLight { background-color: rgba(103, 129, 133, 0.36) !important;}*/
.fileLink, .fileLink:hover, .fileLink:visited { color: #173bff !important; }
.grayBorderTop {border-top: 1px solid rgba(128, 128, 128, 0.21);}
.darkGrayBorderTop {border-top: 1px solid rgb(150, 150, 150);}
.findItem { background-color: rgb(255, 240, 22) !important; border: 1px solid #ffca0a;}
.findItemSelected {border: 2px solid #bfa207;}
.findBackground { background: rgb(123, 117, 106) url(img/transparent_r.png) repeat; }
.dLinkColor {color: #9be0ff }
.listBG { background-color: rgba(235, 242, 255, 0.2) }

.accessBtnBG button{
    background-color: rgba(56, 142, 60, 0.07) !important;
}
.accessBtnBG:hover button{
    background-color: rgba(56, 142, 60, 0.17) !important;
}

.white:hover span.webix_icon_btn { color: #d7d7d7 }

.opacity08 { opacity: .8}

.yellowSelect .webix_selected  { background-color: #ffb64a !important; }

.darkenNavBG .webix_el_button, .darkenNavBG .webix_el_toggle{
    margin: 0 !important;
}

.darkenNavBG .webix_el_button .webix_el_box, .darkenNavBG .webix_el_toggle .webix_el_box{
    padding: 1px 3px 1px 2px;
}

.darkenNavBG input{
    border-radius: 3px !important;
}

.fileUnit {
    border: 1px solid rgba(177, 181, 177, 0.81);
    border-radius: 4px;
    padding: 2px;
    color: #565656;
    background-color: rgba(255, 244, 220, 0.72);
    box-shadow: 0 0 6px 0 #ddd;
    margin: 1px;
    float: left;
}

.noCurve *      { border-radius: 0;}
.noBGColor,
.noBGColorAll *,
.noBGColorAll   { background-color: transparent;}
.noBGAll *      { background-color: transparent !important;}
.noBG           { background: none !important;}
.noBorder,
.noBorderAll *,
.webix_el_box textarea, /*.webix_el_box input,*/
.noBorderAll    { border: none !important;}

.bgMC, .webix_resizer_x.bgMC {
    background-color: rgba(255, 246, 221, 0.54) !important;
}

.bgMCtextarea * {
    background-color: rgba(248, 245, 242, 0.35) !important;
}

.bgMCtextarea textarea{
    border-color: #aaa;
}

.bgDarknessHeader {
    /*background-color: rgba(213, 202, 183, 0.76) !important;*/
    background-color: #283d4e !important;
}

.bgDarkness, .bgDarknessEx, .bgDarknessEx * {
    background-color: rgb(127, 121, 109) !important;
}

.borderTop {
    border: none;
    border-top: 1px solid #aaa !important;
    border-width: 1px !important;
}

.borderBottom {
    border: none;
    /*border-bottom: 1px solid #aaa !important;*/
    border-bottom: 1px solid #DDD !important;
    border-width: 1px !important;
}

.borderBottomLeft {
    border: none;
    /*border-bottom: 1px solid #aaa !important;*/
    border-bottom: 1px solid #DDD !important;
    border-left: 1px solid #DDD !important;
    border-width: 1px !important;
}

.borderTopBottom {
    border: none;
    border-top: 1px solid #aaa !important;
    border-bottom: 1px solid #aaa !important;
    border-width: 1px !important;
}

._info {
    background-color: #fffeb7;
    border-radius: 8px;
    line-height: 36px;
    text-align: center;
}

.prInp input, .prInp select, .prInp .webix_inp_static{
    border: none;
    border-bottom: 1px solid #cfcfcf !important;
    border-width: 1px !important;
    color: #134771;
    font-size: 11pt;
    padding-left: 10px;
    background-color: transparent;
}

.prInp select{
    padding-left: 7px;
}

.prInp label{
    font-size: 10pt;
    font-weight: 400;
    padding-left: 1px;
    color: #777;
}

.lHeight38 { line-height: 38px; }
.lHeight36 { line-height: 36px; }
.lHeight30 { line-height: 30px; }
.lHeight28 { line-height: 28px; }
.lHeight26 { line-height: 26px; }
.lHeight23 { line-height: 23px; }
.lHeight20 { line-height: 20px; }

.noPadding { padding: 0 !important; }
.noMargin  { margin: 0 !important; }

.selectProp select{ padding: 0 6px; }

.marginTop10 { margin-top: 10px;}

.iconNoPadding .webix_disabled{
    background: none;
}

.iconNoPadding .webix_icon_btn{
    vertical-align: text-bottom;
}

.iconNoPadding button{
    padding: 0 3px !important;
}

.btnNoPadding button{
    padding: 0 0;
}

.chkPadding .webix_el_box{
    padding: 2px 1px 2px 6px;
}

.lineHeight20 .webix_list_item { line-height: 20px; }
.lineHeight19 .webix_list_item { line-height: 19px; }
.lineHeight18 .webix_list_item { line-height: 18px; }

.lineHeight24 .webix_list_item, .lineHeight24, .lineHeight24 .webix_accordionitem_header{
    line-height: 24px;
}

#languageChanger{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 180px;
    height: 40px;
    background: none;
}

.byCenterTools, .byCenter, .byCenter button{ text-align: center; }
.byCenterAll, .byCenterAll *{ text-align: center !important; }
.byLeft,   .byLeft   button{ text-align: left;   }
.byRight,  .byRight  button{ text-align: right;  }

.byCenterTools .webix_icon {
    padding: 0  ;
}

.noLockScreen {
    opacity: 0 !important;
    background-color: transparent !important;
}

.finger label, .finger {
    cursor: pointer;
}

.errorLink {  text-decoration: none; }
.errorLink:hover {  text-decoration: underline; }

.textUnderline, .textUnderline button {
    text-decoration: underline;
}

.toUpper{
    text-transform: uppercase;
}

.whiteBorder{
    border-color: #fff;
}

.totalW20 *, .totalW20{
    width: 20px;
    padding: 0 !important;
}

.imgBtn button, .noUpperCase *, .noUpperCase{
    text-transform: none !important;
}

.imgBtn .webix_image{
    margin-right: 4px !important;
}

.paddingTop7  { padding-top: 7px; }
.paddingLeft7 { padding-left: 7px; }

.framePaddingAll10{
    padding: 10px 10px;
}

.framePaddingAll5{
    padding: 5px 5px;
}

.framePaddingW10{
    padding-left: 10px;
    padding-right: 10px;
}

.framePaddingW5{
    padding-left: 5px;
    padding-right: 5px;
}

.framePaddingР10{
    padding-top: 10px;
    padding-bottom: 10px;
}

.framePaddingР30x10{
    padding-top: 30px;
    padding-bottom: 10px;
}

.framePaddingР30{
    padding-top: 30px;
}

.icnBtnPd03 button{
    padding: 0 3px !important;
}

.btnPaddingToggle4 button{
    padding: 0 4px;
}

.frameTopBtnCenter button{
    text-align: center;
}
.frameTopBtnLeft button{
    text-align: left;
}

.frameTopBtnLeft button, .frameTopBtnCenter button {
    /*border-bottom: 1px solid #DDD !important;*/
    /*height: 37px;*/
    line-height: 37px;
    word-break: break-all;
    overflow: hidden;
}

.frameTopBtnCenter .webix_icon_btn, .frameTopBtnLeft .webix_icon_btn, .icoButton .webix_icon_btn{
    margin-top: -4px;
}

.gradient{
    /*background: #F2FDFF url(img/pattern.png) center repeat !important;*/
    background-color: #fff4d4 !important;
 }

.gradient2{
    /*background: #F2FDFF url(img/pattern.png) center repeat !important;*/
    /*background: #F2FDFF url(/wallpaper/test.png) center no-repeat !important;*/
    background-color: #F2FDFF !important;
}

.funnyBG {
    background: transparent url(img/pattern.png) center repeat;  /*none; url(img/pattern.png);*/
}

.privateBg{
    background-color: #FAFFFF;
}


.width100 { width: 100% }

.smallVideo{
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 187px;
    /*height: 20%;*/
    min-height: 80px;
    z-index: 2;
    cursor: move;
    box-shadow: 0 0 6px 0 #ddd;
}

.relative{
    position: relative;
}

#uPrivateTypingNotify{
    background: transparent url(img/pero.png) no-repeat;
    width: 32px;
    height: 30px;
}

.header .webix_template, .header{
    line-height: 30pt;
    font-size: 13pt;
    margin: 0 -5px;
    padding-top: 0;
    background: #f2fdff;
}

.headerBtn .webix_icon_btn{
    vertical-align: baseline;
}

.headerAccordion .webix_accordionitem_header{
    border: none;
    font-size: 12pt;
    color: #3498DB;
    font-weight: 400 !important;
    background-color: #fafafa;
    text-align: center;
}

.headerAccordion label{
    text-indent: 11px;
    font-weight: 600;
}

.iFrameFit{
    position: relative;
    height: 100%;
    width: 100%;
    border: none;
}

.loadHistory{
    height: 25px;
    position: relative;
    float: right;
    text-align: right;
    padding-right: 2px;
    font-size: 85%;
}

.loadHistory > a {
    position: relative;
    display: inline-block;
    padding: 0 .5em;
    color: inherit;
    text-decoration: none !important;
    margin: 0 -.3em;
}

.loadHistory > a::before {
    border: .1em solid rgba(0,0,0,.4);
}

.loadHistory a::before {
    content: '';
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-top: none;
    border-radius: 0 0 0 .7em;
    background: #ccc linear-gradient(hsla(0,0%,100%,.6), hsla(0,0%,100%,0));
    transform: scale(1.1, 1.3) perspective(0.5em) rotateX(-5deg);
    transform-origin: top;
}

.loadHistory a.selected { z-index: 2;}

.loadHistory a.selected::before {
    background-color: rgba(221, 251, 224, 0.16);
}

.loadHistory.right { padding-left: 2em; }

.loadHistory.right > a::before {
    transform: scale(1.2, 1.4) perspective(.6em) rotateX(-5deg);
    transform-origin: top right;
}

.monospaceAll, monospaceAll * {
    font-family: "Courier New", Courier, monospace;
    white-space: pre-wrap;
}
/* =========================== messages ==========================*/

._smileImage_ {
    margin: 1px;
}
._smileImage_:hover{
    margin: 0;
    border: 1px solid rgba(196, 246, 189, 0.75);
    cursor: pointer;
}

.userCount{ font-size: 85%; color: rgba(226, 226, 226, 0.71); }

.webix_list_item:hover .userCount,
.webix_selected .userCount{ color: rgba(68, 68, 68, 0.71); }

.messageUser, .messageMy{
    padding: 2px 5px;
    position: relative;
    margin-bottom: 1px;
}

.messageUser{
    background: transparent url(img/transparent_r.png) repeat;
    word-break: break-word;
}

.messageTrash:hover, .deleteMessage:hover, .replyMessage:hover, .editMessage:hover, .copyMessage:hover {
    color: #000;
}
.messageTrash, .deleteMessage, .replyMessage, .editMessage, .copyMessage {
    margin-left: 7px;
}
.messageTrash>span, .deleteMessage>span, .replyMessage>span, .editMessage>span, .copyMessage>span {
    /*cursor: pointer;*/
    width: 15px !important;
    text-align: center;
}

.replyMessageEx, .msgMenu{
    position: absolute;
    width: 10px;
    font-size: 95%;
    line-height: 19px;
    color: #333;
    right: 50px;
    cursor: pointer;
}
.messageTrashNoTime{
    right: 1px !important;
}

.replyMessageEx{
    top: 7px;
    right: 50px;
    cursor: auto;
}

/*.replyMessage,*/
.msgMenu {
    right: 30px;
}

.messageMy{
    background: transparent url(img/transparent_g.png) repeat;
}

.messageUser .messageUserName      { color: #e8476a; }
.messageUser .messageUserName:hover{ color: #81283b; text-shadow: 1px 1px 1px #eee; }

.messageMy .messageUserName        { color: green; }
.messageMy .messageUserName:hover  { color: #005500; text-shadow: 1px 1px 1px #eee; }

.messageTime{
    display: inline-block;
    position: absolute;
    /*width: 50px;*/
    width: 34px;
    font-size: 80%;
    color: #bbb;
    right: 0;
    line-height: 17px;
}

.messageKanbanTime{
    display: inline-block;
    font-size: 90%;
    color: #bbb;
}

.messageUserName{
    font-weight: 600;
    /*cursor: pointer;*/
}

.messageTextP60 {
    padding-right: 60px;
}
.messageTextP75 {
    padding-right: 75px;
}
.messageText, .messageKanban{
    display: inline-block;
    white-space: pre-wrap;
    /*padding-right: 58px;*/
    text-shadow: 0 1px 0 #fff;
    max-width: -webkit-fill-available;
    width: 100%;
}

/*.messageText {*/
/*    white-space: normal;*/
/*}*/

.messageText img{
    max-width: 98%;
}

.messageKanban {
    display: inline;
}

.msgWrap {
    position: relative;
}

.msgMenuWrap {
    display: none;
    position: absolute;
    right: 5px;
    top: 10px;
    width: 65px;
    height: 30px;
}

.messageUser:hover .messageTime, .messageMy:hover .messageTime, .msgWrap:hover .messageText{ /*.messageUserName:hover,*/
    color: #000;
    text-shadow: 1px 1px 1px #eee;
}

.messageTextHistory{
    margin-right: 116px;
}

.messageTimeHistory{
    font-size: 11.2px !important;
    text-align: right;
    width: 72px;
    margin-right: 6px;
}

.emjMore {
    display: none;
    border: 1px solid rgba(105, 104, 104, 0.2);
    border-radius: 8px;
    padding: 0 3px;
    background-color: rgba(128, 128, 128, 0.1);
    /*margin-left: 4px;*/
}

.emjMore:hover {
    display: inline-block;
}

.emjMainBlock {
    padding-left: 4px;
}

.emjMainBlock img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.emjCount {
    font-size: 84%;
    margin-left: -2px;
    color: #b76d00;
}

.emjPlusBtn {
    font-size: 26px;
    color: #8c8c8c;
    border: 1px dashed #80808094;
    border-radius: 12px;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}

.emjPlusWrap{
    padding-right: 4px;
    display: inline-block;
}

.emjPlusWrap:hover + .emjMore {
    display: inline-block;
}

.emjBlock {
    border: 1px solid rgba(105, 104, 104, 0.2);
    border-radius: 8px;
    display: inline-block;
    padding: 0 3px;
    background-color: rgba(128, 128, 128, 0.1);
    margin-right: 4px;
}

.emjBlock .circleAvatarSmall{
    top: -4px;
    height: 15px;
    width: 15px;
}

.emjFirstSelect {
    display: none;
    position: absolute;
    bottom: -30px;
    left: -5px;
    width: 40px;
    height: 30px;
    background: transparent url(img/transparent_r.png) repeat;
    background-color: #ffffe7 !important;
    z-index: 2;
    box-shadow: 4px 4px 5px -3px #909090;
    border-radius: 8px;
    text-align: center;
    padding-top: 2px;
}

.emjFirstSelect img, .emjMainBlock img {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 3px;
    margin-top: 4px;
}

.emjAllSmiles {
    display: none;
}

.messageUser:hover .emjFirstSelect{
    display: inline-block;
}

.emjFirstSelect:hover {
    display: inline-block;
    width: 386px;
}

.emjFirstSelect:hover .emjAllSmiles{
    display: inline-block;
}

    /*.messageSend,.messageGot,.messageRead {*/
.statusItem .webix_icon {
    font-size: 11px !important;
}
.statusItem {
    line-height: 14px;
    display: inline-block;
    position: absolute;
    right: 35px;
    /*line-height: 19px;*/
    width: 22px;
    height: 19px;
    text-align: left;
}

.editRight{
    text-align: right !important;
}

.editRight .fa-pencil{
    padding: 0;
}

.messageSend { background: url("./img/wait.png") no-repeat right;}
.messageGot  { background: url("./img/check.png") no-repeat right;}
.messageRead { background: url("./img/dblcheck.png") no-repeat right;}

.exitIcon {
    display: none;
}

.bbsMessage{
    border-bottom: 1px solid green;
    padding: 10px;
    font-size: 110%;
}

.bbsTime{
    font-size: 110%;
    font-weight: bolder;
}

.bbsDate{
    font-size: 85%;
}

.bbsName{
    float: right;
}

.bbsText{
    font-size: 105%;
}

.font80 { font-size: 80%; }
.font85 { font-size: 85%; }
.font90 { font-size: 90%; }
.font110{ font-size: 110%; }
.font115{ font-size: 115%; }
.font120{ font-size: 120%; }

.font80All , .font80All  button,.font80All  * { font-size: 80%; }
.font85All , .font85All  button,.font85All  * { font-size: 85%; }
.font95Alli , .font95Alli  button,.font95Alli  * { font-size: 95% !important;}
.font90All , .font90All  button,.font90All  * { font-size: 90%; }
.font95All , .font95All  button,.font95All  * { font-size: 95%; }
.font110All, .font110All button,.font110All * { font-size: 110%;}
.font115All, .font115All button,.font115All * { font-size: 115%;}
.font120All, .font120All button,.font120All * { font-size: 120%;}

.font14l  label{ font-size: 14px !important; }

.ellipsisText, .ellipsisTextAll, .ellipsisTextAll * { text-overflow: ellipsis; }

.flipped {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.paraPadding20 .webix_el_box {margin-left: 20px;}

.uploader_overall{ height:100%; line-height: 25px;}
.uploader_name{ height:100%; float:left; overflow: hidden;}
.uploader_size{	width: 100px; text-align: right; float: right;}
.uploader_status{
    float: right;
    position: relative;
    width: 100%;
    height: 100%;
}
.uploader_progress{ height: 100%; position: absolute; background-color: #b8e6ff;}
.uploader_message{ z-index: 1; width:100%; text-align:center; position: absolute;}
.uploader_message.error{ color: #e83b3b;}
.uploader_nopadding .webix_list_item { padding: 0 !important; }


.noPaddingList .webix_list_item, .noPaddingList .webix_list_item:hover, .noPaddingList .webix_column>div { padding: 0 4px }


.firstLineList {
    word-break: break-all;
    height: 26px;
    overflow: hidden;
}


.nowrap{
    white-space: nowrap;
    /*float: left;*/
}

.noWhiteSpace .webix_cell{
    white-space: nowrap !important;
}

.dialogItem {
    max-width: 93%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.historyItem {
    max-width: calc(100% - 59px);
    text-overflow: ellipsis;
    overflow: hidden;
}

    /* =========================== WEBIX ============================ */

.dialogs_list .webix_list_item, .dialogs_list .webix_list_item.webix_selected, .dialogs_list .webix_list_item:hover{
    padding: 0 10px;
}

.webix_template {
    padding: 0;
}

.webix_list_item .webix_badge {
    margin: 2px 1px 0 0;
    position: absolute;
    background-color: #FF8839 !important;
}

.relative_list .webix_list_item {
    position: relative;
}

.circleAvatar, .circleAvatarSmall {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: -3px;
    top: 3px;
    line-height: 29px;
    color: white;
    text-align: center;
    font-size: 97%;
}

.circleAvatarSmall {
    top: -1px;
    left: 0;
    width: 19px;
    height: 19px;
    line-height: 20px;
    position: relative;
    font-size: 62%;
    opacity: .7;
    margin-right: 4px;
}

.stateCircle {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: -7px;
    top: 23px;
    background-color: rgb(127, 121, 109);
    border: 2px solid rgb(127, 121, 109);
}

.stateCircleInner{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.stateCircleInline {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    background-color: rgb(127, 121, 109);
    margin: 1px 2px;
}

.webix_badge {
    background-color: #ff8839;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    height: 20px;
    min-width: 20px;
    box-sizing: border-box;
    padding: 0 4px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.accordionListHeader .webix_accordionitem_header, .dialogsHeaderLight .webix_el_label{
    line-height: 30px;
    text-align: center;
    color: #ecff7b;
    font-weight: 400 !important;
    background-color: rgba(103, 129, 133, 0.36);
    border: none;
}

.webix_unit_header{
    line-height: 30px;
    text-align: center;
    color: #816f2c;
    background-color: rgba(227, 232, 190, 0.73);
}

.accordionListHeader .webix_accordionitem_label:hover, .accordionListHeader .webix_accordionitem_header:hover{
    background-color: rgba(103, 129, 133, 0.40) !important;
    color: #ffffff;
}

.headerLineHeight .webix_template, .headerLineHeight .webix_property_label_line{
    line-height: 23px;
    color: #FFF;
    font-size: 14px;
    padding-top: 0;
    background: #3498DB;
}

.toTop{
    vertical-align: top;
}

.webix_tree_img{
    background-color: transparent;
    float: inherit !important;
}

.webix_accordionitem.vertical.collapsed>.webix_accordionitem_header .webix_accordionitem_button,
.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button {
    background-position: center;
}

.webix_accordionitem.vertical.collapsed>.webix_accordionitem_header .webix_accordionitem_button {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMS41ZEdYUgAAAChJREFUGFdjCAkJ+Q8EDDAMFkAWhAvABFEEQBi3ChAHLgDj/P//nwEAjfhDjYoUYBkAAAAASUVORK5CYII=');
}

.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMS41ZEdYUgAAACdJREFUGFdjCAkJ+Y8LM/z//x+rApA4WBJdAUwMLgnCyBL///9nAAAsoEONc03xMgAAAABJRU5ErkJggg==');
}


.webix_accordionitem_label{ float:none; }

.webix_tab_filler{ width: 0 !important; }

.webix_item_tab{ font-size: 14px !important; }

.webix_section{  font-family: sans-serif; }

/*.webix_column>div.webix_row_select    { color: #FFF; background-color: #27AE60 !important; }*/
/*.webix_column>div.red.webix_row_select, .webix_list_item.webix_selected > span.blue { color: #F5FF00 !important; background-color: #27AE60 !important; }*/

.left_area.webix_column>div:nth-child(even){ background-color:#ffffdd; }
.left_area.webix_column>div:nth-child(odd) { background-color:#ffffee; }

/*.grid_area.webix_column>div:nth-child(even){ background-color: #fffef2; }*/
.grid_area.webix_column>div:nth-child(odd),
.grid_area .grid_area_bst:nth-child(odd) { background-color:#ffffee; }

.ico30 .webix_icon_btn{
    font-size: 26px;
}

.ico20 .webix_icon_btn{
    font-size: 16px;
    margin-top: -4px;
    padding: 0;
}

.webix_icon{width: auto;}

.webix_cal_body .webix_cal_row {clear: none}

.webix_view>.webix_disabled{
    opacity: .2 !important;
}

.webix_disabled_box button, .webix_disabled_box span{
    color: #ddd !important;
}

.webix_info img, .webix_modal_box img {
    float: inherit;
    margin: inherit;
}

.webix_accordionitem_button {
    margin: auto;
    height: 100%;
}

.webix_radio_option{
    height: 30px;
}

/*._tree_close{*/
/*    float:left;*/
/*    width:20px;*/
/*    height:100%;*/
/*    cursor:pointer;*/
/*    margin:0;*/
/*    background-repeat:no-repeat;*/
/*    background-position:center center;*/
/*    background-color:transparent;*/
/*    background-image:url(data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAIqnI+py+0Powq01haA3iDgLWwek2mhNi6ZwLLdZ4owcL4kJ5OWJfX+DykAADs=);*/
/*    opacity: .9;*/
/*}*/

.webix_tree_close,.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open,.webix_tree_none,.webix_tree_open{
    text-align: center;
    background-position: right;
    float:left;
    width:13px;
    height:100%;
    cursor:pointer;
    margin:0;
    background-repeat:no-repeat
}

.delIcon .webix_el_button button{
    padding: 0;
}

.noPaddingCell .webix_column>div, .webix_table_cell {
    padding: 0;
}

.paddingCell3 .webix_column>div, .webix_table_cell {
    padding: 0 3px;
}

/* ========================================================= */

.fit {
    width: inherit !important;
    height: inherit !important;
    position: inherit !important;
}

#cameraSwitch, #microphoneSwitch, #cancelCall, #fillFitScreen, #minMaxScreen, #recordCall{
    display: inline-block;
    height: 30px;
    width: 40px;
    cursor: pointer;
}

#microphoneSwitch   { background: url(../images/microphone_on.png) no-repeat center; cursor: pointer; }
.microphoneSwitchOFF{ background: url(../images/microphone_off.png) no-repeat center !important; }

#cameraSwitch       { background: url(../images/video_on.png) no-repeat center; cursor: pointer; }
.cameraSwitchOFF    { background: url(../images/video_off.png) no-repeat center !important; }

#fillFitScreen      { background: url(../images/fit.png) no-repeat center; cursor: pointer; }
.fillFitScreenOFF   { background: url(../images/fill.png) no-repeat center !important; cursor: pointer; }

#minMaxScreen       { background: url(../images/maximize.png) no-repeat center; cursor: pointer; }
.minMaxScreenOFF    { background: url(../images/minimize.png) no-repeat center !important; cursor: pointer; }

#recordCall         { background: url(../images/recordRed.png) no-repeat center; cursor: pointer; }

#cancelCall         { background: url(../images/drop_call.png) no-repeat center; cursor: pointer; }

#cPanel{
    text-align: center;
    position: absolute;
    width: 260px;
    height: 54px;
    bottom: 0;
    left: calc(50% - 130px);
    z-index: 2;
    line-height: 75px;
}

.whitePanelBG {
    background-color: white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: -1px -2px 4px -1px #909090;
}

#callTime{
    text-align: center;
    line-height: 16px;

    text-shadow: 1px 1px 0 #e0e0e0;
}

#mirrorStreamName{
    height: 20%;
    width: 20%;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 0;
    z-index: 3;
    opacity: .9;
    border-radius: 4px;
    
    transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}

.VideoCaller{
    max-height: 100%;
    min-width: 100%;
}

.AudioCaller{
    width: 1px;
    height: 1px;
    position: absolute;
    left: -10px;
}

.maxSize {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto !important;
    height: auto !important;
    background: #eaeaea;
    text-align: center;
}


.menuBTN .webix_disabled{
    background-color: transparent !important;
}

.menuBTN .webix_disabled_box button, .menuBTN .webix_disabled_box span {
    color: gray !important;
}

.shortMsg {
    display: block;
    /*padding: 1px 0 0 5px;*/
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    word-break: break-all;
    white-space: nowrap;
}

.shadow1px { text-shadow: 1px 1px 1px #555;}
.shadow2px { text-shadow: 1px 1px 2px #555; }

.shadow1pxWhite { text-shadow: 1px 1px 2px #f6f6f6; }

.boxShadow { box-shadow: 0 0 3px #b9b9b9; }

.webix_list .webix_list_item:hover,.webix_list .webix_list_item.webix_selected,
.webix_selected .greenLight, .webix_selected .brownLight, .webix_selected .grayLight,
.webix_list_item:hover .greenLight, .webix_list_item:hover .brownLight, .webix_list_item:hover .grayLight,
.webix_selected .dLinkColor, .webix_list_item:hover .dLinkColor {color: #777; position: relative; }

.webix_list_item:hover .dialogItem, .webix_list .webix_list_item.webix_selected .dialogItem {text-shadow: none !important;}

.webix_selected .boxShadow, .webix_list_item:hover .boxShadow { box-shadow: 0 0 2px #262626; }

.webix_selected .stateCircle, .webix_list_item:hover .stateCircle { border: 2px solid #e6e6e6; background-color: #e6e6e6}

.boxShadow1px { box-shadow: 1px 1px 1px #a7a7a7; }

.badge_tool {
    background-color: #ff8839;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    height: 8px;
    width: 8px;
    box-sizing: border-box;
    padding: 0 4px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    right: 12px;
    top: 9px;
}

.msgCircle {
    margin-bottom: 1px;
    background-color: #ff8839;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    box-sizing: border-box;
}

.deletedMsg, .deletedMsg *, .deletedMsg:hover, .deletedMsg:hover *{
    color: #a0a9b4 !important;
}

.showOnOver .webix_cell>.needShow { display: none; }
.showOnOver .webix_cell>.needHide { display: inline-block; }
.showOnOver .webix_cell:hover>.needShow { display: inline-block; }
.showOnOver .webix_cell:hover>.needHide { display: none; }

.adjustImg img {
    max-width: 100%;
}

.webix_drag_zone .shortMsg .brownLight, .webix_drag_zone .shortMsg .greenLight{
    color: #545454 !important;
}
.webix_drag_zone .circleAvatar {
    opacity: 1 !important;
}

.webix_drag_zone .webix_list_item{
    line-height: 20px;
}
.webix_drag_zone .stateCircle{
    background-color: #ffffff;
    border: 2px solid transparent;
}
.webix_drag_zone .shadow1px {
    text-shadow: none;
}

.listAvatar {
    position: relative;
    left: -8px;
    top: -1px;
}

.treeAvatar {
    position: absolute;
    left: 13px;
    margin-top: 2px;
}

.loadingCursor {
    cursor: wait !important;
}

.emojiSize{
    height: 30px;
    width: 30px;
}

.msgSeparator {
    margin-top : 2px;
    border-top : 1px dashed rgba(110, 111, 128, 0.15);
    padding-top: 1px;
}

.scrollDownButton {
    position: absolute;
    bottom: 0;
    left: 49%;
    width: 50px;
    height: 6px;
    border: 1px solid gray;
    border-radius: 3px;
}

.quickMsgTempMsg {
    white-space: nowrap;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.toolIcon {
    vertical-align: 0;
    width: 14px;
    text-align: center;
}

.toolIconNotify {
    color: #ff9800;
}

.copyTextBtn {
    vertical-align: top;
    margin-top: 2px;
}

.quoteMessage {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 1px;
    padding-left: 10px;
    border-left: 3px solid blue;
}

.quoteMessage .messageTime {
    position: static;
}

.quoteMessage .messageTimeHistory {
    text-align: left;
    width: 150px;
}

.quoteMessage .grayBorderTop {
    border: none;
}

.replyBlock {
    /*background-color: #f1f4f8;*/
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 2px;
}

.replyBlock .messageTime {
    top: 7px;
}

.borderMSG .borderMSG{
    border: none;
}

.borderMSG {
    border: 1px solid brown;
    padding: 3px;
}


.inline_pre{
    display: inline-block;
}

#__terminal-input, .__terminal-clipcopy{
    border: none;
    width: 1px;
    /*top:30px;*/
    padding: 0;
    height: 16px;
    position: fixed;
    left: -10px;
}

._terminalCursor{
    background-color: green;
    display: inline-block;
    position: relative;
    mix-blend-mode: hard-light;
}

#__terminal-input-mirror{
    mix-blend-mode: multiply;
}

#__terminal-input-wrapper{
    max-width: calc(100% - 15px);
    overflow: auto;
    white-space: nowrap;
}

#__terminal-input-wrapper pre, #__terminal-output-wrapper pre {
    margin: 0;
}

.terminal_scroll{
    overflow: auto;
}

.noBorderBottomRow .webix_column>div {
    border-bottom: none;
}

.smallListHeight .webix_cell {
    line-height: 22px;
}

.ntfItems .webix_list_item {
    border-bottom: 1px solid #da7d7d2b;
    display: flex;
}

.ntfItems .webix_list_item span{
    margin: auto 0;
}

.flexContainer .webix_template{
    display: flex;
}

.flexContainer .flexVerticalMiddle{
    margin: auto;
}

.middleLine {
    height: 50%;
    border-top: 1px solid gray;
}

.intextTable{
    border-collapse: collapse !important;
    border-spacing: 0px !important;
    /*background-color: #fff;*/
    position: relative;
}
.intextTable td {
    min-height: 21px;
    border-width: 1px;
    border-style: solid;
}

.noShadow {
    text-shadow: none !important;
}

.intextTable p {
    margin: 0;
    display: inline-block;
    width: 100%;
}

.tableOverflow {
    overflow-x: auto;
}
/*.intextTable td{*/
/*    width: fit-content;*/
/*    background-color: transparent;*/
/*}*/

._innerContainer {
    padding-bottom: 30px;
}
